/* There are most likely leftovers to remove from this file... */

a, input {
    filter: hue-rotate(-45deg);
}

.top-bar {
    background: #E6E6E6;
}

.top-bar * {
    color: #6f6f6f !important;
}

.top-bar ul>li:not(.name):hover, .top-bar ul>li:not(.name).active, .top-bar ul>li:not(.name):focus {
    background: #6f6f6f;
}

.top-bar ul>li:not(.name):hover a, .top-bar ul>li:not(.name).active a, .top-bar ul>li:not(.name):focus a {
    color: #E6E6E6 !important;
}

a:hover, a:active {
    text-decoration: underline;
}

.top-bar a, .tabs a {
    text-decoration: none;
}

div.panel ul {
    margin-left: 20px;
}

div.row.copyright {
    margin-top: 44px;
    padding-top: 11px;
    border-top: 1px solid #ddd;
}

.code {
    border-left: 3px solid #ddd;
    margin: 5px 3px 8px 15px;
    padding: 0 0 0 8px;
}

.textviewContainer {
    background-color: white;
}

.textviewContainer, .contentassist {
    font-family: 'Droid Sans Mono', Menlo, Consolas, 'Courier New', Courier, monospace, sans-serif;
    font-size: 10pt;
}
.contentassist {
    width: 400px;
}

pre#editor {
    border: 1px solid #ccc;
}

div#info {
    margin-top: 22px;
}

.textviewTooltip {
    color: black;
    background-color: #ffffcc;
    border-color: #aaa;
}

.annotationRange.readOccurrence {
    background-color: #ffffcc;
    border: none;
}

.annotationRange.writeOccurrence {
    background-color: #ffffcc;
    border: 1px solid #ffcc99;
    margin: -1px;
    border-radius: 4px;
}

