/*
KLEINE Theme for Redmine
*/

/* load the default Redmine stylesheet */
@import url(../../../stylesheets/application.css);

/* Increase font size to something human readable */
body {
	font-family: BrixSansRegular, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: 1.1em;
}

/* Add padding to top navigation */
#top-menu {
	font-size: 0.8em;
	padding: 6px 2px 0px 6px;
}

/* Add icon to login link */
#account a.login:before {
	content: "🔐 ";
}

/* Label for Search */
#quick-search label {
	display: block;
	margin-top: 5px;
}
#quick-search a:after {
	content: " / Ticketnummer";
}
#quick-search #q {
	width: 335px;
	height: 30px;
}

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

/* Highlight Important Tickets */
tr.priority-high2 td.priority {
	color: #ff5000;
}

table.progress td.closed {
	background-color: #89B1BF;
}

/* Increase button link sizes */
#content .contextual a.icon {
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	background-color: #EEE;
	padding: 8px 8px 8px 24px;
	background-position: 5% 50%;
}

div.issue .attributes .attribute {
	min-height: 1.4em;
}

#history {
	line-height: 1.3em;
}

.jstElements {
	height: 32px !important;
}

#issue_notes {
	font-size: 1.1em;
	line-height: 1.5em;
}

/* Responsive */
@media screen and (max-width: 899px) {
	body, input, select, textarea, button {
		font-size: 1.0em;
	}
	XXX.flyout-menu h3 {
		font-size: 1.0em;
	}
}
