@import url(../../../stylesheets/application.css);

body {
    font-family: Meiryo, "Hiragino Kaku Gothic Pro", "MS PGothic", Verdana, sans-serif;
    color: #222;
}

tr.odd.priority-7, table.list tbody tr.odd.priority-7:hover {
    color: #900;
    font-weight: bold;
}

tr.odd.priority-7 {
    background: #ffc4c4;
}

tr.even.priority-7, table.list tbody tr.even.priority-7:hover {
    color: #900;
    font-weight: bold;
}

tr.even.priority-7 {
    background: #ffd4d4;
}

tr.priority-7 a, tr.priority-7:hover a {
    color: #900;
}

tr.odd.priority-7 td, tr.even.priority-7 td {
    border-color: #ffb4b4;
}

tr.odd.priority-6, table.list tbody tr.odd.priority-6:hover {
    color: #900;
}

tr.odd.priority-6 {
    background: #ffc4c4;
}

tr.even.priority-6, table.list tbody tr.even.priority-6:hover {
    color: #900;
}

tr.even.priority-6 {
    background: #ffd4d4;
}

tr.priority-6 a {
    color: #900;
}

tr.odd.priority-6 td, tr.even.priority-6 td {
    border-color: #ffb4b4;
}

tr.odd.priority-5, table.list tbody tr.odd.priority-5:hover {
    color: #900;
}

tr.odd.priority-5 {
    background: #fee;
}

tr.even.priority-5, table.list tbody tr.even.priority-5:hover {
    color: #900;
}

tr.even.priority-5 {
    background: #fff2f2;
}

tr.odd.priority-5 td, tr.even.priority-5 td {
    border-color: #fcc;
}

tr.odd.priority-3, table.list tbody tr.odd.priority-3:hover {
    color: #559;
}

tr.odd.priority-3 {
    background: #eaf7ff;
}

tr.even.priority-3, table.list tbody tr.even.priority-3:hover {
    color: #559;
}

tr.even.priority-3 {
    background: #f2faff;
}

tr.priority-3 a {
    color: #559;
}

tr.odd.priority-3 td, tr.even.priority-3 td {
    border-color: #add7f3;
}

#header {
    z-index: 30;
}

#wrapper2 {
    background-color: #ecf0f1;
}

#header #main-menu {
    position: absolute;
    margin: 48px 0px 0px 0px;

    padding-left: 0px;
    left: 0px;

    position: relative;
    background-color: #ecf0f1;
    width: 160px;
    height: auto !important;
    font-family: Meiryo, Verdana, sans-serif;

}

#header #main-menu a {
    color: #2F4F4F;
    display: block;
    background-color: #ecf0f1;
    margin-top: 1px;
    margin-right: 0px;
    height: 35px;
    line-height: 35px;
    padding: 0 5px 0 35px;
    font-weight: normal;

}

#header #main-menu a.selected, #header #main-menu li a.selected:hover {

    background-color: #bdc3c7;


}

#header #main-menu a:hover {
    color: #1E90FF;
    font-weight: bold;
}

#header {
    margin-left: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    max-height: 4em;
    min-height: 4em;
}

#main {
    margin-left: 160px;
}

#main-menu ul {
    margin-top: 0px;
    padding-bottom: 10px;
    white-space: normal;
    display: block;
}

#main-menu div.tabs-buttons button{
    display: none;
}

#main-menu li {
    float: none;
    margin: 0 0 0 0;
    height: 37px;
    white-space: normal;
    display: block;
}

.tabular p {
    clear: none;
}

div#activity dt, #search-results dt {
    clear: none;

}

tr.issue {
    white-space: normal;
}

#activity dt, .journal {
    clear: none;
}

#header {
    background-image: url(./logo.png);
    background-repeat: no-repeat;
    background-color: #34495e;
    background-position: 10px 40%;

}

p.progress-info {
    clear: none;
}

#content {
border-left: solid 1px #ddd;
}

* html #content {
    z-index: 11;

}

* html #sidebar {
    z-index: 30;
}

* html #header #main-menu {
    margin-top: 24px;
}

p.progress-info {
    clear: none;
    margin-top: 10px;
}

table.progress {
    height: 2em;
}

table.progress td.closed {
    background-color: #1abc9c;
}

table.progress td.done {

}

table.progress td.todo {
    background-color: #bdc3c7;
}

.wiki h1 {

    padding-bottom: 3px;
    padding-left: 20px;
    padding-top: 2px;
    border-bottom: 0px none;
    font-size: 24px;
    line-height: 2em;
    margin-top: 30px;
}

.wiki h2 {

    padding-bottom: 3px;
    padding-left: 20px;
    padding-top: 2px;
    border-bottom: 0px none;
    line-height: 1.5em;
    margin-top: 30px;
}

.wiki p {
    margin-left: 20px;
}

.wiki ul li {
    list-style-image: url(./li.png)
}

table.list th {
    background-color: #2980b9;
    color: #ffffff;
}

table.list th a {
    color: #ffffff;
}

#header h1 {
    padding-left: 150px;
    margin-top: 0px;
    margin-left: 5px;
    margin-bottom: 0px;
    height: 44px;
    white-space: normal;
    padding-top: 0px;
    position: absolute;
    bottom: 0px;
}

#header h1 .breadcrumbs{
    font-size: 0.4em;
}

#header h1 .current-project {
    margin-bottom: 0px;
}

#sidebar {
    background-color: #ecf0f1;
    height: auto !important;
    height: 600px;
    margin-top: 10px;
}

.task_late {
    background: #FF6666 url(./gantt-red.png) repeat

}

div.task_done {
    background: #FF6666 url(./gantt-blue.png) repeat

}

.task_todo {
    background: #FF6666 url(./gantt-gray.png) repeat

}

#footer {
    background-color: #34495e;
    height: 25px;
    color: #FFFFFF
}

#footer a {
    color: #00FFFF;

}

div.wiki ul.toc li {
    list-style-image: none;
}

div.wiki ul.toc li.heading1 {
    margin-left: 15px;
    list-style-type: disc;
}

div.wiki ul.toc li.heading2 {
    margin-left: 25px;
    list-style-type: circle;
}

div.wiki ul.toc li.heading3 {
    margin-left: 35px;
    list-style-type: circle;
}

.wiki table th {
    background: #EEEEEE url(./th.png) repeat;
}

h1, h2, h3, h4 {
    font-family: Meiryo, "Trebuchet MS", Verdana, sans-serif;
    margin-top: 30px;
}

pre {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

div.wiki ul.toc {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #1abc9c;

}

div.wiki ul.toc li a {
    color: #ffffff;
}

div.box {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #ecf0f1;

}

div.issue {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 5px;

}

#main.no-main-menu {
    margin-left: 0px;
}

#top-menu {
    background-color: #2980b9;
    height: 2.0em;
    font-size: 1.0em;
    vertical-align: bottom;

}

#top-menu a {
    font-weight: normal;
    margin-right: 16px;
}

#top-menu li, #loggedas {
    padding-top: 3px;
}


.wiki h1, .wiki h2, .wiki h3, .wiki h4, div#activity h3 {
    border-left: 7px solid #3498db;
    color: #3B3B3B;

    padding: 0.6em 0.8em;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}

#content h1 {
    font-size: 26px;
}

#content h2 {
    font-size: 24px;
}

.nodata, .warning {
    background-color: #e67e22;
    color: #ffffff;
    text-align: center;
    border: none;
}

input[type="submit"]{
    background: linear-gradient(to bottom, #3B7FC4 0px, #336EA9 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 0 none;
    border-radius: 3.01px 3.01px 3.01px 3.01px;
    box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.1) inset, 0 1px 1px 0 rgba(0, 0, 0, 0.2);
    color: #FFFFFF;
    cursor: pointer;
    font: inherit;
    height: 36px;
    margin: 2px;
    padding: 4px 10px;
    text-shadow: 0 1px 0 #295989;
    min-width: 100px;
    font-size: 14px;
}



div.flash.notice {
    background: url("../../../images/true.png") no-repeat scroll 8px 5px #1abc9c;
    border: none;
    color: #ffffff;
}

div.flash.error, #errorExplanation {
    background: url("../../../images/exclamation.png") no-repeat scroll 8px 50% #e74c3c;
    border: none;
    color: #ffffff;
}

table.filecontent tr th.filename {
    background-color: #2980b9;
    color: #ffffff;
}

table .context-menu-selection {
    background-color: #3498db !important;
    color: #F8F8F8 !important;
}

table .context-menu-selection:hover {
    background-color: #3498db !important;
    color: #F8F8F8 !important;
}

table.list {
    border: none;
}

table.list tbody tr {
    border-bottom: 1px solid #CCCCCC;
}

table.list tbody tr:hover {
    background-color: #f1c40f;
}

.odd {
    background-color: #ecf0f1;
}

#login-form table {
    background-color: #f1c40f;
    border: none;
}

#activity h3 {
    margin-top: 30px;
}

table.list td, table.list th{
   line-height: 2em;
}

.pagination .current{
    background: linear-gradient(to bottom, #3B7FC4 0px, #336EA9 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 0 none;
    border-radius: 3.01px 3.01px 3.01px 3.01px;
    box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.1) inset, 0 1px 1px 0 rgba(0, 0, 0, 0.2);
    color: #FFFFFF;
    cursor: pointer;
    font: inherit;
    margin: 2px;
    padding: 4px 10px;
    text-shadow: 0 1px 0 #295989;

}

#header #main-menu ul li a {
    background-image: url("icons/plugin.png");
    background-size: 18px 18px;
    background-repeat: no-repeat;
    background-position: 10px;

}

#header #main-menu ul li a.new-object {
    background-image: none;
    padding-left: 10px;
}

#header #main-menu ul li a.issues {
    background-image: url("icons/text70.png");
}

#header #main-menu ul li a.boards {
    background-image: url("icons/comments.png");
}

#header #main-menu ul li a.calendar {
    background-image: url("icons/calendar5.png");
}

#header #main-menu ul li a.news {
    background-image: url("icons/news3.png");
}

#header #main-menu ul li a.new-issue {
    background-image: url("icons/edit26.png");
}

#header #main-menu ul li a.activity {
    background-image: url("icons/speedometer25.png");
}

#header #main-menu ul li a.settings {
    background-image: url("icons/machine2.png");
}

#header #main-menu ul li a.overview {
    background-image: url("icons/earth186.png");
}

#header #main-menu ul li a.files {
    background-image: url("icons/floppy1.png");
}

#header #main-menu ul li a.wiki {
    background-image: url("icons/white5.png");
}

#header #main-menu ul li a.documents {
    background-image: url("icons/documents7.png")
}

#header #main-menu ul li a.roadmap {
    background-image: url("icons/address4.png");
}

#header #main-menu ul li a.gantt {
    background-image: url("icons/horizontal25.png")
}

#header #main-menu ul li a.repository {
    background-image: url("icons/database7.png")
}

.icon {
    background-size: 12px 12px;
}

.icon-checked {
    background-image: url("icons/check33.png");
}

.icon-reload {
    background-image: url("icons/rotate2.png");
}

.icon-save {
    background-image: url("icons/floppy1.png");
}

.icon-edit {
    background-image: url("icons/gross.png");
}

.icon-fav-off {
    background-image: url("icons/favourites7.png");
}

.icon-fav {
    background-image: url("icons/favorites2.png");
}

.icon-lock {
    background-image: url("icons/ssl.png");
}

.icon-add {
    background-image: url("icons/add73.png");
}

.icon-del {
    background-image: url("icons/delete48.png");
}

.icon-move {
    background-image: url("icons/right9.png");
}

.icon-history {
    background-image: url("icons/navigation9.png");
}

.icon-copy {
    background-image: url("icons/copy23.png");
}

.icon-comment {
    background-image: url("icons/comment3.png");
}

.icon-time {
    background-image: url("icons/three1.png");
}

.icon-time-add {
    background-image: url("icons/stopwatch6.png");
}

.icon-zoom-in {
    background-image: url("icons/zoom24.png");
}

.icon-zoom-out {
    background-image: url("icons/zoom25.png");
}

#context-menu ul li a{
    background-size: 16px 16px;
}

h3.version {
    background: url("icons/address4.png") no-repeat scroll 0 50% rgba(0, 0, 0, 0);
    padding-left: 24px;
}

table.boards a.board, h3.comments {
    background: url("icons/comment2.png") no-repeat scroll 0 50% rgba(0, 0, 0, 0);
    padding-left: 26px;
}

input.autocomplete {
    background: url("icons/magnifier12.png") no-repeat scroll 2px 50% #FFFFFF;
    background-size: 16px 16px;

}

div.issues h3 {
    background-image: url("icons/text70.png");
    background-size: 18px 18px;
}

div.members h3 {
    background-image: url("icons/group2.png");
    background-size: 18px 18px;
}

div.news h3 {
    background-image: url("icons/news3.png");
    background-size: 18px 18px;
}

div.projects h3 {
    background-image: url("icons/earth186.png");
    background-size: 18px 18px;
}

#q {
    background: url("icons/magnifier12.png") no-repeat scroll 2px 50% / 16px 16px #FFFFFF;
    padding-left: 20px !important;
}

#activity dt{
    background-size: 18px 18px;
}
#activity dt.issue{
    background-image: url("icons/text70.png");
}

#activity dt.issue-note{
    background-image: url("icons/comment2.png");
}

#activity dt.issue-edit{
    background-image: url("icons/edit26.png");
}

#activity dt.issue-closed{
    background-image: url("icons/check33.png");
}

#activity dt.news{
    background-image: url("icons/news3.png");
}

#activity dt.changeset{
    background-image: url("icons/machine2.png");
}

#activity dt.time-entry{
    background-image: url("icons/stopwatch6.png");
}

#activity dt.wiki-page{
    background-image: url("icons/white5.png");
}

#activity dt.message{
    background-image: url("icons/comment3.png");
}

#activity dt.reply{
    background-image: url("icons/comments.png");
}

#activity dt.plugin_list{
    background-image: url("icons/plugin.png");
}

.mobile-mode #header {
  background-image: none;
  background-color: #34495e;
}

.icon-only {
  background-size: 12px 12px;
}
