@CHARSET "ISO-8859-1";

/* 1. Sidhuvud */
header, header .top {
	background: #FFFFFF;
}

header img {
    height: 60px;
    width: auto;
}

/* 2. Menyrad */
header nav {
	background: #0076a8;
}
header nav ul {
	padding: 0;
}
header nav ul li a, header .user .logged-in h2, header .user .logged-in .toggler i  {
	color: #ffffff;
}

header nav ul li.selected a, header nav ul li.selected a:focus {
	color: #0076a8;
}

@media screen and (max-width: 1320px) {
	header .top.container {
		padding-left: 9px;
	}
	header nav ul {
		padding-left: 10px;
	}
}

@media screen and (max-width: 767px) {
	.override.alternative-design header nav ul.right li a i,
	.override.alternative-design header .user .logged-in h2,
	.override.alternative-design header .user .logged-in .toggler i {
		color: #0076a8;
	}
}

/* 3. Valt menyalternativ */
header nav ul li.active, header nav ul li.active.dd, header nav ul.right li.active, header nav ul li:hover, header nav ul li.active:hover, header nav ul li.active.dd:hover, header nav ul.right li.active:hover,
header nav ul li.selected, header nav ul li.selected.dd, header nav ul.right li.selected, header nav ul li:hover, header nav ul li.selected:hover, header nav ul li.selected.dd:hover, header nav ul.right li.selected:hover {
	background: #ffffff;
	color: #0076a8;
	border-right: 0px;
}
header nav ul li.active a:not(hover), header nav ul li a:hover {
	color: #0076a8 !important;
}
header nav ul li.active a i, header nav ul li a:hover i {
	color: #0076a8 !important;
}
header nav ul li.active .submenu ul li a, header nav ul li.active .submenu ul li.no-url {
	color: #2C2C34 !important;
	background: #ffffff !important;
}

header nav ul li a, header .user .logged-in h2, header nav ul li .submenu ul li a, header .user .logged-in .submenu ul li a {
    text-shadow: none;
    font-size: 13px !important;
}

@media screen and (max-width: 767px) {
	header nav ul li.active a, header nav ul li a:hover, header nav ul li a:focus {
		color: #2C2C34 !important;
	}
}

nav ul li i[title]:hover {
	color: 	#ffffff;
}

/* 4. Sök-knapp */
.override .search-wrapper.flowbrowser .search-btn {
	background-color: #0076a8 !important;
	color: #ffffff;
	font-size: 16px;
}

.override .search-wrapper.flowbrowser .search-btn:hover, .override .search-wrapper.flowbrowser .search-btn:focus, .override .search-wrapper.flowbrowser .search-btn:active {
	background-color: #0076a8 !important;
	border-top: 1px solid #0076a8 !important;
	box-shadow: inset 0 1px 0 #0076a8 !important;
	color: #ffffff;
}

.override .search-wrapper.flowbrowser .search-btn:hover, .override .search-wrapper.flowbrowser .search-btn:focus {
	padding: 0;
	border: none !important;
}

/* 5. Inloggningsknapp */
header .user .logged-in .toggler {
	border: none;
	background-color: #0076a8;
}

header .user .logged-in .submenu ul li a:hover {
	color: #0076a8 !important;
}

header .user .logged-in.active .toggler {
	border: none;
	background-color: #ffffff;
}

header .user .logged-in.active .toggler i {
	color: #2C2C34;
}

.override header .user .logged-out {
	background: #ffffff;
    color: #0076a8;
}

@media screen and (max-width: 767px) {
    header .user .logged-out {
        color: #008BD2;
    }
}


/* 6. Tjänstekort */
ul.flow-list li {
	background: #ffffff;
	color: #2C2C34;	
}

/* 7. Tjänstekort, botten */
ul.flow-list li .btn.btn-blue.btn-inline, ul.flow-list li .btn.btn-blue.btn-inline:hover,  ul.flow-list li .btn.btn-blue.btn-inline:focus {
	background: #0076a8 !important;
	color: #ffffff;
	border-color: transparent !important;
	box-shadow: none !important;
}

/* 8.Bakgrund */
html, body {
	background: #e6e4e2;
}

/* 9. Välkommen till Självservice */
.override .filters-wrapper .filter-list h2 span {
	background-color: #0076a8;
	color: #FFFFFF;
}

@media screen and (min-width: 768px) {
    .alternative-design .filters-wrapper .filter-list h2 span {
        padding: 4px 40px 7px 15px;
    }
}

/* 13. Bakgrund sökfält */
.search-wrapper.flowbrowser, .search-wrapper.flowbrowser > .inner {
	background: #F7F7F6 !important;
}
.browsing .search-wrapper .recommended-searches {
	color: #333 !important;
	font-size: 13px;
}
.search-wrapper.flowbrowser .recommended-searches a {
	color: #333 !important;
}
.browsing .top-content {
	padding-top: 0px !important;
}

/* 11. Vald kategori - förgrund */
.filter-list ul li a.selected { 
	color: #0076a8 !important;
}

/* Färg på cirkeln */
@media screen and (min-width: 768px) {
    .alternative-design .filters-wrapper .filter-list ul li a .count {
        border: 3px solid #0076a8;
    }
}

/* 11. Vald kategori - bakgrund */
.filter-list ul li a .count {
	line-height: 1.7;
}
.filter-list ul li a.selected .count {
	background-color: #0076a8 !important;
}

@media screen and (min-width: 768px) {
    .alternative-design.override .filters-wrapper .filter-list ul li a.selected {
        background-color: #ffffff;
    }
}

.override .filter-list ul li a {
    color: #0076a8;
}

/* 12. Rensa filter */
.clear-filter-btn {
	background-color: #0076a8 !important;
}
.clear-filter-btn.disabled {
	background-color: #ccc !important;
}
.btn.clear-all-filter-btn {
	background-color: #0076a8;
}
.btn.clear-all-filter-btn:hover, .btn.clear-all-filter-btn:focus {
	background-color: #0076a8;
	border-top: 1px solid #0076a8;
	box-shadow: inset 0 1px 0 #0076a8;
}

/* 13. Bakgrund mest anv. */
.browsing .popular-flows-wrapper {
	background: #e6e4e2;
}

.browsing .popular-flows-wrapper ul.flow-list li {
	background-color: #ffffff;
}

/* 14. Sidfot */

footer {
	width: calc(100% - 50px);
	height: auto;
	font-size: 16px;
	display: block;
	color: #FFF;
	line-height: 30px;
    padding: 40px 25px;
}

footer img {
	margin-top: 0;
	margin-bottom: -155px;
	text-align: center;
	width: 100%;
    height: auto;
    max-width: 1650px;
}

footer h2 {
	font-size: 18.5px;
	margin-bottom: 14px;
	padding: 0;
}

footer p {
	font-size: 16px;
}

footer .visibility-hidden {
	visibility: hidden;
}

footer > div {
	display: block;
	width: 100%;
	max-width: 1280px;
	margin: auto;
	background: #0076a8 none repeat scroll 0 0;
    box-shadow: 0 500px 0 500px #0076a8;
	margin-top: 3.5em !important;
	padding: 120px 0 120px 1px;
}

footer ul {
	padding: 0;
}

footer ul li {
	display: inline-block;
	width: 30%;
	height: auto;
	margin: 20px 1.5% 20px 1.5%;
	vertical-align: top;
}

footer ul li a { 
	color: #FFF; 
}

footer ul li a:hover, footer ul li a:active, footer ul li a:focus {
	color: #FFF;
	text-decoration: underline; 
}

footer ul li .footer-text {
	width: 97%;
	display: inline-block;
	margin-top: 35px;
}

footer ul li .footer-text:first-child {
	margin-top: 0;
}

footer ul li .footer-text p {
	margin-top: 11.2px;
	margin-bottom: 0;
	line-height: 1.4;
}

footer ul li .footer-text p span {
	display: inline;
	font-weight: normal;
}

footer ul.sociallist {
    padding: 0;
    text-align: left;
    font-weight: normal;
}

footer ul.sociallist li {
    margin-bottom: 16px;
	margin-left: 61px;
    line-height: 43px;
    position: relative;
    display: block;
	width: 100%;
}

footer ul.sociallist li::before {
    position: absolute;
    margin: -4px 0 0 -61px;
    min-height: 49px;
    background-repeat: no-repeat;
    width: 49px;
    content: "";
    vertical-align: middle;
    background-size: 49px !important;
}

footer ul.sociallist li.facebook:before {
 	background: url("../images/facebook.svg") no-repeat scroll 0 0 rgba(0,0,0,0);
}

footer ul.sociallist li.instagram:before {
 	background: url("../images/instagram.svg") no-repeat scroll 0 0 rgba(0,0,0,0);
}

footer ul.sociallist li.linkedin:before {
 	background: url("../images/linkedin.svg") no-repeat scroll 0 0 rgba(0,0,0,0);
}

@media screen and (max-width: 767px) {
	footer ul li {
		width: 100%;
	}
	footer img {
		margin-bottom: -114px;
	}
	
	footer > div {
		padding: 50px 0;
	}
}

/* 15. Bakgrund sökresultat */
.override .search-result-wrapper {
	background: #e6e4e2;
	color: #2C2C34;
}

/* 16. Ikoner */
.view-toggler a.grid.selected {
	background-image: url("../images/view-toggler-grid.svg") !important;
}
.view-toggler a.grid, .view-toggler a.list.selected {
	background-image: url("../images/view-toggler-list.svg") !important;
}

/* Other elements */

/* Show fewer/show more */
.alternative-design.override section.flowtype a.show-all-btn, .alternative-design.override section.flowtype a.show-fewer-btn {
	border: 1px solid #016b98;
	color: #016b98;
}

.alternative-design section.flowtype a.show-all-btn:hover, .alternative-design section.flowtype a.show-fewer-btn:hover {
/* 	background-color: #2299D6; */
	color: #016b98;
}

/* Change filter to change color on all menu icons*/
.override nav a i.section-icon.filter.services img,
.override nav a i.section-icon.filter.page img,
.override nav a i.section-icon.filter.my-pages img,
.override nav a i.section-icon.filter.search img,
.override nav a i.section-icon.filter.statistics img,
.override nav a i.section-icon.filter.search img,
.override nav a i.section-icon.filter.instanceadmin img,
.override nav a i.section-icon.filter.flowadmin img,
.override nav a i.section-icon.filter.redaktorer img,
.override nav a i.section-icon.filter.sysadmin img {
	filter: brightness(0) saturate(100%) invert(25%) sepia(77%) saturate(2242%) hue-rotate(177deg) brightness(97%) contrast(101%);
}

.override nav a i.section-icon.filter,
.override nav a i.section-icon.my-pages.filter {
	background-image: none;
}

.override nav a i.section-icon.filter img {
	width: 17px;
	height: 17px;
    display: block;
    position: absolute;
    top: 0px;
    left: calc(50% - 18px);
    padding: 10px;
}

@media screen and (max-width: 767px) {
	.override nav a i.section-icon.filter img {
	    top: 4px;
	}
	
	.override .filters-wrapper .btn.btn-blue {
	    background: #0076a8;
	}
	.override.alternative-design nav > div > a {
        text-transform: none;
    }
}

@media screen and (min-width: 768px) {
    .alternative-design.override .filters-wrapper .clear-all-filter-btn span {
        background: #FFFFFF url(../images/close.svg?v=1) no-repeat scroll center center / 12px auto;
    }
}

@media screen and (min-width: 768px) {
    .override ul.flow-list li .description p {
        color: #2C2C34;
    }
}

@media screen and (min-width: 768px) {
    .override.alternative-design .filters-background {
        background-position: 6010px 470px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1320px) {
    .override.alternative-design .filters-background {
        background-position: 6010px 480px;
    }
}