.logo {
	font-family: "Hack", monospace;
	color: #1485db;
}

.logo .fake {
  font-weight: 300;
  color: black;
}

.logo .json {
  color: black;
}

/* Charts */
svg .axis .tick line {
    stroke: #e0e0e0;
}

svg .axis .tick line {
    stroke: #e0e0e0;
}

svg .axis path.domain {
    stroke: #e0e0e0;
}

div#line_tooltip {
    position: absolute;
    padding: 2px;
    border: 1px solid #e6eaee;
    background-color: #fff;
}
div#line_tooltip .count {
    color: #1485db;
}

.table-button:hover {
    color: #1485db !important;
    cursor: pointer;
}

.table-button {
    visibility: hidden;
}

.c-table__row:hover .table-button {
    visibility: visible;
}

.c-table__cell--head.sortable {
    cursor: pointer;
}

/* Toggling arrows for sorting */
.sortable .arrow-up-solid {
   display: none;
   font-family: "Font Awesome 5 Solid";
   content: "\f08d";
}

/* Json editor */
#jsoneditor.c-input {
    padding: 0;
}
#jsoneditor.c-input .jsoneditor {
    border: 0;
    border-radius: 4px;
}
#jsoneditor.c-input .jsoneditor .jsoneditor-menu {
    border-radius: 4px 4px 0 0;
    background-color: #2ea1f8;
    color: #000;
    border-bottom: 0;
}
#jsoneditor.c-input .jsoneditor .jsoneditor-contextmenu .jsoneditor-menu {
    background-color: #fff;
}

/* jsoneditor highlights */
#jsoneditor .json_parameters .jsoneditor-value{
    background-color: #d9b2ff;
}

/* jsoneditor highlights */
#jsoneditor .json_aug .jsoneditor-field{
    background-color: #d0ebfb;
}


#jsoneditor .json_field_match .jsoneditor-value{
    background-color: #baf3c3;
}

#jsoneditor .json_function_match .jsoneditor-value{
    background-color: #dde5fa;
}

.jsoneditor-schema-error .jsoneditor-popover {
    width: auto !important;
}
div.jsoneditor-contextmenu ul li button:not(.jsoneditor-expand) {
    width: 80% !important;
}

div.jsoneditor-contextmenu ul,
div.jsoneditor-contextmenu ul li button.jsoneditor-type-auto {
    width: 100% !important;
}


div.jsoneditor-contextmenu {
    width: 250px;
}

div.jsoneditor-contextmenu ul li {
    width: 250px !important;
}

div.jsoneditor-contextmenu ul li button.jsoneditor-selected {
    background-color: #1485db !important;
}