.generalContent hr {
	border: 0;
	border-top: 1px solid #60be9a;
	border-bottom: 1px solid #fff;
}

.generalContent h2 {
	margin-bottom: 5px;
	margin-top: 40px;
}

.generalContent h3, h4 {
	font-size: 18px;
	line-height: 20px;
	margin-top: 0;
	margin-bottom: 8px;
	font-weight: 400;
}

.journalRequestForm {
	margin: 0px 0px 28px 0px;
}
.journalRequestForm input[type=text], 
.journalRequestForm input[type=number],
.journalRequestForm input[type=email] {
	width: 90%;
}

/* ------------ Tidskriftssökning ------------ */

.searchResult ul.searchResultList li .link>a.periodicals {
	height: auto;
	min-height: 25px;
}

.searchResult ul.searchResultList li div.link div div.titleAlternative {
	margin-bottom: 5px;	
	line-height: 12px;
}

.searchResult ul.searchResultList li div.link div div.titleISSN {
	margin-top: 0;
	line-height: 22px;
	margin-bottom: 0px;
}

.searchResult ul.searchResultList li div.link div div:last-child {
	margin-bottom: 25px;
}

.searchHits {
	margin-right: 32px;	
}

/* Smartphones (portrait and landscape) ----------- tidskriftssökning */
@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 480px) {
	.searchResult ul.searchResultList li .link > a {
		height: auto;
	}
	.searchResult ul.searchResultList li .link div {
		clear: both;
	}
}

/* Fix for statusInformation p height */
div.statusInformation ul li p {
	height: auto;
}

/* Fix for hoursAndRoomBooking height on screen */
@media only screen and (min-width : 720px) {
	.hoursAndRoomBooking div {
		height: 350px;
	}
}
	
/* Fix for different promos that shipped from DF only has white text on image */
.cth-promo-text-white > h3, .cth-promo-text-white-shadow > h3 {
	color: #fff;
	border-bottom: 1px solid #fff;
}
.cth-promo-text-white > p {
	color: #fff;
}
.cth-promo-text-black > h3 {
	color: #000;
	border-bottom: 1px solid #000;
}
.cth-promo-text-black .cpl-header h1 {
	color: #000;
}
.cth-promo-text-black .cpl-header p {
	color: #000;
}
.cth-promo-text-white-shadow .cpl-header h1 {
	color: #fff;
	text-shadow: 1px 1px 2px #000;
}
.cth-promo-text-white-shadow .cpl-header p {
	color: #fff;
	text-shadow: 1px 1px 2px #000;
}
.cth-promo-text-black-shadow .cpl-header h1 {
	color: #000;
	text-shadow: 1px 1px 2px #fff;
}
.cth-promo-text-black-shadow .cpl-header p {
	color: #000;
	text-shadow: 1px 1px 2px #fff;
}
.cth-promo-text-black > p, .cth-promo-text-black a span, .cth-promo-text-black a i {
	color: #000;
}
.cth-promo-text-white-shadow h1, .cth-promo-text-white-shadow > h3, .cth-promo-text-white-shadow > p, .cth-promo-text-white-shadow a span, .cth-promo-text-white-shadow a i {
	color: #fff;
	text-shadow: 1px 1px 2px #000;
}
.cth-promo-text-black-shadow h1, .cth-promo-text-black-shadow > h3, .cth-promo-text-black-shadow > p, .cth-promo-text-black-shadow a span, .cth-promo-text-black-shadow a i {
	color: #000;
	text-shadow: 1px 1px 2px #fff;
}

/* ------- Databaser A-Ö ---------- */
.pagination-mini ul > li:first-child > a,
.pagination-mini ul > li:first-child > span {
	-webkit-border-bottom-left-radius: 3px;
	border-bottom-left-radius: 3px;
	-webkit-border-top-left-radius: 3px;
	border-top-left-radius: 3px;
	-moz-border-radius-bottomleft: 3px;
	-moz-border-radius-topleft: 3px;
	color: #595959;
	text-indent: 0;
	font-size: 14px;
	padding: 0 7px;
}

.pagination-mini ul > li:last-child > a,
.pagination-mini ul > li:last-child > span {
	-webkit-border-top-right-radius: 3px;
	border-top-right-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	border-bottom-right-radius: 3px;
	-moz-border-radius-topright: 3px;
	-moz-border-radius-bottomright: 3px;
	color: #595959;
	text-indent: 0;
	font-size: 14px;
	padding: 0 7px;
}

.pagination-mini ul > li > a,
.pagination-mini ul > li > span {
	padding: 0 7px;
	font-size: 14px;
	line-height: 23px;
}


/* ------- Databassökning ---------- */

.dbListLink {
	float: right;
	text-decoration: underline;
	padding: 0 32px 0 10%;
	font-size: 75%;
}


/* Solr Facets */

.filterFacets {
    position: relative;
    margin-left: 0px;
	width: auto;
}
.filterFacets ul {
    list-style: none outside none;
    margin: 0px;
    overflow: hidden;
    padding-right: 46px;
    // height: 50px;
}
.filterFacets ul li {
    float: left;
    margin: 5px 5px 0px 0px;
}
.filterFacets ul li a {
    padding: 0px 6px;
    /* height: 36px; */
    line-height: 28px;
    border-radius: 6px;
    background-color: rgb(242, 242, 242);
    border: 1px solid rgb(217, 217, 217);
    font-size: 12px;
    display: block;
    color: rgb(0, 0, 0);
}
.filterFacets ul li a span {
    padding: 0px 10px;
    height: 20px;
    line-height: 20px;
    border-radius: 4px;
    background-color: rgb(220,220,220);
    display: inline-block;
    margin-left: 5px;
    /* font-weight: 400; */
}
.filterFacets ul li a:hover {
	border-color: rgba(255,255,255,0);
	color: #fff;
	text-decoration: none;
	background: green;
	background-color: #5bdc96;
}
.filterFacets ul li a:hover span {
	background: #fff;
	color: #5bdc96;
}
		
/* Smartphones (portrait and landscape) ----------- databassökning */	
@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 480px) {
	.dbListLink {
		width: auto;
		float: none;
		text-align: right;
		padding-bottom: 10px;
	}
}

/* magnax fixar fetare brödtext i vissa brickor, 2014-09-02 */
a.cplIsbnModule p {
	font-weight: 600;
}

.searchOrderMaterial p {
	font-weight: 600;
}

/* ======================================================= */
/* Kalendarium */

.libcal_content h2 {
	line-height: 20px;
}
	
.libcal_eventlisting img {
	margin-top: 0;
}
	
.libcal_smallImage {
	padding-top: 0;
	margin-top: 0;
	margin-right: 10px;
	float: left;	
}

.libcal_colourfield {
	height: 120px;
	width: 20px;
	float: left;		
}

.libcal_event_header {
	clear: left;	
	margin-bottom: 62px;
}

/* ======================================================= */
/* Fix för snurrplattorna i Firefox */
.library-list-container .library-list .active h2 {
	display: none;
}

/* Nyheter rörande elektroniska resurser */
.er-news-item.promoAreaColored h3 {
    margin-bottom: 40px;
}

.er-news-item.promoAreaColored p {
    text-transform: none;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.3;
    font-family: 'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;
    margin: 0 16.5px;
}

.er-news-item.promoAreaColored.no-link {
    cursor: default;
}

.er-news-item.searchOrderMaterial {
    text-decoration: none;
}

.er-news-item.searchOrderMaterial h3 {
    margin-bottom: 40px;
}

.er-news-item.searchOrderMaterial p {
    margin-top: 0px;
}

.promoAreaColored.ulGreen {
  background: #bef1d5;
}

.promoAreaColored.ulPurple {
  background: #dab9e5;
}

.promoAreaColored.ulBlue {
  background: #99d1f1;
}

.promoAreaColored.ulBlueLight {
  background: #aee9ff;
}

.promoAreaColored.ulRed {
  background: #ffb7b5;
}

.promoAreaColored.ulYellow {
  background: #ffe999;
}

.promoAreaColored.ulYellowLight {
  background: #fff39a;
}

.promoAreaColored.ulOrange {
  background: #ffcbad;
}

/* Det nya databassöket */
.db-label {
    font-size: 11.844px;
    line-height: 14px;
    white-space: nowrap;
    vertical-align: baseline;
    background-color: #999999;
    padding: 1px 4px 2px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #262626;
    text-decoration: none;
    display: inline-block;
    margin-bottom: 1px;
    height: 15px;
}

a:hover.db-label {
    color: #262626;
    text-decoration: none;
}

.subject-and-genre-heart.ss-heart:before {
    vertical-align: middle;
    color: #909090;
    font-size: 10px;
}

.db-label-subject {
    background-color: #bef1d5;
}

.db-label-genre {
    background-color: #ffcbad;
}

.filterFacets .active {
    background-color: #999999;
    color: white;
}

.filterFacets .active:hover {
    background-color: #999999;
    color: white;
}

.database-search-box {
    border: 1px solid #d9d9d9; 
    -webkit-border-radius: 4px; 
    border-radius: 4px;
    background-color: #ffffff;
}

.database-search-filter-box {
    padding:20px;
}

.database-search-result-box {
    border-top: none;
}

.database-search-filter-box input {
    margin-bottom: 4px;
    vertical-align: baseline;
}

#database-search-result-info-box {
    padding: 0;
    float: right;
}

.database-search-result-box ul {
    list-style-type: none;
    margin: 0;
}

.database-search-result-box li {
    border-bottom: 1px solid #d9d9d9;
    margin-left:-30px;
    margin-right: -30px;
    padding: 30px;
}

.database-search-result-box li:hover {
    background-color: #fafafa;
}

.database-search-result-box .db-popover-btn {
    margin-left: 10px;
}

.database-search-result-box .ss-heart {
    font-size: 2.2em;
    vertical-align: middle;
}

.database-search-result-box .ss-heart:before {
    vertical-align: middle;
}

.subject-recommend {
    color: #bef1d5;
}

.genre-recommend {
    color: #ffcbad;
}

.db-hint-box {
    color: #262626;
    background-color: #f2f2f2;
    border-style: none;
}

#database-search-filters .alert {
    margin-bottom: 0px;
}

.db-filter-checkbox input {
    margin: 10px 5px 4px 0;
    vertical-align: bottom;
}

.db-popover-btn {
    cursor: pointer;
}

#subject-and-genre-info-box {
    border: 1px solid #d9d9d9;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background: #fff;
}

#subject-and-genre-info-box .summary {
    position: relative;
    min-height: 42px;
}

#subject-and-genre-info-box .summary a {
    text-align: center;
    color: #262626;
    text-decoration: none;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 45px;
    border-left: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9; 
    margin-bottom: -1px;
}

#subject-and-genre-info-box .summary a:before {
    content: '';
    display: inline-block;
    height: 110%;
    vertical-align: middle;
}

#subject-and-genre-info-box .summary a i {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
}

#subject-and-genre-info-box .summary div {
    padding: 10px 0px 10px 20px;
    margin-right: 45px;
    overflow: hidden;
}

/* Question mark info box macro */

.help-macro > span:hover {
    cursor: pointer;
}

.help-macro i {
    font-size: 24px;
}

/* grab.png is missing! This styling avoids 404. */
.touchcarousel .grab-cursor {
	cursor: auto;
}

/* Fixes on order form */
#order-form select.invalid {
    border: 1px solid rgb(255,75,70);
    background-color: rgb(255,219,218);
}

#order-form-library-select-label {
    display: inline-block;
}

/* Fixes when adding data usage info to order form. */
#data-usage-info {
    margin: 0 0 10px;
    max-width: unset;
    text-align: left;
    color: #262626;
}

/* Opening hours footer fixes for extra data properties. */

.openingHours ul li > div {
    height: 220px;
}
.openingHours ul li div p {
    font-size: 12px;
    margin-left: 1px;
}
.differentOpeningTimes > div > p {
    margin-top: 16px;
}
.openingHours {
    height: 414px;
}
.openingHours ul {
    margin: 0 7px 0 0;
}


/* Contour form fixes */

.contourField {
	padding-top: 16px;
}
.contourField input[type=text], 
.contourField input[type=number],
.contourField input[type=email] {
	width: 100%;
}
.contourField textarea {
	width: 100%;
	height: 120px;
}
.contourField label {
	font-weight: bold;
}
.contourField.mandatory label::after {
	content: " *";
}
.contourField .checkboxlist input[type=checkbox] {
	float: left;
	margin-right: 12px;
}
.contourField .checkboxlist label::after {
	content: "";
}
.contourNavigation input[type=submit] {
	margin-top: 24px;
	padding: 16px 35px;
    font-size: 18px;
    line-height: normal;
    border-radius: 5px;
	text-align: center;
    vertical-align: middle;
    cursor: pointer;
    font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 600;
	border: 1px solid #4fc083;
    color: #fff;
	background: linear-gradient(to bottom, #7ce3ab 0, #5bdc96 100%);
}


















/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
