/* [hidden] hide BBCode */
.hidebox {
	font-weight: normal;
	background-color: #c5e3bf;
	border: 1px solid #72b173;
	border-radius: 4px;
	position: relative;
	margin: 5px 0;
	padding: 39px 19px 14px;
}

.hidebox_title {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	border: 1px solid #72b173;
	border-radius: 4px 0;
	color: #2f4f2f;
	position: absolute;
	top: -1px;
	left: -1px;
	padding: 5px 12px;
}

.hidebox_hidden {
	background-color: #f2dede;
	border-color: #ebccd1;
	color: #80001c;
}

.hidebox_visible {
	color: #2f4f2f;
}

/* [spoil] spoiler BBCode */
.spoilbtn:hover {
	color: #d31141 !important;
}

/* [fade] fade text in/out effect */
.fadeEffect {
	-moz-animation: fade 2s infinite;
	-webkit-animation: fade 2s infinite;
	animation: fade 2s infinite;
}

@-webkit-keyframes fade {
	50% {
		opacity: 0;
	}
}

@keyframes fade {
	50% {
		opacity: 0;
	}
}

/* Pipe Table styling */
.pipe-table {
	margin-bottom: 1em;
}

.pipe-table th,
.pipe-table td {
	padding: 0 12px;
}

.pipe-table th {
	background-color: #0076B1;
	color: white;
}

.pipe-table tr:hover {
	background-color: #f5f5f5
}

/* Hide native phpbb BBCode buttons */
#imgurAnchor, /* flat boots */
#format-buttons,
#core-bbcode-buttons,
#custom-bbcode-buttons {
	display: none;
}

/* ABBC3 BBCode buttons */
#abbc3_buttons {
	margin: 15px 0 2px;
}

#abbc3_buttons input {
	vertical-align: middle;
}

#abbc3_buttons select {
	vertical-align: middle;
	background-color: #ffffff !important;
	border: 1px solid #b4bac0;
	color: #000000 !important;
	height: 22px;
	margin: 4px;
	padding: 0;
}

.abbc3_button {
	font-size: 11px;
	background: transparent no-repeat center;
	border: none;
	min-width: 33px;
	height: 33px;
	margin: 0;
	padding: 0;
	transition: background-color 0.1s ease-in-out;
}

.abbc3_button:hover {
	background-color: #FFFFFF;
	cursor: pointer;
}

.abbc3_buttons_row {
	background-color: #f5f5f5;
	border: 1px solid #e2e2e2;
	display: block;
	width: 100%;
	min-height: 30px;
	margin: 0 !important;
	padding: 0;
}

.abbc3_buttons_row:last-child {
	border-bottom: none;
}

/* tweaks for subsilver styles */
form td .abbc3_buttons_row {
	width: 98%;
}

/* tweaks for ACP bbcode editor */
#main #abbc3_buttons {
	margin-left: 96px;
}

#main #abbc3_buttons .abbc3_buttons_row {
	width: 95%;
}

/* BBCode wizard */
#bbcode_wizard {
	font-size: 0.9em;
	background: #ffffff;
	border: 5px solid #12a3eb;
	border-radius: 11px;
	box-shadow: 2px 2px 4px #555555;
	position: absolute;
	z-index: 500;
	right: 0;
	left: 0;
	display: none;
	width: 500px;
	margin: 0 auto;
	padding: 5px;
}

/* responsive design */
@media only screen and (max-width: 500px), only screen and (max-device-width: 500px) {
	#bbcode_wizard {
		width: 300px !important;
	}
}

#abbc3_buttons {
	margin: 0 250px 0 0;
	width: auto;
}

@media (max-width: 700px) {
	#abbc3_buttons {
		margin-left: 0;
		margin-right: 0;
		float: none;
		width: 100%;
		clear: both;
	}
}
