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

/* add a logo in the header */
#header {
    background: #000 url("/assets/themes/livenation/logo-5e603b4a.svg") no-repeat 2px;
    padding-left: 86px;
}

@media screen and (max-width: 899px) {
    #header {
        background-color: #000 !important;
    }
}

#top-menu
{
	background-color: #2a2a2a !important;
}

svg.icon-svg
{
	stroke: #000;
}

a, a:link, a:visited
{
	color: #000;
}

.box, fieldset
{
	background-color: #2a2a2a0a;
	border-color: #dadada !important;
}

#sidebar
{
	background: #2a2a2a0a;
	border-color: #dadada !important;
}

input[type="text"]:focus, input[type="text"]:active, select:active, select:focus
{
	border-color: #dadada !important;
}

#sidebar a.selected
{
	background-color: #f66 !important;
}

#main-menu li a:hover
{
	background: #d61c33;
}