/*!
 * Alex Application
 * Layout (crime writer pages) Stylesheet
 *
 * @version 1.0
 * @date 2017-05-18
 */

:root {
	--colorPrimary: hsl(355, 100%, 60%);
	--colorPrimaryHover: hsl(355, 100%, 50%);
}

/* Panels */

.panel-alt-light {
	background: #2a2a2a;
}

.panel-alt-dark {
	background: #131313;
}

/* Alex Författarlexikon */

.panel-alt-alex {
	background-color: #7b2539;
	color: #FFF;
	text-align: center;
}

.panel-alt-alex h2,
.panel-alt-alex p {
	color: #FFF;
}

.panel-alt-alex button,
.panel-alt-alex .button {
	background: #f90;
}

.panel-alt-alex button:hover,
.panel-alt-alex button:focus,
.panel-alt-alex .button:hover,
.panel-alt-alex .button:focus {
	background-color: #e89000;
}

/* Mitt Alex */

.panel-alt-private {
	background-color: #FDEA9F;
	color: #17242C;
	text-align: center;
}

.panel-alt-private button,
.panel-alt-private .button {
	background-color: #F79766;
}

.panel-alt-private button:hover,
.panel-alt-private button:focus,
.panel-alt-private .button:hover,
.panel-alt-private .button:focus {
	background-color: #ED824C;
}

/* Alex Deckarlexikon  */

.panel-alt-light h2, .panel-alt-dark h2, .panel-alt-about-light h2, .panel-alt-about-dark h2 {
	color: #fff;
}

.panel .panel-nav li a:after {
	color: #f22d2d;
}

.panel-banner h1 {
	color: #fff;
}

/* Tables */

td a:not(.icon)::after {
	color: #f22d2d;
}

.table-sort {
	display: block;
	clear: both;
}

/* Forms */

.read-more, .news-list li .read-more {
	color: #f22d2d;
}

.read-more-writer {
	display: block;
	margin-top: var(--spacingXXSmall);
}

.button-seamless {
	background: none;
}

.button-seamless:hover, .button-seamless:focus {
	background-color: #f22d2d;
}

.startpage-row-2.small-banner {
	background: url('/upload/crimewriter-banner-start.jpg') center center;
	background-size: cover;
}

/* Writer birthdays */

#lexicon_birthday_slider .textslider-prev, #lexicon_birthday_slider .textslider-next {
	color: #f22d2d;
}

/* Writer article */

.writer-image-enlargement {
	background: #f22d2d;
}

.open-map-marker {
	color: #f22d2d;
}

.writer-article-byline {
	border-left-color: #f22d2d;
}

/* FAQ */

.expandable-faq button:hover, .expandable-faq button:focus {
	background-color: transparent;
}

.expandable-faq .fa {
	color: #f22d2d;
}

/* Theme (colors) */

.button.t-success {
	background-color: #bec3c7;
}

.button.t-success:hover, .button.t-success:focus {
	background-color: #6e6e6e;
}

/* Autocompleter */

.autocompleter h4, .autocompleter-item .autocompleter-type {
	color: #f22d2d;
}

/* Link selects */

.link-select:after {
	color: #f22d2d;
}

/* Footer */

[lang='sv-SE'] #footer .wrapper {
	background-image: url('../images/logo_crimewriters_sv.png');
}

[lang='en-US'] #footer .wrapper {
	background-image: url('../images/logo_crimewriters_en.png');
}