/* Load the default Redmine stylesheet */
@import url(../../../stylesheets/application.css);

/*
 * Main menu colors.
 */
body #top-menu {
    background: #272364;
}
body #header {
    background: #48429d;
}
body #main-menu li a:hover {
    background: #272364;
}
body #main-menu li a.new-object {
    background: #272364;
}

/**
 * Better readability of issue journal.
 */
body .journal {
    background: #F8F8F8;
    border: 1px solid #EEEEEE;
    margin-bottom: 10px;
    padding: 0 10px;
}
body .journal > div:first-child {
    margin-top: 8px;
}
body #wrapper .private-notes {
    background: rgba(255, 128, 0, 0.2);
    margin-left: 0;
}
body .issues tr.private {
    background: rgba(255, 128, 0, 0.2);
}
body .note-header {
    margin: 0 0 10px 10px;
}

/**
 * Better readability of issue description.
 */
div.issue.details {
    border-color: #EEEEEE;
    background-color: #FFFFEE;
}

/**
 * Better readability of inline code.
 */
pre code {
    border: 0;
    padding: 0;
    font-size: 1em;
}
code {
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 0 4px;
    background: #f4f4f4;
    font-size: 0.9em;
}

/**
 * Better readability of wiki content.
 */
html #content h1, html h2, html h3 {
    color: #000000;
}
#content h1 {
    margin-top: 15px;
    padding: 5px 0;
    border-bottom: 1px solid #EEEEEE;
}
#content h2 {
    margin-top: 15px;
    border-bottom: 1px solid #EEEEEE;
}
body div.wiki ul.toc {
    background: #FFFFFF;
    padding: 10px 15px;
    margin-top: 0;
}
.wiki p {
    font-size: 14px;
    font-family: Helvetica, Arial, sans-serif;
}

/**
 * General readability.
 */
#history h4 {
    border-color: #DDDDDD;
    font-weight: normal;
}
#content .wiki {
    padding: 0px 10px;
}

fieldset#filters td.values select {min-width:130px; max-width:350px;}
