/**
* Board Magic - gecorrigeerde overrides
*/

/* VERBERG RANK */
.postprofile dt.no-profile-rank,
.postprofile dd.profile-rank,
.postprofile .search-result-date {
    font-size: 0 !important;
    display: none !important;
}

/* RONDE AVATAR */
img.avatar,
img[src*="gravatar"] {
	border-radius: 50px !important;
}

/* FONT AWESOME ROLL */
.fa:hover,
.fa-fw:hover {
	display: inline-block !important;
	cursor: default;
	transform: rotate(360deg) !important;
	transition: all 0.9s ease-in-out !important;
}

/* ICON KLEUREN */
.fa-euro { color: #ff8000 !important; }
.fa-globe { color: #5c7a3a !important; }
.fa-calendar { color: #8a2f1d !important; }

/* PDF ICON */
a[href$=".pdf"] {
	background: url("//upload.wikimedia.org/wikipedia/commons/4/4d/Icon_pdf_file.png") no-repeat right center !important;
	padding-right: 20px !important;
}

/* HULP BBCODE */
.dangerhulp {
	background-color: #cfe2b2 !important;
	border-left: 6px solid #3f5f22 !important;
	border-style: solid !important;
	color: #2f3f1d !important;
}

/* -------------------------
   GROEN / BRUIN OVERRIDES
-------------------------- */

/* HEADER LINKS */
.forumbg .header a:hover,
.forabg .header a:hover,
th a:hover {
	color: #c4b28a !important;
}

/* POST LINKS */
.postlink,
.arrow-left:hover,
.arrow-right:hover {
	color: #5c7a3a !important;
	border-bottom-color: #5c7a3a !important;
}

.postlink:visited {
	color: #7a5a3a !important;
	border-bottom-color: #7a5a3a !important;
}

.postlink:hover {
	background-color: #e6ddc9 !important;
	color: #2f3f1d !important;
}

/* ZEBRA ACHTERGROND */
table.zebra-list tr:nth-child(even) td,
ul.zebra-list li:nth-child(even),
.jumpbox-forum-link,
.jumpbox-sub-link {
	background-color: #dfd3bc !important;
}

.jumpbox-forum-link:hover { background-color: #cbb88d !important; }
.jumpbox-sub-link:hover { background-color: #c8e0ae !important; }
.jumpbox .dropdown .pointer-inner { border-color: #dfd3bc transparent !important; }

/* TEKST KLEUREN */
dl.details dd,
.icon.icon-bluegray,
.responsive-tab .responsive-tab-link:before,
.notification_list p.notification-time {
	color: #6a5a3e !important;
}

/* SCHEIDING */
.sep { color: #6b7d3d !important; }

/* ICON GROEN */
.icon.icon-blue,
a:hover .icon.icon-blue {
	color: #4f6b2a !important;
}

/* MINI TABS */
.minitabs .tab > a {
	background-color: #dccfb6 !important;
}

/* MOBIEL */
@media only screen and (max-width: 900px) {
	#navigation a, .rtl #navigation a {
		background-color: #b8aa8a !important;
	}
}

/* SEARCH */
.search-header { box-shadow: 0 0 10px #4c6b2a !important; }
.search-results li:hover,
.search-results li.active { background-color: #d9e4c8 !important; }

/* PM RANK KLEUREN */
.pmlist li.pm_replied_colour,
.pm_replied_colour { border-color: #6f7f4a !important; }

.pmlist li.pm_friend_colour,
.pm_friend_colour { border-color: #4f6b2a !important; }

/* THUMBNAILS */
dl.thumbnail dt a:hover img { border-color: #4f6b2a !important; }

/* NOTIFICATIES */
.dropdown-extended .header,
.dropdown-extended .dropdown-contents {
	background-image: linear-gradient(to bottom, #e7efcf 0%, #cfc098 100%) !important;
}

/* BADGE */
.badge {
	background-color: #8a2f1d !important;
	color: #fff !important;
}

/* ICON HOVER */
.contact-icons a:hover {
	background-color: #e5ddc9 !important;
}

/* DRAG DROPS */
.message-box textarea.drag-n-drop-highlight {
	outline-color: rgba(92, 122, 58, 0.5) !important;
}

/* CARET */
.caret { border-color: #4f6b2a !important; }

/* FORUM TITELS */
a.forumtitle,
a.topictitle {
	color: #3f5f22 !important;
	font-weight: bold !important;
	text-decoration: none !important;
}

a.forumtitle:hover,
a.topictitle:hover {
	color: #5c3a1e !important;
	text-decoration: underline !important;
}

/* LAATSTE POST LINK */
a.lastsubject {
	color: #5a6f3a !important;
}

a.lastsubject:hover {
	color: #3f4f2a !important;
}

/* ROW HOVER */
.row-item .forumtitle:hover,
.row-item .topictitle:hover,
.row-item .lastsubject:hover,
.row-item .subforum:hover,
.row-item a.username:hover,
.row-item a.username-coloured:hover {
	color: #6a4a2f !important;
	text-decoration: underline !important;
}

/* SIGNATURE */
.signature a {
	color: #5c3a1e !important;
}

/* PROFIEL LINKS */
.postprofile a,
.postprofile dt.author a {
	color: #3f5f22 !important;
}

.postprofile a:hover {
	color: #6a4a2f !important;
}

/* ZOEK RESULTAAT */
.search .postprofile a {
	color: #4f6b2a !important;
}

.search .postprofile a:hover {
	color: #3f4f2a !important;
}

/* BACK TO TOP */
.top { color: #6a5a3e !important; }

/* FEED ICON */
a.feed-icon-forum {
	filter: saturate(80%) hue-rotate(45deg) !important;
}
