
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
  margin: 0 !important;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield !important;
}

input[type=email] {
  text-transform: lowercase;
}

.openlot-blocked-projects .title {
  text-transform: uppercase;
  color: #333;
  border: solid #bfbfba;
  border-width: 1px 0;
  background: #f5f5f2;
}

.openlot-blocked-projects .title h4 {
  margin-left: 10px;
}

.openlot-blocked-projects .js-form-type-entity-autocomplete {
  margin-right: 20px;
  margin-left: 10px;
  flex: 1;
}
.openlot-blocked-projects .row {
  display: flex;
}
.openlot-blocked-projects .row .button {
  line-height: 20px;
  height: 25.78px;
  margin: 10px;
}

.field--name-field-blocked-projects thead tr th:first-child {
  background-color: #c72100 !important;
  color: #fff !important;
}
.field--name-field-blocked-projects .js-form-item input.form-autocomplete {
  background-color: #FFEEF5 !important;
}

.font-color-green {
  color: #0a0;
}
.font-color-red {
  color: #f00;
}

.amenity-item details .details-wrapper .fields-container {
  display:flex;
  flex-direction: row;
  width: 100%;
}

.amenity-item details .details-wrapper .fields-container div {
  margin-right: 10px;
}

.amenity-item details .details-wrapper .fields-container .form-item   {
  flex: 0 0 20%;
}

.amenity-item details .details-wrapper .fields-container label {
  width: auto;
}

.amenity-item details .details-wrapper .fields-container input {
  width: 100%;
}

@media only screen and (max-width: 768px) {


  .amenity-item details .details-wrapper .fields-container {
    display:flex;
    justify-content: space-between;
    margin-right: 10px;
    flex-direction: column;
    width: 100%;
  }

  .amenity-item details .details-wrapper .fields-container div {
    margin-right: 0;
  }

  .amenity-item details .details-wrapper .fields-container input[type=checkbox] {
    width: auto;
  }

  .amenity-item details .details-wrapper .fields-container .form-type-textfield   {
    flex: 1;
  }

  .amenity-item details .details-wrapper .fields-container .form-item-enabled   {
    flex: 1;
  }

  .amenity-item details .details-wrapper .fields-container label {
    width: 100%;
  }

  .amenity-item details .details-wrapper .fields-container input {
    width: 100%;
  }
}

input[name=field_blocked_projects_blocked_projects_add_more] {
  background-color: #c72100 !important;
  color: #fff !important;
  background-image: none !important;
}
.vertical-sticky-tabs .vertical-tabs__menu {
  position: sticky;
  top:85px
}
.copy--button {
  margin: 10px 0px 0px 10px !important;
  padding: 3px 1.5em !important;
}
@media only screen and (max-width: 600px) {
  .copy--button {
    width: 100%;
    margin: 10px 0px 0px 0px !important;
  }
}
.adminimal input.form-month {
  box-shadow: none;
  border-radius: 0;
  box-sizing: border-box;
  max-width: 100%;
  padding: 0.3em 0.4em 0.3em 0.5em;
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s;
  color: #595959;
  border: 1px solid #b8b8b8;
  border-top-color: #999;
  border-radius: 2px;
  background: #fcfcfa;
  box-shadow: inset 0 1px 2px rgb(0 0 0 / 13%);
  font-size: 1em;
}
input.form-month:focus {
  border-color: #40b6ff;
  outline: 0;
  background-color: #fff;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.08), 0 0 3px #40b6ff;
}
.path-node .field--name-field-sales-number .form-type-number .input-group {
  display: flex;
}
.path-node .field--name-field-sales-number .input-group-prepend {
  position: relative;
}
.path-node .field--name-field-sales-number .input-group-text {
  position: absolute;
  top: 4px;
  left: 10px;
}
.path-node .field--name-field-sales-number .input-group-text img {
  width: 12px;
}
.path-node select.multi-country-code {
  padding: 1px 1.571em 1px 2em;
}
@media only screen and (max-width: 600px) {
  .path-node select.multi-country-code {
    min-height: 30px !important;
    width: 76px;
  }
  .path-node .field--name-field-sales-number .input-group-text {
    top: 5px;
  }
}
.field--name-field-tour-thumbnail .image-widget-data,
.field--name-field-paragraph-slug{
  display: none;
}

.image-style-thumbnail {
  min-height: 100px;
  object-fit: contain;
}
.vertical-sticky-tabs-left {
  float:left;
  width: 65%;
}
.vertical-sticky-tabs-right {
  float:right;
  width: 34%;
}
.vertical-sticky-tabs-right .seven-details {
  margin-top: 0.8em;
}
@media only screen and (max-width: 975px) {

  .vertical-sticky-tabs-left {
    width: 100%;
  }
  .vertical-sticky-tabs-right {
    width: 100%;
  }
}
form.taxonomy-term-form #edit-actions {
  clear: both;
}

div[id="edit-field-state"].form-checkboxes,
div[id="edit-field-builder-states"].form-checkboxes,
div[id*="edit-field-design-selection-tours-"].form-checkboxes,
div[id*="subform-field-offer-states--"].form-checkboxes {
  display: inline-flex;
  gap: 20px;
  flex-wrap: wrap;
  align-items: center;
}
