﻿.umb-dashboard {
    background-color: white;
}
.audit-controller h2 {
    color: purple;
}

.audit-controller a:not(.json-placeholder):not(.json-url) {
    color: blue;
}

.audit-controller .change {
    width: 700px;
    overflow-wrap: break-word;
}

.audit-controller .new {
    color: green;
}

.audit-controller .old {
    color: red;
}

.audit-controller .padded-details {
    margin-left: 40px;
}

.audit-controller .code-box {
    max-height: 600px;
    width: 678px;
}

.audit-controller .umb-icon {
    position: relative;
    top: -2px;
}

ul.json-dict, ol.json-array {
    padding-left: 1em !important;
}

.json-toggle.collapsed {
    top: -2px;
}

.menu-label {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}

.menu-label .name {
    margin-left: 5px;
    max-width: 320px;
    overflow: hidden;
}

.menu-label .date {
    margin-right: 856px;
    max-height: 1rem;
}

.load-more-button,
.open-content-button
{
    position: absolute;
    right: 708px;
    z-index: 10;
    top: 0;
}

.open-content-button {
    right: 795px;
}

.open-document-button {
    position: absolute;
    right: 670px;
    z-index: 10;
    top: 0;
}

.edit-pane {
    overflow-y: auto;
    height: 84vh;
}