div.jsoneditor-tree .g-button {
    width: 24px;
    height: 24px;
    padding: 0;
    margin: 0;
    border: none;
    cursor: pointer;
    background: transparent;
}

div.jsoneditor-tree .jsonediror-lock {
    padding: 6px;
    font-size: 1rem;
}

div.jsoneditor-tree .jsonediror-share {
    padding-top: 5px;
}



/* dark styling of the editor */
div.jsoneditor,
div.jsoneditor-menu {
    border-color: #1D3E8F;
}
div.jsoneditor-menu {
    background-color: #1D3E8F; 
}

div.jsoneditor-contextmenu ul li button.jsoneditor-selected,
div.jsoneditor-contextmenu ul li button.jsoneditor-selected:hover,
div.jsoneditor-contextmenu ul li button.jsoneditor-selected:focus {
    color: white;
    background-color: #808080;
}
/*
div.jsoneditor-tree,
div.jsoneditor textarea.jsoneditor-text {
    background-color: #FFFFFF; 
    color: black;
}
div.jsoneditor-field,
div.jsoneditor-value {
    color: black;
}
table.jsoneditor-search div.jsoneditor-frame {
  background: #808080;
}

tr.jsoneditor-highlight,
tr.jsoneditor-selected {
  background-color: #808080;
}

div.jsoneditor-field[contenteditable=true]:focus,
div.jsoneditor-field[contenteditable=true]:hover,
div.jsoneditor-value[contenteditable=true]:focus,
div.jsoneditor-value[contenteditable=true]:hover,
div.jsoneditor-field.jsoneditor-highlight,
div.jsoneditor-value.jsoneditor-highlight {
  background-color: #808080;
  border-color: #808080;
}

div.jsoneditor-field.highlight-active,
div.jsoneditor-field.highlight-active:focus,
div.jsoneditor-field.highlight-active:hover,
div.jsoneditor-value.highlight-active,
div.jsoneditor-value.highlight-active:focus,
div.jsoneditor-value.highlight-active:hover {
  background-color: #b1b1b1;
  border-color: #b1b1b1;
}
   
div.jsoneditor-tree button:focus {
  background-color: #868686;
}

 */

/* coloring of JSON in tree mode */

/*div.jsoneditor-readonly {                     indexy atd
    color: #acacac;
}*/
/*div.jsoneditor td.jsoneditor-separator {      dvojtečky u polí a oddělovače
  color: #acacac;
}*/
/*div.jsoneditor-value.jsoneditor-string {
  color: #ff4040;
}*/
/*div.jsoneditor-value.jsoneditor-object,       čislo v zavorkach za nazvem objektu
div.jsoneditor-value.jsoneditor-array {
    color: #bababa; 
}*/
/*div.jsoneditor-value.jsoneditor-number {
    color: #2650b9;
}
div.jsoneditor-value.jsoneditor-boolean {
  color: #ff8048;
}
div.jsoneditor-value.jsoneditor-null {
  color: #49a7fc;
}
div.jsoneditor-value.jsoneditor-invalid {
    color: #00ff88;
}*/
   