
@import url("pygments.854fc002cd4c.css");

#container, .maxwidth {
    width: auto !important;
    margin: 0 1em;
}

#header {
    margin: 20px 1em 0;
}

#top_bar {
    float: right;
}

.extension {
    margin-left: 0;
}

#files table {
    width: 100%;
    border: 1px solid #aaa;
    border-top: none;
}

.filelist, .filedisplay > table {
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    margin: 0;
}

.filelist {
    list-style-type: none;
    overflow: hidden;
    border: 1px solid #aaa;
    background-color: #eaf0f7;
}

.filelist li {
    margin: 0;
    margin-left: 2em;
}

.fileselector {
    float: left;
    display: block;
    padding: 0 1em;
    cursor: pointer;
    margin: 0 1px;
    line-height: 2em;

    -webkit-transition: background-color 0.2s ease-in-out, border 0.2s ease-in-out;
    -moz-transition: background-color 0.2s ease-in-out, border 0.2s ease-in-out;
    -ms-transition: background-color 0.2s ease-in-out, border 0.2s ease-in-out;
    -o-transition: background-color 0.2s ease-in-out, border 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out, border 0.2s ease-in-out;
}

#diff, #files {
    overflow-x: auto;
}

.file {
    padding-left: 0.5em;
}

.code {
    font-family: monospace;
    background-color: #fff;
    margin: 0;
    width: 100%;
    line-height: 1.2;
    white-space: pre;
    border: 1px solid #ccc;
    border-top: none;
}

.linum {
    color: #aaa;
    text-align: right;
    background-color: #eee;
    margin: 0;
    padding-right: 1em;
    border-right: 1px solid #ccc;
    padding: 0 6px;
}

/* colors stolen from GitHub */
.diff-line.deleted, .fileselector.deleted {
    background-color: #ffdddd;
}

.diff-line.inserted, .fileselector.added {
    background-color: #ddffdd;
}

.fileselector.symlink:before {
    content: "⤦ ";
    font-weight: bold;
    color: #f00;
}

.diff-line.deleted .diff-inline.changed {
    background-color: #ffaaaa;
}

.diff-line.inserted .diff-inline.changed {
    background-color: #aaffaa;
}

.diff-line.deleted .contents:before {
    content: '- ';
}

.diff-line.inserted .contents:before {
    content: '+ ';
}

.diff-line.equal .contents:before {
    content: '  ';
}

.contents {
    width: 100%;
}

.fileselector.unchanged {
    color: #747474;
}

.fileselector.binary {
    color: #aa0000;
    cursor: auto;
}

.fileselector.selected {
    cursor: auto;
    color: #2e3436;
    background-color: #c8d0d5;
    margin: 0;
    border: 1px solid #a6b0b3;
    border-style: none solid;
}

.collapsable-trigger-row.collapsed {
    height: 2.6em;
}

.collapsable-collapsed-row {
    background-color: #f4f4f4;
}

.collapsable-trigger {
    margin-left: 1.2em;
    padding: 0 0.3em;
    background-color: #aaccff;
    border-radius: 50%;
    cursor: pointer;
    color: #000;
    font-weight: bold;
}

#comments {
    resize: vertical;
    width: 100%;
    height: 250px;
    min-height: 150px;
}

#review_form input[type=submit] {
    float: right;
    margin-bottom: 20px;
}

#all_versions table {
    width: 100%;
}

#all_versions td {
    text-align: center;
}

#all_versions .current_version {
    font-weight: bold;
}

#approve {
    clear: right;
}

#approve_form {
    float: right;
}

#shexli .message {
    margin-top: 20px;
}

.expandy_header .shexli-header-title {
    margin-right: 0.5em;
}

.expandy_header .shexli-header-badges {
    display: inline-flex;
    flex-wrap: wrap;
    gap: 0.4em;
    vertical-align: middle;
    font-size: 14px;
    line-height: 1;
}

.shexli-finding {
    border-width: 1px 1px 1px 6px;
}

.shexli-finding.severity-error {
    border-left-color: #c00;
}

.shexli-finding.severity-warning {
    border-left-color: #c4a000;
}

.shexli-finding.severity-manual_review {
    border-left-color: #3465a4;
}

.shexli-finding-header {
    display: flex;
    align-items: center;
    gap: 0.75em;
    flex-wrap: wrap;
}

.shexli-severity {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    font-size: 0.85em;
    font-weight: bold;
    text-transform: uppercase;
    overflow: hidden;
    line-height: 1.2;
    white-space: nowrap;
    vertical-align: middle;
    padding: 0.2em 0.6em;
}

.shexli-severity-label,
.shexli-severity-count {
    display: inline-block;
}

.shexli-severity-split {
    padding: 0;
}

.shexli-severity-split .shexli-severity-label,
.shexli-severity-split .shexli-severity-count {
    padding: 0.2em 0.6em;
}

.shexli-severity-count {
    background-color: rgba(0, 0, 0, 0.12);
}

.shexli-severity.severity-error {
    color: #fff;
    background-color: #c00;
}

.shexli-severity.severity-warning {
    color: #000;
    background-color: #ebde71;
}

.shexli-severity.severity-manual_review {
    color: #fff;
    background-color: #3465a4;
}
