@import url('/imcms/lots/varmsjuk/fonts/helvetica-neue.css');
@import url('/imcms/lots/varmsjuk/fonts/open-sans.css');

:root {
	--font-helvetica: 'helvetica neue-bold', Helvetica, Arial, sans-serif;
	--font-open-sans: 'Open Sans', sans-serif;
}

body {
	font-family: var(--font-open-sans);
	font-size: 16px;
	line-height: 1.5;
	color: #333;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

h1,h2,h3,h4,h5,h6 {
	font-family: var(--font-helvetica) !important;
	font-weight: normal !important;
	line-height: 1.2;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
#rightCol h1 { font-family: var(--font-helvetica) !important; font-weight: normal !important; }
#rightCol h2 { font-family: var(--font-helvetica) !important; font-weight: normal !important; }
#rightCol h3 { font-family: var(--font-helvetica) !important; font-weight: normal !important; }
#rightCol h4 { font-family: var(--font-helvetica) !important; font-weight: normal !important; }
#rightCol h5 { font-family: var(--font-helvetica) !important; font-weight: normal !important; }
#rightCol h6 { font-family: var(--font-helvetica) !important; font-weight: normal !important; }
#footer h1 { font-family: var(--font-helvetica) !important; font-weight: normal !important; }
#footer h2 { font-family: var(--font-helvetica) !important; font-weight: normal !important; }
#footer h3 { font-family: var(--font-helvetica) !important; font-weight: normal !important; }
#footer h4 { font-family: var(--font-helvetica) !important; font-weight: normal !important; }
#footer h5 { font-family: var(--font-helvetica) !important; font-weight: normal !important; }
#footer h6 { font-family: var(--font-helvetica) !important; font-weight: normal !important; }

h2.plate-heading {
	margin: 24px 0 12px 0;
	padding: 12px;
	color: #fff;
	background-color: #008264;
}
h2.plate-heading .imcms-editor-content {
	color: #000;
}

#latestListHeading,
h2.plate-heading.kohalist-heading {
	background-color: #a85aa4;
}




#topMenu ul.nav-menu-sub li > a:hover,
#topMenu ul.nav-menu-sub li > a:active {
	background-color: #a85aa4;
	color: #fff;
}


#logo {
	padding: 12px 0 0 0;
	background-color: #fff;
}
#logo > a {
	display: inline-block;
	font-family: 'Helvetica neue-normal', sans-serif;
	font-weight: normal !important;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 20px;
	line-height: 20px;
	color: #000 !important;
	text-decoration: none !important;
	white-space: nowrap;
	transition: all .3s;
}
#logo > a > span {
	display: inline-block;
	vertical-align: 17px;
	margin-right: 10px;
	padding-right: 10px;
	box-shadow: 2px 0 0 0 #003f6d;
	transition: all .3s;
}
#logo > a > span > img {
	width: 200px;
	min-width: 200px;
	max-width: 200px;
	height: auto;
	transition: all .3s;
}

@media only screen and (max-width: 500px) {
	#logo > a {
		margin-top: -10px;
	}
	#logo > a > span {
		display: block;
		margin-left: -15px;
		box-shadow: none;
	}
}

/* *******************************************************************************************
 *         Dropdown menu in header                                                           *
 ******************************************************************************************* */

.dropdown-menu.dropdown-in-header {
	color: #a85aa4;
}
.dropdown-in-header a {
	color: #a85aa4 !important;
}
.dropdown-in-header .dropdown-item.active,
.dropdown-in-header .dropdown-item:active,
.dropdown-in-header .dropdown-item:hover,
.dropdown-in-header .dropdown-item:focus,
.dropdown-in-header .dropdown-item.active a,
.dropdown-in-header .dropdown-item:active a,
.dropdown-in-header .dropdown-item:hover a,
.dropdown-in-header .dropdown-item:focus a {
	color: #fff !important;
	background-color: #a85aa4 !important;
}



ul.nav-list li.active {
	background-color: #008264 !important;
}
ul.nav-list li:hover {
	background-color: rgba(70, 173, 173, .4);
}

ul.nav-list li.active::before {
	color: #008264;
}


#headPlateWrapper {
	background-color: #008264;
	border-top: 0;
}

#libraryInfo {
	background-color: #008264;
	color: #fff;
}


.dropdown-menu .dropdown-header {
	background-color: rgba(168, 90, 164, .5) !important;
	color: #222 !important;
}
.dropdown-item:focus, .dropdown-item:hover {
	background-color: rgba(168, 90, 164, .3) !important;
	color: #333 !important;
}

.dropdown-item.active, .dropdown-item:active {
	color: #fff !important;
	background-color: rgba(168, 90, 164, .8);
}


#boxes .col-box-content {
	background-color: #008264;
}
#boxes .odd .col-box-content {
	background-color: #a85aa4;
}


.slick-wrapper .item .itemContent .itemHeading {
	color: #fff;
	background-color: #a85aa4;
}

.slickPager li.slick-active .btn-default {
	background-color: #008264;
	border-color: #797979;
	color: #fff !important;
}
.slickPager li.slick-active .btn-default:hover {
	background-color: #3a9898;
	border-color: #707070;
}


.slick-next::before,
.slick-prev::before {
	color: #a85aa4;
}

#searchFilterHeading {
	color: #fff;
	background-color: #008264;
}
a.dropdown-item.active img {
	fill: #fff !important;
}

.btn-filter-dropdown {
	border-color: #008264;
	color: #008264;
}


.page-item.active .page-link {
	background-color: #008264;
	border-color: #008264;
}


.card .card-header {
	color: #fff;
	background-color: #008264;
}


.dataTables_wrapper table thead th {
	color: #fff;
	background-color: #008264;
}


#myPageDropdown.dropdown-menu {
	color: #fff;
	background-color: #008264;
	border: 1px solid #797979;
}
#myPageDropdown a {
	color: #fff !important;
}
#myPageDropdown .dropdown-item.active,
#myPageDropdown .dropdown-item:active,
#myPageDropdown .dropdown-item:hover,
#myPageDropdown .dropdown-item:focus {
	color: #000 !important;
	background-color: #fff !important;
}


fieldset legend {
	border-bottom: 4px solid #008264;
}



/* Search btn */

.btn-search.btn-primary {
	background: #008264 url(/images_gui/icons/icon_search.svg) 50% 50% no-repeat;
	border-color: #008264;
	box-shadow: none !important;
}

.btn-search:hover {
	color: #fff;
	background-color: #a85aa4;
	border-color: #a85aa4;
}
.btn-search.focus,
.btn-search:focus {
	color: #fff;
	background-color: #a85aa4;
	border-color: #a85aa4;
}
.btn-search:not(:disabled):not(.disabled).active,
.btn-search:not(:disabled):not(.disabled):active,
.show > .btn-search.dropdown-toggle {
	color: #fff;
	background-color: #a85aa4;
	border-color: #a85aa4;
}

#searchAdvBtn {
	color: #fff !important;
}

#searchForm .main-search-form-label {
	display: none !important;
}

#addPatronForm h3 {
	font-size: 22px;
	line-height: 1.2;
	font-weight: 400;
	margin: 2.3rem 0 1.2rem 0;
	padding: .3rem .6rem;
	background-color: #f0f0f2;
}

/* *******************************************************************************************
 *         Vufind                                                                            *
 ******************************************************************************************* */

#myresearch-sidebar .btn-primary:not(:disabled):not(.disabled) {
	background-color: rgba(168, 90, 164, .8);
	border-color: rgba(168, 90, 164, .8);
	color: #fff;
}
#content .btn-primary,
.mainbody .btn-primary,
#myresearch-sidebar .btn-primary:not(:disabled):not(.disabled).active {
	background-color: rgb(168, 90, 164);
	border-color: rgb(168, 90, 164);
	color: #fff;
}

#add_suggestion_form {
	margin-bottom: 5rem;
}

/* *******************************************************************************************
 *         Footer                                                                            *
 ******************************************************************************************* */

#pageWrapper footer {
	border-top: 0;
	background-color: #008264;
	color: #fff !important;
}
#pageWrapper footer .footer-col {
	word-break: break-word;
}
#pageWrapper footer .footer-col a {
	word-break: break-all;
}

@media (max-width: 767px) {
	#pageWrapper footer {
		margin-top: 20px;
		padding: 0 20px;
	}
	#pageWrapper footer .footer-col {
		padding-right: 0;
		padding-left: 0;
		font-size: 85%;
	}
}

footer a,
footer a:link,
footer a:visited,
footer a:active,
footer a:hover,
footer p,
footer h2,
footer h3,
footer h4,
footer h5,
footer h6 {
	color: #fff !important;
}
footer a {
	text-decoration: underline !important;
}

#footerColLogo {
	margin-bottom: 0;
	max-width: 220px;
	float: right;
	margin-top: -30px;
}

/* *******************************************************************************************
 *         Popup                                                                             *
 ******************************************************************************************* */

body.site-popup {
	background-color: #a85aa4;
	color: #fff;
}