.gcrud-form-group:not(.opencard_page .gcrud-form-group) {
  min-height: 1rem;
}

.gcrud-form-group::after {
  content: ' ';
  clear: both;
  display: block;
}

.page-number-input:not(.opencard_page .page-number-input) {
  margin: 3px 5px 2px 5px;
}

.gc-container:not(.opencard_page .gc-container) {
  margin-bottom: 2rem;
}
.gc-container a.search-button:not(.opencard_page a.search-button) {
  width: 48px;
}
.gc-container a.search-button-big:not(.opencard_page a.search-button-big) {
  width: 180px;
}
.gc-container .settings-button-container:not(.opencard_page .settings-button-container) {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.gc-container .displaying-paging-items:not(.opencard_page .displaying-paging-items) {
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding: .5rem .75rem;
}
.gc-container .table-label:not(.opencard_page .table-label) {
  font-size: 1rem;
}
.gc-container .clear-search:not(.opencard_page .clear-search) {
  margin-left: -21px;
  margin-top: 12px;
}
.gc-container .clear-all-search:not(.opencard_page .clear-all-search) {
  margin-left: -24px;
}
.gc-container .has-error input:not(.opencard_page .has-error input) {
  border-color: #D9534F;
}
.gc-container .form-group label {
  text-align: right;
  font-weight: 700;
  padding-top: .5rem;
}
.gc-container .chosen-container:not(.opencard_page .chosen-container) {
  padding-top: .5rem;
}
.gc-container span.page-number-input-container:not(.opencard_page span.page-number-input-container) {
  padding: 4px 10px;
}
.gc-container .settings-button-container .el-cog:not(.opencard_page .settings-button-container .el-cog) {
  margin-top: 4px;
  margin-bottom: 4px;
}
.gc-container .table-section:not(.opencard_page .table-section) {
  width: 100%;
}
.gc-container .btn-group.open > .dropdown-menu:not(.opencard_page .btn-group.open > .dropdown-menu) {
  display: block;
}

@media screen and (max-width: 575px) {
  .gc-container .form-group label:not(.opencard_page .form-group label) {
    text-align: left;
  }
}
