@import url(../../../stylesheets/application.css);

body{ color:#303030; background:#e8eaec; }

#top-menu { font-size: 1em; height: 1.8em; padding-top: 0.5em; background-color: #578bb8; }
#top-menu a { font-weight: bold; }
#header { background: #467aa7; height:4.4em; min-height: 4.4em; padding: .4em 0 0 0; }
#header h1 { margin: 0; padding: 0 0 0 1.8em; background: #467aa7 url(../images/logo.png) no-repeat .4em; background-size: 1.2em; }
#quick-search { margin-right: 1em; }
#main-menu { background-color: #578bb8; left: 0; border-top: 1px solid #fff; width: 100%; }
#main-menu li { margin: 0; padding: 0; }
#main-menu li a { background-color: #578bb8; border-right: 1px solid #fff; font-size: 90%; padding: 4px 8px 4px 8px; font-weight: bold; }
#main-menu li a:hover { background-color: #80b0da; color: #ffffff; }
#main-menu li a.selected, #main-menu li a.selected:hover { background-color: #80b0da; color: #ffffff; }
#main-menu li a.new-object { background-color:#80b0da; }

#main-menu .menu-children {
  border-right: 1px solid #80b0da;
  border-bottom: 1px solid #80b0da;
  border-left: 1px solid #80b0da;
}
#main-menu .menu-children li a { border-right: none; }
#main-menu .menu-children li a:hover { background-color: #80b0da }

#footer { background-color: #578bb8; border: 0; color: #fff; font-size: 0.8em;}
#footer a { color: #fff; font-weight: bold; }

#main { font:90% Verdana,Tahoma,Arial,sans-serif; background: #e8eaec; }
#main a { font-weight: bold; color: #467aa7;}
#main a:hover { color: #2a5a8a; text-decoration: underline; }
#content { background: #fff; }

h2, h3, h4, .wiki h1, .wiki h2, .wiki h3 { border-bottom: 0px; color:#606060; font-family: Trebuchet MS,Georgia,"Times New Roman",serif; }
h2, .wiki h1 { letter-spacing:-1px; }
h4 { border-bottom: dotted 1px #c0c0c0; }

#top-menu a.home, #top-menu a.my-page, #top-menu a.projects, #top-menu a.administration, #top-menu a.help,
 #top-menu a.kanban, #top-menu a.contacts { 
    background-position: 0% 40%;
    background-repeat: no-repeat;
    padding-left: 20px;
    padding-top: 2px;
    padding-bottom: 3px;

}

#top-menu a.home { background-image: url(../images/home.png); }
#top-menu a.my-page { background-image: url(../../../images/user.png); }
#top-menu a.projects { background-image: url(../../../images/projects.png); }
#top-menu a.administration { background-image: url(../images/wrench.png); }
#top-menu a.help { background-image: url(../../../images/help.png); }
#top-menu a.kanban { background-image: url(../../../images/stats.png); }
#top-menu a.contacts { background-image: url(../../../images/group.png); }

/************** General **********************/ 
body .c-scroll { scrollbar-color: #8791c8 #fff; }
body .issuesboard-list--wrapper:not(:last-child) { border-right: 1px solid #b8beea; }

.icon-expended{ background-image: url(../../../images/arrow_down.png); }
table.list td{ text-align: left; }

#content { padding: 0 1em; }

#main a{ color: #305c82; }
.contextual {
  margin:0;
  padding: .2em .4em;
  font-size:0.9em;
  background-color: #dcffa9;
}
.contextual .icon {
  padding-top: 2px;
  padding-bottom: 3px;
  line-height: 1.8em;
}


div.issue, .box{
	background: #fafefe; 
}

table.list th, .table-list-header {
  background-color:#9dcef9;
}

table.list:not(.odd-even) tbody tr:nth-child(odd), .odd, #issue-changesets div.changeset:nth-child(odd) {
  background-color:#e6f0fb;
}


/************* Kanban **********************/
.app-issuies-board .issuesboard-list--wrapper{ padding: 0 .5em; margin: .5em 0; }
.app-issuies-board .issuesboard-statuses{ min-height: 2em; padding-bottom: 0; margin-bottom: .2em; }
.app-issuies-board .kanban-item__header{ margin-bottom: .1em; }
.app-issuies-board .kanban-item__header .mt-4{ height:0; overflow: hidden; }
.app-issuies-board .kanban-item__header:hover .mt-4{ height:auto; position: absolute; top: 2.2em; background-color: #f0d56a; z-index: 1; padding: .4em; margin-left: 2em; border-radius: .6em;  }

.app-issuies-board .ki-header{ margin-bottom: .1em; }
.app-issuies-board .mt-4{ margin-top: .1em; }
.app-issuies-board .kanban-item__subject:not(:last-child) {  margin-bottom: .1em !important; }
.app-issuies-board .mb-12 { margin-bottom: .1em; }
.app-issuies-board .mb-16 { margin-bottom: .1em; }
.app-issuies-board .kanban-item__footer{ margin-top: .2em; }

