.bson-type-selector {
  display: flex;
}
.bson-type-selector-label {
  display: inline;
  font-weight: normal;
  margin: 0;
  padding: 6px;
}
.bson-type-selector-select {
  width: 170px;
}
.validation-rule-builder-wrapper {
  padding-bottom: 150px;
}
.validation-action-label {
  font-weight: bold;
  padding-right: 5px;
}
.validation-level-label {
  font-weight: bold;
  padding-right: 5px;
}
.view-switcher-label {
  text-transform: uppercase;
  padding-right: 3px;
  font-size: 11px;
}
.rule-builder {
  padding-top: 20px;
}
.rule-builder-table .name-column {
  width: 30%;
}
.rule-builder-table .rule-column {
  width: 60%;
}
.rule-builder-table .null-column {
  width: 5%;
}
.rule-builder-table .ctrl-column {
  width: 5%;
}
.rule-builder-table .form-group {
  margin-bottom: 0;
}
.rule-builder-table .rule-category-form {
  display: flex;
}
.rule-builder-table .rule-category-form .form-control {
  z-index: 0 !important;
}
.rule-builder-table .rule-category-form .form-group .form-control:first-child {
  border-radius: 3px 0 0 3px;
}
.rule-builder-table .rule-category-form .rule-category-selector {
  margin-right: 6px;
  width: 150px;
}
.rule-builder-table .form-control {
  height: 32px;
  line-height: 24px;
}
.rule-builder-table .regex-dropdown {
  border-left: none;
  border-radius: 0 3px 3px 0;
}
.rule-builder-table .regex-dropdown:focus {
  border-left: solid 1px #8c8c8c;
}
.rule-builder-table .range-dropdown {
  border-right: none;
}
.rule-builder-table .input-group {
  margin-right: 5px;
}
.rule-builder-table .dropdown-header {
  font-size: inherit;
  color: inherit;
}
.rule-builder-table .dropdown-header input {
  margin-right: 5px;
}
.rule-builder-table .dropdown-header b {
  margin-right: 5px;
}
.table > tbody > tr > td {
  vertical-align: middle;
}
.json-view {
  padding-top: 20px;
}
.json-view .text-area {
  border: none;
  width: 100%;
  font-family: monospace;
}
.editable {
  padding: 10px;
}
.editable .editable-wrapper {
  border: 1px solid transparent;
  background-color: #FFFFFF;
}
.editable-is-modified .editable-wrapper,
.editable-is-updating .editable-wrapper,
.editable-is-success .editable-wrapper,
.editable-is-error .editable-wrapper {
  box-shadow: 2px 5px 8px rgba(0, 0, 0, 0.2);
}
.editable-is-modified .editable-wrapper {
  border-color: #fcb200;
}
.editable-is-modified .editable-statusbar {
  background-color: #fcb200;
}
.editable-is-updating .editable-wrapper {
  border-color: #3bb0e7;
}
.editable-is-updating .editable-statusbar {
  background-color: #3bb0e7;
}
.editable-is-success .editable-wrapper {
  border-color: #13AA52;
}
.editable-is-success .editable-statusbar {
  background-color: #13AA52;
}
.editable-is-error .editable-wrapper {
  border-color: #ef4c4c;
}
.editable-is-error .editable-statusbar {
  background-color: #ef4c4c;
}
.editable-is-error .editable-statusbar .btn-borderless {
  color: white;
}
.editable-is-unmodified .editable-wrapper {
  border-color: #FFFFFF;
}
.editable-content {
  padding: 0;
  margin: 0;
}
.editable-statusbar {
  padding: 0 15px;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  min-height: 26px;
  color: white;
}
.editable-statusbar span {
  height: 16px;
  font-style: italic;
}
.json-input-textarea {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
  font-size: 13px;
  height: 250px !important;
  width: 100%;
}
.validation-status-row {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  min-height: 26px;
  background-color: #f4f6f6;
  border-bottom: 1px solid #eaebeb;
}
.validation-status-row span,
.validation-status-row div,
.validation-status-row p {
  display: inline-block;
  font-size: 12px;
}
