@charset "UTF-8";
/**
 * Form styles.
 */
/* line 12, ../../scss/page/distribuidores-form.scss */
table .checkbox.form-no-label, table .radio.form-no-label {
  margin-bottom: 0;
  margin-top: 0;
}

/* line 21, ../../scss/page/distribuidores-form.scss */
.select-wrapper {
  display: inline-block;
  position: relative;
  width: 100%;
}
/* line 25, ../../scss/page/distribuidores-form.scss */
.form-inline .select-wrapper {
  width: auto;
}
/* line 28, ../../scss/page/distribuidores-form.scss */
.input-group .select-wrapper {
  display: table-cell;
}
/* line 33, ../../scss/page/distribuidores-form.scss */
.select-wrapper select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  line-height: 1;
  padding-right: 2em;
}
/* line 39, ../../scss/page/distribuidores-form.scss */
.select-wrapper select::-ms-expand {
  opacity: 0;
}
/* line 43, ../../scss/page/distribuidores-form.scss */
.select-wrapper:after {
  content: '▼';
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  margin-top: -.5em;
  padding-right: .5em;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 50%;
  z-index: 10;
}
/* line 58, ../../scss/page/distribuidores-form.scss */
.has-glyphicons .select-wrapper:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e114';
  display: inline-block;
  font-family: 'Glyphicons Halflings';
}

/* line 72, ../../scss/page/distribuidores-form.scss */
.form-required:after {
  background-image: url(../images/required.svg);
  background-size: 10px 7px;
  content: "";
  display: inline-block;
  line-height: 1;
  height: 7px;
  width: 10px;
}

/* line 84, ../../scss/page/distribuidores-form.scss */
.form-actions .btn, .form-actions .btn-group {
  margin-right: 10px;
}
/* line 88, ../../scss/page/distribuidores-form.scss */
.form-actions .btn-group .btn {
  margin-right: 0;
}

/* line 97, ../../scss/page/distribuidores-form.scss */
.table-distribuidores tbody tr td {
  white-space: nowrap !important;
}

/* line 104, ../../scss/page/distribuidores-form.scss */
#views-exposed-form-distribuidores-y-contactos-tecnicos-distribuidores-block {
  display: flex;
  flex-flow: column;
  gap: 1rem;
}
@media (min-width: 1280px) {
  /* line 104, ../../scss/page/distribuidores-form.scss */
  #views-exposed-form-distribuidores-y-contactos-tecnicos-distribuidores-block {
    flex-flow: row nowrap;
  }
}
