
@import url(../../../stylesheets/application.css?ver=20220209);


h2 {
    font-size: 110%;
    color: grey;
}

h3 {
    margin-top: 2rem;
    font-size: 100%;
}

h4 {
    font-size: 95%;
}

em {
    color: grey;
    font-size: 80%;
}


#header {
    min-height: 0rem;
    background: linear-gradient( to right, black, darkgrey);
}

#footer {
    background: linear-gradient( to right, black, darkgrey);
    font-style: italic;
}


#main-menu { 
}


.current-project {
   font-size: xxx-large;
}


#deakt-q, [deakt-for=q] {
    display: none;
}


#project-jump.drdn {
    display: none;
}


#deakt-sidebar, .my-account, .atom, .deakt-csv, .deakt-other-formats, .legend, .deakt-contextuali, .lost_password {
    display: none;
}


.other-formats span + span::before {

    content: " ";

}


#sidebar {
    background: linear-gradient( to right, lightgrey, darkgrey);
}


span.my-project {
    display: none;
}


span.icon-bookmarked-project {
    display: none;
}


#top-menu {
    font-size: larger;
    background: linear-gradient( to right, lightgrey, darkgrey);
}

#top-menu a {
    color: #fff;
}


#login-form {
    background: linear-gradient( to right, lightgrey, darkgrey);
    padding: 2rem;
}


input[type=submit], #login-form input {
    font-size: larger;
    font-weight: bold;
    padding: 0.5rem;
    height: 3rem;
}


.deakt-add-filter, .deakt-contextual {
    display: none;
}


.size { 
    font-size: 50%;
    color: lightGrey;
    display: inline-block;
    min-width: 3rem;
}


body {
    font-size: larger;
}

html, a, a:link, a:visited {
    color: black;
}

#content, tr {
    background: linear-gradient( to right, white, darkgrey);
}

#content, tr:hover {
    background: linear-gradient( to right, lightgrey, lightgrey);
}


@media screen and (max-width: 899px) {
.flyout-menu {
    background: linear-gradient( to right, lightgrey, darkgrey);
}

.flyout-menu ul li a {
    color: black;
}

.flyout-menu ul li a:hover {
    background-color: lightgrey;
}


.flyout-menu h3 {
    background: linear-gradient( to right, black, darkgrey);
}

}



.root td.name {
    font-weight: bold;
    height: 3rem;
}


table .wiki  {
    background: linear-gradient( to right, lightgrey, darkgrey);
}

.projects tr th {
    display: none;
}

label[for=issue_priority_id] {
    display: none;
}

label[for=issue_priority_id] + select {
    display: none;
}

div.priority {
    display: none;
}	

#issue_description_and_toolbar {
    display: block;
}

h1 {
    color: #c0c0c0;
    font-size: 95%;
}

.atab_link {
    text-decoration: underline;
    color: #a0a0dd;
    cursor: pointer;
}


#header h1 .breadcrumbs {
    font-size: 95%;
}


.splitcontent {
    display: block;
}

a[href$="274"] {
    color: lightgray;
    font-size: 50%;
}
