
/* Navbar */
#autocollapse {
	font-family: 'Arial', sans-serif;
	font-size: 16px;
	font-weight: 600 !important;
	background-color: #ffffff;
}

#autocollapse a {
	color: #fff;
}

#autocollapse a:hover {
	color: #BBBBBB !important;
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:focus, .navbar-inverse .navbar-nav > .active > a:hover {
    color: #fff;
    background-color: #E9132F;
}

.productimage {
	min-height: 150px;
}
.productimage img {
	float: left;
	height: 150px;
	margin-right: 20px;
	margin-bottom: 20px;
}

.threeimages img {
	width: 30%;
	display: inline;
}

blockquote {
	font-size: 14px;
	background: #EEE;
}

/*body*/
body {
	font-family: 'Arial', sans-serif !important;
	color: #414141;
}

/*footer*/
.footer {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    padding-bottom: 5px !important;
    background-color: #5A5A5A !important;
    color: #fff !important;
    border-top: 5px solid #E9132F !important;
    font-size: 14px !important;
}
.footer a {
    color: #b4b4b4;
    text-align: center;
}
/* Länkar */
a {
	color: #000;
	font-weight: bold;
}
a:hover {
	color: #BBBBBB !important;
}
.affix > ul > li.active > a, .affix > ul > li.active > a::before {
    color: #E9132F;
    font-weight: bold;
}

.toc .nav > li.active > a {
    color: #E9132F;
}

/* Logo */
#logo {
	padding-top: 6px;
	margin-right: 10px;
	height: 40px;
}
/*container*/
#autocollapse {
	background-color: #E9132F
}

/* Tabeller */
table th {
	border: solid 1px #DDDDDD;
	padding: 2px 8px 2px 8px;
}

table td {
	border: solid 1px #DDDDDD;
	padding: 2px 8px 2px 8px;
}

/* Footer fix for left TOC */
.sidetoc:after{
	content:"";
	display:block;
	height:75px;
}

/* Margin fix for right TOC */
.affix > ul.level1{
	margin-right:0;
}

/* Styled boxes */

div .NOTE{
	margin: 15px 30px;
	padding: 0px 10px 0px 70px;
	border: 1px solid black;
	background-color: #D0ECF5;
	background-image: url(../images/icon_note.png);
	background-size: 48px 48px;
	background-position: 10px 50%;
	background-repeat: no-repeat;
}

div .WARNING{
	margin: 15px 30px;
	padding: 0px 10px 0px 70px;
	border: 1px solid black;
	background-color: #FFFBC4;
	background-image: url(../images/icon_warning.png);
	background-size: 48px 48px;
	background-position: 10px 50%;
	background-repeat: no-repeat;
}

/* Printing style rules */
@media print {
	@page { 
		size: auto;   /* auto is the initial value */ 
		/* this affects the margin in the printer settings */ 
		margin: 25mm 10mm 25mm 10mm;  
	}
	body  
	{ 
		/* this affects the margin on the content before sending to printer */ 
		margin: 0px;  
	} 
	body * {
		visibility: hidden;	
	}
	#_content, #_content * {
		visibility: visible;	
	}
	#_content {
		position: absolute;
		left: 0;
		top: 0;
		bottom: 25mm;
		width: 80%;
	}
	#_content a[href]:after {
		/* Prevents explicit output of the cross-reference URL's. */
		content: none !important;
	}
	.article.grid-right {
		margin-left: 0;
	}
		
	div .NOTE{
		padding: 0px 10px;
	}

	div .WARNING{
		padding: 0px 10px;
	}
}
