.form-group:after {
  content: '';
  display: block;
  clear: both;
}
.form-group > div:only-child {
  padding-left: 0;
  padding-right: 0;
}
.bootstrap-select {
  max-width: 720px;
}
.modal .bootstrap-select {
  max-width: 360px;
  min-width: 80px;
}
.bootstrap-select .dropdown-menu.open {
  max-width: 720px;
}
.modal .bootstrap-select .dropdown-menu.open {
  max-width: 360px;
}
.panel-body {
  padding: 2rem;
}
.box {
  padding: 2rem;
  border: 1px solid #ddd;
  box-shadow: 0 0 10px #ddd;
  border-radius: 4px;
}
.pckg-maestro-customize-filters .single-filter {
  display: block;
  width: 100%;
  padding: 1rem 0;
}
.pckg-maestro-customize-filters .single-filter:after {
  content: '';
  display: table;
  clear: both;
}
.pckg-maestro-customize-filters .single-filter:not(:last-child) {
  border-bottom: 1px solid #e7e7e7;
}
.pckg-maestro-customize-filters-field-filter .pckg-select,
.pckg-maestro-customize-filters-field .pckg-select {
  min-width: 2.5rem;
  margin: 0 1rem;
}
.pckg-maestro-customize-filters-field {
  display: inline-block;
}
.inline-block {
  display: inline-block;
}
.pckg-maestro-customize-filters-field-filter > .form-control {
  padding: 0;
  margin: 0 1rem;
}
