/* ==================================================
   HideBB – Basis box
   ================================================== */

.postbody dl.hidebox {
	display: block !important;
	margin: 8px 0 !important;
	padding: 8px 10px !important;

	border: 1px solid #cccccc !important;
	border-radius: 4px !important;

	background-color: #f7f7f7 !important;
	color: #333 !important;

	font-size: 0.95em !important;
	line-height: 1.4 !important;
}

/* ==================================================
   Titel (dt)
   ================================================== */

.postbody dl.hidebox > dt {
	display: block !important;

	margin: 0 0 4px 0 !important;
	padding-bottom: 3px !important;

	font-size: 0.8em !important;
	font-weight: bold !important;
	text-transform: uppercase !important;

	border-bottom: 1px solid #cccccc !important;
	color: #555 !important;
}

/* ==================================================
   Inhoud (dd)
   ================================================== */

.postbody dl.hidebox > dd {
	display: block !important;
	margin: 0 !important;
	padding: 4px 0 0 0 !important;

	color: #333 !important;
}

/* ==================================================
   VERBORGEN (hide)
   ================================================== */

.postbody dl.hidebox.hide {
	display: block !important;
	background-color: #fbeaea !important;
	border-color: #d9534f !important;
}

.postbody dl.hidebox.hide > dt {
	border-bottom-color: #d9534f !important;
	color: #a94442 !important;
}

.postbody dl.hidebox.hide > dd {
	display: block !important;
	color: #a94442 !important;
}

/* ==================================================
   ZICHTBAAR (unhide)
   ================================================== */

.postbody dl.hidebox.unhide {
	display: block !important;
	background-color: #eaf6ea !important;
	border-color: #5cb85c !important;
}

.postbody dl.hidebox.unhide > dt {
	border-bottom-color: #5cb85c !important;
	color: #3c763d !important;
}

.postbody dl.hidebox.unhide > dd {
	display: block !important;
	color: #3c763d !important;
}

/* ==================================================
   Reset-bescherming (prosilver)
   ================================================== */

.postbody dl.hidebox dt,
.postbody dl.hidebox dd {
	margin-left: 0 !important;
}

.hideboxbbcode-select {
	margin-left: 0.6em;
	padding: 0.15em 0.25em;

	font-size: 0.95em;
	font-weight: 500;
	letter-spacing: 0.01em;

	background: none;
	border: none;

	color: #333333;
	cursor: pointer;
	opacity: 0.85;

	line-height: 1.2;
	vertical-align: middle;

	transition: opacity 0.15s ease, color 0.15s ease;
}

.hideboxbbcode-select:hover,
.hideboxbbcode-select:focus {
	opacity: 1;
	color: #000000;
	text-decoration: none;
}

.hideboxbbcode-select i {
	pointer-events: none;
}