/* load the default Redmine stylesheet */
@import url("/assets/application-19859659.css");

/* add a logo in the header */
#header {
    background: #507AAA url("/assets/themes/my_theme/logo-2831e1f9.png") no-repeat 2px;
    background-size: 200px 60px;
    padding-left: 86px;
    padding-bottom: 0px;
    padding-top: 0px !important;
    margin-top: 19px;
    width: 95%;
    position: fixed;
    z-index: 100;
}

#header h1 {
    padding-left: 170px;
    padding-top: 13px;
}

/* move the project menu to the right */
#main-menu { 
    left: auto;
    right: 0px;
}

#content {
    flex-grow: 1;
    background-color: #fff;
    margin: 0px;
    padding: 90px 16px 10px 16px;
    overflow-x: auto;
}

#sidebar-wrapper {
    padding-top: 65px;
}

.issue[class*="priority-high"] { 
    background-color: #ffcccc !important;
}

.issue[class*="priority-high"] a .subject {
    color: red !important;
}

#top-menu {
    background: #3E5B76;
    color: #fff;
    font-size: 0.8em;
    padding: 2px 10px 2px 12px;
    position: fixed;
    width: 99%;
}
#quick-search {
    float: right;
    padding-top: 10px;
}

.context-menu {
	z-index: 9999;
}