* {
    font-family: "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.parent{
    background-color: #FFFFFF;
}

.isform.parent{
    padding: 20px 0;
}
.div_border{
    /*border: 1px solid !*#FC781E*!#ccc;*/
    /*padding-top: 10px;*/
    /*padding-bottom: 15px;*/
    left: 0 !important;
    right: 0;
    background-color: #FCFCFC;
    position: relative;
}
.div_border.edit{
    /*border: 1px solid #FC781E!important;*/
}
/*.div_border.edit{*/
    /*border: 1px solid #CFD8E1;*/
/*}*/

/*按钮样式一*/
.button_base:focus,
.button_base:active:focus,
.button_base.active:focus,
.button_base.focus,
.button_base:active.focus,
.button_base.active.focus {
    color: #fff;
    background-color:#0086DF;
    border: 1px solid #0086DF;
    outline: none;
    box-shadow: none;
}

.button_base:hover {
    color: #fff;
    background-color: #0086DF;
    border: 1px solid #0086DF
}

.button_base{
    color:  #fff;
    background-color:#45A3FF;
    border: 1px solid #45A3FF
}
/*按钮样式一*/

/*按钮样式二*/
.button_base2:focus,
.button_base2:active:focus,
.button_base2.active:focus,
.button_base2.focus,
.button_base2:active.focus,
.button_base2.active.focus {
    background-color: #FF8234!important;
    border-color: #FF8234!important;
    outline: none!important;
    box-shadow: none!important;
    color: #fff!important;
}

.button_base2:hover {
    color: #fff!important;
    background-color: #FF8234!important;
    border-color: #FF8234!important;
}

.button_base2{
    color: #fff;
    background-color: #FF6634;
    border-color: #FF6634;
}
/*按钮样式二*/

/*按钮样式三*/
.button_base3:focus,
.button_base3:active:focus,
.button_base3.active:focus,
.button_base3.focus,
.button_base3:active.focus,
.button_base3.active.focus {
    color: #fff!important;
    background-color: #0086DF !important;
    border: 1px solid #0086DF !important;
    outline: none!important;
    box-shadow: none;
}

.button_base3:hover {
    color: #fff !important;
    background-color: #0086DF !important;
    border: 1px solid #0086DF !important;
}

.button_base3{
    color: #45A3FF;
    background-color: #fff;
    border: 1px solid #45A3FF !important;
}
/*按钮样式三*/

/*按钮样式上传*/
.button_upload:focus,
.button_upload:active:focus,
.button_upload.active:focus,
.button_upload.focus,
.button_upload:active.focus,
.button_upload.active.focus {
    color: #333333!important;
    border-color: #9BC4FA !important;
    background-color: #D5EAFE !important;
    background-image: url("../images/ic_upload.png");
    background-repeat: no-repeat;
    background-position: 5px center;
    outline: none!important;
    box-shadow: none;
}

.button_upload:hover {
    color: #333333 !important;
    border-color: #9BC4FA !important;
    background-color: #D5EAFE !important;
}

.button_upload{
    color: #333333;
    border-color: #9BC4FA;
    background-color: #EAF2FD;
    background-image: url("../images/ic_upload.png");
    background-repeat: no-repeat;
    background-position: 5px center;
    padding-left: 25px;
}
/*按钮样式上传*/

/* input样式*/
.form-control{
    height: 32px;
    border-radius: 0;
    border-color:#D4D4D4;
    padding: 6px !important;
}

select.form-control{
    padding:3px 21px 3px 12px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("../images/down_arrow.png");
    background-repeat: no-repeat;
    background-position: 97%;
}

.form-control.date{
    background-image: url("../images/date.png");
    background-repeat: no-repeat;
    background-position: 98%;
    padding:3px 23px 3px 12px;
}

.form-control:focus{
    border-color: #42B7FF;
    box-shadow:none;
}

/*checkbox样式*/
.checkbox_base{
    width: 16px;
    height: 16px;
    background-color: #fff;
    -webkit-appearance:none;
    border: 1px solid #c9c9c9;
    border-radius: 2px;
    outline: none;
    top: 1px !important;
}

.checkbox_base:checked{
    border:0px;
    background: url("../images/ic_checkbox_checked.png")no-repeat center;
}

.checkbox_base:focus{
    outline: 0px !important;
    outline-offset: 0px !important;
}
/*checkbox样式*/
.textarea_base{
    padding: 10px !important;
}
.input_base,.textarea_base{
    min-height: 30px;
    font-size:14px;
    border: 1px solid #D4D4D4 !important;
    padding: 0 5px;
}
.select_base{
    padding: 3px 21px 3px 12px;
    background-image: url(../images/down_arrow.png);
    background-repeat: no-repeat;
    background-position: 97%;
    min-height: 30px;
    font-size: 14px;
    border: 1px solid #D4D4D4;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    color: black;
}
.select_base2{
    padding: 3px 21px 3px 12px;
    min-height: 30px;
    font-size: 14px;
    border: 1px solid #D4D4D4;
    color: black;
}

.input_base:focus,
.select_base:focus,
.textarea_base:focus{
    border:1px solid #42B7FF!important;
    outline:0;
    box-shadow:none;
}

/*input样式*/
.navbar-collapse.form_title{
    margin: 0 20px 0 20px;
    left: 0;
    right: 0;
}

.form_title{
    background: #F9F9F9 !important;
    border-bottom: 1px solid #95CBFF!important;
    /*width:100%;*/
    padding-left: 20px;
    z-index: 9999;
}

.form_title .nav{
    height:44px;
    line-height:44px;
    font-size: 15px;
    padding-top: 5px;
}

.form_title .nav li{
    height: 40px;
}

#myTab li.active {
    background: #ffffff;
    border-top: 1px solid #42B7FF;
    color: #42B7FF;
    border-left: 1px solid #42B7FF;
    border-right: 1px solid #42B7FF;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    overflow: hidden;
}
.top li.active a {
    background: #ffffff !important;
    font-weight: bold;
}

ul.nav.nav-tabs {
    padding-left: 20px;
    background-color: #F9F9F9;
    border-bottom: 1px solid #95CBFF;
    font-size: 14px;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover{
    border: 0px;
}
ul.nav-tabs>li.active {
    border: 1px solid #95CBFF;
    border-bottom-color: transparent;
    font-weight: bold;
    background: white;
}

.top .collapse{
    background: #F9F9F9 !important;
    border-bottom: 1px solid #95CBFF!important;
}

/*大框*/
/*编辑状态*/
div.form-wrapper {
    border: 1px solid #FF6E15;
    margin: 0 18px 25px 18px;
    padding-top: 20px;
    background-color: #FCFCFC;
}
/*查询状态*/
div.form-wrapper.view {
    border: 1px solid #DEDEDE;
    background-color: #FFFFFF;
}
/*end.大框*/

/*子标题*/
div.sub-header {
    position: relative;
    height: 44px;
    line-height: 54px;
    margin: 0 20px;
    padding: 0 10px;
    background: #ffffff;
    border-top: 1px solid #D3D2DA;
    border-left: 1px solid #D3D2DA;
    border-right: 1px solid #D3D2DA;
    /*border-bottom: 1px solid #FF6E15;*/
}

div.sub-header::after{
    content: " ";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    margin: 0 10px;
    background: #FF6E15;
}

div.sub-header .title {
    font-size: 14px;
    color: #FF6E15;
    padding-left: 26px;
    position: relative;
    font-weight: bold;
}

/*子标题,图标样式*/
div.sub-header .icon {
    position: absolute;
    top: -2px;
    left: 0px;
    width: 23px;
    height: 23px;
}
/*行样式*/
div.form-wrapper .row {
    padding-bottom: 12px;
}
/*行内容,lable*/
div.form-wrapper .row .label {
    color: #000;
    line-height: 30px;
    padding: 0;
    font-size: 14px;
    font-weight: normal;
    text-align: right;
}
div.form-wrapper .row .value {
    min-height: 30px;
    font-size: 14px;
    padding: 5px 0;
    display: inline-block;
}
/*子功能保存按钮*/

.buttons-wrapped{
    text-align: center;
    padding: 10px;
}
.buttons_baocun{
    text-align: center;
    padding: 10px;
}
.buttons_baocun .btn{
    min-width:89px;
    margin-left: 32px;
}
.buttons-wrapped .btn{
    min-width:89px;
    margin-right: 32px;
}

/*星号提示*/
div.form-wrapper .row span.not-null {
    color: red;
    padding-left: 5px;
}

/*保存上一步信息提示*/
div.hint-placeholder {
    height: 70px;
    line-height: 70px;
    color: #C1C1C1;
    font-size: 16px;
    text-align: center;
}
div.hint-placeholder .info-sign {
    background: url(../images/info.png) no-repeat;
    background-size: 32px;
    vertical-align: middle;
    display: inline-block;
    width: 32px;
    height: 32px;
    margin-right: 8px;
}
/*end.先保存上一步信息提示*/

/*图标*/
div.sub-header .base-info {
    background: url(../images/t1.png) no-repeat;
    background-size: 23px;
}
div.sub-header .money-source {
    background: url(../images/t2.png) no-repeat;
    background-size: 23px;
}
div.sub-header .icon_query {
    background: url(../images/icon_query.png) no-repeat;
    background-size: 23px;
}
div.sub-header .icon_filter {
    background: url(../images/icon_filter.png) no-repeat;
    background-size: 23px;
}
div.sub-header .icon_result {
    background: url(../images/icon_result.png) no-repeat;
    background-size: 23px;
}
div.sub-header .find-info {
    background: url(../images/t5.png) no-repeat;
    background-size: 23px;
}
div.sub-header .add-info {
    background: url(../images/t4.png) no-repeat;
    background-size: 23px;
}
.input_fdj{
    padding-right: 32px;
}
.button_pop{
    position: absolute;
    right: 15px;
    top: 0;
    height: 30px;
    background: url(../images/fdj.png) no-repeat;
    background-position: center center;
    border-radius: 0px;
    width: 30px;

}

/*end.图标*/

.readonly{
    background: #eeeeee;
}

div.header .header-title {
    color: #333333;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 21px;
    position: relative;
}
.audit-result{
    font-weight: 700;
    text-align: right;
    padding-right: 5px
}
.audit-result-feedbac{
    margin-bottom: 8px;
}
/*.textarea{*/
    /*min-height: 20px;*/
    /*padding:3px;*/
    /*outline:0;*/
    /*border:1px  solid #FCB587;*/
    /*font-size: 14px;*/
    /*line-height: 24px;*/
    /*word-wrap: break-word;*/
    /*word-break: break-all;*/
    /*overflow-x: hidden;*/
    /*overflow-y:  auto;*/
/*}*/

.div_border .operation{
    float: right;
    font-size: 15px;
    padding-right: 30px;
}
.div_border .operation a{
    cursor:pointer;
    position: absolute;
    right: 0px;
    top: -34px;
    width: 100px;
    text-align: center;
}
.div_border.border_transparent{
    /*padding-top: 0px;*/
    border-color: transparent!important;
}
.div_border td{
    font-size: 14px;
}
.splist tr td{
    border: 1px solid #DCDCDC;
}
/*a标签移除下划线*/
.a_noline{
    text-decoration:none;
}
.a_noline:hover {
    text-decoration:none;
}
/*a标签移除下划线*/

/*表格样式*/
.table_theme,
.table_theme tr th,
.table_theme tr td{
    border:1px solid #DCDCDC;
}
.tb_title{
    height: 38px;
    background: #CBEBFF
}
.tb_content{
    height: 38px;
}
/*表格样式*/

/*附件样式*/
div.file-list .file-delete{
    /*width: 18px;*/
    /*height: 18px;*/
    /*vertical-align: text-bottom;*/
    /*background: url("../images/ic_del2.png") no-repeat center center;*/
    padding-left: 10px;
    cursor: pointer;
    font-size: 14px;
    /*background-size: 16px;*/
    /*margin-bottom: -2px;*/
}

div.file-list .layer_pic{
    padding-left: 10px;
    cursor: pointer;
    font-size: 14px;
}
div.file-list span a{
    line-height: 28px;
}

.file-delete{
    /*display: none;*/
}
.file-item.upload-success:hover{
    background: #E9F3FC;
}
.file-item.upload-success:hover .file-delete{
    /*display:inline-block;*/
}
.file-item{
    min-height: 30px;
    line-height: 30px;
}
.file-item .progressbar{
    width:200px;
    margin-top: 3px;
    height:22px !important;
    display:inline-block
}
.upload_item_title{
    font-size: 14px;
    padding-left: 25px;
    float: left;
    width: 200px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.upload_item_time,.upload_item_size,.upload_item_btn{
    font-size: 14px;
    padding-left: 10px;
}

.upload_item_time{
    padding-right:20px;
}
div.file-list .icon{
    display: inline-block;
    width: 23px;
    height: 23px;
    margin-right: 8px;
    margin-bottom: -5px;
    background: url("../images/icon_file.png") no-repeat center;
}
.uploadFile .progress-bar{
    background-color: #9BC4FA;
}
/*附件样式*/

.textarea{
    min-height: 20px;
    padding:3px;
    outline:0;
    border:1px  solid #9BC4FA;
    font-size: 14px;
    line-height: 24px;
    word-wrap: break-word;
    word-break: break-all;
    overflow-x: hidden;
    overflow-y:  auto;
}

.input_base2,.textarea_base2{
    min-height: 30px;
    font-size:14px;
    border: 1px solid #C8C8C8 !important;
    padding: 0 5px;
}
.input_base2:focus,
.select_base2:focus,
.textarea_base2:focus{
    border:1px solid #42B7FF!important;
    outline:0;
    box-shadow:none;
}

.form_item,
.formitem,
.formite{
    margin: 0 20px 10px 20px;
    padding: 10px 10px;
    background-color: #ffffff;
    border-bottom: 1px solid #D3D2DA !important;
    border-left: 1px solid #D3D2DA !important;
    border-right: 1px solid #D3D2DA !important;
}
/*.form_item .form_table td{*/
/*    padding: 0 8px 0 8px!important;*/
/*    line-height: 40px!important;*/
/*}*/
.form_item .form_table input[type="text"],
.form_item .form_table input[type="select"],
.form_item .form_table select{
    /*margin: 4px 0;*/
    width: 100% !important;
}

.form_item .form_table td,
.formitem .form_table td,
.formite .form_table td{
    border:1px solid #CACACA;
    background: #F7F7F7;
}

.form_item .form_table .value,
.formitem .form_table .value,
.formite .form_table .value{
    background: #ffffff;
}

/*.form-control[disabled], fieldset[disabled] .form-control {*/
/*    background: #F7F7F7 !important;*/
/*}*/

.selectfunds_parent{
    position: relative;
}
.selectfunds_input{
    width: 100%;
    padding-right: 85px;
}
.selectfunds{
    background-color:#45A2FF;
    height: 32px;
    padding-left: 28px;
    background-image: url("../images/icon_pop_file.png");
    background-repeat: no-repeat;
    background-position: 10px center;
    position: absolute;
    right: 5px;
    top: 4px;
    border-radius: 0px;
}

.selectfunds:focus,
.selectfunds:active:focus,
.selectfunds.active:focus,
.selectfunds.focus,
.selectfunds:active.focus,
.selectfunds.active.focus {
    background-image: url("../images/icon_pop_file.png");
}

.show_more{
    height: 30px;
    /*border-top: 1px solid #dcdcdc;*/
    text-align: center;
    line-height: 30px;
    color: #337AB7;
}
.show_more #more_txt{
    cursor:pointer
}
.div_border .div_border{
    border: 0px;
}

.mouse_style{
    cursor: default;
}

.btn-toolbar{
    padding: 5px 0 5px 25px;
}
.btn-toolbar .btn{
    float: left;
    margin: 0;
    padding: 6px 12px 6px 28px;
    font-size: 13px;
    line-height: 18px;
    background-image: url("../images/ic_back.png");
    background-repeat: no-repeat;
    background-position: 10px center;
}

.btn-secondary {
    color: #fff;
    background-color: #16a8f8;
    border-color: transparent;
}
.btn-toolbar .divider {
    float: left;
    height: 20px;
    margin: 7px 5px 4px 10px;
    border-left: 1px solid rgba(0,0,0,.1);
}
.btn-toolbar .page-title{
    font-family: "Helvetica Neue",Helvetica,Tahoma,Arial,'PingFang SC','Source Han Sans CN','Source Han Sans','Hiragino Sans GB','WenQuanYi Micro Hei',sans-serif;
    float: left;
    line-height: 34px;
    font-size: 15px;
    font-weight: 700;
}

.sub_module .sub-header{
    line-height: 35px;
}

.sub_module .sub-header{
    margin: 0px;
    height: auto;
    border-top: 1px solid #838B8D;
    border-left: 1px solid #838B8D;
    border-right: 1px solid #838B8D;
}

.sub_module .sub-header::after {
    margin: 0;
    background: #838B8D;
}
.sub_module .formitem,
.sub_module .form_item{
    margin: 0px !important;
    border-bottom: 1px solid #838B8D !important;
    border-left: 1px solid #838B8D !important;
    border-right: 1px solid #838B8D !important;
}

.sub_module a{
    cursor: pointer;
}

.table_tilte td{
    padding-right: 10px;
    font-size: 14px;
    line-height: 25px;
}
.table_tilte .title_txt{
    color: #FE7C23;
    font-weight: bold
}

.value textarea{
    margin: 8px 0 !important;
}
.value .button_upload{
    margin-top: 8px;
}
.value .td_radio{
    padding: 8px 0;
    line-height: 26px
}
.td_title{
    width: 10%;
    line-height: 25px !important;
    padding: 8px !important;
}
.td_content{
    width: 15%;
    line-height: 25px
}

.develop{
    position: absolute;
    right: 5px;
    top: 9px;
}

.develop a{
    width: 25px;
    height: 25px;
    display: block;
    background: url("../images/setting.png") no-repeat;
}