label.main {
  font-weight: bold;
}

.nav-main {
  background: #fff;
  border-bottom: 3px solid #e7491f;
}

.m-r-30 {
  margin-right: 30px;
}

.p-t-10 {
  padding-top: 10px;
}

.p-t-20 {
  padding-top: 20px;
}

.p-t-30 {
  padding-top: 30px;
}

.m-l-20 {
  margin-left: 20px;
}

.nav-main.navbar-light .navbar-nav .nav-link {
  color: #e7491f;
}

.nav-main.navbar-light .navbar-nav .nav-item.active .nav-link {
  color: #000;
}

#content {
  padding-top: 30px;
}

.nav-main.navbar-light .navbar-toggler {
  background: #e7491f;
  color: #fff;
}

.nav-main.navbar-light .navbar-toggler-icon {
  background-image: url(icon.png);
  background-size: 24px 15px;
}

.text-cbrand {
  color: #e7491f !important;
}

#or {
  color: #e7491f;
  font-weight: bold;
  text-align: center;
  margin-top: 21px;
  font-size: 23px;
}

.m-0 {
  margin: 0px !important;
}

.m-r-20 {
  margin-right: 20px;
}

.m-r-5 {
  margin-right: 5px;
}

.m-r-10 {
  margin-right: 10px;
}

.m-r-15 {
  margin-right: 15px !important;
}

.m-l-5 {
  margin-left: 5px;
}

.m-l-10 {
  margin-left: 10px;
}

.m-l-15 {
  margin-left: 15px;
}

.m-t-5 {
  margin-top: 5px !important;
}

.m-t-0 {
  margin-top: 0px;
}

.m-t-10 {
  margin-top: 10px !important;
}

.m-t-12 {
  margin-top: 12px !important;
}

.m-t-15 {
  margin-top: 15px !important;
}

.m-t-20 {
  margin-top: 20px !important;
}

.m-t-25 {
  margin-top: 25px !important;
}

.m-t-30 {
  margin-top: 30px !important;
}
.m-t-34 {
  margin-top: 34px !important;
}

.m-t-40 {
  margin-top: 40px !important;
}

.m-b-0 {
  margin-bottom: 0px !important;
}

.m-b-5 {
  margin-bottom: 5px;
}

.m-b-10 {
  margin-bottom: 10px;
}

.m-b-15 {
  margin-bottom: 15px;
}

.m-b-20 {
  margin-bottom: 20px;
}

.m-b-25 {
  margin-bottom: 25px;
}

.m-b-30 {
  margin-bottom: 30px !important;
}

.buttons-m-r-15 .btn {
  margin-right: 5px;
}

.buttons-m-b-20 .btn {
  margin-bottom: 20px;
}

label,
.form-control {
  color: #3b3b3b;
}

label[for] {
  cursor: pointer;
}

.warning-price {
  color: #000;
  background: #f9fc24;
}

.card-search-price label {
  line-height: 40px;
}

.btn-default {
  color: #fff;
  background-color: #8b8b8b;
  border-color: #767575;
}

.btn-default:hover {
  background-color: #4c4c4c;
  color: #fff;
}

.title-with-button {
  line-height: 30px;
}

.table-active-style tbody tr:active td,
.table-active-style tbody tr:active th {
  background: #ccc;
  color: #000;
}

.table thead th {
  background: #dbdbdb;
  color: #6e6e6e;
}

.img-product-big {
  max-width: 100%;
  margin-top: 18px;
}

.modal-dialog-max {
  max-width: 90% !important;
}
.display-none {
  display: none;
}

div#certificado {
  margin: 30px auto;
  color: #000;

  padding: 11px;
  border: 1px solid #ccc;
}

.titulocertificado {
  text-align: center;
  font-weight: bold;
  font-size: 15px;
  margin-bottom: 5px;
}

.top-certificado {
  width: 100%;
  font-size: 10px;
}

div#textCertificado {
  text-align: center;
}

@media print {

  .container,
  .container-fluid,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  #bottomCertificado {
    width: 97%;
    position: absolute;
    bottom: 5px;
  }

  .inZoom80Print {
    zoom: 80%;
  }

  .hidePrint {
    display: none;
  }

  .titulocertificado {
    font-size: 10px;
  }

  div#certificado {
    height: 177px;
    width: 290px;
    font-size: 10px;
    padding: 5px;
    position: relative;
  }

  .info-certificado {
    font-size: 10px;
  }

  #bottomCertificado {
    font-size: 9px !important;
  }
}

.info-certificado {
  width: 100%;
  margin: 10px 0;
}

.info-certificado thead td {
  font-weight: bold;
}

.info-cert-loja {
  width: 33%;
  float: left;
  margin-bottom: 10px;
}

.form-inline {
  flex-flow: nowrap;
}

.os .form-inline {
  flex-flow: row wrap;
}

.form-inline label {
  padding-right: 6px;
  padding-left: 10px;
}

.os .form-inline {
  gap: 1%;
}

.os .form-inline label {
  padding-left: 0;
}

.inputcombotao {
  margin-right: -7px;
}

.form-control {
  width: 100%;
}

.form-inline .form-control {
  max-width: 130px;
}

.form-inline .editable-input .form-control {
  max-width: inherit;
}

.os .form-inline .form-control {
  max-width: inherit;
}

.form-inline select.form-control {
  width: 200px !important;
}

.form-inline select.form-control.select2 {
  width: 300px !important;
  max-width: 300px !important;
}

.form-inline select.form-control.select2#sellerId {
  width: 400px !important;
  max-width: 400px !important;
}

.tablefactors select.form-control.select2 {
  width: 300px !important;
  max-width: 300px !important;
}

.each-price-stock {
  width: 100%;
  margin-bottom: 10px;
  height: auto;
  padding: 0rem !important;
}

#calendar {
  max-width: 100%;
  margin: 0 auto;
}

a.fc-daygrid-day-number {
  background: #74808c;
  color: #fff;
  border-radius: 7px;
  margin: 5px 3px 0px 0;
}

a.fc-daygrid-day-number:hover {
  background: #e7491f;
  color: #fff;
}

.fc a[data-navlink]:hover {
  text-decoration: none;
}

#loading {
  display: none;
  position: absolute;
  top: 10px;
  right: 10px;
}

.fc-daygrid-dot-event {
  align-items: baseline;
}

.fc-daygrid-event {
  white-space: normal;
}

.fc-event-title.fc-sticky {
  display: inline;
}

tr.destaca-linha td,
tr.destaca-linha th {
  background: #8c8c8c;
  color: #fff;
}

tr.destaca-linha a,
tr.destaca-linha a:hover {
  color: #fff;
}

.alert.alert-default {
  background: #dcdcdc;
  color: #2d2d2d;
}

td.buttons {
  white-space: nowrap;
}

.nowrap {
  white-space: nowrap;
}

.tag-price,
.tag-price:hover {
  background: rgb(144, 144, 144);
  background: linear-gradient(0deg,
      rgba(144, 144, 144, 1) 0%,
      rgba(211, 213, 213, 1) 100%);
  border: 2px solid #ccc;
  padding: 25px;
  margin-top: 8px;
}

input[type="checkbox"],
input[type="radio"] {
  margin-right: 5px !important;
}

.filtros-adc .form-inline {
  flex-flow: row wrap;
}

.tag-col {
  flex: 0;
}

@media (max-width: 991px) {
  .form-inline {
    flex-flow: row wrap;
  }

  [for="codForn"] {
    padding-left: 10px;
  }

  .form-inline.camposBuscaParcial .form-inline {
    margin-top: 10px;
  }
}

@media (max-width: 575px) {
  .m-t-xs-15 {
    margin-top: 15px;
  }

  .tag-col {
    flex: 1;
  }
}

@media (min-width: 1100px) {
  .box-ref-forn {
    display: flex;
    margin-bottom: 10px;
  }

  .separator-barcode {
    margin-top: -30px;
  }
}

.separator-barcode {
  margin-right: 10px;
  margin-left: 10px;
  font-size: 55px;
}

.associateBarcodes {
  display: none;
}

#accordionExample .card-header {
  background: #fff;
}

div#accordionExample {
  margin-top: 23px;
}

.associateBarcodes .separator-barcode:last-child {
  display: none;
}

.associateBarcodes .form-control {
  max-width: 15% !important;
}

.square {
  width: 25px;
  height: 25px;
  border: 1px solid;
  display: inline-block;
  vertical-align: bottom;
}

.sign {
  width: 62%;
  height: 25px;
  border-bottom: 1px solid;
  display: inline-block;
  vertical-align: bottom;
}

.select2-container .select2-selection--single {
  height: 38px !important;
  border: 1px solid #d1d3e2 !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 38px !important;
}

.clearTalaoInRemessa {
  margin-left: 9px;
}

.inputnumerotalao {
  margin-right: 10px;
  border-color: #0a34cd;
  color: #0a34cd;
  font-size: 22px;
  font-weight: bold;
  border-width: 2px;
}

.labelnumerotalao {
  color: #0a34cd;
}

label#code-error {
  font-size: 13px;
}

input.form-control.osnumbershippng.text-danger {
  background: #f61616bd;
  color: #fff !important;
}

input.form-control.osnumbershippng.text-danger.text-success {
  background: inherit;
  color: #09b678 !important;
}

td.tdcustomerCPF {
  white-space: nowrap;
}

label.error {
  margin-left: 5px;
}

.error a {
  margin-left: 8px;
}

.msg-error {
  display: none;
  margin-left: 12px;
}

.localOs {
  font-size: 15px;
  font-weight: bold;
  margin-top: 5px;
}

select[readonly].select2-hidden-accessible+.select2-container {
  pointer-events: none;
  touch-action: none;
}

select[readonly].select2-hidden-accessible+.select2-container .select2-selection {
  background: #eee;
  box-shadow: none;
}

select[readonly].select2-hidden-accessible+.select2-container .select2-selection__arrow,
select[readonly].select2-hidden-accessible+.select2-container select[readonly].select2-hidden-accessible+.select2-container .select2-selection__clear {
  display: none;
}

.m-l-60 {
  margin-left: 60px;
}

.form-inline .form-control#refSupplier {
  max-width: 220px !important;
}

.colunaRealce .form-group {
  background: #00e7ff33;
  border-radius: 3px;
  padding: 5px; 
}

th.group1 {
  background: #a37606 !important;
}

th.group2 {
  background: #3e0c8f !important;
}

th.group3 {
  background: #812d06 !important;
}

th.group4 {
  background: #2655df !important;
}

th.group5 {
  background: #057c09 !important;
}

td.group1 {
  background: #dda20e !important;
}

td.group2 {
  background: #5e0edd !important;
}

td.group3 {
  background: #c54406 !important;
}

td.group4 {
  background: #4e73df !important;
}

td.group5 {
  background: #06b10b !important;
}

td.group1 input {
  width: 100px;
}

.tablefinalproduct th,
.tablefinalproduct td {
  color: #fff !important;
  white-space: nowrap;
}

.tablefinalproduct [disabled] {
  background-color: #939393;
  border-color: #787878;
}

.qtdlinesfile {
  font-size: 22px;
  font-weight: bold;
  color: #000;
  margin-top: 15px;
}

.excluirProdFileImported {
  color: #fff !important;
}

a.editableProdImportado {
  color: #4e73df;
  cursor: pointer;
}

a.editableProdImportado:hover {
  color: #f00;
}

.editable-error-block.help-block {
  background: #fbb;
  margin: 4px;
  border-radius: 3px;
  color: #970808;
  padding: 5px;
}

span.erroTable {
  color: #f00;
  font-weight: bold;
  background: #000;
  padding: 5px;
  border-radius: 3px;
  margin-right: 11px;
}

[data-target="#zoomPhotoModal"] {
  cursor: pointer;
}

.affix {
  position: fixed;
  width: 98%;
  top: 10px;
  z-index: 999;
  margin: 0;
  padding: 0;
  left: 1%;
}

.affix-helper {
  padding-top: 390px;
}

.alert-mini {
  padding: 5px 10px;
  font-size: 13px;
}

#applyDiscountAllInputs *,
#applyEmpAllInputs * {
  font-size: 12px;
}

.f12 {
  font-size: 12px;
}

.aviso-prod-alterado ,.aviso-prod-nao-alterado{
  background-color: #ffe5e5;
  font-weight: 600;
  padding: 4px 8px;
  display: inline-block;
  margin-bottom: 15px;
}
.aviso-prod-nao-alterado{ background: #eee;}

.pagination li a ,.pagination li.active{
  padding: 5PX 10px;
  border: 1px solid;
  border-radius: 8px;
  margin: 0 5px;
  display: inline-block;
}

.alerta-situacao {
  color: #f00;
  padding: 2px 5px;
  border-radius: 4px;
  margin: 6px 0;
  font-size: 11px; text-transform: uppercase;
}

.head-rp-new {
  background: #231f20;
  display: table;
  width: 100%;
  padding: 36px;
  margin: 34px 0;
}

.head-rp-new h1 {
  text-transform: uppercase;
  font-size: 21px;
  color: #fff;
  float: left;
  margin-top: 9px;
}

.title-rp-new {
  text-transform: uppercase;
  font-size: 21px;
  color: #fff;
  background: #231f20;
  padding: 5px 10px;
  text-align: center;
}

label {
  text-transform: uppercase;
}

.head-rp-new img {
  float: right;
}

label.valor {
  display: block;
  padding: 5px 15px;
  border-radius: 0 0 5px 5px;
  background: #f3f3f3;
  border: 1px solid #4587ff57;
}

.form-group.divfollowup .main {
  background: #4587ff;
  display: block;
  color: #fff;
  padding: 5px 15px;
  border-radius: 5px 5px 0 0;
  margin: 0;
}
.siscont-color{background:#fffa60ad}

.situation-preview{background: #4587ff;
  display: inline-block;
  color: #fff;
  padding: 5px;
  border-radius: 5px;
  margin: 0;
  text-align: center;
  font-size: 11px;
  vertical-align: bottom;
}