/* regras */


.edit[data-scope="SalesOrder"] [data-name="row_markupPricingRules"],
.edit[data-scope="SalesOrder"] [data-name="row_discountPricingRules"] {
    display: none;
}

.edit[data-scope="SalesOrder"] [data-action="save"]::before {
    content: 'Comprar';
    display: inline-block;
    font-size: 14px;
}

.edit[data-scope="SalesOrder"] [data-action="save"] {
    font-size: 0;
}

.edit .row.totals-row {
    display: none;
}

.item-container.row {
    clear: both;
    display: block;

    padding-left: 30px;
    padding-right: 30px;
}

.item-container-bg:nth-child(odd) {
    background: #f8f8f8;
    padding: 10px 0;
    border-bottom: solid 1px #dcdcdc;
}

.item-container-bg:nth-child(even) {
    background: #fff;
    padding: 10px 0;
    border-bottom: solid 1px #dcdcdc;
}

.item_producut_field.cell.form-group .field {
    min-height: 35px;
}

.panel-items .panel-body.panel-body-form {
    margin-top: -30px;
}

[data-scope="SalesOrder"] .side {
    display: none;
}

[data-scope="SalesOrder"] .left {
    width: 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 100%;
    }

    .panel-body hr.no-side-margin {
        width: 100%;
    }

    .modal-dialog .modal-header {
        display: block;
        padding-bottom: 8px;
    }

    .modal-dialog .modal-header .close {
        padding: 0;
        margin: 0;
    }

    .modal-title span.fas.color-icon {
        color: rgb(81 151 159) !important;
    }

    .modal-content .modal-footer {
        padding-top: 10px;
        padding-bottom: 10px;
        border-top-width: 1px;
        display: block;
    }
}


@media (min-width: 768px) {
    .modal-dialog {
        width: 600px;

    }
}

@media screen and (min-width: 768px) {
    .modal-dialog {
        /* width: 740px; */
        width: 80%;
    }
}

@media screen and (min-width: 992px) {

    .dialog-centered,
    .modal-dialog {
        /* width: 900px; */
        width: 80%;
    }

	.modal-update, .modal-refundable {
        /* width: 900px; */
        width: 40%;
    }
}

@media screen and (min-width: 992px) {

	.modal-suspend {
        display: block;
        width: 80%;
        padding-right: 16px;
    }
    
}

@media screen and (min-width: 992px) {

	.modal-customGDAP {
        width: 40%;
    }
    
}

.modal-content .categories-container {
    width: 100%;
    float: none;
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 15px;
}

.modal-content .list-container {
    width: 100%;
    float: none;
    flex: 0 0 100%;
    max-width: 100%;
}

.categories-container .list ul.list-group {
    padding-left: 10px;
}

.list-container .list .cell[data-name="buttons"] .list-row-buttons,
.panel .panel-heading .panel-actions-container {
    display: none !important
}

.container {
    /* display: flex;
    justify-content: center;
    align-items: flex-start; */
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

text {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 11px;
    pointer-events: none;
}

#chart {
    /* width: 500px;
    height: 500px; */
    width: 1140;
    height: 600;
    top: 0;
    left: 0;
}

#question {
    position: absolute;
    width: 400px;
    height: 500px;
    top: 0;
    left: 520px;
}

#question h1 {
    font-size: 50px;
    font-weight: bold;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    position: absolute;
    padding: 0;
    margin: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}