#main {
  display: none;
}

#nav {
  position: fixed;
  top: 0;
  left: 250px;
  right: 0;
  height: 50px;
  background: #007aff;
}

#nav ul {
  margin: 0px;
  padding: 0px;
  height: 50px;
  display: block;
}

#nav ul li {
  margin: 0px;
  padding: 0px;
  float: left;
  height: 49px;
  line-height: 49px;
  font-size: 13px;
  padding: 0px 14px;
  color: #ffffff;
  font-weight: 500;
  margin: 0 1px;
  cursor: pointer;
  display: block;
  list-style: none;
  list-style-type: none;
}

#nav ul li:first-child {
  margin-left: 0px;
}

#nav ul li:hover {
  color: #fff;
}

#nav ul li.selected {
  position: relative;
  background: #fff;
  color: #000;
  margin: 0;
}

#nav ul li.selected:before {
  content: ' ';
  position: absolute;
  bottom: -1px;
  left: 0; right: 0;
  height: 1px;
  widows: 100%;
  background: #fff;
}

#nav ul li.selected:first-child {
  border-left: none;
}

#sidebar {
  position: fixed;
  width: 250px;
  left: 0px;
  top: 0px;
  bottom: 0px;
  box-sizing: border-box;
  background: #f9f9f9;
}

#sidebar .current-database {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 250px;
  height: 50px;
  line-height: 50px;
  font-weight: bold;
  font-size: 14px;
  color: #fff;
  background: #007aff;
  z-index: 900;
}

#sidebar .current-database .wrap {
  position: relative;
  height: 50px;
}

#sidebar .current-database span.current-database-name {
  margin-left: 30px;
  display: inline-block;
  width: 200px;
  height: 50px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
}

#sidebar .current-database i.fa-database {
  position: absolute;
  left: 8px;
  top: 18px;
}

#sidebar .current-database input.typeahead {
  margin-left: 30px;
  display: inline-block;
  width: 200px;
  height: 50px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#sidebar .current-database input.typeahead {
  display: none;
  background: #007aff;
  width: 200px;
  height: 22px;
  color: #fff;
  font-weight: normal;
  outline: none;
  border: 0px none;
}

#sidebar .current-database span.refresh {
  position: absolute;
  top: 0px;
  right: 6px;
  cursor: pointer;
  color: #fff;
  display: none;
}

#sidebar .current-database:hover span.refresh {
  display: inline-block;
}

#sidebar .current-database input.typeahead::-webkit-input-placeholder {
  color: #fff;
}

#sidebar ul.typeahead {
  position: absolute;
  margin-left: 30px;
  overflow-y: auto;
  max-height: 300px;
  z-index: 999;
}

#sidebar ul.typeahead a {
  font-size: 13px;
  padding: 3px 10px;
}

#sidebar .objects-search {
  position: fixed;
  top: 50px;
  left: 0px;
  width: 250px;
  height: 30px;
  overflow: hidden;
}

#sidebar .objects-search .wrap {
  position: relative;
  background: transparent;
  height: 30px;
  padding: 4px;
  box-sizing: border-box;
  border-bottom: 1px solid #eee;
}

#sidebar .objects-search i.fa-search {
  position: absolute;
  left: 8px;
  top: 7px;
  color: #a1a1a1;
}

#sidebar .objects-search i.fa-times-circle {
  position: absolute;
  right: 8px;
  top: 7px;
  color: #a1a1a1;
  display: none;
  cursor: pointer;
}

#sidebar .objects-search i.fa-times-circle:hover {
  color: #888;
}

#sidebar .objects-search input[type="text"] {
  background: transparent;
  border: 0px none;
  font-size: 12px;
  color: #000;
  height: 22px;
  line-height: 22px;
  padding: 0px;
  margin-left: 25px;
  width: 200px;
  outline: none;
}

#sidebar div.tables-list {
  position: fixed;
  width: 250px;
  top: 80px;
  left: 0px;
  bottom: 130px;
  overflow: auto;
}

#sidebar div.tables-list .wrap {
  height: 100%;
  overflow: auto;
}


#sidebar div.tables-list #tables, #sequences, #objects {
  font-size: 12px;
}

#sidebar div.table-information {
  position: fixed;
  width: 250px;
  left: 0px;
  height: 130px;
  bottom: 0px;
  box-sizing: border-box;
  cursor: default;
}

#sidebar div.table-information .wrap {
  height: 100%;
  overflow-y: auto;
}

#sidebar div.table-information .title {
  font-size: 12px;
  text-transform: uppercase;
  color: #aaa;
  line-height: 30px;
  padding: 0px 8px;
  border-top: 1px solid #eee;
}

#sidebar div.table-information .lines {
  display: none;
}

#sidebar div.table-information .lines .line {
  line-height: 24px;
  height: 24px;
  padding: 0 8px 0 8px;
  font-size: 12px;
  color: #7F7E7F !important;
}

#sidebar div.table-information .lines .line span {
  color: #4F4F4F;
  min-width: 0;
  padding-left: 0px;
}

#body {
  position: fixed;
  top: 50px;
  left: 250px;
  bottom: 0px;
  right: 0px;
  overflow: auto;
}

#input {
  width: 100%;
  height: 300px;
  position: relative;
}

#input .input-wrapper {
  height: 250px;
  padding-top: 12px;
}

#input_resize_handler {
  width: 100%;
  height: 1px;
  background: #ddd;
  cursor: row-resize;
  position: absolute;
  bottom: 0px;
}

#input_resize_handler:hover, #input_resize_handler.dragging {
  height: 3px;
}

#input .actions {
  background: #fff;
  padding: 10px;
  height: 50px;
  bottom: 0px;
}

#input .actions #result-rows-count {
  font-size: 12px;
  display: inline-block;
  height: 30px;
  line-height: 30px;
  float: left;
  margin-right: 10px;
  color: #999;
}

#input .actions .btn {
  line-height: 30px;
  height: 30px;
  padding: 0px 13px;
  margin: 0px;
  font-size: 13px;
  color: #555;
  border: none;
  box-shadow: none;
  background: transparent;
  border: 1px solid #999;
  float: left;
  margin-right: 10px;
}

#input .actions .btn-primary {
  border-color: #7eb54e;
  color: #7eb54e;
}

#input .actions .btn:hover {
  background: transparent !important;
  border-color: #444;
  color: #000;
}

#input .actions .btn-primary:hover {
  color: #64903e;
  border-color: #64903e;
}

#input .actions #query_progress {
  display: none;
  float: left;
  font-size: 12px;
  line-height: 30px;
  height: 30px;
  color: #aaa;
}

#input .actions .btn:focus {
  outline: 0 none;
  box-shadow: 0;
}

#input .actions .btn:hover {
  background: #7eb154;
}

#input .actions .btn-default:hover {
  background: #bbb;
}

#input .actions .btn:last-child {
  margin-right: 0px;
}

#output {
  position: absolute;
  left: 0px;
  top: 300px;
  bottom: 0px;
  right: 0px;
  margin: 0px;
  padding: 0px;
  overflow: auto;
}

#pagination {
  display: none;
  position: absolute;
  width: 100%;
  height: 50px;
  padding: 10px;
  top: 0px;
  left: 0px;
  background: #fff;
  border-bottom: 1px solid #eee;
  box-shadow: 0 1px 3px 0px #f1f1f1;
}

#pagination .pager-container {
  float: right;
}

#pagination .filters {
  float: left;
  font-size: 12px;
}

#pagination .filters span {
  display: inline-block;
  float: left;
  font-weight: bold;
  line-height: 32px;
  height: 32px;
  margin: 0px 8px;
  color: #999;
}

#pagination .filters select {
  font-size: 12px;
  width: 100px;
  float: left;
  line-height: 30px;
  height: 30px;
  margin-right: 8px;
  outline: none;
}

#pagination .filters select.column {
  width: 150px;
}

#pagination .filters select.filter {
  width: 100px;
}

#pagination .filters input {
  float: left;
  width: 200px;
  height: 30px;
  line-height: 30px;
  margin-right: 8px;
  font-size: 12px;
}

#pagination .filters .btn-primary {
  border-color: #7eb54e;
  color: #7eb54e;
  background: #fff;
  outline: none;
  float: left;
  margin-right: 8px;
}

#pagination .filters .btn-default {
  float: left;
  outline: none;
}

#pagination .btn-group {
  float: right;
}

#pagination .current-page {
  float: right;
  font-size: 12px;
  margin-right: 12px;
  color: #999;
  line-height: 32px;
  height: 32px;
}

#results {
  font-size: 12px;
  margin: 0px;
  padding: 0px;
}

#results.empty td {
  border: 0px none;
}

#results tr:nth-child(even) > td {
  border: none;
  background: #ffffff;
}

#results tr:nth-child(odd) > td {
  border: none;
  background: #f9f9f9;
}

#results th {
  border-top: none;
  border-bottom: 1px solid #eae9e9;
  padding: 3px 9px;
  line-height: 24px;
  color: #333;
  font-weight: bold;
  cursor: pointer;

  -webkit-font-smoothing: antialiased;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}

#results th:hover {
  background: #f8f8f8;
}

#results th.active {
  background: #f3faff;
}

#results[data-mode="browse"] th:hover {
  cursor: pointer;
  background: #fafafa;
}

#results tbody tr:hover td {
  background: #ffe;
}

#results tbody tr {
  border-bottom: 1px solid #f2f2f2;
}

#results tr.selected td {
  background: #3874d7 !important;
  color: #fff !important;
}

#results td {
  color: #3a3633;
  vertical-align: middle;
  border: 0px none;
}

#results td div {
  max-width: 350px;
  max-height: 51px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: pre;
}

#results td div span.null {
  color: #bbb;
  text-transform: uppercase;
}

#results td textarea {
  color: #000 !important;
  font-size: 12px;
}

#results th:first-child,
#results td:first-child {
  padding-left: 15px;
}

#results.no-crop td div {
  max-width: none;
}

#results_view {
  display: none;
  padding: 12px;
  font-size: 14px;
}

#results_view .title {
  margin-bottom: 8px;
}

#results_view pre {
  border: 0px none;
  position: relative;
}

#results_view .copy {
  position: absolute;
  display: none;
  text-align: center;
  line-height: 30px;
  right: 4px;
  top: 4px;
  width: 30px;
  height: 30px;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 3px;
  cursor: pointer;
}

#results_view .copy:hover {
  border-color: #999;
}

#results_view pre:hover .copy {
  display: block;
}

.full #output {
  top: 0px !important;
}

.with-pagination #output {
  top: 50px !important;
}

.with-pagination #pagination {
  display: block;
}

.left {
  float: left;
}

#content_modal {
  display: none;
  width: 60%;
  height: 400px;
  position: fixed;
  top: 20%;
  left: 20%;
  background: #fff;
  border: 1px solid #ccc;
  box-shadow: #ddd 0 0 20px;
}

#content_modal .content {
  border: 0px none;
  position: relative;
  padding: 8px;
  white-space: break-spaces;
  background: #fff;
  overflow-y: scroll;
  height: 366px;
  box-sizing: border-box;
}

#content_modal .title {
  font-weight: bold;
  line-height: 24px;
  background: #f5f5f5;
  padding: 4px 4px 4px 8px;
}

#content_modal .actions {
  float: right;
}

#content_modal .actions .fa {
  float: right;
  width: 24px;
  height: 24px;
  line-height: 24px;
  font-size: 13px;
  text-align: center;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 3px;
  cursor: pointer;
  margin-left: 4px;
}

#content_modal .actions .fa:hover {
  border-color: #999;
  box-shadow: #eee 0 0 5px;
}

/* -------------------------------------------------------------------------- */
/* Row actions + inline controls */
/* -------------------------------------------------------------------------- */

.row-actions-col {
  width: 28px;
  text-align: center;
}

.row-delete {
  cursor: pointer;
  color: #bbb;
  transition: color 0.12s ease;
}

.row-delete:hover {
  color: #d9534f;
}

#pagination .add-row {
  margin-left: 8px;
  vertical-align: top;
}

#sidebar .current-database span.create-table {
  position: absolute;
  top: 0px;
  right: 26px;
  cursor: pointer;
  color: #fff;
  display: none;
}

#sidebar .current-database:hover span.create-table {
  display: inline-block;
}

/* -------------------------------------------------------------------------- */
/* Modern modal framework (shared by row editor + create table) */
/* -------------------------------------------------------------------------- */

#modal_overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(17, 24, 39, 0.45);
  z-index: 9998;
}

.pg-modal {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 92%;
  max-width: 640px;
  max-height: 86vh;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
  z-index: 9999;
  flex-direction: column;
  overflow: hidden;
  font-size: 13px;
}

.pg-modal.pg-open {
  display: flex;
}

.pg-modal.pg-modal-lg {
  max-width: 860px;
}

.pg-modal form {
  display: flex;
  flex-direction: column;
  min-height: 0;
  flex: 1;
  overflow: hidden;
}

.pg-modal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 18px;
  border-bottom: 1px solid #eef0f3;
}

.pg-modal-title {
  font-size: 15px;
  font-weight: 600;
  color: #1f2430;
}

.pg-modal-title .fa {
  color: #007aff;
  margin-right: 6px;
}

.pg-modal-close {
  cursor: pointer;
  color: #9aa0aa;
  font-size: 16px;
  padding: 4px;
  border-radius: 6px;
  transition: all 0.12s ease;
}

.pg-modal-close:hover {
  color: #1f2430;
  background: #f1f2f4;
}

.pg-modal-body {
  padding: 16px 18px;
  overflow-y: auto;
  min-height: 0;
  flex: 1 1 auto;
}

.pg-modal-footer {
  display: flex;
  justify-content: flex-end;
  gap: 8px;
  padding: 12px 18px;
  border-top: 1px solid #eef0f3;
  background: #fafbfc;
}

.pg-modal .btn {
  border-radius: 6px;
}

.pg-modal input[type="text"],
.pg-modal input[type="password"],
.pg-modal textarea {
  border: 1px solid #d6dae0;
  border-radius: 6px;
  padding: 6px 9px;
  font-size: 13px;
  outline: none;
  background: #fff;
  transition: border-color 0.12s ease, box-shadow 0.12s ease;
}

.pg-modal input[type="text"]:focus,
.pg-modal input[type="password"]:focus,
.pg-modal textarea:focus {
  border-color: #007aff;
  box-shadow: 0 0 0 3px rgba(0, 122, 255, 0.15);
}

/* -------------------------------------------------------------------------- */
/* Row editor */
/* -------------------------------------------------------------------------- */

.row-editor-field {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 6px 0;
  border-bottom: 1px solid #f3f4f6;
}

.row-editor-field .row-editor-name {
  width: 34%;
  font-weight: 600;
  color: #3a4150;
  word-break: break-word;
}

.row-editor-field .row-editor-input {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 8px;
}

.row-editor-field textarea {
  flex: 1;
  resize: vertical;
  font-family: ui-monospace, Menlo, Consolas, monospace;
  font-size: 12px;
  min-height: 30px;
}

.row-editor-field textarea:disabled {
  background: #f3f4f6;
  color: #aab;
}

.row-editor-field .row-input {
  flex: 1;
  min-width: 0;
}

.pg-modal select.row-input,
.pg-modal input.row-input {
  height: 32px;
  border: 1px solid #d6dae0;
  border-radius: 6px;
  padding: 6px 9px;
  font-size: 12px;
  font-family: ui-monospace, Menlo, Consolas, monospace;
  background: #fff;
  outline: none;
}

.pg-modal .row-input:focus {
  border-color: #007aff;
  box-shadow: 0 0 0 3px rgba(0, 122, 255, 0.15);
}

.pg-modal .row-input:disabled {
  background: #f3f4f6;
  color: #aab;
}

.row-editor-null {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-weight: normal;
  font-size: 11px;
  color: #8a909a;
  white-space: nowrap;
  margin: 0;
  cursor: pointer;
}

.row-editor-error,
.create-table-error {
  margin-top: 12px;
  margin-bottom: 0;
}

/* -------------------------------------------------------------------------- */
/* Create table */
/* -------------------------------------------------------------------------- */

.create-table-meta {
  display: flex;
  gap: 12px;
  margin-bottom: 16px;
}

.create-table-meta .field {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.create-table-meta .field.grow {
  flex: 1;
}

.create-table-meta .field label {
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #8a909a;
  margin: 0;
}

.create-table-meta .field input {
  width: 100%;
}

.create-table-section-label {
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #8a909a;
  margin-bottom: 8px;
}

.create-table-columns {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.column-row {
  display: flex;
  align-items: center;
  gap: 6px;
}

.column-row .col-name {
  flex: 1.4;
  min-width: 0;
}

.column-row .col-type {
  flex: 1.2;
  min-width: 0;
}

.column-row .col-default {
  flex: 1;
  min-width: 0;
}

.col-pill {
  border: 1px solid #d6dae0;
  background: #fff;
  color: #8a909a;
  border-radius: 6px;
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
  padding: 7px 8px;
  cursor: pointer;
  transition: all 0.12s ease;
}

.col-pill:hover {
  border-color: #b9c0c9;
}

.col-pill.active {
  background: #007aff;
  border-color: #007aff;
  color: #fff;
}

.column-row .col-remove {
  cursor: pointer;
  color: #bbb;
  padding: 4px;
  transition: color 0.12s ease;
}

.column-row .col-remove:hover {
  color: #d9534f;
}

#create_table_modal .add-column {
  margin-top: 10px;
  border-radius: 6px;
}

.create-table-preview {
  margin-top: 16px;
}

.create-table-preview .preview-label {
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #8a909a;
  margin-bottom: 6px;
}

.create-table-preview .preview-label .fa {
  margin-right: 4px;
}

.create-table-preview .preview-sql {
  background: #1f2430;
  color: #e6edf3;
  border: 0 none;
  border-radius: 8px;
  padding: 12px 14px;
  font-family: ui-monospace, Menlo, Consolas, monospace;
  font-size: 12px;
  line-height: 1.5;
  white-space: pre;
  overflow-x: auto;
  margin: 0;
}

/* -------------------------------------------------------------------------- */
/* Executed SQL bar (shown above results) */
/* -------------------------------------------------------------------------- */

#executed_sql {
  margin-bottom: 8px;
}

.executed-sql-bar {
  display: flex;
  align-items: center;
  gap: 8px;
  background: #1f2430;
  border-radius: 6px;
  padding: 6px 10px;
}

.executed-sql-bar .executed-sql-label {
  flex: none;
  font-weight: 700;
  font-size: 10px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #7f8794;
  cursor: pointer;
}

.executed-sql-bar .executed-sql-code {
  flex: 1;
  margin: 0;
  padding: 0;
  border: 0 none;
  background: transparent;
  color: #e6edf3;
  white-space: pre-wrap;
  word-break: break-word;
  font-family: ui-monospace, Menlo, Consolas, monospace;
  font-size: 12px;
  line-height: 1.45;
  max-height: 120px;
  overflow: auto;
}

.executed-sql-bar .executed-sql-copy,
.executed-sql-bar .executed-sql-toggle {
  flex: none;
  cursor: pointer;
  color: #9aa0aa;
  padding: 2px 4px;
  transition: color 0.12s ease, transform 0.12s ease;
}

.executed-sql-bar .executed-sql-copy:hover,
.executed-sql-bar .executed-sql-toggle:hover {
  color: #fff;
}

#executed_sql.collapsed .executed-sql-code {
  display: none;
}

#executed_sql.collapsed .executed-sql-toggle {
  transform: rotate(-90deg);
}

#error_banner {
  line-height: 30px;
  text-align: center;
  background-color: #be2740;
  color: #fff;
  display: none;
  position: fixed;
  bottom: 0px;
  left: 0px;
  right: 0px;
  height: 30px;
}

/* -------------------------------------------------------------------------- */

#custom_query {
  height: 238px;
}

#connection_window {
  z-index: 3;
  position: fixed;
  background: #fff;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  display: none;
  overflow-y: auto;
}

.connection-actions {
  position: fixed;
  right: 8px;
  top: 10px;
  display: none;
}

#edit_connection, #close_connection {
  background: #007aff;
  color: #fff;
  border-color: #fff;
}

#edit_connection i {
  margin-right: 4px;
}

#close_connection_window {
  display: none;
}

#connection_error {
  display: none;
}

.bookmarks {
  display: none;
}

.connection-settings {
  width: 600px;
  margin: 0px auto;
  margin-top: 50px;
}

.connection-settings .header {
  margin-bottom: 25px;
}

.connection-settings .header h1 {
  text-align: center;
  text-shadow: 0px 1px 0px #fff;
  color: #999;
  font-weight: normal;
}

.connection-settings .header .version {
  font-size: 12px;
  color: #aaa;
  text-align: center;
  display: block;
}

.connection-settings .header .update {
  font-size: 12px;
  text-align: center;
  padding: 4px;
  margin: 12px 0px;
  display: none;
}

.connection-settings form {
  background: #f6f6f6;
  padding: 25px;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}

.connection-settings form p.help-block {
  font-size: 12px;
}

.connection-settings form .no-left-padding {
  padding-left: 0;
}

.connection-scheme-group {
  display: none;
}

.connection-ssh-group {
  display: none;
  z-index: 1000;
}

.connection-ssh-group h3 {
  font-size: 18px;
  margin: 0px 0px 20px 0px;
  color: #aaa;
}

/* -------------------------------------------------------------------------- */
/* Sidebar Schema Objects */
/* -------------------------------------------------------------------------- */

.schema {}
.schema i                           { display: inline-block; margin-right: 4px; }
.schema i.fa-folder-o               { display: inline-block; }
.schema i.fa-folder-open-o          { display: none; }
.schema.expanded i.fa-folder-open-o { display: inline-block; }
.schema.expanded i.fa-folder-o      { display: none; }

.schema .schema-name {
  font-weight: bold;
  font-size: 13px;
  display: block;
  line-height: 30px;
  height: 30px;
  padding: 0px 8px;
  cursor: pointer;
  white-space: nowrap;
}

.schema .schema-container {
  display: none;
}

.schema.expanded .schema-container {
  display: block;
}

.schema .schema-container .schema-group .fa-chevron-down {
  display: none;
}

.schema .schema-container .schema-group .schema-group-title {
  display: block;
  cursor: pointer;
  line-height: 30px;
  height: 30px;
  padding: 0px 8px;
  overflow: hidden;
}

.schema .schema-container .schema-group .schema-group-count {
  color: #999;
  display: inline-block;
  float: right;
  margin-right: 8px;
}

.schema .schema-container .schema-group ul {
  padding: 0px;
  margin: 0px;
  display: none;
}

.schema .schema-container .schema-group ul li {
  list-style: none;
  list-style-type: none;
  margin: 0px;
  line-height: 30px;
  height: 30px;
  cursor: pointer;
  padding: 0px 8px;
  padding-left: 16px;
  white-space: nowrap;
  overflow: x-scroll;
}

.schema .schema-container .schema-group ul li i {
  color: #999;
}

.schema .schema-container .schema-group ul li.active {
  background: #f1f1f1;
  color: #333;
  font-weight: bold;
}

.schema .schema-container .schema-group ul li:hover {
  background: #f1f1f1;
}

.schema .schema-container .schema-group.expanded .fa-chevron-down {
  display: inline-block;
}

.schema .schema-container .schema-group.expanded .fa-chevron-right {
  display: none;
}

.schema .schema-container .schema-group.expanded ul {
  display: block;
}

/* -------------------------------------------------------------------------- */
/* Ace Customizations */
/* -------------------------------------------------------------------------- */

.ace_gutter, .ace_gutter-cell {
  background: #efefef !important;
  color: #bbb;
  font-size: 12px;
}

.ace_content .ace_active-line {
  background: none !important;
}

.ace_autocomplete .ace_active-line {
  background: #eee !important;
}
