/* 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 {
    /* width: 900px; */
    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;
}