.netoPlayerContainer {
	font: 12px sans-serif;
	background-color: #0d1f0e;
	justify-content: center;
	align-items: center;
	height: 18px;
	width: 220px;
	padding: 0;
	margin: 0;
	border-radius: 3px;
	display: inline-flex;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #0d1f0e;
	vertical-align: middle;
}

.netoPlayerContainer .audioFile {
	display: none;
}

.netoPlayerContainer button {
	font: 12px sans-serif;
	border: none;
	text-align: center;
	justify-content: center;
	padding: 0 3px;
	margin: 0;
	border-radius: 3px;
	height: 14px;
	cursor: pointer;
	outline: none;
	background-color: rgba(255, 255, 255, 0.6);
	color: #2e4b37;
	box-shadow: none;
}

.netoPlayerContainer button:hover,
.netoPlayerContainer button:active,
.netoPlayerContainer button:focus {
	background-color: rgba(255, 255, 255, 0.9);
	color: #1b2b1e;
}

.netoPlayerContainer .offstate {
	cursor: auto;
	pointer-events: none;
	opacity: 0.55;
}

.netoPlayerContainer .playBtn {
	margin: 0;
}

.netoPlayerContainer .playBtn.play .fa-pause,
.netoPlayerContainer .playBtn.pause .fa-play {
	visibility: hidden;
	display: none;
}

.netoPlayerContainer .seekBar {
	width: 132px;
	height: 14px;
	padding: 0;
	margin: 0;
	text-align: left;
	align-self: baseline;
	display: inline-flex;
	justify-content: center;
}

.netoPlayerContainer .seekBar .outer {
	background-color: #587161;
	cursor: pointer;
	justify-content: left;
	margin: 0;
	width: 100%;
}

.netoPlayerContainer .seekBar .outer .inner {
	background-color: #9dc1aa;
	margin: 0;
	display: inline-block;
	white-space: nowrap;
	text-overflow: ellipsis;
	width: 0%;
}

.netoPlayerContainer .seekBar .outer .inner span {
	padding: 0 0 0 3px;
	background-color: transparent;
	display: inline-block;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #0d1f0e;
}

.netoPlayerContainer .seekBar .outer .inner .start,
.netoPlayerContainer .seekBar .outer .inner .end {
	min-width: 25px;
}

.netoPlayerContainer .seekBar .outer .cacheBar {
	background-color: #2e4a37;
	margin: 0;
	position: relative;
	display: block;
	bottom: 2px;
	left: 0;
	height: 2px;
	width: 0%;
}

.netoPlayerContainer .volumeCtr {
	margin: 2px 0 0 3px;
	align-self: baseline;
	white-space: nowrap;
	text-overflow: ellipsis;
	position: relative;
}

.netoPlayerContainer .volumeCtr .volumeBtn {
	text-align: left;
	min-width: 20px;
	height: 14px;
}

.netoPlayerContainer .volumeCtr .volumeBtn.up .fa-volume-down,
.netoPlayerContainer .volumeCtr .volumeBtn.up .fa-volume-off,
.netoPlayerContainer .volumeCtr .volumeBtn.up .fa-volume-mute,
.netoPlayerContainer .volumeCtr .volumeBtn.down .fa-volume-up,
.netoPlayerContainer .volumeCtr .volumeBtn.down .fa-volume-off,
.netoPlayerContainer .volumeCtr .volumeBtn.down .fa-volume-mute,
.netoPlayerContainer .volumeCtr .volumeBtn.off .fa-volume-up,
.netoPlayerContainer .volumeCtr .volumeBtn.off .fa-volume-down,
.netoPlayerContainer .volumeCtr .volumeBtn.off .fa-volume-mute,
.netoPlayerContainer .volumeCtr .volumeBtn.mute .fa-volume-up,
.netoPlayerContainer .volumeCtr .volumeBtn.mute .fa-volume-down,
.netoPlayerContainer .volumeCtr .volumeBtn.mute .fa-volume-off {
	visibility: hidden;
	display: none;
}

.netoPlayerContainer .volumeCtr .volumeBar {
	background-color: #0d1f0e;
	border-radius: 0 0 1px 1px;
	position: absolute;
	display: none;
	visibility: hidden;
	text-align: center;
	height: 80px;
	width: 20px;
	left: 0;
	top: 14px;
	z-index: 5;
}

.netoPlayerContainer .volumeCtr .volumeBar .outer {
	background-color: #587161;
	cursor: pointer;
	border-radius: inherit;
	margin: 5px 0 0;
	display: inline-flex;
	height: 90%;
	width: 60%;
}

.netoPlayerContainer .volumeCtr .volumeBar .outer .inner {
	background-color: #9dc1aa;
	cursor: pointer;
	align-self: flex-end;
	display: inline-block;
	width: 100%;
	height: 70%;
}

.netoPlayerContainer .fileDl {
	margin: 0 0 0 3px;
}

.spoil,
.spoil li {
	color: #303f35;
	background-color: #303f35;
	cursor: pointer;
}

.quotecontent .spoil,
.quotecontent .spoil a,
.quotecontent .spoil li {
	color: #202f25;
	background-color: #202f25;
}

.spoil a {
	background: url("./images/legacy-bbcodes/external.png") no-repeat scroll right center #2b382f !important;
	color: #2b382f !important;
	padding-right: 11px;
}

.spoil img {
	opacity: 0;
	filter: alpha(opacity=0);
}

.unspoil {
	color: #ffffff;
	background-color: transparent;
}
