.fixed-table-pagination .pagination-detail .dropup .dropdown-toggle::after {
  content: none !important;
}
.fixed-table-pagination .pagination-detail button.dropdown-toggle {
  padding: 2px 3px;
  line-height: 20px;
  height: 34px;
}
.fixed-table-pagination .pagination {
  min-height: 34px;
  border: 0 !important;
}
.fixed-table-pagination .pagination:before, .fixed-table-pagination .pagination:after {
  content: none !important;
}
.fixed-table-pagination .pagination a.page-link {
  padding: 5px 12px;
}

.form-check-input {
  display: block !important;
}

.bootstrap-table {
  padding: 0 10px;
}

.modal-body {
  padding: 16px 16px 0 16px !important;
}
.modal-body .form-group {
  margin-bottom: 6px;
}

.modal-dialog label {
  font-size: 14px;
}

.form-group.form-group-50 {
  width: 50%;
  float: left;
  padding: 2px;
}
.form-group.form-group-33 {
  width: 33%;
  float: left;
  padding: 2px;
}

.modal-body-extended {
  position: relative;
  flex: 1 1 auto;
  padding: 0 16px 16px 16px;
}

.modal-dialog .select2 {
  width: 100% !important;
  border-color: #ced4da !important;
}

.select2-container {
  z-index: 9999 !important;
}
.select2-container .select2-selection--multiple {
  height: 90px;
  overflow: auto;
  border-color: #ced4da !important;
}
.select2-container .select2-selection--single {
  border-color: #ced4da !important;
}

.project-modal .select2-container .select2-selection--multiple {
  height: 46px !important;
}

.select2-selection__rendered {
  line-height: 35px !important;
}

.select2-container .select2-selection--single {
  height: 38px !important;
}

.select2-selection__arrow {
  height: 37px !important;
}

.device-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.device-wrapper .device {
  padding: 4px;
}
.device-wrapper .device button {
  padding: 10px;
}

.model-extended-wrapper {
  overflow: hidden;
  overflow-y: auto;
  max-height: 200px;
}/*# sourceMappingURL=form.base.css.map */