.content-dashboard-itens-map .content-map-btns-default {
  font-size: 14px;
}

@media (max-width: 991px) {
  .content-dashboard-itens-map .content-map-btns-default {
    font-size: 10px;
  }
}

.content-dashboard-itens-map .content-map-element {
  height: 100%;
}

.font-14 {
  font-size: 14px;
}

.disabled {
  color: currentColor;
  cursor: not-allowed;
  opacity: 0.5;
  text-decoration: none;
}

.color-required {
  color: #538ec2 !important;
}

.flex-end {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.btn-insert-variable {
  width: 110px !important;
  font-size: 12px !important;
}

.error {
  border: 1px solid #f55d76 !important;
}

input:-moz-read-only {
  background-color: #efefef;
}

input:read-only {
  background-color: #efefef;
}

.p-top-0 {
  padding-top: 0 !important;
}

.mb-1 {
  margin-bottom: 10px;
}

.mb-2 {
  margin-bottom: 20px;
}

.mb-3 {
  margin-bottom: 30px;
}

.mb-4 {
  margin-bottom: 40px;
}

.mb-5 {
  margin-bottom: 50px;
}

.mb-6 {
  margin-bottom: 60px;
}

.mb-7 {
  margin-bottom: 70px;
}

.mb-8 {
  margin-bottom: 80px;
}

.mb-9 {
  margin-bottom: 90px;
}

.mb-10 {
  margin-bottom: 100px;
}

.link-button {
  height: 50px;
  width: 180px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #ffffff;
  border: 2px solid #a5d442;
  border-radius: 5px;
  color: #a5d442 !important;
  font-size: 18px;
  font-family: "Font Bold";
  -webkit-transition: 500ms;
  transition: 500ms;
  -webkit-box-shadow: 0.57px 0.82px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0.57px 0.82px 2px rgba(0, 0, 0, 0.1);
  text-transform: uppercase;
}

.font-12 {
  font-size: 12px;
}

.content-data-company-itens .content-company-information-body .content-input {
  margin-bottom: 15px;
}

select[readonly] {
  background: #eee;
  pointer-events: none;
  -ms-touch-action: none;
      touch-action: none;
}

.autocomplete-input {
  background-image: none !important;
}

.btn-share-custom {
  height: 30px;
  font-size: 10px;
  margin-top: 5px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .btn-share-custom {
    width: 90px;
  }
}

.font-8 {
  font-size: 8px !important;
}

.btn-add-payment-first-custom {
  margin: 0px auto 0px auto;
}

.btn-add-payment-custom {
  margin: 0px auto 0px auto;
}

.div-autocomplete > div {
  width: 100%;
}

.orange2 {
  background-color: #f46043;
}

.header-closed {
  border: 1px solid green;
}

.header-annulled {
  border: 1px solid red;
}

.draft-text {
  color: #bbbbbb;
  font-size: 100px;
  position: absolute;
  top: 40%;
  left: 25%;
  z-index: 999;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  opacity: 0.5;
}

.draft-text-stock {
  color: #bbbbbb;
  font-size: 100px;
  position: absolute;
  top: 40%;
  left: 25%;
  z-index: 999;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  opacity: 0.5;
}

.flex-start {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.frequency-box {
  background-color: #808080;
  color: #fff;
  padding: 5px;
  text-align: center;
  width: 78px;
  margin: 10px;
  font-size: 13px;
  border-radius: 3px;
}

.send-copy-field {
  height: 70px;
}

.content-invoice-details-table-summary > p {
  font-size: 10px;
}

/*
* Gid de produtos
*/

.fas {
  color: #538ec2;
}

.content-table-data-products tr > td:first-child,
.content-table-data-entities tr > td:first-child {
  max-width: 200px;
  min-width: 100px;
}

.content-table-data-products tr > td:last-child > div,
.content-table-data-entities tr > td:last-child > div {
  text-align: center;
}

.content-table-data-products thead > th:nth-last-child(-n+2) {
  text-align: center;
}

.content-table-data-users thead > th:nth-last-child(-n+1),
.content-table-data-entities thead > th:nth-last-child(-n+1),
.content-table-data-series thead > th:nth-last-child(-n+1) {
  text-align: center;
}

.btn-grid-actions {
  cursor: pointer;
  padding: 0 5px 0 5px;
}

/*
* Ajuste de menu
*/

.content-submenu-links {
  z-index: 1;
}

.padding-right-1 {
  padding-right: 1em;
}

.padding-right-2 {
  padding-right: 2em;
}

.padding-right-3 {
  padding-right: 3em;
}

.padding-right-4 {
  padding-right: 4em;
}

.saphety-status {
  text-align: center;
  font-size: 10px;
}

.saphety-status-success {
  color: #70c253;
}

.saphety-status-error {
  color: red;
}

.saphety-status-other {
  color: #fa794b;
}

.simulation-input {
  max-width: 160px;
}

.simulation-input-container {
  padding: 0 2px;
}

.loader-message {
  color: white;
  font-weight: bold;
}

.d--inline-flex {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.text--right {
  text-align: right;
}

.card-body-note {
  font-size: 10px;
  font-family: "Font Regular";
  color: #666666;
  padding: 10px 0px;
}

.action-button {
  cursor: pointer;
}

.fa-icon-sidebar-container {
  min-width: 25px;
}

.fa-icon-sidebar {
  color: #70c253 !important;
}

.m-0 {
  margin: 0 !important;
}

.p-0 {
  padding: 0 !important;
}

.ml-2 {
  margin-left: 2px;
}

.content-table tr:nth-child(even) {
  background-color: #f4f4f4;
}

.content-table tr:nth-child(odd) {
  background-color: #ffffff;
}

