.payment-info {
    width: 100%;
    height: 100px;
    background: white;
    margin-top: 20px;
    padding: 5px 15px;
}
    .payment-info p {
        margin-bottom: 0;
        color: #4d4f5c;
    }
    .payment-info .payment-info-div {
        width: 40%;
        display: flex;
    }
    .payment-info .payment-info-div .info{
        width: 50%;
        height:40px;
        display:grid;
    }
        .payment-info .payment-info-div .info span {
            font-size: 0.75rem;
            font-weight: bold;
            color: #4d4f5c;
        }
        .payment-info .payment-info-div .info small {
            font-size: 0.6rem;
            color: #4d4f5c;
            margin-left: 22px;
        }
        .payment-info .payment-info-div .info .green-info {
            background: #6dbdb4;
            height: 10px;
            width: 18px;
            border-radius: 5px;
            margin: 3px;
        }
        .payment-info .payment-info-div .info .violet-info {
            background: #8261ff;
            height: 10px;
            width: 18px;
            border-radius: 5px;
            margin: 3px;
        }
        .payment-info .payment-info-div .info .red-info {
            background: #ff6565;
            height: 10px;
            width: 18px;
            border-radius: 5px;
            margin: 3px;
        }
        .payment-info .payment-info-div .info .orange-info {
            background: rgba(255, 99, 71, 0.4);
            height: 10px;
            width: 18px;
            border-radius: 5px;
            margin: 3px;
        }
        .payment-info .payment-info-div .info .yellow-info {
            background: #e2a301;
            height: 10px;
            width: 18px;
            border-radius: 5px;
            margin: 3px;
        }

.payment-sum-holder {
    max-width: 800px;
    min-width: 800px;
}
.change-order-row .change-order-row-holder .change-order-row-item.pyment-change-order-row-item {
    width: 800px;
}
.change-order-row .change-order-row-holder .change-order-row-item.pyment-change-order-row-item {
    width: 800px;
}

.sum-holder .sum-holder-item .sum-holder-item-button.payment-sum-holder-item-button {
    width: 10px;
}

.sum-holder .sum-holder-item .sum-holder-item-subtitle.payment-sum-holder-item-subtitle {
    width: calc(50% - 15px);
}
.sum-holder .sum-holder-item .sum-holder-item-title.payment-sum-holder-item-title {
    width: calc(100% - 30px);
}
.bold {
    font-weight: bold;
}
/*.sum-holder .sum-holder-item.payment-sum-holder-item {
    height: 35px;
}*/
.change-order-row-item-approved-payment {
    width: 220px;
    height: 36px;
    border: 1px solid #e8e9ec;
    font-size: 12px;
    color: #4d4f5c;
    padding: 10px 5px;
    overflow: hidden;
}
    .change-order-row-item-approved-payment .carret-division {
        width: 10px;
        height: 36px;
        position: relative;
        top: -31px;
        left: 200px;
        color: #bcbccb;
        font-size: 12px;
        display: flex;
        flex-direction: column;
        padding: 5px 0;
        cursor: pointer;
    }
.change-order-row-item-progres {
    width: 220px;
    height: 36px;
    border: 1px solid #e8e9ec;
    font-size: 12px;
    color: #4d4f5c;
    padding: 10px 5px;
    overflow: hidden;
    text-align: right !important;
}
.change-order-row-item-approved-payment-amount {
    width: 160px;
    height: 36px;
    border: 1px solid #e8e9ec;
    font-size: 12px;
    color: #4d4f5c;
    padding: 10px 5px;
    overflow: hidden;
    text-align: right;
}
.change-order-row-item-approved-payment-percentage {
    width: 60px;
    height: 36px;
    border: 1px solid #e8e9ec;
    font-size: 12px;
    color: #4d4f5c;
    padding: 10px 0px;
    overflow: hidden;
    text-align: right;
}
.change-order-row-item-price-amout {
    width: 150px;
    height: 36px;
    /*border: 1px solid #e8e9ec;*/
    font-size: 12px;
    color: #4d4f5c;
    overflow: hidden;
    text-align: right;
    background: #b5ded9;
    padding:3px;
}
    .change-order-row-item-price-amout input {
        width: 98%;
        text-align: right;
        padding-right: 20px;
        height: 30px;
        border-radius: 6px;
        border: 2px solid #7fba98;
    }
    .change-order-row-item-price-amout input:focus {
        outline:none;
    }
.change-order-row-item-price-percentage {
    width: 70px;
    height: 36px;
    font-size: 12px;
    color: #4d4f5c;
    overflow: hidden;
    text-align: right;
    background: #b5ded9;
    padding: 3px;
}
    .change-order-row-item-price-percentage input {
        width: 98%;
        text-align: right;
        padding-right: 20px;
        height: 30px;
        border-radius: 6px;
        border: 2px solid #7fba98;
    }
    .change-order-row-item-price-percentage input:focus {
        outline:none;
    }
    .change-order-row-item-price-percentage span {
        position: relative;
        top: -23px;
        right: 6px;
    }
.sum-holder-total.payment-sum-colum {
    max-width: 550px;
    min-width: 550px;
}

.sum-holder-total.payment-sum-colum-parent {
    max-width: 130px;
    min-width: 130px;
}

.change-order-row-item-sum.payment-sum-colum {
    max-width: 550px!important;
    min-width: 550px!important;
}
.sum-holder-total-item-right {
    width: 35%;
    font-size: 14px;
    text-align: right;
    padding: 10px 5px;
    color: #4d4f5c;
}

.width100 {
    width: 100% !important;
}

    .sum-holder-total-item-right.approve {
        color: #6dbdb4;
        font-weight: bold;
    }
.sum-holder-total-item-left {
    width: 65%;
    font-size: 14px;
    height: 42px;
    padding: 10px;
    color: #4d4f5c;
}
    .sum-holder-total-item-left.approve {
        color: #6dbdb4;
        font-weight: bold;
    }
.change-order-row-item-sum-title.payment-sum {
    width:90px;
}
.change-order-row-item-sum-title.payment-approved-payment {
    width: 220px;
}
.change-order-row-item-sum-title.payment-progress {
    width: 220px;
    text-align:right!important;
}
.payment-sum-row-holder {
    display:flex;
}
.change-order-row-item-price.payment-sum-price {
    width: 110px;
    height: 36px;
    border: 1px solid #e8e9ec;
    font-size: 12px;
    color: #4d4f5c;
    padding: 10px 5px;
    overflow: hidden;
    text-align: right;
}
.mg-b-5 {
    margin-bottom:5px;
}
.total-column p {
    color: #4d4f5c;
    font-size: 0.8rem;
}
.total-column span {
    /*font-size: 2.5rem;*/
    font-size: 2.2rem;
}
.payment-request-p {
    font-size: 1.6rem !important;
}
.change-order-grid-row .payment-grid-row-item {
    width: 100%;
    height: 36px;
    display: flex;
}
.padding-left-right {
    padding: 0 10px!important;
}

.payment-grid-row-item .no-division-title {
    font-size: 18px;
    color: #4d4f5c;
    text-align: left;
    width:55px;
}
.payment-grid-row-item .subject-division-title {
    font-size: 18px;
    color: #4d4f5c;
    text-align: left;
    width: 450px;
}
.payment-grid-row-item .price-division-title {
    font-size: 18px;
    color: #4d4f5c;
    text-align: left;
    width: 180px;
}
.payment-grid-row-item .approved-payment-division-title {
    font-size: 18px;
    color: #4d4f5c;
    text-align: right;
    width: 275px;
}
.payment-grid-row-item .progress-division-title {
    font-size: 18px;
    color: #4d4f5c;
    text-align: right;
    width: 275px;
}

.payment-grid-row-item .no-division {
    width: 55px;
    height: 36px;
    border: 1px solid #e8e9ec;
    font-size: 12px;
    color: #4d4f5c;
    padding: 10px 5px;
}
.payment-grid-row-item .subject-division {
    width: 450px;
    height: 36px;
    border: 1px solid #e8e9ec;
    font-size: 12px;
    color: #4d4f5c;
    padding: 8px 5px;
    overflow-y: auto;
}
.payment-grid-row-item .price-division {
    width: 180px;
    height: 36px;
    border: 1px solid #e8e9ec;
    font-size: 12px;
    color: #4d4f5c;
    padding: 10px 5px;
}
.payment-grid-row-item .approved-payment-division {
    width: 200px;
    height: 36px;
    border: 1px solid #e8e9ec;
    font-size: 12px;
    color: #4d4f5c;
    padding: 10px 5px;
}
.payment-grid-row-item .approved-payment-division-percentage {
    width: 75px;
    height: 36px;
    border: 1px solid #e8e9ec;
    font-size: 12px;
    color: #4d4f5c;
    padding: 10px 5px;
}
.payment-grid-row-item .progress-division {
    width: 200px;
    height: 36px;
    border-top: 1px solid #e8e9ec;
    border-left: 1px solid #e8e9ec;
    border-bottom: 1px solid #e8e9ec;
    font-size: 12px;
    color: #4d4f5c;
    background: #b5ded9;
    padding: 2px;
}

.payment-grid-row-item .progress-division-percentage {
    width: 75px;
    height: 36px;
    border-top: 1px solid #e8e9ec;
    border-right: 1px solid #e8e9ec;
    border-bottom: 1px solid #e8e9ec;
    font-size: 12px;
    color: #4d4f5c;
    background: #b5ded9;
    padding: 2px;
}
.payment-grid-row-item .progress-division input {
    width: 98%;
    text-align: right;
    padding-right: 20px;
    height: 30px;
    border-radius: 6px;
    border: 2px solid #7fba98;
}
.payment-grid-row-item .progress-division .progress-division-input {
    width: 98%;
    text-align: right;
    padding-right: 20px;
    padding-top:5px;
    height: 30px;
    border-radius: 1px;
    background:white;
}
.payment-grid-row-item .progress-division input:focus {
     outline:none;
}
.payment-grid-row-item .progress-division-percentage input {
    width: 98%;
    text-align: right;
    padding-right: 20px;
    height: 30px;
    border-radius: 6px;
    border: 2px solid #7fba98;
}
.payment-grid-row-item .progress-division-percentage .progress-division-percentage-input {
    width: 98%;
    text-align: right;
    padding-right: 10px;
    padding-top: 5px;
    height: 30px;
    border-radius: 1px;
    background: white;
}
.payment-grid-row-item .progress-division-percentage input:focus {
    outline:none;
}
.payment-grid-row-item .progress-division-percentage span {
    position: relative;
    top: -23px;
    left: 53px;
}
.progres-price-holder {
    width: 100%;
    text-align: right;
    padding-right: 20px;
    padding-top: 8px;
    height: 30px;
    background: white;
}
.progres-percentage-holder {
    width: 99%;
    text-align: right;
    padding-right: 5px;
    padding-top: 8px;
    height: 30px;
    background: white;
}

.sum-holder-item-title.payment-sum-holder-item-title button {
    float: right;
    font-size: 0.75rem;
    margin: 0 30px 0 5px;
}
.payment-change-order-status-middle {
    position: relative;
    overflow: visible;
    z-index: 99;
    top: 0px;
    left: 670px;
}
.inline-grid {
    display:inline-grid;
}
.row-data-spec-holder {
    display: block;
    width: 615px;
    height: 40px;
}