@import url(../../../stylesheets/application.css);


/*
 * Custom
 */
/* lato-300 - latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 300;
  src: local(''),
       url('../fonts/lato-v20-latin-300.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/lato-v20-latin-300.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* lato-300italic - latin */
@font-face {
  font-family: 'Lato';
  font-style: italic;
  font-weight: 300;
  src: local(''),
       url('../fonts/lato-v20-latin-300italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/lato-v20-latin-300italic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* lato-regular - latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: local(''),
       url('../fonts/lato-v20-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/lato-v20-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* lato-italic - latin */
@font-face {
  font-family: 'Lato';
  font-style: italic;
  font-weight: 400;
  src: local(''),
       url('../fonts/lato-v20-latin-italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/lato-v20-latin-italic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* lato-700 - latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  src: local(''),
       url('../fonts/lato-v20-latin-700.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/lato-v20-latin-700.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* lato-700italic - latin */
@font-face {
  font-family: 'Lato';
  font-style: italic;
  font-weight: 700;
  src: local(''),
       url('../fonts/lato-v20-latin-700italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/lato-v20-latin-700italic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}



/* line 1, ../scss/_type.scss */
body {
  font-size: 14px;
  font-family: "Lato", sans-serif;
  font-weight: 400;
}

/* line 7, ../scss/_type.scss */
h1, h2, h3, h4 {
  font-family: inherit;
  font-weight: 400;
}

/* line 14, ../scss/_type.scss */
a,
a:link,
a:visited {
  color: #4878a1;
  font-weight: 400;
}

/* line 1, ../scss/_ui.scss */
#top-menu {
  background-color: #8db261;
  padding-top: 5px;
}
/* line 4, ../scss/_ui.scss */
#top-menu a {
  font-weight: normal;
}

/* line 9, ../scss/_ui.scss */
#header {
  background-color: #4878a1;
  padding-top: 15px;
  padding-bottom: 15px;
  min-height: none;
}
/* line 14, ../scss/_ui.scss */
#header h1 {
  line-height: 43px;
  font-size: 1.3em;
  margin-bottom: 0;
}
/* line 19, ../scss/_ui.scss */
#header h1:before {
  content: '';
  display: inline-block;
  height: 50px;
  width: 150px;
  float: left;
  margin-right: 15px;
  background: url(../images/pixlscript.png) no-repeat 0 0;
  background-size: 100%;
}


/* manual aditions for Redmine 3 */
#project-jump {
	font-size: 13px;
	position: relative;
	top: -1px;
}

#header h1 {
	white-space: nowrap;
	overflow: hidden;
}

#header h1 .breadcrumbs {
	font-size: 1em;
	display: inline-block;
}

#header h1 .breadcrumbs .separator {
	margin: 0 .25em;
}

/* Bugfix: Hide empty <li> after issue description */
.issue .description + li {
	display: none;
}

.ui-widget-content {
	background-image: none !important;
	font-size: 14px;
}

/* Hide footer copyright */
#footer .bgr {
	display: none;
}

/* Smaller changesets in tickets */
.issue + #issue-changesets {
	width: 35%;
}


/* Custom wiki styling (NOT IN SCSS!) */
body {
	font-size:16px;
	line-height: 1.35;
}

#project-jump.drdn {
	line-height: 1.25;
}

.controller-documents #main h1,
.wiki h1 {
	font-size: 35px;
}

.controller-documents #main h2,
.wiki h2 {
	font-size: 24px;
}

.controller-documents #main h3, 
.wiki h3 {
	font-size: 20px;
}

.controller-documents #main h4, 
.wiki h4 {
	font-size: 18px;
    color: #777;
    border-bottom: 0;
}

.controller-documents #main h4 {
	margin-top: 30px;
	padding-top: 30px;
	border-top: 1px solid #EAEAEA;
}

.wiki h1, .wiki h2, .wiki h3, .wiki h4 {
	margin: 30px 0 15px;
}

.wiki hr {
	margin: 30px 0;
}

.wiki strong, .wiki b {
	font-weight: bold;
}

.wiki + .collapsible {
	margin-top: 30px;
}

div.wiki-page {
	line-height: 1.5;
}

div.issue div.subject h3 {
	font-size: 1.6em;
}

div.issue {
	padding: 15px 20px;
}

pre {
	tab-size: 4;
}
