/* VARIAVEIS */
*:focus {
  outline: 0 !important;
}

.bgi-size-cover h1 {
  color: #fff !important;
}

.btn-themplate {
  border-color: #7b1233;
  background-color: #7b1233;
  color: #fff;
}

.link-primary {
  color: #7b1233 !important;
}
.link-primary:hover {
  opacity: 0.6;
  color: #7b1233 !important;
}

.app-sidebar-menu .menu > .menu-item.here > .menu-link .menu-icon,
.app-sidebar-menu .menu > .menu-item:hover > .menu-link .menu-icon {
  background: linear-gradient(135deg, #7b1233 0, #764f5b 100%);
}

.menu-state-primary .menu-item .menu-link.active .menu-title,
.menu-state-primary .menu-item .menu-link.active,
.menu-state-primary .menu-item.hover:not(.here) > .menu-link:not(.disabled):not(.active):not(.here) .menu-title, .menu-state-primary .menu-item:not(.here) .menu-link:hover:not(.disabled):not(.active):not(.here) .menu-title,
.menu-state-primary .menu-item.hover:not(.here) > .menu-link:not(.disabled):not(.active):not(.here) .menu-bullet .kiplus, .menu-state-primary .menu-item:not(.here) .menu-link:hover:not(.disabled):not(.active):not(.here) .menu-bullet .kiplus,
.menu-state-primary .menu-item .menu-link.active .menu-bullet .kiplus {
  color: #7b1233;
}

.menu-state-primary .menu-item .menu-link.active .menu-bullet .bullet,
.menu-state-primary .menu-item.hover:not(.here) > .menu-link:not(.disabled):not(.active):not(.here) .menu-bullet .bullet, .menu-state-primary .menu-item:not(.here) .menu-link:hover:not(.disabled):not(.active):not(.here) .menu-bullet .bullet {
  background-color: #7b1233;
}

a {
  color: #7b1233;
  /*&:hover {
      opacity: 0.8;
  }*/
}

.image-input .image-input-wrapper {
  background-position: center center;
}

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

.alert-custom {
  width: 100%;
  position: relative;
  display: block;
  padding: 10px 25px;
}

.listsearch {
  position: absolute;
  top: 46px;
  left: 28px;
  margin: 0;
  padding: 0;
  background-color: #f9f9f9;
  min-width: 200px;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  border: 1px solid #f1f1f1;
  list-style: none;
  z-index: 1;
}
.listsearch li {
  padding: 10px;
  border-bottom: 1px solid #f1f1f1;
  cursor: pointer;
}
.listsearch li:last-child {
  border: 0 !important;
}
.listsearch li:hover {
  background-color: #f1f1f1;
}

.car-thumb {
  width: 40px;
  height: 40px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  border-radius: 6px;
  margin-right: 5px;
}

.row > * {
  position: relative;
}

.symbol.symbol-150px img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}

.form-group {
  position: relative;
}

.alert-dropoff-chegada {
  border-radius: 1.5rem;
  padding: 45px;
  background: linear-gradient(112.14deg, #9b697c 0%, #7b1233 100%);
}
.alert-dropoff-chegada h1 {
  text-transform: uppercase;
  color: #fff;
}
.alert-dropoff-chegada p {
  margin: 0 !important;
}
.alert-dropoff-chegada .FORM_matriculadropoff input[type=text] {
  background-color: transparent;
  width: 100%;
  padding: 10px;
  font-size: 22px;
  color: #fff;
}
.alert-dropoff-chegada .FORM_matriculadropoff input[type=text]::-moz-placeholder {
  color: #fff !important;
  opacity: 1;
}
.alert-dropoff-chegada .FORM_matriculadropoff input[type=text]::placeholder {
  color: #fff !important;
  opacity: 1;
}
.alert-dropoff-chegada .FORM_matriculadropoff input[type=text]::-ms-input-placeholder {
  color: #fff !important;
}
.alert-dropoff-chegada .FORM_matriculadropoff button {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: 0 !important;
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.alert-dropoff-chegada .FORM_matriculadropoff button i {
  font-size: 30px;
}

.bgi-size-cover {
  background-color: #181c32 !important;
}

.drawing-board {
  text-align: center;
  width: 500px;
  max-width: 100%;
}
.drawing-board #drawing-board {
  border: 1px solid #ccc;
  width: 100%;
  aspect-ratio: 500/180;
  display: block;
  touch-action: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  -webkit-user-drag: none;
  -webkit-tap-highlight-color: transparent;
}

.car-drawing-board {
  text-align: center;
  width: 800px;
  max-width: 100%;
  margin-top: 5px;
}
.car-drawing-board #car-drawing-board {
  border: 1px solid #ccc;
  width: 100%;
  aspect-ratio: 800/425;
  display: block;
  touch-action: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  -webkit-user-drag: none;
  -webkit-tap-highlight-color: transparent;
}

.signature-drawing-board {
  text-align: center;
  width: 400px;
  max-width: 100%;
}
.signature-drawing-board #car-drawing-board {
  border: 1px solid #ccc;
  width: 100%;
  aspect-ratio: 400/158;
  display: block;
  touch-action: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  -webkit-user-drag: none;
  -webkit-tap-highlight-color: transparent;
}

.flexdiv {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

#toolbar_car-drawing {
  width: 100%;
  position: relative;
  text-align: right;
  margin: 15px 0;
  padding: 0 10px;
}

#toolbar_signature {
  margin-top: 20px;
  width: 100%;
  position: relative;
}

.user-avatar img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}

.gerarpw {
  cursor: pointer;
}
.gerarpw:hover {
  opacity: 0.7;
}

.tabs-custom li a:hover, .tabs-custom .btn-active-light {
  background-color: #181c32 !important;
  color: #fff !important;
}
.tabs-custom .btn-active-light:hover {
  color: #181c32 !important;
}
.tabs-custom li:first-child a {
  border-top-left-radius: 18px !important;
}
.tabs-custom li a {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}

.form-inline-control {
  padding: 0.5rem 1rem;
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 1.5;
  color: #4b5675;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #dbdfe9;
  border-radius: 0.475rem;
  box-shadow: false;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.form-inline-control .form-control-solid {
  background-color: #f9f9f9;
  border-color: #f9f9f9;
  color: #4b5675;
  transition: color 0.2s ease;
}

.actionsbook .btn i {
  padding-right: 0 !important;
  margin-right: 0 !important;
}

.car-img-selected {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  border-radius: 12px;
}

.table-infoclient td.input50 input, .table-infobooking td.input50 input {
  float: left;
  width: 50%;
}
.table-infoclient td, .table-infoclient th, .table-infobooking td, .table-infobooking th {
  padding: 10px 0px !important;
  vertical-align: middle;
}
.table-infoclient .row, .table-infobooking .row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

#a4w_booking_vehicles table tr, #a4w_booking_vehicles table td,
#a4w_booking_contracts table tr,
#a4w_booking_contracts table td {
  vertical-align: middle;
}

.booking_obs .sobs_book {
  margin: 0 0 10px 0;
  padding: 15px;
  border-radius: 6px;
  border: 1px solid #ccc;
  width: 100%;
  display: block;
}
.booking_obs .sobs_book p.creation_date {
  font-size: 12px;
  color: #b1b1b1;
  margin-top: 20px;
  width: 100%;
}
.booking_obs .sobs_book p.creation_date i {
  font-size: 18px;
}

.trextra.optionselected {
  background-color: rgba(76, 203, 76, 0.19);
}
.trextra td, .trextra th {
  padding: 5px !important;
}
.trextra.disabled {
  position: relative;
}
.trextra.disabled:after {
  content: "";
  background-color: rgba(253, 253, 253, 0.85);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
}

.table-infocontrato {
  border: 1px solid #7b1233;
}
.table-infocontrato td, .table-infocontrato th {
  color: #7b1233 !important;
}
.table-infocontrato td strong, .table-infocontrato th strong {
  color: #071437 !important;
  font-size: 11px;
}
.table-infocontrato th {
  background-color: #7b1233 !important;
  color: #fff !important;
  padding: 5px !important;
}
.table-infocontrato .twoinfoflex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.table-infocontrato.table-info-centered td, .table-infocontrato.table-info-centered th {
  text-align: center;
}

/* Upload Images Anuncio */
.uploadimgcontract {
  width: 100%;
  position: relative;
  padding: 15px;
}
.uploadimgcontract .images {
  display: grid;
  flex-wrap: wrap;
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(4, 1fr);
  justify-content: center;
}
.uploadimgcontract .images .img, .uploadimgcontract .images .pic {
  flex-basis: 20%;
  border: 1px solid #5e5e5e;
  margin-bottom: 10px;
}
.uploadimgcontract .images .img {
  width: 100%;
  height: 160px;
  background-size: cover;
  margin-right: 0px !important;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  border: 1px solid #e8e8e8;
  flex-basis: 50% !important;
  border-radius: 6px;
  /*span, a {
      display: none;
      text-transform: capitalize;
      z-index: 2;
  }
  &:after {
      content: '';
      width: 100%;
      height: 100%;
      transition: opacity .1s ease-in;
      border-radius: 4px;
      opacity: 0;
      position: absolute;
  }
  &:hover {
      &:after {
          display: block;
          background-color: #000;
          opacity: .5;
      }
      span, a {
          display: block;
          color: #fff;
      }
      a {
          i,svg {
              font-size: 26px !important;
          }
      }
  }*/
}
.uploadimgcontract .images .img:nth-child(3n) {
  margin-right: 0;
}
.uploadimgcontract .images .img .photoscaroptions {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.uploadimgcontract .images .img .photoscaroptions a {
  width: 33.3333333333%;
  margin: 0;
  float: left;
  border-radius: 0 !important;
  padding: 7px !important;
}
.uploadimgcontract .images .pic {
  background-color: #f7f7f7;
  align-self: center;
  text-align: center;
  padding: 68px 0;
  text-transform: uppercase;
  color: #848EA1;
  font-size: 12px;
  cursor: pointer;
  border-radius: 6px;
  height: 160px;
  width: 100%;
}
.uploadimgcontract .images .pic i, .uploadimgcontract .images .pic svg {
  font-size: 22px;
  color: #5e5e5e;
}

.imginfo {
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: left;
}
.imginfo li {
  width: 100%;
  margin-bottom: 5px;
  border-bottom: 1px solid #f1f1f1;
  padding-bottom: 5px;
}
.imginfo li strong {
  display: block;
}
.imginfo li:last-child {
  margin-bottom: 0 !important;
  border-bottom: 0 !important;
  padding-bottom: 0 !important;
}

@media only screen and (max-width: 1360px) {
  .uploadimgcontract .images {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 992px) {
  .uploadimgcontract .images {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media only screen and (max-width: 610px) {
  .uploadimgcontract .images {
    grid-template-columns: repeat(2, 1fr);
  }
}
/* Upload Images Anuncio */
.signature-section {
  width: 100%;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin-bottom: 80px;
}
.signature-section .signature {
  width: 50%;
  position: relative;
  text-align: center;
  margin-bottom: 10px;
}
.signature-section .signature .boxsignature {
  width: 400px;
  max-width: 100%;
  border: 1px solid #ccc;
  height: 150px;
  margin: 0 auto;
}
.signature-section .signature .boxsignature img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center center;
     object-position: center center;
}
.signature-section .signature .label-signature {
  margin: 10px 0 0 0;
}

.bt-criarcontrato,
.bt-registardropoff {
  padding: 15px;
  width: 100%;
  text-transform: uppercase;
  font-size: 18px;
}

tr.done {
  background-color: rgba(80, 205, 137, 0.25) !important;
}
tr.done:nth-of-type(odd) > * {
  --bs-table-bg-type: transparent !important;
}

.dataTable tr.done {
  background-color: rgba(80, 205, 137, 0.25) !important;
}

.fieldaddrowdamage .addrowdamage {
  color: #f1416c;
  cursor: pointer;
}
.fieldaddrowdamage .addrowdamage i, .fieldaddrowdamage .addrowdamage svg {
  color: #f1416c;
}
.fieldaddrowdamage .addrowdamage:hover {
  opacity: 0.6;
}

#relatorio table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 20px;
}
#relatorio table th, #relatorio table td {
  padding: 10px;
  text-align: center;
  border-bottom: 1px solid #ddd;
}
#relatorio table th {
  background: #eee;
}/*# sourceMappingURL=style.css.map */