/* fullstory.tpl */
.opiscat {
	width: 100%;
	margin: 20px 0;
	padding: 5px;
}


/*--- Quotes, Spoilers, Code  ---*/

.scriptcode,
.title_quote,
.title_spoiler,
.text_spoiler,
.quote {
	padding: 2% 4%;
	background: #fff;
	border: 1px solid #dde4ea;
}

.title_quote {
	border-left: 2px solid #e85319;
	border-bottom: 0;
	margin-top: 2px;
	font-weight: bold;
}

.quote,
blockquote {
	padding: 1% 4%;
	margin: 1em 0;
	border-left: 2px solid #e85319;
	font-style: italic;
}

.title_spoiler {
	margin-top: 2px;
}

.text_spoiler {
	margin-bottom: 2px;
}

.title_spoiler img {
	vertical-align: middle;
	margin: -1px 0 0 !important
}

.scriptcode {
	color: #4c6d0f;
	text-align: left;
	font-family: "Courier New"
}

.title_spoiler {
	font-weight: normal;
}

.text_spoiler {
	border-top: 0;
	text-align: justify;
}

.hide {
	background-color: #f0f0f0;
	padding: 5px;
	color: #4c6d0f;
	margin: 0 0 1em 0
}

.hide a {
	text-decoration: underline;
}

.hide a:hover {
	text-decoration: none
}


/* --- Sorting articles --- */

.sort {
	list-style: none;
	padding: 0;
	margin: 0;
}

.sort > li,
.sort {
	display: inline;
}

.sort > li {
	margin: 0 0 0 3%;
}

.sort > li a {
	color: #353535;
}

.sort > li.asc a,
.sort > li.desc a {
	color: #3394e6;
}

.sort > li.asc a:after,
.sort > li.desc a:after {
	content: "";
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAsBAMAAACj90TiAAAAG1BMVEUAAAAzlOYzlOYzlOYzlOYzlOYzlOYzlOYzlOar6gzlAAAACHRSTlMAjesv90eHRuQt1XUAAABSSURBVBjTzdCxDQAhDENRSyzAEFdQ0zDB9axEgzw2DokEI1A9/S4OyAxADEcpPGlpFKWoSpEKp0Dlb6SvG2jY4Fka4tw4PqbEsDNTcb8gn/d4LPQHQDdjhblbAAAAAElFTkSuQmCC);
	display: inline-block;
	vertical-align: middle;
	margin: -1px 0 0 .4em;
	width: 6px;
	height: 11px;
	-webkit-background-size: 6px auto;
	background-size: 6px auto;
}

.sort > li.asc a:after {
	background-position: 0 -11px;
}


/* --- The design of the calendar --- */

.calendar {
	width: 100%;
	text-align: center;
}

.calendar tr td,
.calendar tr th {
	padding: 3px;
}

.calendar tr td a {
	color: inherit;
	font-weight: bold;
}

.calendar tr td {
	padding: 5px 3px;
}

.calendar tr td.weekday {
	color: #ea5f24;
}

.calendar tr th {
	background-color: #fff;
	font-weight: bold;
	text-transform: uppercase;
}

.calendar tr th.weekday {
	background-color: #ea5f24;
	color: #fff;
}

.calendar tr th.monthselect {
	background-color: transparent;
	color: #b8b8b8;
	padding-bottom: 15px;
}

.calendar tr th.monthselect a {
	color: #b8b8b8;
}


/* --- Displays the results of voting on the site --- */

.voteprogress,
.pollprogress {
	overflow: hidden;
	height: 6px;
	margin-bottom: 10px;
	background-color: #fff;
	border-radius: 3px;
	margin-top: 6px;
}

.voteprogress span,
.pollprogress span {
	text-indent: -9999px;
	height: 6px;
	display: block;
	overflow: hidden;
	background: #3394e6;
}

.voteprogress .vote2,
.pollprogress .poll2 {
	background-color: #dd514c;
}

.voteprogress .vote3,
.pollprogress .poll3 {
	background-color: #5eb95e;
}

.voteprogress .vote4,
.pollprogress .poll4 {
	background-color: #4bb1cf;
}

.voteprogress .vote5,
.pollprogress .poll5 {
	background-color: #faa732;
}

.quote b {
	color: #ac2504;
	margin: 20px 0 0 0;
	display: block;
}

/* main-page.tpl */
.mainzag a {
	color: #ac2504;
	font-weight: 800;
}

.mainzag h2 {
	text-transform: uppercase;
	font-weight: bold;
	margin: 20px 0 10px 0;
}

/* main_css.tpl */
.button,
.btn,
.pagi-load a,
.up-second li a,
.usp-edit a,
.qq-upload-button,
button:not(.color-btn):not(.thanks-button):not(.search_form button):not(.sa-loginsignup button):not(.sh_copy):not(.sa-ui-button-footer):not(.header__wrapper button):not([class*=fr]):not(.search-btn):not([class*=owl-]):not(.tox-tbtn),
html input[type="button"],
input[type="reset"],
input[type="submit"],
.meta-fav a,
.usp-btn a {
	display: inline-block;
	text-align: center;
	padding: 0 20px;
	height: 40px;
	line-height: 40px;
	border-radius: 10px;
	cursor: pointer;
	font-weight: 500;
	background-color: #e86f2d;
	color: #fff;
	font-size: 15px;
}

.button:hover,
.btn:hover,
.up-second li a:hover,
.usp-edit a:hover,
.qq-upload-button:hover,
.pagi-load a:hover,
.usp-btn a:hover,
button:not(.color-btn):not(.thanks-button):not(.search_form button):not(.sa-loginsignup button):not(.sh_copy):not(.sa-ui-button-footer):not(.header__wrapper button):not([class*=fr]):not(.search-btn):not(.tox-tbtn):not([class*=owl-]):hover,
html input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
.meta-fav a:hover {
	background-color: #d8682a;
	color: #fff;
	box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0);
}

button:active,
input[type="button"]:active,
input[type="submit"]:active {
	box-shadow: inset 0 1px 4px 0 rgba(0, 0, 0, 0.1);
}

input[type="text"]:not(.search_form input):not(.sa-loginsignup input):not(.header__wrapper input),
input[type="password"]:not(.sa-loginsignup input) {
	height: 40px;
	line-height: 40px;
	border-radius: 4px;
	border: 0;
	padding: 0 15px;
}

select {
	height: 40px;
	border: 0;
	padding: 0 15px;
}

textarea {
	padding: 15px;
	overflow: auto;
	vertical-align: top;
	resize: vertical;
}

input[type="text"]:not(.search_form input):not(.sa-loginsignup input):not(.header__wrapper input),
input[type="password"]:not(.sa-loginsignup input),
select,
textarea {
	width: 100%;
	background-color: #fff;
	color: #000;
	box-shadow: inset 0 0 0 1px #e3e3e3, inset 1px 2px 5px rgba(0, 0, 0, 0.1);
}

select {
	width: auto;
}

input[type="text"]:not(.search_form input):not(.sa-loginsignup input):not(.header__wrapper input):focus,
input[type="password"]:not(.sa-loginsignup input):focus,
textarea:focus {
	box-shadow: inset 0 0 0 1px #3498db, inset 1px 2px 5px rgba(0, 0, 0, 0.1);
}

input:not(.search_form input):not(.sa-loginsignup input):not(.header__wrapper input)::placeholder,
textarea::placeholder {
	color: #000;
	opacity: 0.5;
	font-size: 14px;
}

input:focus:not(.search_form input):not(.sa-loginsignup input)::placeholder,
textarea:focus::placeholder {
	color: transparent
}

.full-text {
	line-height: 1.7;
	font-size: 18px;
}

.full-text img:not(.emoji) {
	max-width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
}

.full-text > img[style*="left"],
.full-text > .highslide img[style*="left"] {
	margin: 0 10px 10px 0;
}

.full-text > img[style*="right"],
.full-text > .highslide img[style*="right"] {
	margin: 0 0 10px 10px;
}

.full-text a {
	text-decoration: underline;
	color: #06c;
}

.full-text a:hover {
	text-decoration: none;
}

.full-text h2,
.full-text h3,
.full-text h4,
.full-text h5 {
	margin: 10px 0;
	font-size: 24px;
	font-weight: 700;
}

.full-text p {
	margin-bottom: 10px;
}

.full-text > ul,
.full-text > ol {
	margin: 0;
}

.full-text > ul li {
	list-style: disc;
	margin-left: 40px;
}

.full-text > ol li {
	list-style: decimal;
	margin-left: 40px;
}


/* COMMENTS----------------------------------------------- */

.add-comms {
	margin-bottom: 26px;
	padding: 20px;
	background-color: #f5f5f5;
	border-radius: 10px;
}

.ac-inputs input {
	width: 48.5%;
	margin-bottom: 15px;
}

.ac-textarea textarea {
	height: 100px;
	margin-bottom: 15px;
}

.add-comms input,
.add-comms textarea,
.ac-submit button {}

.ac-protect,
.ac-textarea .bb-editor + br {
	display: none;
}

.comments_subscribe input {
	margin-right: 10px;
}

.comments_subscribe {
	display: block;
}

.mass_comments_action {
	display: none;
}

.last-comm-link {
	display: inline-block;
	padding-bottom: 20px;
	color: #06c;
	font-size: 18px;
}

.comm-avatar {
	position: absolute !important;
	left: 0;
	top: 0;
	width: 40px;
	height: 40px;
	border-radius: 50%;
}

.comm-letter {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	line-height: 40px;
	text-align: center;
	background-color: #000;
	color: #fff;
	font-size: 18px;
	font-weight: 600;
	text-transform: uppercase;
}

.comm-item {
	font-size: 13px;
	padding-left: 55px;
	position: relative;
	min-height: 40px;
	margin-bottom: 20px;
}

.comm-two {
	margin: 5px 0 10px 0;
}

.comm-one > span {
	margin-right: 15px;
	color: #949494;
}

.comm-one > span.comm-author,
.comm-one > span.comm-author a {
	color: #333;
	font-weight: 500;
}

.comm-three-left > a,
.comm-three-right li a {
	opacity: 0.6;
}

.comm-three-right li {
	display: inline-block;
	margin-left: 15px;
}

.comm-rate3 {
	white-space: nowrap;
	margin-right: 15px;
	height: 20px;
	line-height: 20px;
	display: inline-block;
	vertical-align: top;
	position: relative;
	top: -3px;
}

.comm-rate3 a {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	opacity: 0.4;
}

.comm-rate3 a:first-child {
	top: -5px;
}

.comm-rate3 > span {
	margin: 0 5px;
}

.comm-rate3 > span > span.ratingtypeplus {
	color: #06b601;
}

.comm-rate3 > span > span.ratingplus {
	color: #95c613;
}

.comm-rate3 > span > span.ratingminus {
	color: #ff0e0e;
}

.comm-three a:hover {
	border-bottom-color: transparent;
}

.comm-three-left > a {
	opacity: 1;
	color: #06c;
	border-bottom: 1px dotted #06c;
}

.img-box,
.img-wide,
.img-resp,
.img-resp-vert,
.img-fit {
	overflow: hidden;
	position: relative;
}

.img-resp {
	padding-top: 70%;
}

.img-resp-vert {
	padding-top: 140%;
}

.img-box img,
.img-resp img,
.img-resp-vert img {
	width: 100%;
	min-height: 100%;
	display: block;
}

.img-resp img,
.img-resp-vert img {
	position: absolute;
	left: 0;
	top: 0;
}

.img-wide img {
	width: 100%;
	display: block;
}

.img-fit img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.nowrap {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.fx-row,
#dle-content {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.fx-col {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-direction: column;
	-webkit-flex-direction: column;
	flex-direction: column
}

.fx-center {
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center
}

.fx-middle {
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center
}

.fx-start {
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
}

.fx-first {
	-ms-flex-order: -1;
	-webkit-order: -1;
	order: -1;
}

.fx-last {
	-ms-flex-order: 10;
	-webkit-order: 10;
	order: 10;
}

.fx-1 {
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 100%;
	min-width: 50px;
}

.fx-between {
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

b,
strong,
.fw700 {
	font-weight: 600;
}

.icon-left [class*="fa-"],
.icon-left .icon {
	margin-right: 10px;
}

.icon-right [class*="fa-"],
.icon-right .icon {
	margin-left: 10px;
}

.hidden {
	display: none;
}

.anim,
.btn,
button,
.popular-item-img:before,
.short-item a,
.sidebar a,
.header-btn,
.short-img,
.footer a,
.side-nav a {
	transition: all .3s;
}

.mtitle,
.sub-title h1,
.form-wrap h1 {
	margin-bottom: 30px;
	font-size: 24px !important;
	font-weight: 600;
}

#dle-content > * {
	width: 100%;
}


/* errors */

.berrors {
	background: #fce5ba;
	color: #a76846;
	margin: 0 0 45px 0;
	padding: 10px 20px;
}

.berrors a {
	color: #aa4e43;
	text-decoration: underline;
}

.berrors + .speedbar {
	margin-top: 0;
}


/* Votes */

.vote-box {}

.vote-title {
	margin: 0 -30px;
	margin-bottom: 15px;
	padding: 15px 30px;
	background-color: #f6feef;
	color: #6cb030;
	line-height: 1.3;
}

.vote {
	margin-bottom: 10px;
	font-size: 14px;
}

.vote:after {
	content: "";
	display: table;
	clear: both;
}

.vote input {
	display: none;
}

.vote label {
	position: relative;
}

.vote label:before {
	content: "";
	margin: 0 10px 0 0;
	cursor: pointer;
	position: relative;
	top: -1px;
	width: 10px;
	height: 10px;
	border-radius: 5px;
	background-color: #ccc;
	display: inline-block;
	vertical-align: middle;
}

.vote input:checked + label:before {
	box-shadow: inset 0 0 0 4px #e04d89;
	background-color: #e04d89;
}

.vote label:hover {
	cursor: pointer;
	color: #ee5256;
}

.vcount {
	margin-top: 10px;
}

.vote-buts {
	padding: 10px 0 0px 0;
}

.vvote {
	width: 50%;
	padding: 0 !important;
	font-size: 14px !important;
}

button.vres,
button.vall {
	width: 40px;
	text-align: center;
	padding: 0 !important;
}


/* Content-other */

.ui-icon,
.close {
	display: block;
	overflow: hidden;
	text-indent: -9999px;
	white-space: nowrap;
}

#pollbox {
	border-bottom: 1px dashed #E3E3E3;
	padding-bottom: 22px
}

#dle-poll-list,
#searchtable,
.pm-status {
	padding: 0 0 20px 0;
	border-radius: 6px;
}


/*---BB CODES ---*/

.bbcodes,
.bbcodes_poll,
{
	margin: 10px 10px 0 0;
}

.bbcodes_poll {
	width: 100px
}

.fbutton {
	margin-right: 10px;
}


/* forms */

.tableform {
	width: 100%;
}

.tableform td,
.tableform th {
	border-top: 1px dotted #e3e3e3;
	padding: 10px 0;
	text-align: left;
}

.tableform tr:first-child td,
.tableform tr:first-child th {
	border: 0 none;
}

.tableform th,
.tableform .label,
.tableform .addnews {
	width: 25%;
	font-weight: normal;
	vertical-align: top;
	padding-right: 10px;
	padding-top: 8px;
}

.fieldtr select,
.f_textarea,
.f_input,
.xfields textarea,
.xprofile textarea,
.tdfield select,
.lfield input,
.editor input[type="text"],
#category,
textarea.ui-corner-all,
.pm select,
.xfields input,
.xprofile input,
.xfields select,
.xprofile select,
.mass_comments_action select,
.bbeditor select,
.textin,
select.rating {
	padding: 5px;
}

.recipient select {
	width: 298px;
}

.checkbox {
	color: #787878;
	padding: 4px 0;
	line-height: 1em;
}

.checkbox input {
	margin-top: -2px;
	vertical-align: middle;
}


/*--- NEW FORM ---*/

.form-wrap > div,
.form-vote > div {
	margin-bottom: 20px;
}

.form-item {
	margin-bottom: 20px;
	padding-left: 200px;
	position: relative;
}

.form-item > label {
	display: block;
	float: left;
	width: 200px;
	margin-left: -200px;
	padding-top: 10px;
}

.form-item > input[type="text"],
.form-item > input[type="password"],
.form-item > input[type="file"] {
	max-width: 600px;
}

.imp > label:after {
	content: "*";
	margin: 0 0 0 10px;
	color: #e85319;
}

.form-buts input[type="button"],
.form-buts a {
	width: 48%;
	float: left;
	display: block;
	text-align: center;
	box-shadow: none;
	border-radius: 0;
	font-size: 14px;
}

.form-buts a {
	float: right;
}

.findrelated {
	background: #ffc;
	border: 1px solid #9E9E9E;
	padding: 5px;
}

.form-textarea > label {
	display: block;
	padding: 10px 20px;
	background-color: #444;
	color: #fff;
	font-size: 16px;
}

#category {
	width: 100% !important;
}

.form-xfield .addnews {
	vertical-align: middle;
}

.form-checks label,
#allow_subscribe + label {
	display: inline-block;
	line-height: 30px;
	margin-left: 5px;
	position: relative;
	top: 1px;
}

.form-submit button:last-child {
	margin-left: 10px;
}

.form-secur {
	width: 100%;
	float: right;
}

.form-secur input {
	display: inline-block;
	max-width: 300px;
	vertical-align: top;
}

.form-secur > a {
	display: inline-block;
	vertical-align: top;
	margin-left: 10px;
}

.form-secur select {
	width: 100%;
	max-width: 600px;
}

.form-item > input[type="button"] {
	position: absolute;
	right: 0;
	top: 0;
	height: 40px;
	line-height: 40px;
}

#result-registration {
	text-align: center;
}


/*--- XFIELDS ---*/

.xfields textarea,
.xprofile textarea {
	height: 200px;
}

.xfields input,
.xprofile input {
	max-width: 250px;
	display: inline-block;
}

.xfields_table td {
	vertical-align: top;
}

.xfields .bb-editor {
	margin-top: 10px;
}


/* Userinfo */

.up-img {
	width: 100px;
	height: 100px;
	border-radius: 3px;
	border: 5px solid #FFF;
	box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.2);
	position: absolute;
	left: 30px;
	bottom: -30px;
}

.user-popup {
	padding: 20px 0;
	position: relative;
	margin: -20px;
}

.upop-left {
	width: 28%;
	float: left;
	position: relative;
	z-index: 50;
	text-align: center;
}

.upop-left .up-img {
	position: static;
	display: block;
	margin: 0 auto 10px auto;
}

.upop-right {
	width: 72%;
	float: right;
}

.upop-right li {
	padding: 5px 0;
}

.us-prof {
	border: 0px solid #ebeef3;
	background-color: #FFF;
	margin-bottom: 20px;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
}

.usp-left {
	width: 240px;
	padding: 20px;
	background-color: #222;
	color: #fff;
	text-align: center;
	position: relative;
}

.usp-right {
	width: calc(100% - 240px);
	width: -webkit-calc(100% - 240px);
	padding: 20px;
}

.usp-status {
	position: absolute;
	left: 0;
	top: 0;
}

.offline,
.online {
	padding: 3px 5px;
	display: inline-block;
	color: #fff;
	background-color: #626262;
}

.online {
	background: #99ce1b;
}

.usp-av {
	width: 100px;
	height: 100px;
	border: 5px solid #333;
	margin: 0 auto;
}

.usp-activ {
	margin: 10px -20px 0 -20px;
	background-color: #333;
	color: #fff;
}

.usp-activ > div {
	width: 50%;
	float: left;
	padding: 10px 0;
}

.usp-activ > div div {
	font-weight: 700;
	font-size: 16px;
}

.usp-activ > div + div {
	border-left: 3px solid #222;
}

.usp-btn a {
	display: block;
	margin-top: 10px;
	padding: 0;
	font-size: 12px;
}

.usp-name {
	margin: -20px -20px 10px -20px;
	padding: 20px;
	border-bottom: 1px solid #f0f0f0;
	background-color: #f8f8f8;
}

.usp-name h1 {
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 5px;
}

.usp-group span {
	color: #fa5800 !important;
	font-weight: 700;
}

.usp-meta li {
	padding: 7px 10px;
}

.usp-meta li a {
	text-decoration: underline;
}

.usp-meta li:nth-child(2n+1) {
	background-color: #f5f5f5;
}

@media screen and (max-width: 760px) {
	.up-first {
		padding: 20px 10px;
		height: auto;
		text-align: center;
	}
	.up-img {
		position: relative;
		margin: 10px auto;
		left: 0;
		bottom: 0;
	}
	.up-status {
		position: relative;
		margin: 0 auto;
		left: 0;
		bottom: 0;
	}
	.up-second,
	.up-edit {
		padding: 20px 10px;
	}
	.usp-left {
		width: 100%;
	}
	.usp-right {
		width: 100%
	}
}


/* search */

.search-page {
	margin-bottom: 20px;
}

.searchstyle {
	width: 480px
}

.search {
	padding: 0
}

#searchtable,
#searchtable td {
	vertical-align: top;
	text-align: left
}

#searchtable fieldset {
	font-size: 11px;
	border: 1px solid #d7d7d7;
	padding: 10px;
	text-align: left;
	margin: 0 4px 4px 0 !important;
	border-radius: 6px
}

fieldset legend {
	font-size: 11px;
	font-weight: bold;
	color: #696969;
}

#searchtable table,
#searchtable form {
	margin: 0;
	width: 100%;
}

#searchtable select {
	background-color: #fff
}

#searchuser,
#searchinput {
	width: 90% !important;
}

.search > div {
	margin-bottom: 10px;
}

.search input[type="text"],
.search select {
	display: block;
	width: 100% !important;
	margin-bottom: 10px;
}

.search input[type="checkbox"],
.search input[type="radio"] {
	margin-right: 5px;
}

#searchinput + br,
#searchinput + br + br {
	display: none;
}

.sres-wrap {
	background-color: #fff;
	display: block;
	padding: 15px 15px 15px 230px;
	border: 1px solid #e3e3e3;
	position: relative;
}

.sres-wrap:nth-child(2n) {
	background-color: #f6f6f6;
}

.sres-wrap:hover {
	z-index: 100;
	border-color: #04a2dc;
	box-shadow: 0 0 10px 0 rgba(4, 162, 220, 0.5);
}

.sres-img {
	float: left;
	margin-left: -215px;
	width: 200px;
	position: relative;
}

.sres-img img {
	width: 100%;
}

.sres-text {
	float: right;
	width: 100%;
	color: #000;
}

.sres-text h2 {
	font-size: 16px;
	color: #547b97;
	margin-bottom: 20px;
	display: block;
}

.sres-date {
	position: absolute;
	left: 0;
	top: 0;
	padding: 10px;
	background-color: rgba(0, 0, 0, 0.7);
	color: #fff;
}

@media screen and (max-width: 590px) {
	.sres-wrap {
		padding: 10px;
	}
	.sres-img {
		float: none;
		margin: 0 auto 10px auto;
	}
	.sres-text {
		float: none;
	}
}

.usp-btn {
	clear: both;
}


/* statistics */

.stat-list {
	min-height: 70px;
	width: 33.33%;
}

.stat-list li {
	padding: 0 15px 10px 1px;
}

.statistics h4 {
	font-weight: 400;
	font-size: 16px;
}

.statsbox li {
	padding: 8px 0;
}


/* PM */

.pm-menu {
	height: 60px;
	white-space: nowrap;
	overflow-y: hidden;
	overflow-x: auto;
}

.pm-menu li {
	display: inline-block;
	margin-right: 10px;
}

.pm-menu a {
	padding: 0 15px;
	background: #eaf0f2;
	line-height: 40px;
	display: block;
}

.pm-menu a:hover {
	background: #444;
	color: #fff;
}

.pm-status {
	margin-bottom: 40px;
}

.pm_progress_bar {
	border-radius: 4px;
	background-color: #eaf0f2;
	margin: 10px 0;
	overflow: hidden;
}

.pm_progress_bar span {
	background: #fb643c;
	font-size: 0;
	text-indent: -2000em;
	height: 20px;
	display: block;
	overflow: hidden;
}

.table-resp {
	overflow-y: hidden;
	overflow-x: auto;
}

.pm,
.userstop {
	border: 1px solid #ccc;
	width: 100%;
}

.pm tr td,
.userstop tr td {
	padding: 10px;
	border: 1px solid #ccc;
	font-size: 12px;
}

.pm tr:nth-child(1) {
	background-color: #444;
	color: #FFF;
}

.pm tr:nth-child(2n+2),
.userstop tr:nth-child(2n+2) {
	background-color: #f9f9f9;
}

.pm select {
	width: 100%;
	margin-bottom: 10px;
}

#dle-pm-preview .bform {
	display: none;
}


/*--- AJAX---*/

#loading-layer {
	background: #000;
	padding: 10px;
	text-align: center;
	color: #fff;
	border-radius: 2px
}

#loading-layer.withouttext {
	background: rgb(0 0 0 / 60%);
	padding: 5px 5px 0px 5px;
	text-align: center;
	color: #fff;
	border-radius: 50%;
}

#loading-layer.withtext {
	padding: 10px;
	background: rgb(0 0 0 / 60%);
	color: #fff;
	border-radius: 5px;
	box-shadow: 0 3px 6px rgb(0 0 0 / 16%), 0 3px 6px rgb(0 0 0 / 23%);
}


/*--- QUOTES ---*/

.scriptcode,
.title_spoiler,
.text_spoiler {
	padding: 3px 5px;
	background: #f0f0f0;
	border: 1px solid #e3e3e3;
}

.title_quote {
	margin-top: 2px;
	font-weight: bold;
}

.quote {
	margin: 15px 0 5px 50px;
	padding: 15px 20px;
	position: relative;
	font: italic 16px/1.6 Georgia;
	background-color: #f5f6f8;
	border-left: 3px solid #ea172a;
}

.quote2:before {
	content: "";
	display: table;
	clear: both;
}

.quote:after {
	content: "\f10d";
	font-family: 'Font Awesome 5 Pro';
	font-weight: 900;
	font-size: 24px;
	color: #ea172a;
	position: absolute;
	left: -50px;
	top: 0;
}

.title_spoiler {
	margin-top: 2px;
}

.text_spoiler {
	margin-bottom: 2px;
}

.title_spoiler img {
	vertical-align: middle !important;
	margin: 0 5px 0 0;
	border: 0;
}

.scriptcode {
	color: #4c6d0f;
	text-align: left;
	font-family: "Courier New"
}

.title_spoiler {
	font-weight: normal;
}

.text_spoiler {
	border-top: 0;
	text-align: justify;
}

.hide {
	background-color: #f0f0f0;
	padding: 5px;
	color: #000;
	margin: 0 0 1em 0
}

.hide a {
	text-decoration: underline;
}

.hide a:hover {
	text-decoration: none
}

.inhide {
	border: 1px solid #d1e3ef;
	padding: 5px;
	background-color: #fff;
	margin-bottom: 5px
}


/*--- quick edit fields---*/

.quick-edit-text {
	padding: .4em;
	width: 350px;
}

.quick-edit-textarea {
	height: 250px;
	padding: 2px;
	border: 1px solid #d7d7d7;
	width: 100%;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}


/*--- DROP NENU ---*/

#dropmenudiv {
	font: 12px Arial;
	padding: 10px;
	display: none;
	background: #fff;
	border-radius: 8px;
	box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.22);
	z-index: 200 !important;
}

#dropmenudiv a {
	display: block;
	text-decoration: none;
	padding: 5px 8px;
	width: 154px
}


/*--- ---*/

fieldset {
	border: 1px solid #bfced6;
	padding: 5px;
	text-align: left;
}


/*--- SEARCH SUGGESTIONS---*/

#searchsuggestions {
	z-index: 99998;
	width: 544px;
	font-size: 12px;
	background: #fff;
	box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}

#searchsuggestions a,
#searchsuggestions span {
	display: block;
}

#searchsuggestions a,
#searchsuggestions span.notfound {
	padding: 10px 15px;
	border-bottom: 1px solid #f5f5f5;
}

#searchsuggestions a {
	color: #010101;
}

#searchsuggestions a:hover {
	background-color: #f5f6f8
}

#searchsuggestions span.searchheading {
	margin-bottom: 10px;
	font-size: 16px;
}

#searchsuggestions span.searchheading + span {
	color: #949494;
}

#searchsuggestions span.seperator a {
	padding: 10px 0;
	text-align: center;
	background-color: #444;
	color: #fff;
}

#searchsuggestions span.notfound {
	padding: 15px 20px;
}

#searchsuggestions .break,
#searchsuggestions span.seperator {
	display: none;
}

@media screen and (max-width: 960px) {
	#searchsuggestions {
		width: calc(100% - 40px);
	}
}


/*--- UI WIDGETS ---*/

.ui-widget-overlay {
	background: #000;
	opacity: 0.5;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	position: fixed;
}

* html .ui-helper-clearfix {
	height: 1%
}

.ui-helper-clearfix {
	display: block;
}

.ui-dialog {
	background-color: #fff;
	position: absolute;
	width: 500px;
	box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
}

.ui-dialog-titlebar {
	background-color: #f8f8f8;
}

.ui-dialog-title {
	display: block;
	font-size: 16px;
	font-weight: 600;
	padding: 15px 60px 15px 30px;
}

.ui-dialog .ui-dialog-content {
	padding: 30px;
	overflow: auto;
	position: relative;
	zoom: 1;
}

.ui-dialog .ui-dialog-buttonpane {
	padding: 10px 15px;
	text-align: center;
	background-color: #f8f8f8;
}

.ui-dialog-titlebar-close {
	font-size: 0 !important;
	cursor: pointer;
	position: absolute;
	right: 7px;
	top: 5px;
	width: 40px;
	height: 40px;
}

.ui-dialog-titlebar-close:before {
	content: "\f00d";
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #000;
	position: absolute;
	right: 0;
	top: 0px;
	text-indent: 0;
	font-size: 18px;
	/*background-color:#d91e18;*/
	display: block;
	font-family: 'Font Awesome 5 Pro';
}

a:hover .ui-icon-closethick {
	opacity: 0.8;
}

.ui-dialog .ui-dialog-content > br {
	display: none;
}

.ui-dialog .ui-dialog-buttonpane button {
	height: 30px;
	line-height: 30px;
	margin: 0 5px;
	padding: 0 15px;
}

.ui-dialog .ui-resizable-se {
	bottom: 3px;
	height: 14px;
	right: 3px;
	width: 14px;
}

.ui-draggable .ui-dialog-titlebar {
	cursor: move;
}

.ui-state-error {
	background: #fef1ec 50% 50% repeat-x !important;
	border: 1px solid #cd0a0a;
	color: #cd0a0a;
}


/* ---  UI MENU --- */

.ui-autocomplete {
	position: absolute;
	cursor: default;
}

* html .ui-autocomplete {
	width: 1px
}


/* without this, the menu expands to 100% in IE6 */

.ui-menu {
	list-style: none;
	padding: 2px;
	margin: 0;
	display: block;
	float: left;
	background: #fff 50% bottom repeat-x;
	border: 1px solid #dedede;
	color: #222;
}

.ui-menu .ui-menu {
	margin-top: -3px;
}

.ui-menu .ui-menu-item {
	margin: 0;
	padding: 0;
	zoom: 1;
	float: left;
	clear: left;
	width: 100%;
}

.ui-menu .ui-menu-item a {
	text-decoration: none;
	display: block;
	padding: .2em .4em;
	line-height: 1.5;
	zoom: 1;
}

.ui-menu .ui-menu-item a.ui-state-hover,
.ui-menu .ui-menu-item a.ui-state-active {
	font-weight: normal;
	margin: -1px;
	border: 1px solid #a7a7a7;
	color: #4e4e4e;
	font-weight: bold;
}


/*--- MARK AND SHARE ---*/

#marker-bar,
#txtselect_marker {
	display: block;
	visibility: hidden;
	position: absolute;
	bottom: 0;
	z-index: 1200;
	opacity: 0;
	transition: opacity .4s, visibility .1s linear .4s
}

#txtselect_marker {
	cursor: pointer;
	width: 32px;
	height: 32px;
	background: url(../dleimages/marker.png) -0px -0px no-repeat
}

#txtselect_marker:hover {
	background-position: -0px -32px
}

#marker-bar {
	border: 1px solid #ccc;
	border-radius: 15px;
	background: #fff;
	padding: 5px 10px;
	cursor: default;
	box-shadow: 0px 0px 4px #ccc
}

#marker-bar.show,
#txtselect_marker.show {
	visibility: visible;
	transition: opacity .4s, visibility 0s;
	opacity: 1
}

#marker-bar .masha-social,
#marker-bar .masha-marker {
	cursor: pointer;
	display: block;
	margin: 0 5px;
	float: left
}

#marker-bar .masha-marker {
	line-height: 1em;
	color: #aaa;
	border-bottom: 1px dotted #aaa;
	margin-right: 10px
}

#marker-bar .masha-marker:hover {
	color: #ea3e26;
	border-color: #ea3e26
}

.user_selection,
.user_selection_true {
	background: #c4f47d;
	padding: 2px 0
}

.user_selection a.txtsel_close,
.user_selection_true a.txtsel_close {
	display: none
}

.user_selection .closewrap,
.user_selection_true .closewrap {
	position: relative
}

.user_selection.hover a.txtsel_close,
.user_selection_true.hover a.txtsel_close {
	display: inline-block;
	position: absolute;
	top: -7px;
	left: -5px;
	width: 33px;
	height: 33px;
	background: url(../dleimages/closemarker.png) -0px -0px no-repeat
}

.user_selection.hover a.txtsel_close:hover,
.user_selection_true.hover a.txtsel_close:hover {
	background-position: -0px -33px
}

#share-popup {
	background: #fff;
	border: 1px solid #aaa;
	border-radius: 5px;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
	position: absolute;
	width: 414px;
	display: none;
	z-index: 100;
	padding: 10px 0;
	opacity: 0;
	transition: opacity .4s, visibility .1s linear .4s
}

#share-popup.show {
	display: block;
	opacity: 1;
	transition: opacity .4s, visibility 0s
}

#share-popup .social {
	padding: 0 0 10px 17px;
	height: 40px
}

#share-popup .social p {
	padding-bottom: 10px;
	margin: 0;
	font-weight: bold
}

#share-popup .social ul {
	list-style: none;
	margin: 0;
	padding: 0
}

#share-popup .social ul li {
	float: left;
	margin-right: 20px;
	padding-top: 2px;
	position: relative
}

#share-popup .social ul a {
	text-decoration: none;
	font-size: 11px;
	display: inline-block;
	color: #aaa;
	padding-left: 25px
}

#share-popup .social ul a:hover {
	text-decoration: underline;
	color: #ea3e26
}

#share-popup .social a span {
	cursor: pointer;
	width: 20px;
	height: 20px;
	background: url(../dleimages/social-icons.png) 20px 20px no-repeat;
	position: absolute;
	left: 0;
	top: 0
}

#share-popup .social .tw span {
	background-position: 0 -20px
}

#share-popup .social .tw:hover span {
	background-position: 0 0
}

#share-popup .social .fb span {
	background-position: -20px -20px
}

#share-popup .social .fb:hover span {
	background-position: -20px 0
}

#share-popup .social .vk span {
	background-position: -40px -20px
}

#share-popup .social .vk:hover span {
	background-position: -40px 0
}

#share-popup .social .gp span {
	background-position: -60px -20px
}

#share-popup .social .gp:hover span {
	background-position: -60px 0
}

#share-popup .link {
	clear: both;
	border-top: 1px solid #d9d9d9;
	padding: 10px 5px 0 10px;
	line-height: 1.2;
	overflow: hidden;
	margin: 0 7px
}

#share-popup .link p {
	font-weight: bold;
	padding: 0 0 3px 0;
	margin: 0
}

#share-popup .link span {
	color: #999;
	font-size: 10px;
	display: block;
	padding-top: 3px
}

#share-popup .link a {
	display: block
}


/*--- UPDATES TO NEW VERSIONS ---*/

.comments-tree-list {
	display: block;
	margin: 0;
	padding: 0;
	list-style: none;
}

.comments-tree-list .comments-tree-list {
	padding-left: 25px;
	position: relative;
}

.comments-tree-list .comments-tree-list22:before {
	content: "\f178 ";
	font-family: 'FontAwesome';
	position: absolute;
	left: 0;
	top: 0;
	color: #888;
}

.comments-tree-item {
	display: block;
	margin: 0;
	padding: 0;
}

#dlefastreplycomments {
	padding: 10px;
	background: #f7f6e5;
	margin: 10px 0 5px 30px;
}

.commentsreplyname {
	padding: 2px;
	border: 1px solid #bcc0c2;
	width: 200px;
	background: #fff;
}

#dlereplypopup form > div {
	margin-bottom: 5px;
}

#dlereplypopup form input[type="text"] {
	height: 30px;
	line-height: 30px;
}

#dlereplypopup form textarea {
	height: 80px;
}

.pollallvotes {
	text-align: center;
	margin-top: 10px;
}


/*--- 11, 12 ---*/

.emoji {
	border: none;
	vertical-align: middle;
	width: 22px;
	height: 22px;
}

.xfieldsrow {
	padding-top: 5px;
	clear: both;
}

.xfieldscolleft {
	float: left;
	width: 30%;
}

.xfieldscolright {
	float: left;
	width: 70%;
}

.file-box {
	width: 95%;
	max-width: 437px;
	border: 1px solid #B3B3B3;
	border-radius: 3px;
	background-color: #F5F5F5;
	padding: 10px;
	margin-top: 10px;
}

.qq-uploader {
	position: relative;
	width: 100%;
}

.qq-upload-button {
	display: inline-block;
	padding: 0 10px;
	margin-top: 5px;
	line-height: 40px !important;
	cursor: pointer;
}

.qq-upload-drop-area {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	max-width: 437px;
	background: #FF9797;
	text-align: center;
}

.qq-upload-drop-area span {
	display: block;
	position: absolute;
	top: 50%;
	width: 100%;
	margin-top: -8px;
	font-size: 16px;
}

.qq-upload-drop-area-active {
	background: #FF7171;
}

.uploadedfile {
	width: 115px;
	height: 130px;
	margin: 10px 5px 5px 5px;
	border: 1px solid #B3B3B3;
	box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.3);
	text-align: center;
	background: #ffffff;
}

.uploadedfile .uploadimage {
	margin-top: 5px;
	width: 115px;
	height: 90px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: move;
}

.sortable-ghost {
	opacity: 0.4;
}

.uploadedfile .info {
	text-align: left;
	white-space: nowrap;
	margin: 0px 5px 0px 5px;
	overflow: hidden;
}

.progress {
	overflow: hidden;
	margin-top: 10px;
	margin-bottom: 10px;
	background-color: whitesmoke;
	height: 10px;
	border-radius: 8px;
	background: #eee;
	box-shadow: 0 1px 0 white, 0 0px 0 1px rgba(0, 0, 0, 0.1) inset, 0 1px 4px rgba(0, 0, 0, 0.2) inset;
}

.progress .progress-bar {
	float: left;
	width: 0%;
	font-size: 12px;
	line-height: 20px;
	color: white;
	text-align: center;
	background-color: #428bca;
	box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
	transition: width 0.6s ease;
	border-radius: 8px;
	box-shadow: none;
	height: 8px;
}

.progress-bar span {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0 0 0 0);
	border: 0;
}

.progress-blue {
	background-image: linear-gradient(to bottom, #9bcff5 0%, #6db9f0 100%);
	background-repeat: repeat-x;
	border: 1px solid #55aeee;
}

.xfieldimagegallery {
	margin: 20px -5px;
	list-style: none;
	clear: both;
}

.xfieldimagegallery:after {
	content: "";
	display: table;
	clear: both;
}

.xfieldimagegallery li {
	list-style: none;
	margin: 0;
}

.xfieldimagegallery li img {
	float: left;
	margin: 5px;
	border: 5px solid #fff;
	width: 150px;
	height: 100px;
}

.xfieldimagegallery li img:hover {
	box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.4);
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
	cursor: not-allowed;
	pointer-events: none;
	opacity: 0.65;
}

.dle-captcha {
	position: relative;
}

.dle-captcha:after {
	clear: both;
	display: block;
	content: "";
}

.dle-captcha > a {
	float: left;
	margin-right: 5px;
}

.dle-captcha img {
	position: relative;
	display: block;
	width: 130px;
	height: 46px;
	transition: all ease .2s;
}

.dle-captcha > input {
	float: left;
	width: 130px;
}

.xfieldsnote {
	color: #838383;
	font-size: .9em;
}

.instagram-media,
.twitter-tweet {
	display: inline-block !important;
}


/*--- 13, 14 ---*/

.ui-front {
	z-index: 1000;
}

.ui-button-icon-only {
	overflow: hidden;
	text-indent: -9999px;
}

button.ui-dialog-titlebar-close {
	background-color: transparent !important;
	position: absolute;
	right: 0;
}

.emoji_box {
	width: 100%;
	max-width: 390px;
}

.emoji_category {
	padding: 7px;
	clear: both;
}

.emoji_list {
	margin-top: 5px;
	margin-bottom: 5px;
	width: 100%;
	font-family: 'Apple Color Emoji', 'Segoe UI Emoji', 'NotoColorEmoji', 'Segoe UI Symbol', 'Android Emoji', 'EmojiSymbols';
	font-size: 2em;
}

.emoji_symbol {
	float: left;
	margin-bottom: 10px;
	width: 12.5%;
	text-align: center;
}

.emoji_symbol a,
.emoji_symbol a:hover {
	cursor: pointer;
	text-decoration: none;
}

.native-emoji {
	font-size: 1.3em;
	font-family: 'Apple Color Emoji', 'Segoe UI Emoji', 'NotoColorEmoji', 'Segoe UI Symbol', 'Android Emoji', 'EmojiSymbols';
}

figure {
	margin: 0;
}

figure.align-left {
	float: left;
}

figure.align-right {
	float: right;
}

figure.image.align-center {
	display: table;
	margin-left: auto;
	margin-right: auto;
}

figure.image figcaption {
	padding: 1rem;
	background-color: #fafafa;
	font-size: .8rem;
	caption-side: bottom;
	word-break: break-word;
	text-align: center;
}

figure.image.align-center figcaption {
	display: table-caption;
}

.comments-image-gallery {
	margin: 0;
	padding: 0;
	list-style: none;
	clear: both;
}

.comments-image-gallery li {
	list-style: none;
	margin: 0;
	padding: 0;
}

.comments-image-gallery li img {
	float: left;
	margin-right: 5px;
	border: 5px solid #fff;
	width: 100px;
	height: 100px;
	transition: box-shadow 0.5s ease;
}

.comments-image-gallery li img:hover {
	box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.4);
}

.mce-toc {
	border: 1px solid #dbdada;
	margin: 0 0 .7rem 0;
}

.mce-toc h2 {
	margin: 4px;
}

.mce-toc ul {
	padding-left: 20px;
	list-style: none;
	margin-top: 0;
	margin-bottom: 0;
	margin-block-start: 1em;
	margin-block-end: 1em;
}

.mce-toc ul ul {
	padding-left: 20px;
	margin-block-start: 0;
	margin-block-end: 0;
}

.mce-toc li {
	list-style-type: none;
}

.title_spoiler svg {
	vertical-align: middle;
	margin-top: -4px;
	margin-right: 7px;
	height: 16px;
	width: 16px;
}

.comimg {
	border: 2px dashed #aab8bf;
	color: #8d9ca3 !important;
	border-radius: 3px;
	display: block;
	text-align: center;
	padding: 5px 0;
}

@media screen and (max-width: 600px) {
	.form-wrap h1 {
		font-size: 16px;
	}
	.form-item {
		padding-left: 0;
	}
	.form-item > label {
		float: none;
		width: 100%;
		margin-left: 0;
		padding: 0 0 10px 0;
	}
	.form-item > input[type="text"],
	.form-item > input[type="password"],
	.form-item > input[type="file"] {
		float: none;
	}
	.form-item > input[type="button"] {
		display: none;
	}
	.form-checks input#allow_main {
		margin-left: 10px;
	}
	.form-buts input[type="button"],
	.form-buts a {
		width: 50%;
		padding: 0;
		font-size: 12px;
	}
	.stat-list {
		width: 100%;
		float: none;
	}
	.bb-pane {
		padding: 0 0 0 5px;
		height: 50px !important;
		white-space: nowrap;
		overflow-y: hidden;
		overflow-x: auto;
	}
	.bb-btn {
		float: none;
	}
}

p a {
	color: blue;
}


/*--- Rating - Stars ---*/

.rating,
.unit-rating {
	width: 115px;
	height: 23px;
}

.rating {
	font-size: 11px;
}

.unit-rating,
.unit-rating li a:hover,
.unit-rating li.current-rating {
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAC4AAACKBAMAAAAnGmX8AAAALVBMVEX///+RkZH+12L/w0//7cP/5aj+24X/+u7/9d2tra3Jycne3t7/zGn5+fnx8fHkdmbhAAACEUlEQVRIx+2UuUsDQRTGF+8bp4yiyKDRUhiNFikW73LxwsIiRETL4F2KilpYmFYQklIE0VYbIQQsY2kjWkbwfzDjzvhm3rzCJiCSr1p+SfY7HsT7w2rYp3ltQPO6HpqPDdA8GSVxPeckr+HcJ205T1D8gHPSeJbzPopz7hrvnk4sSL4wcboLdIpb6v0ZxuY+LGB/HRY2ubn2MeB1a5ukxtEUGkEp4bSVchtvhLzfORaE/NV7VCDnlFzJPSKPJmEcczpffhg4x13zvB2nVxXvDdP2oKNHU+FOAyi+r/xRgWn9sOVVRKv8/ycJmlc/0nx8iOYrMRLXC5EibYUIKN4iBGl8KMQoaSsEaZwTIo7Z3tHkoihpdX7mBOiysJSHhJYCWMDExho1JjfXPgP8ZG2T0zhub7SjecJpK+U23gz5iHMsHRJpLuTDzmoqjnNEJRXTbByTv/Gd48YD+WHgHHddtsMnrhb5MO0gih/b/7ZfQQWWA+WPCizph22vojKr7Y3mTec0L7bT/K6T5ukIbctYgbRlLEPxRsbOSVvGuimeZYw0ZiVh9vpwfyX5xfXDJ1CJDHVAQlOQtvXOxMYazSa/9UDvGqIOrWmNI/ZxXjS/xCOrjHjSZ3g7Wg1CmsZZ6Eq9P1LAR1RCXDaOpKGtOV2mGUaD48pGRXliFL8jTNuF4odB2tKoQDaj/FGBG/3w4f0LfQHtX5JXyZBVcwAAAABJRU5ErkJggg==);
	-webkit-background-size: 23px auto;
	background-size: 23px auto;
}

.unit-rating {
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
	background-position: 0 -46px;
}

.unit-rating li {
	text-indent: -90000px;
	padding: 0;
	margin: 0;
	float: left;
}

.unit-rating li a {
	display: block;
	width: 23px;
	height: 23px;
	text-decoration: none;
	border: 0 none !important;
	text-indent: -9000px;
	z-index: 17;
	position: absolute;
	padding: 0;
}

.unit-rating li a:hover {
	background-position: 0 -23px;
	z-index: 2;
	left: 0;
}

.unit-rating a.r1-unit {
	left: 0;
}

.unit-rating a.r1-unit:hover {
	width: 23px;
}

.unit-rating a.r2-unit {
	left: 23px;
}

.unit-rating a.r2-unit:hover {
	width: 46px;
}

.unit-rating a.r3-unit {
	left: 46px;
}

.unit-rating a.r3-unit:hover {
	width: 69px;
}

.unit-rating a.r4-unit {
	left: 69px;
}

.unit-rating a.r4-unit:hover {
	width: 92px;
}

.unit-rating a.r5-unit {
	left: 92px;
}

.unit-rating a.r5-unit:hover {
	width: 115px;
}

.unit-rating li.current-rating {
	background-position: 0 0;
	position: absolute;
	height: 23px;
	display: block;
	text-indent: -9000px;
	z-index: 1;
	padding: 0px;
}

.ratingplus {
	color: green;
}

.ratingminus {
	color: red;
}

.ratingzero {
	color: #6c838e;
}

.quote::after {
	content: "💬"!important;
}

/* main_footer.tpl */
.content-list {
	display: none;
}

.content-list:first-of-type {
	display: block;
}

/* pseudo-link */
[data-extlink], [data-innerlink] {
    color: #000;
    cursor: pointer;
    text-decoration: underline;
    padding: 1px 3px;
    border-radius: 3px;
    transition: all 0.2s;
    display:inline-block;max-width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;vertical-align:middle;
}
[data-extlink]:hover, [data-innerlink]:hover {
    text-decoration: none;
}