/**
* MISC Header Theme CSS
* By Dark❶ [dark1]
* CopyRight (C) 2017 - ForEver by Dark❶ [dark1]
*/

/* Status Dot */
.dark1-misc-status-dot {
	display: inline-block;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background-color: #000000;
	margin: 0px 3px 5px 3px;
}
.cp-mini .dark1-misc-status-dot {
	margin: 0px 3px 1px 3px;
}
.cp-main .dark1-misc-status-dot {
	margin: 0px 0px 5px 0px;
}
.dark1-misc-status-online .dark1-misc-status-dot {
	background-color: #00FF00;
}

/* Control Panel ScrollBar */
.cp-mini::-webkit-scrollbar,
.dropdown-contents::-webkit-scrollbar,
.message-box textarea.inputbox::-webkit-scrollbar,
select[multiple]::-webkit-scrollbar {
	width: 8px;
	height: 8px;
	-webkit-appearance: none;
	background: rgba(0, 0, 0, .2);   /* Original = rgba(10, 10, 10, .1) */
	border-radius: 3px;
}
.cp-mini::-webkit-scrollbar-thumb,
.dropdown-contents::-webkit-scrollbar-thumb,
.message-box textarea.inputbox::-webkit-scrollbar-thumb,
select[multiple]::-webkit-scrollbar-thumb {
	background: rgba(0, 0, 0, .4);   /* Original = rgba(0, 0, 0, .3) */
	border-radius: 3px;
}

/* Stat Block 24Hrs Stats */
div[class='stat-block 24stats'] > p {
	text-align: justify;
}

/* Fix for Notification bar */
.compact > li > a > span, .compact > li > a > span {
	display: none;
}
.compact > li > a > strong, .compact > li > a > strong {
	padding-left: 2px;
}

/* Remove Underline from Username in Signature */
.signature a.username-coloured {
	text-decoration: none;
}
.signature a.username-coloured:hover {
	text-decoration: underline;
}

/* Fix Topic Icons */
dl.row-item dt {
	background-position: 0 30px;
	background-size: auto;
	min-height: 48px;
}

/* Google Search Bar */
div.misc-gcse > div > div {
	border-radius: 5px;
}

/* Sticky Post Profile */
.postprofile {
	position: sticky;
	top: 5px;
}
@media (max-width: 700px) {
	.postprofile { top: unset; }
}
@media (max-width: 850px) {
	/* .postprofile { top: unset; } */
}
