
@charset "UTF-8";
/* CSS Document */

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

body {
    background-color: white;
	font-family: 'Inter Tight', sans-serif;
	font-size: 16px;
	font-weight:400;
	color:#0e0e10;
	letter-spacing:-0.01em;
	height:100%;
	margin:0;
}

.portal-content.theme3c {
	display:flex;
	flex-direction:column;
	min-height:100vh;
}

main {
	flex:1;
}

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

li.step {
	margin-left:-2.3em;
}

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

/*Cirkel runt siffror procedure*/
.procedure > 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: 18px;
    text-align: center;
	background-color:transparent;
	font-weight: 600 !important;
}

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

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

.nav-site-sidebar li a {
	color:#868687;
}

.nav-site-sidebar li a:hover {
	background-color:#f9f9f9;
	color:#0e0e10;
}

.nav>li.active.opened {
	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>a {
    color: #0e0e10;
}


/*Knappar längst ner på sidan*/
.pager li>a, .pager li>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: 0px;
    border-radius: 3px;
    font-size: 18px;
    color: #868687;
	letter-spacing:-0.01rem;
	text-transform: none;
}


.pager li>a:hover, .pager li>span:hover {
	color:#0e0e10;
	}

/* unvisited link */
a, a:link {
  color: #0e0e10;
}

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

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

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

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

.nav-site-sidebar {
background-color:#f9f9f9;
max-height: 100vh; /* Adjust this value according to your design */
overflow-y: auto; /* This will add a scrollbar when needed */
}

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

.nav-site-sidebar>li>a {
    font-weight: 400;
    font-size: 20px;
	color:#868687;
}

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

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

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

.nav-site-sidebar .opened>ul .topic-link:hover {
	border-left:4px solid #868687;
	background-color:transparent;
	color:#0e0e10;
}

/*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: 450;
    font-size: 37px;
    color: #0e0e10;
	margin-bottom:10px;
	letter-spacing:-0.03em;
}

.title h3 {
    font-weight: 450;
    font-size: 37px;
    color: #0e0e10;
	margin-top:0;
	letter-spacing:-0.03em;
}

.title h4 {
    font-weight: 450;
    font-size: 37px;
    color: #0e0e10;
	letter-spacing:-0.03em;
}

.title h5 {
    font-weight: 450;
    font-size: 28px;
    color: #0e0e10;
}

.marked-title {
	font-weight: 450;
    font-size: 28px;
    color: #0e0e10;
	
}

.title h6 {
    font-weight: 450;
    font-size: 21px;
    color: #0e0e10;
	text-transform:none;
}

.itemizedlist-title {
	font-size:20px;
	font-weight:550;
}

#topic-content > section > .titlepage .title {
    margin:20px 0px 0px 0px;
	line-height: 36px;
}


/* 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:white;
    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;
    box-shadow: none;
}

/*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:400;
}

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

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

.portal-footer {
    margin-top: auto;
	width:100%;

}

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

.date-modified, .publication-date {
    float: left;
    margin-right: 30px;
    padding: 15px 0px;
    color: #868687;
}

.site-footer {
	display:flex;
	flex-direction:column;
}

.col-md-2 {
	width:auto;
}

.inner h1 {
	color: #0e0e10; 
}

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

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


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




.portal-publications .inner-row {    
	margin-right:0;
	margin-left:0;
}


.portal-publications {
	margin-top:0;
}


.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:#868687;
	font-size:28px;
}

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


/*Admonitions*/

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

.warning > p, .note > p, .important > p, .caution > p, .tip > 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:#ededed !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>li>a:hover {
    border-left: 4px solid #0e0e10;
}


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

.collapsible-sidebar-nav .site-content {
	margin-left:0%;
}
.site-content {
    width: 60%;
	display:flex;
	flex-direction:column;
	min-height:100vh;
}

/*Language button*/
.btn, .btn.btn-default:active:focus,.btn.btn-default, .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, .open>.btn.btn-default.dropdown-toggle:focus, .open>.btn.btn-default.dropdown-toggle:hover, .open>.btn.dropdown-toggle, .open>.btn.dropdown-toggle:focus, .open>.btn.dropdown-toggle:hover {
	
	background-color: white;
	color: #0e0e10;
    font-weight: 450;
	border:solid 1px #0e0e10;
	border-radius:2px;
	width:130px;
}


li.version-dropdown>a {
    font-weight: 450;
	width:160px;
	font-size:16px;
	text-decoration:none;
	color:#0e0e10 !important;
}

li.version-dropdown>a:hover {
	color:#868687 !important;
}

/*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>li>a.btn, .navbar .navbar-nav>li>a.btn.active, .navbar .navbar-nav>li>a.btn.active:focus, .navbar .navbar-nav>li>a.btn.active:hover, .navbar .navbar-nav>li>a.btn.btn-default, .navbar .navbar-nav>li>a.btn.btn-default.active, .navbar .navbar-nav>li>a.btn.btn-default.active:focus, .navbar .navbar-nav>li>a.btn.btn-default.active:hover, .navbar .navbar-nav>li>a.btn.btn-default:active, .navbar .navbar-nav>li>a.btn.btn-default:active:focus, .navbar .navbar-nav>li>a.btn.btn-default:active:hover, .navbar .navbar-nav>li>a.btn.btn-default:focus, .navbar .navbar-nav>li>a.btn.btn-default:hover, .navbar .navbar-nav>li>a.btn:active, .navbar .navbar-nav>li>a.btn:active:focus, .navbar .navbar-nav>li>a.btn:active:hover, .navbar .navbar-nav>li>a.btn:focus, .navbar .navbar-nav>li>a.btn:hover, .open>.btn.btn-default.dropdown-toggle, .open>.btn.btn-default.dropdown-toggle:focus, .open>.btn.btn-default.dropdown-toggle:hover, .open>.btn.dropdown-toggle, .open>.btn.dropdown-toggle:focus, .open>.btn.dropdown-toggle:hover, .open>.navbar .navbar-nav>li>a.btn.btn-default.dropdown-toggle, .open>.navbar .navbar-nav>li>a.btn.btn-default.dropdown-toggle:focus, .open>.navbar .navbar-nav>li>a.btn.btn-default.dropdown-toggle:hover, .open>.navbar .navbar-nav>li>a.btn.dropdown-toggle, .open>.navbar .navbar-nav>li>a.btn.dropdown-toggle:focus, .open>.navbar .navbar-nav>li>a.btn.dropdown-toggle:hover{
  	background-color: white;
	color: #0e0e10;
    font-weight: 450;
	border:solid 1px #0e0e10;
	border-radius:2px;
	width:130px;
}*/

.dropdown-menu>li>a {
	color:#868687;
	border:solid 1px #868687;
	border-radius:2px;
    width: 130px;
	margin:5px 0px 0px 0px;
}

.dropdown-menu>li>a:hover {
    background-color: transparent;
	color:#0e0e10;
	box-shadow:none;
}

.dropdown-menu {
	min-width: 130px;
}

.dropup .dropdown-menu {
	box-shadow: none;
}

	

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

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

.featured-content-label {
 display:none;
}
.portal-contents featured-content {
 display:none;
}
.portal-contents .inner {
 display:none;
}

.portal-single-publication {
	background-color: transparent;
    box-shadow: none;
	border:none;
	border-radius:3px;
	margin: 10px 20px;
	padding:0px;
	width:15em;
} 



.portal-single-publication a {
    color: #0e0e10;
    display: inline-block;
	box-shadow: none;
    width: 100%;
    height: 100%;
    background-color:#f9f9f9;
	font-size:28px;
	padding:25px 0px 25px 0px;

	
}

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

.step>p>a:hover{
	color:#0e0e10;
}

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

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

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

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

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

.breadcrumb-container {
    display: none;
}

/*titel Funnel*/

.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;
}

.table-technical > .rules-none td, .rules-none th {
	border-style:solid;
	border-color:#ededed;
}

.rules-none td, .rules-none th {
	border-color:transparent;
}

/*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;
}


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

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

}

.portal-body-container {
box-shadow:none;
margin-top:0;
padding:0;
	
}

.portal-header-navbar + .inner {
	margin-top:10em;
}

span.guilabel {
    font-weight: 550;
}

/*Nytt som endast gäller installation manuals*/

.visible-lg {
	display:block !important;
}

.portal-header .portal-search .search-field {
	color:#0e0e10;
}

.portal-header {
		height:auto;
		padding: 30px 15px 0px 15px;
	}

.site-body-container {
	width:100%;
	box-shadow:none;
}

.navbar-container {
	margin-left:0;
	width:100%;
}

.navbar .navbar-toggle .icon-bar {
	color:#868687;
}

.section {
	padding:0;
}

div.section-toc-title {
	color:#868687;
	font-size:24px;
	font-weight:600 !important;
	margin-top:20px;
}

.section-toc ul>li {
	background-color:#f9f9f9;
	padding:20px;
	margin-top:10px;
}

.section-toc .topic-link, .relationship-toc .topic-link {
	font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    color: #868687;
}

.section-toc > ul > li > a:hover {
	text-decoration:none;
	color:#0e0e10;
}

input[type="search" i] {
	color:#0e0e10;
}

div.figure-title {
	font-weight:500;
	margin-bottom:10px;
}

.x-z-line  {
	display:inline-block;
	border:solid black 1px;
	vertical-align:middle;

}
.x-z-line img {
    display: block;
    vertical-align: middle;
}


.titlepage {
	margin-bottom:10px;
}

div#topic-content {
	width:100%;
	margin-left:0%;
}

.inner-row:before {
	content:none;
}

.frame-above {
	border-top:1.5px solid #0e0e10;
}

.table-final td {
	padding:20px 0px;
}

.portal-single-publication a:hover {
		background-color:#ededed;
		border-radius:3px;
		color:#0e0e10 !important;
	}

/*ta bort sökknapp*/
.portal-search .btn[disabled] {
	display:none;
}

.portal-header .portal-search .search-field::placeholder {
	color:#868687;
	font-size:20px;
}

.portal-header-navbar {
		box-shadow: none;
		border-left:none;
	}
	
.start-list > ::marker {
	color:transparent;
}

.installation-link > .inlinemediaobject {
height:15px;	
}


::marker {
	color:#0e0e10;
}

.start-list ul {
	padding-left:0px;
}

.start-list > .itemizedlist-title {
	font-size:28px;
	font-weight:450;
	margin-bottom:15px;
}

.start-list > ul.itemizedlist {
	font-size:28px;
	font-weight:450;
}


/*accordion*/
.panel.panel-default>.panel-heading, .panel>.panel-heading {
	background-color:transparent;
}

.panel-default >.panel-heading {
	padding:5px 0px;
}

.panel {
	border:none;
}

.panel-body {
	padding:0;
	margin-left:0;
}

.panel-heading :not(div).title:before, .panel-heading .sidebar-title:before {
	color:#0e0e10;
	margin-right:0px;
}

.manual-menu {
	padding:10px;
    margin-bottom: 10px;
	margin-right:100px;
    background-color: #f9f9f9;
}
.manual-menu:hover {
	background-color:#ededed;
	text-decoration:none !important;
}

.manual-menu a:hover {
		text-decoration:none !important;
		color:#0e0e10;
}



.installation-text {
	font-size:28px;
	font-weight:450;
	color:#868687;
	line-height:100%; 
	margin-bottom:10px;
	grid-column: span 2;
}

.accordion {
	font-size:20px;

}

.panel.panel-default {
	margin:0;
}

div.sidebar-title {
	font-weight:450;
	padding: 10px 20px 10px 10px;
    background: #f9f9f9;
	width:50%;
}

div.sidebar-title:hover {
    background: #ededed;
	color:#0e0e10;
}

.accordion > .installation-link {
	display:inline-block;
	background-color:#f9f9f9;	
	padding: 10px 20px 10px 20px;
    margin-bottom: 10px;
	width:100%;
	text-decoration:none;
	font-size:20px;
}

.installation-link {
	display:inline-block;
	background-color:#f9f9f9;	
	padding: 10px 20px 10px 20px;
    margin-bottom: 10px;
	width:100%;
	text-decoration:none;
	font-size:20px;
}

.installation-link:hover {
	background-color:#ededed;
	text-decoration:none;
	color:#0e0e10;

}

ul.itemizedlist {
	font-size:16px;
}

   
li p {
	margin:0;
}

.videoobject {
	margin-top:0;
}
.video-container {
		width:90%;
	}

.safety-guide > .listitem {
	line-height:110%;
	margin-bottom:15px;
}

.abstract-title {
	display:none;
}

.abstract {
	margin-top:20px;
}

input#search::placeholder {
    color: #868687;
}

.mediaobject {
	margin-top:20px;
}

/*kan påverkar installation-manuals*/ 

#bottom-pager {
	display:flex;
}

.pager {
	width:100%;
}

.close {
	display:none;
}

.portal-single-publication:nth-child(2n) {
	margin-left:10px;
}



@media (max-width: 767px) {
  table.image-viewport{
    width:100% !important;
  }
	
	.component-chapter-1 {
		width:30%;
		margin: 10px 10px 10px 0px;
	}
	.component-chapter-2 {
		width:60%;
		margin: 10px 10px 10px 0px;
	}
	
	.component-chapter-3 {
		width:90%;
		margin: 10px 10px 10px 0px;
	}

	.component-chapter-4 {
		width:100%;
		margin: 10px 10px 10px 0px;
	}
	

	
	.publication-contents {
    float: left;
    width: 100%;
}
	
	.activate-shower {
		width:50%;
		margin: 0 auto;
}
	
	.portal-header {
		height:auto;
		padding: 30px 15px 0px 15px;
	}
	
	.portal-header h1 {
		font-size:36px;
	}
	
	
	.site-content {
    width: 100%;
	margin-left:0;
}
	.portal-single-publication h3 {
	font-size:20px;
	color:#0e0e10;
	margin-top:0;
	font-weight:400;
	
}
	div#topic-content {
	width:100%;
	margin-left:0px;
	padding-right:0px;
}
	
	.portal-single-publication {
	margin: 10px 10px !important;
} 

	.installation-text {
		font-size:21px;
		line-height:21px;
	}
	
	div.sidebar-title {
		width:100%;
	}
	
	#bottom-pager {
	display:block;
}
	
	
.portal-single-publication:nth-child(2n) {
	margin-left:0;
}
	
	.installation-link {
	padding: 15px;
	font-size:16px;
}
	
	.start-list > .itemizedlist-title {
		font-size:21px;
	    margin: 30px 0px 10px 0px;
	}
	
	.accordion {
	font-size:16px;

}
	
}

@media (min-width: 768px) {
    .site-sidebar, .site-sidebar.collapse.in {
        display: block;
        width: 25%;
        position:sticky;
        background-color: #f9f9f9;
        flex: 0 0 auto;
        height: 100vh !important;
    }
	
    .portal-header {
        height: auto;
		margin-bottom:60px;
	}
		
	.portal-single-publication h3 {
	font-size:20px;
	color:#0e0e10;
	margin-top:0;
}
	
	.video-container {
		width:50%;
	}
	
	.installation-link {
	width:50%;
}

.portal-header-navbar + .inner {
	margin-top:15em;
}

/*	#content-wrapper {
    width: 80%;
    margin-left: 10%;
}*/
	
/*	.itemizedlist {
	float:left;
} */
	
	/* Lägger Fixture/Technology bredvid varandra
	section#\31 5491-panel {
	display:grid;
	grid-template-columns:1fr 1fr;
	gap:0px;
}

	*/
	
}

@media (min-width: 1920px) {
    .site-sidebar, .site-sidebar.collapse.in {
        display: block;
        width: 25%;
        position:sticky;
        background-color: #f9f9f9;
        flex: 0 0 auto;
        height: 100vh !important;
    }
	
	.site-content {
		width:40%;
	}
	
    .portal-header {
        height: auto;
		margin-bottom:60px;
    }
	
	.portal-single-publication h3 {
	font-size:20px;
	color:#0e0e10;
	margin-top:0;
}
	
	.video-container {
		width:50%;
	}
	
	.installation-link {
	width:50%;
}

}

