/*стили админки*/
.section-discount-system .widget-table-body .volume-table,
.section-discount-system .widget-table-body .cumulative-table {
    width: 100%;
}

.section-discount-system .widget-table-body .cumulative-table {
    margin: 0 0 15px 0;
}

.opt-prop {
    width: 600px;
}

li {
    list-style-type: none;
}

.section-discount-system .widget-table-body .volume-table tr td,
.section-discount-system .widget-table-body .cumulative-table tr td {
    text-align: center;
    border: none;
    color: #333;
    font-size: 13px;
    vertical-align: middle;
    padding: 5px;
    background: #fff;

}

.section-discount-system .widget-table-body .volume-table tr th:first-child,
.section-discount-system .widget-table-body .cumulative-table tr th:first-child {
    width: 60%;
}

.section-discount-system .widget-table-body .volume-table tr th,
.section-discount-system .widget-table-body .cumulative-table tr th {
    width: 100%;
    color: #fff;
    font-size: 12px;
    padding: 9px;

}

.mg-discount-system .link-result,
.mg-plugin-notify,
.section-discount-system .widget-table-body .link-result {
    display: block;
    text-align: center;
    color: #92862e;
    border: 1px solid #e1d260;
    background: #fff6ae;
    padding: 10px;
    margin: 10px 0 10px 0;

}

.section-discount-system .widget-table-body .link-result {
    width: 100%;
    height: auto;
}

.section-discount-system .widget-table-body {
    padding: 0;
}

.section-discount-system .widget-table-body h2 {
    font-size: 18px;
    line-height: 16px;
    margin: 0 0 10px 0;
}

.section-discount-system .percent-input {
    width: 50px;
    float: left;
    margin-bottom: 0!important;
}

.section-discount-system .price-input {
    width: 50px;
    float: left;
}

ul.price-list li {
    display: inline;
}

.section-discount-system .table-block .price-input {
    margin-bottom: 0!important;
    width: 100%;
}


.section-discount-system .widget-table-body .table-block {
    margin: 15px 0 0 0;
    width: 49%;
    float: left;
    border: 1px solid #e6e6e6;
    padding: 15px;
}

.section-discount-system .widget-table-body .table-block + .table-block {
    float: right;
}

.price-d div:nth-child(2) {
    flex-grow: 0;
    padding: 0 7px;
}

.section-discount-system .widget-table-action .show-property-order {
    margin: 0;
}

.section-discount-system .actions .change {
    display: block;
    font-size: 11px;
    line-height: 11px;
    text-align: center;
    white-space: nowrap;
}

.section-discount-system .actions .change.error {
    color: red;
}

.section-discount-system .actions .change.success {
    color: green;
}

.mg-plugin-notify span {
    display: block;
    text-align: center;
}

.mg-plugin-notify span + span {
    margin: 5px 0 0 0;
}

.mg-plugin-notify strong {
    color: #5a5a5a;
}

.mg-discount-system {
    margin: 0 0 20px 0;
}

.mg-discount-system .mg-discount-system-header {
    font-size: 18px;
    line-height: 16px;
    text-align: center;
}

.mg-discount-system h2 {
    font-size: 16px;
    line-height: 14px;
    padding: 0;
    margin: 15px 0;
}

.mg-discount-system .discount-img {
    display: block;
    margin: 15px auto;
    width: 426px;
    height: 135px;
    background: url("../images/discount.png") no-repeat;
}

.mg-discount-system ul {
    padding: 0 0 0 30px;
    margin: 10px 0;
}

.mg-discount-system ul li {
    margin: 0 0 5px 0;
}

.mg-discount-system .link-info {
    color: #31708f;
    background: #d9edf7;
    border: 1px solid #bce8f1;
    padding: 10px;
    font-size: 14px;
    text-align: center;
}


.mg-discount-system .mg-discount-system-summ-orders span {
    color: #129e12;
    font-size: 50px;
}

.section-discount-system ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.section-discount-system [name='max'] {
    display: inline-block;
    width: 575px;
    margin-left: 10px;
}

.section-discount-system .save-row {
    cursor: pointer;
}

td > span {
    float: left;
    margin: 5px 0 0 5px;
}

.price-d {
    display: flex;
    align-items: center;
}

.price-d div {
    flex-grow: 1;
}
