@import "iconfont.css";

.grid-box .iconfont-approve::before {
    font-size: 26px;
    left: 51.5%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
}

.clear-f {
    clear: both;
    height: 0;
    font-size: 1px;
    line-height: 0px;
}


td.rownumber {
    text-align: center;
}

.top-z {
    z-index: 1050;
}

.btn-labs > .btns > .btn > span {
    margin-right: 5px;
}

.btn-container {
    margin-top: 20px;
}

.grid-container {
    margin-top: 5px;
}

.form-row {
    margin-top: 10px;
    margin-bottom: 10px;
}

.mr5 {
    margin-right: 5px;
}

.ml10 {
    margin-left: 10px;
}

.mt10 {
    margin-top: 10px;
}

.page-header > h2, .h2 {
    font-size: 18px;
}

.mt30 {
    margin-top: 30px;
}

.query-condition-body {
    position: relative;
    padding: 5px;
    background: #fff
}

.query-condition-more-container {
    display: none;
}

.query-condition-more-container > .row, .query-condition-container > .row {
    margin: 0px 0px;
}

.query-condition-main > .query-condition-component, .query-condition-more > .query-condition-component {
    padding-top: 5px;
    padding-bottom: 5px;
}

.query-condition-main > .query-condition-component > .query-condition-btns,
.query-condition-more > .query-condition-component > .query-condition-btns {
    height: 30px;
}

.query-condition-main > .query-condition-name, .query-condition-more > .query-condition-name {
    color: #666;
    font-weight: bold;
    padding-bottom: 3px;
}

@media ( max-width: 768px) {
    .query-condition-main > .query-condition-name, .query-condition-more > .query-condition-name {
        color: #666;
        font-weight: bold;
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .query-condition-main > .query-condition-component, .query-condition-more > .query-condition-component {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .query-condition-main > .query-condition-component > .query-condition-btns,
    .query-condition-more > .query-condition-component > .query-condition-btns {
        height: 30px;
        padding-top: 5px;
        padding-bottom: 5px;
    }
}

.query-condition-name {
    line-height: 22px;
    border-right: 1px dashed #666;
    margin-top: 8px;
}

.query-condition-main, .query-condition-more, .query-condition-tag {
    /**padding:5px**/

}

.query-condition-handler {
    position: absolute;
    top: 100%;
    left: 50%;
    width: 130px;
    margin-left: -65px;
    border: 1px solid #ddd;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-top-color: #fff;
    background: #fff;
    text-align: center;
    color: #999;
    font-size: .9em;
    padding: 3px;
    cursor: pointer;
}

.query-operation-btns {
    margin-top: 0px;
    margin-bottom: 10px;
}

.col-xs-1-scope, .col-xs-2-scope, .col-xs-3-scope {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    float: left;
}

.col-xs-1-scope, .col-xs-3-scope, .col-xs-2-scope {
    float: left;
}

.col-xs-1-scope {
    width: 10.33333333%;
}

.col-xs-2-scope {
    width: 5%;
}

.col-xs-3-scope {
    width: 21.8%;
}

/*=========approve_handle=================*/
/**cai.zh 2020-12-17**/
.handle-container {
    position: absolute;
    left: 0;
    right: 0px;
    top: 0px;
    bottom: 160px;
}

.handle-container .btn-primary {
    color: #fff;
    background-color: #3176dc;
    border-color: #3176dc;
}

.handle-container .tabgroup-box .btn:hover {
    color: #fff;
    background-color: #3176dc;
    border-color: #3176dc;
}

.content-box {
    height: 100%;
}

.content-box .content-frame {
    width: 100%;
    border: 0px;
}

.handle-container .tabgroup-box {
    margin: 20px;
}

.handle-container .tabgroup-box .btn-sz {
    height: 40px;
    line-height: 30px;
    width: 120px;
}

.handle-container-footer {
    background-color: rgba(195, 196, 198, 0.9);
    bottom: 10px;
    height: 60px;
    line-height: 60px;
    margin: auto;
    opacity: 1;
    padding-right: 20px;
    position: fixed;
    text-align: right;
    width: 100%;
}

.handle-container-footer .btn {
    width: 100px;
}

.handle-container-footer .btn-back {
    background-color: #6C757D;
    border-color: #6C757B;
    color: #fff;
}

.handle-container-footer .btn-box {
    display: inline-block;
}


.handle-apply-container {
    display: flex;
    margin: 20px 20px 20px 0;
}

.handle-apply-container .left {
    margin-right: 20px;
    width: 260px;
}

.handle-apply-container .left .form_data_nav {
    padding: 0 20px 20px;
}

.handle-apply-container .left .form_data_nav dt, .form_data_nav dd {
    width: 260px;
    height: 43px;
    line-height: 43px;
    margin-bottom: 2px;
    background: #d6e3f3;
}

.handle-apply-container .left .form_data_nav dt {
    color: #002daa;
    text-align: center;
    font-size: 16px;
    position: relative;
}

.handle-apply-container .left .form_data_nav dt i {
    font-size: 20px;
    margin-right: 6px;
    left: 85px;
    margin-top: -20px;
}

.handle-apply-container .left .form_data_nav dd {
    position: relative;
    color: #202c3c;
    padding-left: 20px;
    cursor: pointer;
}

.handle-apply-container .left .form_data_nav dd:before {
    content: "";
    position: absolute;
    height: 5px;
    width: 5px;
    border-radius: 50%;
    background: #202c3c;
    left: 10px;
    top: 50%;
    margin-top: -2.5px;
}

.handle-apply-container .left .form_data_nav dd.cur, .handle-apply-container .left .form_data_nav dd:hover {
    color: #fff;
    background: #36529b;
}

.handle-apply-container .left .form_data_nav dd.cur:before, .handle-apply-container .left .form_data_nav dd:hover:before {
    background: #fff;
}

/** cai.zh 2020-12-17**/
.handle-apply-container .right {
    right: 10px;
    top: 20px;
    bottom: 0px;
    left: 280px;
    position: absolute;
}

.handle-apply-container .right .content-frame {
    height: 100%;
    width: 100%;
    border: 0px;
}

table.container {

    border-spacing: 5px 5px;
    background-color: #fff;
    margin-top: 5px;
}

/* 代鹏修改背景颜色 */
.handle-container-box {
    /*padding-top: 2px;*/
    background-color: #F5F4F2;
    color: #000;
    width: 100%;
    overflow-x: hidden;
}

.handle-container-box .container tr td {
    height: 30px;
    padding: 10px 0 10px 30px;
    word-wrap: break-word;
    word-break: break-all;
}

.handle-container-box .container .title {
    text-align: center;
}

.handle-container-box .container .element-title {
    text-align: left;
    width: 20%;
    border: 1px solid #E4EEF7;
    background-color: #F0F7FD
}

.handle-container-box .container .element {
    border: 1px solid #E4EEF7;
    text-align: left;
    width: 33%;
    border-radius: 3px;
    padding: 5px 10px;
}

/*.handle-container-box .container .element-title{
    background:#F5F4F3;
}*/

.handle-container-box .container.stand .element {
    width: 60%;
}

.handle-container-box .container.stand .element-title {
    width: 40%;
}

.handle-container-box .title-header {
    background: #FFF;
    height: 40px;
    padding-top: 8px;
    margin-top: 5px;
    font-family: "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 900;
}

.handle-container-box .fromTable {
    background: #FFF;
    padding: 15px;
    font-family: "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
}


.handle-container-box .fromTable .panel-body {

}

.handle-container-box .fromTable .panel-body .headerTd rowNumberTitle {

}


.handle-document-container .container th, .handle-flowprocess-container .container th {
    background: #F5F4F3;
}

.handle-document-container .container tr td, .handle-document-container .container tr th, .handle-flowprocess-container .container tr td, .handle-flowprocess-container .container tr th {
    border: 1px solid #E0E8E5;
    height: 35px;
    padding: 10px;
    text-align: center;
}

.sdatagrid .headerTd {
    height: 35px;
    vertical-align: middle;
    background-color: #eff7fa;
}

/*****审批页面******/
.antrustExpert-container .panel-body {
    display: flex;
}

.antrustExpert-container .panel-body .left {
    width: 40%;
}

.antrustExpert-container .panel-body .middle {
    width: 20%;
    display: flex;
    flex-flow: column;
    align-items: center;
}

.antrustExpert-container .panel-body .middle .btn-sz {
    width: 50%;
    margin: 10px;
}

.antrustExpert-container .panel-body .middle input {
    height: 50px;
    width: 50%;
}


.antrustExpert-container .panel-body .right {
    width: 40%;
}

.query-result {
    width: 90%;
    margin-left: 20px;
}

.flow-box {
    background-color: #fff;
    display: flex;
    height: 110px;
    justify-content: center;
    align-items: center;
}

.flow-box .item {
    align-items: center;
    display: flex;
    flex-flow: column;
    min-width: 110px;
}

.flow-box .item .icon-box {
    align-items: center;
    border: 1px solid #9A9691;
    border-radius: 50%;
    display: flex;
    height: 50px;
    justify-content: center;
    width: 50px;
    margin-top: 20px;
}

.flow-box .item .icon-box-active {
    align-items: center;
    border: 1px solid #00d067;
    border-radius: 50%;
    display: flex;
    height: 50px;
    justify-content: center;
    width: 50px;
}


.flow-box .item .icon-box-active .icon-date {
    background-image: url("images/flow-icon-date-active.png");
    background-position: center center;
    background-repeat: no-repeat;
    height: 20px;
    width: 25px;
}

.flow-box .item .title-active {
    color: #00d067;
}

.flow-box .icon-line-active {
    background-image: url("images/flow-icon-point-active.png");
    background-position: center center;
    background-repeat: no-repeat;
    height: 20px;
    width: 50px;
}

.flow-box .item .icon-box .icon-date {
    background-image: url("images/flow-icon-date.png");
    background-position: center center;
    background-repeat: no-repeat;
    height: 20px;
    width: 25px;
}

.flow-box .item .title {
    color: #9A9691;
}

.flow-box .icon-line {
    background-image: url("images/flow-icon-point.png");
    background-position: center center;
    background-repeat: no-repeat;
    height: 20px;
    width: 50px;
}

.text-value {
    font-size: 11px;
}

.text-success {
    color: #37d23a;
}

.text-warning {
    color: #eaa01f;
}

.text-danger {
    color: #ff4541;
}

/*申请表信息页面多个box标题*/
.handle-container-box .box-title {
    margin-left: 20px;
    margin-top: 40px;
}

.handle-container-box .box-title:first-child {
    margin-top: 0px;
}


.col-percentage-10 {
    width: 10.1111%;
}

.col-percentage-23 {
    width: 23.2222%;
}

.align-center {
    text-align: center;
}

.btn-blue {
    color: white;
    background-color: #337ab7;
    border-color: #2e6da4;
}

.btn-white {
    color: #333;
    background-color: white;
    border-color: #2e6da4;
}

.no_border {
    border: none;
    background-color: #FFF;
    text-align: center;
}

.bg {
    background: #E4EEF7;
}