html {
  position: relative;
  min-height: 100%;
}

body {
  margin: 0 0 30px;
  font-family: "Roboto", sans-serif;
}

.bordered-item {
  border: solid 1px #CCCCCC;
  border-radius: 5px;
}

.bordered-item.selected {
  border: solid 1px #111111;
}

.clickable {
  cursor: pointer;
}

.card-header-button, .card-header-save-button {
  /* position: absolute;
   right: 10px;
   top: 10px;
   width: 30px;*/
}

.card-header-save-and-go-back-button {
  /*  position: absolute;
    right: 45px;
    top: 10px;*/
}

.form_dropzone {
  border-radius: 10px;
  border: dashed 1px;
  height: 120px;
  padding-top: 25px;
  text-align: center;
  vertical-align: middle;
  font-size: 16px;
  line-height: 18px;
  font-weight: bold;
  color: dimgray;
}

.input-group-sm > .select2-container--bootstrap {
  width: auto;
  flex: 1 1 auto;
}

.input-group-sm > .select2-container--bootstrap .select2-selection--single {
  height: 100%;
  line-height: inherit;
  padding: 0.5rem 1rem;
}

.input-group-sm .select2-container--bootstrap4 {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.input-group-sm > .select2-container--bootstrap4:not(:last-child) .select2-selection {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .select2-container--bootstrap4 .select2-selection--single .select2-selection__rendered {
  line-height: calc(1.6em + .75rem);
}

.input-group > .select2-container--bootstrap4 .select2-selection--single {
  height: calc(1.6em + .75rem + 2px) !important;
}

.input-group-sm > .select2-container--bootstrap4 .select2-selection--single .select2-selection__rendered {
  line-height: calc(1.5em + 0.5rem);
}

.input-group-sm > .select2-container--bootstrap4 .select2-selection--single {
  height: calc(1.5em + 0.5rem + 2px) !important;
}

footer {
  position: absolute;
  bottom: 0px;
  width: 100%;
  height: 50px;
  overflow: hidden;
}

#commande_list_table td {
  max-width: 350px;
}

div.sticky {
  position: -webkit-sticky;
  /* Safari */
  position: sticky;
  top: 0;
  z-index: 10;
  background-color: rgba(86, 86, 86, 0.8);
  backdrop-filter: blur(2px);
  border-bottom: solid 1px #565656;
}

/*.form-floating .select2-container .select2-selection--single{
    min-height: 58px;
    padding: 25px 5px;
    font-size: inherit;
}*/
.form-floating .select2-container.form-select {
  padding: 0px;
}
.form-floating .select2-container.form-select .select2-choice, .form-floating .select2-container.form-select .select2-choices {
  min-height: 58px;
  padding-top: 25px !important;
  border: none;
  background: none;
}
.form-floating .select2-container.form-select .select2-choice .select2-arrow, .form-floating .select2-container.form-select .select2-choices .select2-arrow {
  display: none;
}
.form-floating .select2-container.form-control {
  padding: 0px;
  /* min-height: 58px; */
}
.form-floating .select2-container.form-control .select2-choice {
  min-height: 58px;
  /*top: -25px;*/
  padding-top: 25px !important;
}

.bootbox-close-button {
  padding: 0;
  background-color: transparent;
  border: 0;
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
}

.container-img-dropzoneForm {
  margin-right: 0.5rem;
  text-align: center;
}

.form-floating .select2-container {
  width: 100% !important;
}
.form-floating .select2-container.form-select {
  padding: 0px;
}
.form-floating .select2-container.form-select .select2-choice, .form-floating .select2-container.form-select .select2-choices {
  min-height: 58px;
  padding-top: 25px !important;
  border: none;
  background: none;
}
.form-floating .select2-container.form-select .select2-choice .select2-arrow, .form-floating .select2-container.form-select .select2-choices .select2-arrow {
  display: none;
}
.form-floating .select2-container.form-control {
  padding: 0px;
  /* min-height: 58px; */
}
.form-floating .select2-container.form-control .select2-choice {
  min-height: 58px;
  /*top: -25px;*/
  padding-top: 25px !important;
}

.form-floating .select2-container .select2-selection--single {
  min-height: 58px;
  padding: 25px 5px;
  font-size: inherit;
}

.dropzone {
  padding: 0;
  border: none;
}

#map {
  height: 400px;
  width: 100%;
}

.map-no-border .card {
  border: none;
}

button.btn {
  border-radius: 10px 0px;
}

button:hover.btn {
  border-radius: 10px 0px;
  color: white;
}

.navbar-light .navbar-nav .nav-link:hover {
  color: #a3d6ee;
}

#streetview-container, #maps-container {
  height: 65vh;
}

.map-no-border {
  min-width: 200px;
}

.bootbox-full > .modal-dialog {
  width: 90% !important;
  max-width: 1400px !important;
}

.theme-krajee-svg .filled-stars .star:nth-of-type(1) .krajee-icon-star {
  background-image: url("/images/star_rating/star_red.svg");
}
.theme-krajee-svg .filled-stars .star:nth-of-type(2) .krajee-icon-star {
  background-image: url("/images/star_rating/star_orange.svg");
}
.theme-krajee-svg .filled-stars .star:nth-of-type(3) .krajee-icon-star {
  background-image: url("/images/star_rating/star_yellow.svg");
}
.theme-krajee-svg .filled-stars .star:nth-of-type(4) .krajee-icon-star {
  background-image: url("/images/star_rating/star_green.svg");
}
.theme-krajee-svg .filled-stars .star:nth-of-type(5) .krajee-icon-star {
  background-image: url("/images/star_rating/star_green_ok.svg");
}

.wire-loading {
  height: 100%;
  width: 100%;
  background-color: white;
  opacity: 0.5;
  position: absolute;
  display: flex;
  justify-content: center;
  text-align: center;
  z-index: 999;
}
.wire-loading span {
  position: absolute;
  top: 100px;
}

.rating-lg {
  font-size: inherit !important;
}

/*# sourceMappingURL=custom.css.map */
