<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
@charset "UTF-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Inter+Tight:ital,wght@0,100..900;1,100..900&amp;display=swap');

body {
    background-color: #ededed;
	font-family: 'Inter Tight', sans-serif;
	font-size: 16px;
	font-weight:300;
	color:#0e0e10;
}

/*Linje mellan steg*/
.step {
    border-top: 1.5px solid;
    border-radius: 0;
	border-color: #0e0e10;
	padding-top: 20px;
	padding-bottom: 20px;
}

/*Toppmenyn
.toolbar {
	color: #0e0e10;
	min-height:0px;
}*/ 

/*Cirkel runt siffror procedure*/
.procedure &gt; li::before {
    float: left;
    margin-left: -40px;
    width: 24px;
    padding-left: 0px;
    height: 24px;
    line-height: 24px;
    background-clip: padding-box;
    color: #0e0e10;
    display: block;
    content: counter(step-counter);
    font-size: 16px;
    text-align: center;
	background-color:transparent;
	font-weight: 800 !important;
}

.nav-site-sidebar .opened&gt;ul .active .topic-link {
    border-left: 4px solid #0e0e10;
    background-color: #ededed;
}

.nav-site-sidebar .opened&gt;ul{
	background-color:#f9f9f9;
}

/*    
Info till ovan bracket: 
	-webkit-border-radius: 13px;
    -moz-border-radius: 13px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;*/

		.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: 'Inter Tight', sans-serif;
	font-weight: 450;
    line-height: 1.1;
    color: #0e0e10;
}

.h1, h1 {
	font-size: 36px;
	font-weight: 450;
}

.portal-header h1 {
	font-weight:450;
	
	
}


.h2, h2 {
	font-size: 28px;
	font-weight: 450;
}

.h3, h3{
	font-size:18px;
	font-weight: 450;
}

/* FÃ¤rg pÃ¥ rubriker*/
.titlepage h3.title h2.title a .nav-site-sidebar .active&gt;a {
    color: #0e0e10;
}


/*Knappar lÃ¤ngst ner pÃ¥ sidan*/
.pager li&gt;a, .pager li&gt;span {
    border: 0;
    -webkit-transition: all 0.15s ease-out;
    -o-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
    font-weight: 450;
    background-color: none;
 	padding: 5px 20px 5px 20px;
    border-radius: 3px;
    font-size: 18px;
    color: #868687;
	letter-spacing:-0.06rem;
	text-transform: none;
}


.pager li&gt;a:hover, .pager li&gt;span:hover {
	background-color: #f9f9f9;
	}

/* unvisited link */
a, a:link {
  color: black;
}

/* mouse over link */
a, a:hover {
  color: #cad3d8;
}

/* selected link */
a, a:active {
  color: #444;
}

a, a:visited {
	color:#0e0e10;
}

.publication-contents a:hover,
.publication-contents a:visited:hover {
    color: #cad3d8;
    text-decoration: none
}

.nav-site-sidebar {
background-color:white;

}

.nav-site-sidebar .active&gt;a {
    color: #0e0e10;
	border-left: 4px solid #0e0e10;
}

.nav-site-sidebar&gt;li&gt;a {
    font-weight: 400;
    font-size: 16px;
	color:#868687;
}

.nav-site-sidebar ul .active &gt; a {
    font-weight: 500;
}

.publication-contents a:hover {
	color: #cad3d8;
}

.featured-subtopics li a:hover {
	color: #cad3d8;
}

/*BakgrundsfÃ¤rg som gÃ¥r halvvÃ¤gs ner pÃ¥ sidan
.site-header:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 0px;
    background-color: #383a3f;
    z-index: -10;
}*/

/*Titel pÃ¥ sidan*/
.title {
    font-weight: 600;
    font-size: 35px;
    color: #0e0e10;
}

.title h2 {
    font-weight: 400;
    font-size: 23px;
    color: #999999;
	margin-bottom:10px;
}

.title h3 {
    font-weight: 400;
    font-size: 35px;
    color: #0e0e10;
	margin-top:0;
}

.title h4 {
    font-weight: 400;
    font-size: 23px;
    color: #0e0e10;
}

#topic-content &gt; section &gt; .titlepage .title {
    margin:0;
}


/* Flytta meny till hÃ¶ger*/
.navbar-toggle {
    border: 0;
    float: right;
    margin: 10px;
}

/*Bakgrund pÃ¥ startsida*/
.portal-header::after {
    z-index: -5;
    background: none;
    background-size: cover;
    opacity: .3;
    filter: grayscale(100%);
}

/* How can we help you today?*/
.portal-header:before {
    background-color:#52545c;
    z-index: -10;
}

/*SÃ¶kknapp*/

.portal-header .portal-search button {
    margin-left: 10px;
    background-color: #fff;
    border-radius: 50%;
    border: 0;
    width: 46px;
    display: inline-block;
    height: 46px;
    padding: 0;
    text-align: center;
    color: #0e0e10;
    -webkit-box-shadow: 0 2px 2px 0 hsla(0, 0%, 60%, 0.14), 0 3px 1px -2px hsla(0, 0%, 60%, 0.2), 0 1px 5px 0 hsla(0, 0%, 60%, 0.12);
    box-shadow: 0 2px 2px 0 hsla(0, 0%, 60%, 0.14), 0 3px 1px -2px hsla(0, 0%, 60%, 0.2), 0 1px 5px 0 hsla(0, 0%, 60%, 0.12);
}

/*FÃ¶rsta sida Featured Content*/
.publication-contents h4 span {
    display: none;
    position: absolute;
    width: 24px;
    height: 24px;
    margin-left: -34px;
    margin-top: -3px;
    line-height: 24px;
    text-align: center;
    color: #fff;
    border-radius: 50%;
    background-color: #fff;
    font-size: 28px;
}

.publication-contents h4 {
	font-size:28px;
}

.publication-contents li {
	font-size:16px;
	font-weight:300;
}

.publication-contents li:before{
	content:none;
}

/* FÃ¶rsta sida, Featured Content*/
h5, .h5 {
    text-transform: none;
	font-size:28px;
}

footer .copyright {
    padding: 15px 15px;
	color: #0e0e10;
}

.inner h1 {
	color:white; 
}

.inner a:hover{
	color: #404040;
}

/*TEST*/
.inner a:visited{
	color: #171717;
}


.portal-single-publication .publication-icon {
    background-color: transparent;
}

/* tar bort category panel, lÃ¤ngst upp pÃ¥ fÃ¶rsta sidan*/
.portal-publications .inner-row {    
    display:none;
}


.show-all-category {
    display:none;
}


.category-more-toc .showmore, .more-toc .showmore {
    display: none;
}

.portal-single-publication .publication-icon .fa, .portal-single-publication .publication-icon i {
	color:black;
}

.cat-panel-1:before {
    content: "\f15b";
}


/*Admonitions*/

.warning, .note, .important, .caution, .tip {
    background-color:#fff;
}

.warning &gt; p, .note &gt; p, .important &gt; p, .caution &gt; p, .tip &gt; p {
    margin-left: 40px;
    -webkit-margin-before: 0;
    padding-left: 0;
    padding-bottom: 0;
    padding-right: 0px;
}

.warning h3, .note h3, .important h3, .caution h3, .tip h3 {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 3px;
    padding: 10px 0px 0px 0px;
    background-color: #fff;
    color: #0e0e10;
    font-size: 1.2em;
}

.warning h3:before, .note h3:before, .important h3:before, .caution h3:before, .tip h3:before {
    font-family: FontAwesome;
    margin-right: 15px;
    color: #0e0e10;
    font-size: 1.2em;
}


/*Toppanel*/
.site-header-navbar {
    background-color: #52545c !important;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 4;
}

/*Breadcrumbs lÃ¤ngst upp pÃ¥ sidan*/
.breadcrumb-container .breadcrumb {
    background-color: transparent;
    font-size: 18px;
    padding-left: 0;
    margin-bottom: 0;
}

/*linje till vÃ¤nster i menyn*/
.nav-site-sidebar&gt;li&gt;a:hover {
    border-left: 4px solid #0e0e10;
}


language-item dropdown-item&gt;a:hover{
	color:#868687;
	
}

/*
.site-content {
    min-width: 80%;
}*/

/*Language button*/
.btn, .btn.active, .btn.active:focus, .btn.active:hover, .btn.btn-default, .btn.btn-default.active, .btn.btn-default.active:focus, .btn.btn-default.active:hover, .btn.btn-default:active, .btn.btn-default:active:focus, .btn.btn-default:active:hover, .btn.btn-default:focus, .btn.btn-default:hover, .btn:active, .btn:active:focus, .btn:active:hover, .btn:focus, .btn:hover, .navbar .navbar-nav&gt;li&gt;a.btn, .navbar .navbar-nav&gt;li&gt;a.btn.active, .navbar .navbar-nav&gt;li&gt;a.btn.active:focus, .navbar .navbar-nav&gt;li&gt;a.btn.active:hover, .navbar .navbar-nav&gt;li&gt;a.btn.btn-default, .navbar .navbar-nav&gt;li&gt;a.btn.btn-default.active, .navbar .navbar-nav&gt;li&gt;a.btn.btn-default.active:focus, .navbar .navbar-nav&gt;li&gt;a.btn.btn-default.active:hover, .navbar .navbar-nav&gt;li&gt;a.btn.btn-default:active, .navbar .navbar-nav&gt;li&gt;a.btn.btn-default:active:focus, .navbar .navbar-nav&gt;li&gt;a.btn.btn-default:active:hover, .navbar .navbar-nav&gt;li&gt;a.btn.btn-default:focus, .navbar .navbar-nav&gt;li&gt;a.btn.btn-default:hover, .navbar .navbar-nav&gt;li&gt;a.btn:active, .navbar .navbar-nav&gt;li&gt;a.btn:active:focus, .navbar .navbar-nav&gt;li&gt;a.btn:active:hover, .navbar .navbar-nav&gt;li&gt;a.btn:focus, .navbar .navbar-nav&gt;li&gt;a.btn:hover, .open&gt;.btn.btn-default.dropdown-toggle, .open&gt;.btn.btn-default.dropdown-toggle:focus, .open&gt;.btn.btn-default.dropdown-toggle:hover, .open&gt;.btn.dropdown-toggle, .open&gt;.btn.dropdown-toggle:focus, .open&gt;.btn.dropdown-toggle:hover, .open&gt;.navbar .navbar-nav&gt;li&gt;a.btn.btn-default.dropdown-toggle, .open&gt;.navbar .navbar-nav&gt;li&gt;a.btn.btn-default.dropdown-toggle:focus, .open&gt;.navbar .navbar-nav&gt;li&gt;a.btn.btn-default.dropdown-toggle:hover, .open&gt;.navbar .navbar-nav&gt;li&gt;a.btn.dropdown-toggle, .open&gt;.navbar .navbar-nav&gt;li&gt;a.btn.dropdown-toggle:focus, .open&gt;.navbar .navbar-nav&gt;li&gt;a.btn.dropdown-toggle:hover {
    background-color: transparent;
    color: #0e0e10;
    font-weight: 700;
}

.dropdown-menu&gt;li&gt;a:hover {
    background-color: #404040;
}

/*Featured content bredd?
@media (min-width: 768px)
.publication-contents {
    float: left;
    width: 50%;
}
*/

.publication-contents {
    float: left;
    width: 50%;
}

.step&gt;p&gt;a:link{
	font-style:700;
	text-decoration: underline;
}

.step&gt;p&gt;a:hover{
	color:#404040;
}

.site-sidebar {
font-size:16px;
}

/*tar bort tabellnumrering*/
.formal-label {
    display: none;
}

/* lÃ¤gger inlinemedia i rÃ¤tt hÃ¶jd med text*/
.inlinemediaobject {
  vertical-align: 0.1em;
}

.table&gt;tbody&gt;tr&gt;td {
    padding: 8px;
    line-height: 1.4;
    vertical-align: top;
	border-top:none;
}

div.table-title {
    font-weight: 500;
}

.breadcrumb-container {
    display: none;
}

.procedure-title {
    font-weight: 400;
    font-size: 23px;
    color: #0e0e10;
}

.shower-title h2  {
	font-weight: 400;
    font-size: 35px;
    color: #0e0e10;
	margin-top:0;
	margin-bottom:20px;
}

.table-responsive-break {
    display: none;
}

.table {
	margin-bottom:0px;
}

@media (min-width: 768px) {
    .site-sidebar, .site-sidebar.collapse.in {
        display: block;
        width: 300px;
        position:sticky;
        background-color: transparent;
        flex: 0 0 auto;
        height: 100% !important;
    }

}


@media (max-width: 767px) {
  table.image-viewport{
    width:100% !important;
  }
	
	.turn-off-power {
		width:30%;
		margin: 0 auto;
	}
	
	.publication-contents {
    float: left;
    width: 100%;
}
	
	.activate-shower {
		width:50%;
		margin: 0 auto;
}
	
}

/*GÃ¶r knappar synlig - ?
@media (min-width: 200px) and (max-width: 1199px)
.visible-md {
    display: block !important;
}
*/


.print-version {
	padding-top:25px;
}

.overflow-hidden {
  overflow: auto;
}


.color-link{
	text-decoration: underline; 
}

.color-link, a:hover{
	text-decoration: underline;
	color: #cad3d8;

}

/*.portal-body-container {
	padding-left:50px;
	
}*/

span.guilabel {
    font-weight: 500;
}






</pre></body></html>