/* INFO MESSAGES, ERRORS */
.message-info {line-height: 1.7; font-size: 15px; margin-bottom: 20px; 
	background-color: var(--ui-message-bg); box-shadow: 0 1px 3px rgba(0,0,0,.12),0 1px 2px rgba(0,0,0,.24);
	border: 1px solid var(--ui-message-bdc); position: relative; padding: 15px 20px; border-left-width: 10px;}
.message-info__title {font-weight: 600;}
.message-info a {color: var(--tt); text-decoration: underline;}
.trtitle td {font-weight: 500; font-size: 24px; padding: 40px 0 10px 0 !important; 
    border: 0 !important; width: 100% !important;}
.tableform label input {appearance: none; -webkit-appearance: none; display: inline-block; transition: all .2s linear;
	height: 20px; width: 40px; border-radius: 10px; background-color: #eee; cursor: pointer; margin-right: 10px;
	box-shadow: inset 0 2px 5px rgba(0,0,0,0.1); position: relative !important; vertical-align: middle;}
.tableform label input::before {content: ''; width: 18px; height: 18px; border-radius: 10px; 
	position: absolute; left: 1px; top: 1px; background-color: #fff; transition: all .2s linear;}
.tableform label input:checked {background-color: var(--accent);}
.tableform label input:checked::before {left: 21px;}
.table-selectxfieldmod label {position: relative; padding-left: 45px;}
.table-selectxfieldmod tr:not(.trtitle) td {padding: 10px 0;}

/*--- CALENDAR---*/

/* VOTE BLOCK */

/*--- VOTE BARS ---*/

/* MAY BE TO DELETE */
#pollbox {border-bottom: 1px dashed #E3E3E3; padding-bottom: 22px;}
#dle-poll-list, #searchtable, .pm-status {padding: 0 0 20px 0; border-radius: 6px;}
.bbcodes_poll{width:100px}
fieldset {border: 1px solid #bfced6;padding: 5px;text-align: left;}


/* SERVICE FORM
----------------------------------------------- */
.page-service__title, .page--static .page__title {margin-bottom: 30px;}
.form__title {padding-bottom: 10px;}
.form > * + * {margin-top: 20px;}
.form__row {display: flex; flex-wrap: wrap; align-items: center; gap: 10px 20px; position: relative;}
.form__label {width: 200px; display: block;}
.form__label + * {flex: 1 0 100px; max-width: 100%; min-width: 100px;}
.form__row--textarea, .form__row--textarea .form__label, .form__row--wide {display: block; width: 100%;}
.form__row--textarea .form__label {background-color: var(--ui-bg-accent); color: var(--ui-tt-on-accent); padding: 15px;}
.form__label--important::after {content: "*"; margin: 0 0 0 5px; color: #e85319;}
#result-registration, .ui-helper-hidden-accessible, #related_news, .form__vote {width: 100%; padding: 20px; 
	background-color: var(--ui-message-bg); border: 1px solid var(--ui-message-bdc); border-left-width: 5px;}
.form__find-related {position: absolute; right: 0; top: 0;}
.form__content select, #category {width: 100% !important;}
.form__label a {color: var(--accent); text-decoration: underline;}

.form__table {width: 100%;}
.form__table tr + tr td {padding-top: 20px;}
.form__table .addnews {width: 220px;}
.xfields textarea, .xprofile textarea, .form__textarea--height {height:100px !important;}
.xfields .bb-editor, .xfields .wseditor {margin-top:10px;}
td.xfields {position: relative;}

.form--add {
	max-width: none;
	margin: 0 !important;
	padding: 30px 40px !important;
	box-shadow: var(--bsh);
}
.form--add .form__title {
	margin-bottom: 0;
	padding-bottom: 12px;
	border-bottom: 1px solid var(--ui-bdc);
	font-size: 28px;
	line-height: 1.2;
}
.form--add .form__row {
	align-items: flex-start;
	gap: 8px 20px;
}
.form--add .form__label,
.form--add .xfieldscolleft {
	width: 230px;
	padding-top: 7px;
	color: #555;
	font-size: 14px;
	line-height: 1.35;
}
.form--add .form__label + *,
.form--add .xfieldscolright {
	flex: 0 1 720px;
	width: auto;
	min-width: 260px;
}
.form--add input[type="text"],
.form--add input[type="password"],
.form--add select,
.form--add textarea {
	min-height: 34px;
	padding-left: 12px;
	padding-right: 34px;
	border-radius: 0;
	font-size: 14px;
	line-height: 1.35;
}
.form--add input[type="text"] {
	height: 34px;
	line-height: 34px;
}
.form--add .xfieldscolright > input[type="text"],
.form--add .xfieldscolright > select,
.form--add .xfieldscolright > .chosen-container {
	max-width: 720px !important;
}
.form--add textarea,
.form--add .quick-edit-textarea {
	min-height: 96px;
}
.form--add .form__xfields {
	display: grid;
	gap: 4px;
}
.form--add .xfieldsrow {
	display: flex;
	align-items: flex-start;
	gap: 8px 20px;
	clear: none;
	padding: 7px 0;
	border-bottom: 1px solid #f0f0f0;
}
.form--add .xfieldsrow:first-child {
	border-top: 1px solid #f0f0f0;
}
.form--add .xfieldscolleft,
.form--add .xfieldscolright {
	float: none;
}
.form--add #xfield_holder_opisanie,
.form--add #xfield_holder_primejanie {
	display: block;
	color: #555;
	font-size: 14px;
	line-height: 1.35;
}
.form--add #xfield_holder_opisanie textarea,
.form--add #xfield_holder_primejanie textarea,
.form--add #xfield_holder_opisanie .wseditor,
.form--add #xfield_holder_primejanie .wseditor {
	display: block;
	width: 100%;
	margin-top: 8px;
}
.form--add #xfield_holder_opisanie textarea,
.form--add #xfield_holder_primejanie textarea {
	min-height: 110px;
}
.form--add .xfieldsnote {
	margin-top: 5px;
	color: var(--tt-grey);
	font-size: 12px;
	line-height: 1.45;
}
.form--add .trtitle td,
.form--add .trtitle {
	display: block;
	border: 0 !important;
	color: var(--tt);
	font-size: 18px;
	line-height: 1.25;
}
.form--add .trtitle {
	width: 100%;
	margin: 18px 0 10px;
	background-color: var(--bg-grey);
}
.form--add .trtitle td {
	width: 100% !important;
	padding: 14px 18px !important;
	font-weight: 500;
}
.form--add .trtitle.sxm-editor-title,
.form--add .trtitle.anket-xfields-title {
	padding: 14px 18px !important;
	font-weight: 500;
}
.form--add .table-selectxfieldmod {
	width: 100%;
	margin-top: 0;
}
.form--add .table-selectxfieldmod .trtitle td {
	padding-top: 0 !important;
	font-size: 16px;
}
.form--add .table-selectxfieldmod tr:not(.trtitle) td {
	padding: 5px 0;
}
.form--add .table-selectxfieldmod label {
	min-height: 28px;
	padding-left: 58px;
	font-size: 14px;
	line-height: 28px;
}
.form--add .table-selectxfieldmod .chosen-container,
.form--add .table-selectxfieldmod select {
	max-width: 520px !important;
}
.form--add .qq-uploader {
	max-width: 100%;
}
.form--add .qq-upload-button {
	width: auto !important;
	min-width: 180px;
	height: 34px;
	border-radius: 4px;
}
.form--add .file-preview-card {
	max-width: 220px;
}
.form--add #xfupload_img .uploadedfile,
.form--add #xfupload_imgs .uploadedfile,
.form--add #xfupload_imgtruefoto .uploadedfile {
	display: flex;
	flex-direction: column;
	width: 160px;
	height: auto;
	min-height: 0;
	padding: 8px;
}
.form--add #xfupload_img .uploadedfile .active-ribbon,
.form--add #xfupload_img .uploadedfile .file-ext,
.form--add #xfupload_img .uploadedfile .file-footer-caption,
.form--add #xfupload_img .uploadedfile .file-preview,
.form--add #xfupload_imgs .uploadedfile .active-ribbon,
.form--add #xfupload_imgs .uploadedfile .file-ext,
.form--add #xfupload_imgs .uploadedfile .file-footer-caption,
.form--add #xfupload_imgs .uploadedfile .file-preview,
.form--add #xfupload_imgtruefoto .uploadedfile .active-ribbon,
.form--add #xfupload_imgtruefoto .uploadedfile .file-ext,
.form--add #xfupload_imgtruefoto .uploadedfile .file-footer-caption,
.form--add #xfupload_imgtruefoto .uploadedfile .file-preview {
	display: none !important;
}
.form--add #xfupload_img .uploadedfile .file-content,
.form--add #xfupload_imgs .uploadedfile .file-content,
.form--add #xfupload_imgtruefoto .uploadedfile .file-content {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 180px;
	background: #f5f5f5;
}
.form--add #xfupload_img .uploadedfile .uploadimage,
.form--add #xfupload_imgs .uploadedfile .uploadimage,
.form--add #xfupload_imgtruefoto .uploadedfile .uploadimage {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 180px;
	background: #f5f5f5;
}
.form--add #xfupload_img .uploadedfile .file-preview-image,
.form--add #xfupload_imgs .uploadedfile .file-preview-image,
.form--add #xfupload_imgtruefoto .uploadedfile .file-preview-image,
.form--add #xfupload_img .uploadedfile .uploadimage img,
.form--add #xfupload_imgs .uploadedfile .uploadimage img,
.form--add #xfupload_imgtruefoto .uploadedfile .uploadimage img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.form--add #xfupload_img .uploadedfile .file-footer,
.form--add #xfupload_imgs .uploadedfile .file-footer,
.form--add #xfupload_imgtruefoto .uploadedfile .file-footer {
	margin-top: 8px;
}
.form--add #xfupload_img .uploadedfile .file-footer-bottom,
.form--add #xfupload_imgs .uploadedfile .file-footer-bottom,
.form--add #xfupload_imgtruefoto .uploadedfile .file-footer-bottom {
	display: block;
}
.form--add #xfupload_img .uploadedfile .file-delete a,
.form--add #xfupload_imgs .uploadedfile .file-delete a,
.form--add #xfupload_imgtruefoto .uploadedfile .file-delete a,
.form--add #xfupload_img .uploadedfile .info:last-child > a:last-child,
.form--add #xfupload_imgs .uploadedfile .info:last-child > a:last-child,
.form--add #xfupload_imgtruefoto .uploadedfile .info:last-child > a:last-child {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 32px;
	padding: 6px 10px;
	background-color: #f3f3f3;
	color: var(--tt);
	font-size: 12px;
	font-weight: 500;
	line-height: 1.2;
	text-transform: uppercase;
}
.form--add #xfupload_img .uploadedfile .file-delete a:hover,
.form--add #xfupload_imgs .uploadedfile .file-delete a:hover,
.form--add #xfupload_imgtruefoto .uploadedfile .file-delete a:hover,
.form--add #xfupload_img .uploadedfile .info:last-child > a:last-child:hover,
.form--add #xfupload_imgs .uploadedfile .info:last-child > a:last-child:hover,
.form--add #xfupload_imgtruefoto .uploadedfile .info:last-child > a:last-child:hover {
	background-color: #e6e6e6;
	color: var(--tt);
}
.form--add #xfupload_img .uploadedfile .file-delete a i,
.form--add #xfupload_imgs .uploadedfile .file-delete a i,
.form--add #xfupload_imgtruefoto .uploadedfile .file-delete a i {
	display: none;
}
.form--add #xfupload_img .uploadedfile .file-delete a::after,
.form--add #xfupload_imgs .uploadedfile .file-delete a::after,
.form--add #xfupload_imgtruefoto .uploadedfile .file-delete a::after {
	content: "Удалить";
}
.form--add .form__row--protect {
	padding-top: 8px;
	border-top: 1px solid #f0f0f0;
}
.form--add .form__sec-code {
	flex: 1 1 0;
	min-width: 260px;
}
.form--add .form__row--submit {
	justify-content: flex-end;
	padding-top: 14px;
	border-top: 1px solid var(--ui-bdc);
}
.form--add .form__btn {
	min-width: 180px;
	height: 38px;
	border-radius: 4px;
	font-size: 15px;
}

form[id^="ajaxnews"] {
	display: grid;
	gap: 12px;
	padding: 4px 0;
}
form[id^="ajaxnews"] > div:first-child {
	margin-bottom: 4px;
}
form[id^="ajaxnews"] .xfieldsrow {
	display: flex;
	align-items: flex-start;
	gap: 12px 18px;
	clear: none;
	padding: 12px 0;
	border-bottom: 1px solid #eee;
}
form[id^="ajaxnews"] .xfieldscolleft {
	float: none;
	width: 190px;
	padding-top: 9px;
	color: #555;
	font-size: 14px;
	line-height: 1.35;
}
form[id^="ajaxnews"] .xfieldscolright {
	float: none;
	flex: 1 1 0;
	width: auto;
	min-width: 220px;
}
form[id^="ajaxnews"] #xfield_holder_opisanie,
form[id^="ajaxnews"] #xfield_holder_primejanie {
	display: block;
	color: #555;
	font-size: 14px;
	line-height: 1.35;
}
form[id^="ajaxnews"] #xfield_holder_opisanie textarea,
form[id^="ajaxnews"] #xfield_holder_primejanie textarea {
	display: block;
	width: 100%;
	margin-top: 8px;
}
form[id^="ajaxnews"] input[type="text"],
form[id^="ajaxnews"] select,
form[id^="ajaxnews"] textarea {
	min-height: 40px;
	border-radius: 4px;
	font-size: 15px;
}
form[id^="ajaxnews"] .quick-edit-textarea {
	min-height: 120px;
}

.form__row--check-group {display: grid; grid-gap: 20px 20px; font-size: 14px;
	grid-template-columns: repeat(auto-fill,minmax(220px,1fr)); align-items: start;}
.form__row--check-group-wide {grid-template-columns: minmax(220px,1fr);}
.checkbox, .comments_subscribe {position: relative; padding-left: 50px;}
.checkbox input, .comments_subscribe input, input.switch {appearance: none; -webkit-appearance: none; display: inline-block; transition: all .2s linear;
	height: 20px; width: 40px; border-radius: 3px; background-color: var(--ui-bg-darkest); cursor: pointer;
	box-shadow: inset 0 2px 5px rgba(0,0,0,0.1); position: absolute; left: 0; top: 50%; margin-top: -10px;}
.checkbox input::before, .comments_subscribe input::before, input.switch::before {content: ''; width: 18px; height: 18px; border-radius: 2px; 
	position: absolute; left: 1px; top: 1px; background-color: var(--ui-bg); transition: all .2s linear;}
.checkbox input:checked, .comments_subscribe input:checked, input.switch:checked {background-color: var(--accent);}
.checkbox input:checked::before, .comments_subscribe input:checked::before, input.switch:checked::before {left: 21px;}
.form__sec-code > input {flex: 1 1 0; margin-right: 10px; height: 80px; line-height: 80px; text-align: center;}
.form__sec-code a, .form__sec-code a * {display: block;}
.form__row--submit, .pm__links {gap: 10px 10px; padding-top: 20px;}


/* STATS, PM
----------------------------------------------- */
.pm-page .form__title {margin-bottom: 0;}
.pm-page__top {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 18px 24px;
	padding-bottom: 22px;
	border-bottom: 1px solid var(--ui-bdc);
}
.pm__links {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	gap: 10px;
	margin: 0;
	padding: 0;
	list-style: none;
}
.pm__links li {width: auto;}
.pm__links a {height: 38px; min-width: 130px; padding: 0 18px;}
.pm_progress_bar {height: 8px; background: #e8e8e8; margin: 8px 0; overflow: hidden;}
.pm_progress_bar span {display: block; height: 100%; min-width: 28px; background: var(--accent); color: transparent;}
.pm__dialog-user {color: var(--tt-grey); line-height: 1.6;}
.pm__dialog-user a {color: var(--accent-link); text-decoration: underline;}
.pm-dialog__header {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 16px 24px;
	margin-top: 28px;
	padding-bottom: 18px;
	border-bottom: 1px solid var(--ui-bdc);
}
.pm-dialog__heading {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 10px 14px;
	min-width: 0;
}
.pm-dialog__title {
	margin: 0;
	font-size: 24px;
	font-weight: 500;
	line-height: 1.25;
}
.pm-dialog__user-badge {
	display: inline-flex;
	align-items: center;
	min-height: 30px;
	padding: 0 10px;
	border: 1px solid #efd3df;
	background: #fff1f6;
	color: var(--accent);
	font-size: 14px;
	font-weight: 500;
	line-height: 1;
}
.pm-dialog__user-badge a {
	color: var(--accent);
	text-decoration: none;
}
.pm-dialog__user-badge a:hover {
	text-decoration: underline;
}
.pm-dialog__header > a {
	flex: 0 0 auto;
	text-decoration: none;
}
.pm-dialog__back {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 36px;
	padding: 0 16px;
	border: 1px solid var(--ui-bdc);
	background: #fff;
	color: var(--tt);
	font-size: 14px;
}
.pm-dialog__back:hover {
	border-color: var(--accent);
	background: var(--accent);
	color: #fff;
}
.pm__messages {display: grid; gap: 15px; margin-bottom: 20px;}
.pm-dialog__messages {
	gap: 16px;
	margin: 28px 0;
}
.pm-message {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	max-width: 78%;
}
.pm-message--own {
	justify-self: end;
	justify-content: flex-end;
}
.pm-message__avatar {
	width: 42px;
	height: 42px;
	flex: 0 0 42px;
	background: var(--bg-grey);
}
.pm-message--own .pm-message__avatar {
	display: none;
}
.pm-message__bubble {
	min-width: 0;
	padding: 14px 16px;
	border: 1px solid var(--ui-bdc);
	background: #fff;
	box-shadow: 0 1px 0 rgba(0,0,0,.03);
}
.pm-message--own .pm-message__bubble {
	background: #fff7fb;
	border-color: #efd3df;
}
.pm-message__meta {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 6px 12px;
	color: var(--tt-grey);
	font-size: 13px;
	line-height: 1.35;
}
.pm-message__author a,
.pm-message__author {
	color: var(--accent);
	font-weight: 500;
}
.pm-message__date {
	color: var(--tt-grey);
}
.pm-message__text {
	margin-top: 10px;
	color: var(--tt);
	font-size: 15px;
	line-height: 1.65;
	word-break: break-word;
}
.pm-message__text img {
	max-width: 100%;
	max-height: 420px;
}
.pm-message__signature {
	margin-top: 12px;
	padding-top: 12px;
	border-top: 1px dashed var(--ui-bdc);
	color: var(--tt-grey);
	font-size: 13px;
	line-height: 1.6;
}
.pm-message__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 8px 16px;
	margin-top: 12px;
	color: var(--tt-grey);
	font-size: 13px;
	line-height: 1.4;
	opacity: 0;
	transition: opacity .18s linear;
}
.pm-message:hover .pm-message__actions,
.pm-message:focus-within .pm-message__actions {
	opacity: 1;
}
.pm-message__actions a {
	color: var(--accent);
}
.pm-message__actions a:hover {
	text-decoration: underline;
}
.pm-reply {
	overflow: hidden;
	margin-top: 34px;
	border: 1px solid var(--ui-bdc);
	background: #fff;
	box-shadow: var(--bsh);
}
.pm-reply__label {
	display: block;
	padding: 14px 18px;
	background: var(--accent);
	color: #fff;
	font-size: 15px;
	font-weight: 500;
	line-height: 1.2;
}
.pm-reply__label span {
	color: #ffd7e6;
}
.pm-reply__editor {
	padding: 0;
}
.pm-reply__submit {
	display: flex;
	justify-content: flex-end;
	padding: 14px 18px;
	border-top: 1px solid var(--ui-bdc);
	background: var(--bg-grey-lighter);
}
.pm-item {gap: 15px; padding: 18px 0; border-top: 1px solid var(--ui-bdc);}
.pm-item:first-child {border-top: 0;}
.pm-item__img {width: 46px; height: 46px; flex: 0 0 46px; background: var(--bg-grey);}
.pm-item__meta {gap: 8px 16px; color: var(--tt-grey); font-size: 13px; line-height: 1.5;}
.pm-item__meta a {color: var(--accent-link);}
.pm-item__meta a:hover {text-decoration: underline;}
.pm-item__text {margin: 10px 0; line-height: 1.7; word-break: break-word;}
.pm-item__text img {max-height: 420px;}
.pm-item__signature {margin-top: 12px; padding-top: 12px; border-top: 1px dashed var(--ui-bdc); color: var(--tt-grey); font-size: 13px; line-height: 1.6;}
.pm-item--own .pm-item__description {background: var(--bg-grey-lighter); padding: 14px 16px;}
.pm-list-shell {margin-top: 22px;}
.pm-list-form {margin: 0;}
.pm-list-panel {
	overflow: hidden;
	border: 1px solid var(--ui-bdc);
	background: var(--bg);
	box-shadow: var(--bsh);
}
.pm-list-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	padding: 16px 20px;
	background: var(--bg-grey-lighter);
	border-bottom: 1px solid var(--ui-bdc);
}
.pm-list-head__title {
	font-size: 18px;
	font-weight: 500;
	line-height: 1.25;
}
.pm-list-head__select {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	color: var(--tt-grey);
	font-size: 13px;
	line-height: 1;
	white-space: nowrap;
}
.pm-list-items {display: grid;}
.pm-row {
	position: relative;
	display: grid;
	grid-template-columns: 42px minmax(0, 1fr) minmax(130px, 190px) 34px;
	align-items: center;
	gap: 16px;
	min-height: 92px;
	padding: 18px 18px;
	border-top: 1px solid var(--ui-bdc);
	cursor: pointer;
	transition: background-color .18s linear, box-shadow .18s linear;
}
.pm-row:first-child {border-top: 0;}
.pm-row:hover {background: #fff8fb;}
.pm-row.is-unread {
	background: #fffafd;
	box-shadow: inset 3px 0 0 var(--accent);
}
.pm-row.is-unread:hover {background: #fff4fa;}
.pm-row__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 34px;
	height: 34px;
	border: 1px solid #efd3df;
	background: #fff;
	color: var(--accent);
}
.pm-row__icon svg {
	width: 18px;
	height: 18px;
}
.pm-row.is-read .pm-row__icon {
	border-color: var(--ui-bdc);
	color: #b8a7ae;
}
.pm-row__content {min-width: 0;}
.pm-row__subject-line {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.pm-row__subject {
	color: var(--tt);
	font-size: 16px;
	font-weight: 500;
	line-height: 1.35;
}
.pm-row.is-unread .pm-row__subject {font-weight: 600;}
.pm-row__subject:hover,
.pm-row__with a:hover,
.pm-row__author a:hover {
	color: var(--accent-link);
	text-decoration: underline;
}
.pm-row__preview {
	overflow: hidden;
	margin-top: 5px;
	color: var(--tt-grey);
	font-size: 13px;
	line-height: 1.4;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.pm-row__with {
	overflow: hidden;
	margin-top: 7px;
	color: var(--tt-grey);
	font-size: 13px;
	line-height: 1.35;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.pm-row__with a {
	color: var(--accent);
}
.pm-row__side {
	min-width: 0;
	color: var(--tt-grey);
	font-size: 13px;
	line-height: 1.4;
}
.pm-row__author {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.pm-row__author a {
	color: var(--tt);
	font-size: 15px;
	font-weight: 500;
}
.pm-row__date {margin-top: 3px;}
.pm-row__checkbox {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 34px;
	height: 34px;
	cursor: pointer;
}
.pm-list-actions {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 14px 20px;
	padding: 14px 18px;
	border: 1px solid var(--ui-bdc);
	border-top: 0;
	background: var(--bg-grey-lighter);
	box-shadow: var(--bsh);
}
.pm-list-actions__bulk {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 0;
	white-space: nowrap;
}
.pm-list-actions__select {
	width: 170px !important;
	min-width: 170px !important;
	height: 40px;
	margin: 0;
	border-right: 0;
	vertical-align: top;
	font-size: 14px;
}
.pm-list-actions .chosen-container {
	width: 170px !important;
	min-width: 170px !important;
	max-width: 170px !important;
	vertical-align: top;
}
.pm-list-actions__button {
	display: inline-flex;
	width: auto !important;
	height: 40px;
	margin: 0;
	padding: 0 20px;
	vertical-align: top;
}
.pm-page .pm_pagination {display: flex; align-items: center; gap: 6px;}
.pm-page .pm_pagination a, .pm-page .pm_pagination span {display: inline-flex; align-items: center; justify-content: center; min-width: 34px; height: 34px; padding: 0 10px; border: 1px solid var(--ui-bdc); background: #fff; color: var(--tt); line-height: 1; text-decoration: none;}
.pm-page .pm_pagination a:hover {border-color: var(--accent); background: var(--accent); color: #fff;}
.pm-page .pm_pagination span:not(.nav_ext) {border-color: var(--accent); background: var(--accent); color: #fff;}
.pm-page .pm_pagination .nav_ext {min-width: auto; padding: 0 2px; border: 0; background: transparent; color: var(--tt-grey);}
.pm-page .pm_pagination__arrow {font-size: 18px; font-weight: 500;}
.pm-no-messages {
	display: block;
	padding: 22px;
	border: 1px solid var(--ui-bdc);
	background: var(--bg);
	box-shadow: var(--bsh);
	color: var(--tt-grey);
}

/* USER PROFILE, POPUP
----------------------------------------------- */


/* SEARCH PAGE, SEARCH TABLE */
.search-page__title {font-size: 18px; margin-bottom: 20px;}
.search-page .search > div {display: flex; justify-content: space-between; margin: 0 !important; padding: 20px;
	background-color: var(--ui-bg-darker); border-radius: 6px; padding-bottom: 10px;}
.search-page .search br {display: none;}
.search-page .search #searchinput {flex: 1 1 0; margin-right: 20px; min-width: 100px;}
.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%;}
#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;}


/*--- AJAX LOADER ---*/
#loading-layer {display: flex !important; z-index:9999 !important; background-color: var(--ui-bg);
	position: fixed; top: 20px !important; left: auto !important; right: 20px; bottom: auto; height: 80px;
	flex-direction: column; justify-content: center; width: 340px; max-width: calc(100% - 40px); padding: 0 20px;
	border-left: 80px solid var(--ui-bg-accent); box-shadow: 0 0 30px rgba(0,0,0,0.2); line-height: 1.4;} 
#loading-layer::after {border-radius: 50%; content: ''; position: absolute; top: 50%; left: 0%;}
#loading-layer::after {width: 30px; height: 30px; margin: -25px 0 0 -65px; border: 10px solid rgba(255,255,255,0.2); 
	border-left-color: var(--ui-tt-on-accent); animation: spin 1s infinite linear;}
@keyframes spin { 0% {transform: rotate(0deg);} 100% {transform: rotate(360deg);}}


/*--- DLE PUSH NOTIFICATIONS ---*/
#DLEPush.DLEPush {
	position: fixed;
	top: 20px;
	right: 20px;
	z-index: 10000;
	width: 420px;
	max-width: calc(100vw - 40px);
	pointer-events: none;
}
#DLEPush .DLEPush-notification.wrapper {
	position: relative;
	display: grid;
	grid-template-columns: 58px minmax(0, 1fr);
	align-items: stretch;
	width: 100%;
	min-width: 0;
	max-width: none;
	margin: 0 0 12px 0;
	padding: 0;
	overflow: hidden;
	border-radius: 4px;
	background-color: #fff;
	box-shadow: 0 12px 30px rgba(0,0,0,0.24);
	color: var(--tt);
	font-size: 15px;
	line-height: 1.4;
	letter-spacing: 0;
	pointer-events: auto;
	animation: DLEPush-show .25s ease-out both;
}
#DLEPush .DLEPush-icon {
	grid-column: 1;
	grid-row: 1 / span 2;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 58px;
	min-height: 72px;
	color: #fff;
}
#DLEPush .DLEPush-icon svg {
	display: block;
	width: 28px;
	height: 28px;
	max-width: none;
}
#DLEPush .DLEPush-header {
	grid-column: 2;
	grid-row: 1;
	padding: 14px 44px 0 16px;
	font-weight: 500;
}
#DLEPush .DLEPush-header:empty {
	display: none;
}
#DLEPush .DLEPush-message {
	grid-column: 2;
	grid-row: 2;
	margin: 0;
	padding: 8px 44px 16px 16px;
	word-break: break-word;
}
#DLEPush .DLEPush-header:empty + .DLEPush-message {
	grid-row: 1 / span 2;
	padding-top: 18px;
}
#DLEPush .DLEPush-message ul,
#DLEPush .DLEPush-message li {
	margin: 0;
	padding: 0;
	list-style: none;
}
#DLEPush .DLEPush-close {
	position: absolute;
	top: 8px;
	right: 8px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 28px;
	min-width: 0;
	height: 28px;
	padding: 0;
	border: 0;
	border-radius: 50%;
	background: transparent;
	box-shadow: none;
	color: inherit;
	font-size: 22px;
	font-weight: 400;
	line-height: 1;
	opacity: .68;
}
#DLEPush .DLEPush-close:hover,
#DLEPush .DLEPush-close:focus {
	background: rgba(0,0,0,.08);
	box-shadow: none;
	color: inherit;
	opacity: 1;
}
#DLEPush .push-success {
	background-color: #e9f8ef;
}
#DLEPush .push-success .DLEPush-icon {
	background-color: #1f9d55;
}
#DLEPush .push-warning {
	background-color: #fff4df;
}
#DLEPush .push-warning .DLEPush-icon {
	background-color: #f59f00;
}
#DLEPush .push-error {
	background-color: #ffe6f0;
}
#DLEPush .push-error .DLEPush-icon {
	background-color: var(--accent);
}
@keyframes DLEPush-show {
	from {transform: translateY(-12px); opacity: 0;}
	to {transform: translateY(0); opacity: 1;}
}


/*--- QUOTES, SPOILERS, HIDDEN TEXT, SCRIPTCODE ---*/
.scriptcode, .title_spoiler, .text_spoiler { padding: 3px 5px; background: #f0f0f0; border: 1px solid #e3e3e3; }
.page__text .quote {padding: 5px 0 5px 20px; border-left: 3px solid var(--accent); color: var(--tt-lightest); 
	font: italic 15px/1.6 Verdana;}
.comment-item__main .quote {margin: 0 0 10px 0; font-size: 12px;}
.comment-item__main .title_quote, .comment-item__main .quote {background-color: var(--ui-message-bg); 
	padding: 10px; font-size: 12px; border: 1px solid var(--ui-message-bdc); border-left-width: 5px;}
.comment-item__main .title_quote {border-bottom: 1px solid rgba(0,0,0,0.05); font-weight: 500; padding: 5px 10px;}
.title_quote, .comment-item__main .quote {border-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 }


/*--- RATING ---*/

/*---BB EDITOR ---*/
.bb-pane {border: 1px solid #e0dfdf; background: var(--bg-grey-lighter); padding: 5px 25px; margin-bottom: -1px;
	display: flex; flex-wrap: wrap; gap: 5px 5px; position: relative; z-index: 10; height: 70px; 
	border-bottom: 0; align-items: center;}
.bb-btn {display: grid; place-items: center; height: 26px; width: 28px; cursor: pointer; 
	font-size: 18px; border-radius: 2px;}
@media screen and (max-width: 1800px) {
	.bb-pane {height: auto; padding: 10px 15px}
	.bb-btn {width: 26px; font-size: 14px;}
}
.bb-btn:hover {background-color: var(--ui-bg-accent); color: var(--ui-tt-on-accent);}
@font-face {font-family: 'bb-editor-font'; src: url(../webfonts/bb-editor.woff) format('woff'); font-weight: normal; font-style: normal;}
[class^="bb-btn"], [class*=" bb-btn"] {font-family: 'bb-editor-font'; font-style: normal; 
    font-weight: normal; font-variant: normal; text-transform: none; -webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;}
.bb-sep {display: inline-block; margin: 0 3px; border-right: 1px solid #00000015; box-shadow: 2px 0 #ffffff60; height: 16px;}
#b_b:before {content: "\f032";}
#b_i:before {content: "\f033";}
#b_u:before {content: "\f0cd";}
#b_s:before {content: "\f0cc";}
#b_img:before { content: "\f03e"; }
#b_up:before { content: "\e930"; }
#b_emo:before { content: "\f118"; }
#b_url:before { content: "\f0c1"; }
#b_leech:before { content: "\e98d"; }
#b_mail:before { content: "\f003"; }
#b_video:before { content: "\e913"; }
#b_audio:before { content: "\e911"; }
#b_hide:before { content: "\e9d1"; }
#b_quote:before { content: "\e977"; }
#b_code:before { content: "\f121"; }
#b_left:before { content: "\f036"; }
#b_center:before { content: "\f037"; }
#b_right:before { content: "\f038"; }
#b_color:before { content: "\e601"; }
#b_spoiler:before { content: "\e600"; }
#b_fla:before { content: "\ea8d"; }
#b_yt:before { content: "\f166"; }
#b_tf:before { content: "\ea61"; }
#b_list:before { content: "\f0ca"; }
#b_ol:before { content: "\f0cb"; }
#b_tnl:before { content: "\ea61"; }
#b_br:before { content: "\ea68"; }
#b_pl:before { content: "\ea72"; }
#b_size:before { content: "\f034"; }
#b_font:before { content: "\f031"; }
#b_header:before { content: "\f1dc"; }
#b_sub:before { content: "\f12c"; }
#b_sup:before { content: "\f12b"; }
#b_justify:before { content: "\f039"; }
.bb-pane h1{font-size:36px;margin-top:5px;margin-bottom:5px}
.bb-pane h2{font-size:30px;margin-top:5px;margin-bottom:5px}
.bb-pane h3{font-size:24px;margin-top:5px;margin-bottom:5px}
.bb-pane h4{font-size:18px;margin-top:5px;margin-bottom:5px}
.bb-pane h5{font-size:14px;margin-top:5px;margin-bottom:5px}
.bb-pane h6{font-size:12px;margin-top:5px;margin-bottom:5px}
.bb-pane-dropdown{position:absolute;top:100%;left:0;z-index:1000;display:none;float:left;min-width:180px;padding:5px 0;margin:2px 0 0;list-style:none;font-size:11px;border:1px solid rgba(0, 0, 0, 0.15);border-radius:4px;background:white;box-shadow:0 1px 2px #dadada}
.bb-pane-dropdown > li > a{display:block;padding:3px 10px;clear:both;font-weight:normal;line-height:1.42857;color:#333333;white-space:nowrap}
.bb-pane-dropdown > li > a:hover,.bb-pane-dropdown > li > a:focus{text-decoration:none;color:#262626;background-color:whitesmoke}
.bb-pane-dropdown .color-palette div .color-btn{width:17px;height:17px;padding:0;margin:0;border:1px solid #fff;cursor:pointer}
.bb-pane-dropdown .color-palette{padding:0px 5px}
.bb-editor textarea{margin-top:-1px}
.editorcomm .bb-editor { width: 565px;}
.editorcomm .bb-editor textarea { height: 200px; }


/*--- 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: 13px Arial; padding: 10px; display: none; background: var(--ui-bg); 
	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;}


/*--- HIGHSLIDE GALLERY ---*/


/*--- TAGS CLOUD ---*/
.tags-list {gap: 10px 10px;}


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

/*--- UI DIALOG ---*/
.ui-front {z-index: 1000;}
.ui-widget-overlay {background: #000; opacity:0.5; left: 0; top: 0; right: 0; bottom: 0; position: fixed;}
.ui-dialog {background-color: var(--ui-bg); position: absolute; width: 500px; 
	box-shadow: 0 20px 60px rgba(0,0,0,0.3); border-radius: 0px; overflow: hidden;}
.ui-dialog-titlebar {display: flex; align-items: center; min-height: 56px; background-color: var(--ui-bg-accent); color: var(--ui-tt-on-accent);
	position: relative; padding: 15px 64px 15px 30px; font-size: 18px; line-height: 1.25;}
.ui-dialog-titlebar-close {position: absolute; right: 12px; top: 0; bottom: 0; margin: 0; overflow: hidden;
	display: flex; align-items: center; justify-content: center; cursor: pointer; width: 44px; height: auto; font-size: 0;
	color: var(--ui-tt-on-accent) !important; background: none !important;}
.ui-icon-closethick {cursor: pointer; display: block;}
.ui-icon-closethick::before {background: url(../images/i-close.svg) center center no-repeat; content: '';
	width:40px; height:40px; line-height:40px; text-align:center; display: block;}
.ui-dialog-content {padding:30px; overflow: auto; position: relative; line-height: 1.45;}
.ui-dialog-content #dle-promt-text {display: block; margin-top: 8px;}
.ui-dialog-buttonpane {padding: 18px 30px; text-align: center; background-color: var(--ui-bg-darker);}
.ui-dialog-buttonset {display: flex; justify-content: center; gap: 10px 10px;}
.ui-dialog-buttonset button {min-width: 120px; height: 42px; padding: 0 20px; font-size: 14px; font-weight: 500; white-space: normal;}
.ui-dialog .ui-resizable-se {bottom: 3px; height: 14px; right: 3px; width: 14px;}
.ui-draggable .ui-dialog-titlebar {cursor: move;}
.usp-popup--compact {display: grid; gap: 14px; font-size: 16px;}
.usp-popup__row {display: flex; align-items: center; gap: 10px; min-width: 0;}
.usp-popup__label {color: var(--tt-grey);}
.usp-popup__login {font-weight: 500; color: var(--tt);}
.usp-popup__status {display: inline-flex; align-items: center; min-height: 28px; padding: 0 10px; background: var(--ui-bg-darker); color: var(--tt);}
.usp-popup__status--online {color: var(--accent);}
.dle-popup-userprofile .ui-dialog-buttonset {display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));}
.dle-popup-userprofile .ui-dialog-buttonset button {width: 100%; min-width: 0;}


/* ---  UI MENU --- */
.ui-autocomplete { position: absolute; cursor: default; }
.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; }


/*--- UPDATES TO NEW VERSIONS ---*/
.comments-tree-list {display: block;margin: 0;padding: 0;list-style: none;}
.comments-tree-list .comments-tree-list {padding-left: 50px; position:relative;}
.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;}


.uploadedfile .info:first-child, .uploadedfile .info:last-child > a:first-child, .uploadedfile br {display: none;}
.uploadedfile .info:last-child > a:last-child {display: flex; width: 100%; margin-top: 10px; padding: 5px;
    background-color: var(--accent); color: #fff; font-size: 12px; text-transform: uppercase; justify-content: center;}
.uploadedfile .uploadimage {display: flex; justify-content: center; align-items: center; height: 90px;}
.uploadedfile .uploadimage img {display: block; max-height: 100%; max-width: 100%;}
#uploadedfile_imgs {display: flex; flex-wrap: wrap;}
.uploadedfile .info:last-child > a:last-child:hover {background-color: #000; color: #fff;}

/*--- 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-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: 145px;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; padding: 10px;}
.sortable-ghost {opacity: 0.4;}

.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:13px;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;}
.page__main-phone--hidden {cursor:default; pointer-events:none; opacity:.75;}
.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;}
    
	#uploadedfile_imgs {display: flex; flex-wrap: wrap; gap: 0 10px;}
	.uploadedfile {margin: 0; margin-bottom: 10px;}  
    .xfieldsnote {margin-top: 6px;}

/*--- 13, 14 ---*/
.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';}


/* --- ADAPTIVE --- */
@media screen and (max-width: 760px) {
	.form--add {
		max-width: none;
		padding: 24px 20px !important;
	}
	.form--add .form__title {
		font-size: 26px;
	}
	.form--add .form__row,
	.form--add .xfieldsrow,
	form[id^="ajaxnews"] .xfieldsrow {
		display: block;
	}
	.form--add .form__label,
	.form--add .xfieldscolleft,
	form[id^="ajaxnews"] .xfieldscolleft {
		width: 100%;
		padding: 0 0 8px 0;
	}
	.form--add .form__label + *,
	.form--add .xfieldscolright,
	form[id^="ajaxnews"] .xfieldscolright {
		width: 100%;
		min-width: 0;
	}
	.form--add .xfieldsrow {
		padding: 14px 0;
	}
	.form--add .form__row--submit {
		justify-content: stretch;
	}
	.form--add .form__btn {
		width: 100%;
	}
	.form--add .form__sec-code {
		min-width: 0;
	}
	.form--add .qq-upload-button {
		width: 100% !important;
	}
	.form__table, .form__table tr, 
    .form__table td {display: block; width: 100%; min-height: 20px; padding: 0 !important;}
	.form__table tr + tr {padding-top: 20px !important;}
	.form__table .addnews {width: 100%; padding: 0 0 10px 0 !important;}
    .table-selectxfieldmod tr, .table-selectxfieldmod td {min-height: 0px;}
	.table-selectxfieldmod tr + tr {padding-top: 0px !important;}
    .table-selectxfieldmod .trtitle td {padding-bottom: 20px !important;}

	.usp {margin-left: -20px; margin-right: -20px;}
	.usp__list li {width: 100%;}
	.pm-item {display: block;}
	.pm-item__img {float: left; margin: 0 12px 8px 0;}
	.pm-item__description {min-width: 0;}
	.pm-item__meta {gap: 6px 10px;}
	.pm-item--own .pm-item__description {padding: 12px;}
	.pm-page__top {
		display: block;
	}
	.pm__links {
		justify-content: flex-start;
		margin-top: 16px;
	}
	.pm-dialog__header {
		display: block;
	}
	.pm-dialog__header > a {
		display: inline-flex;
		margin-top: 14px;
	}
	.pm-message {
		max-width: 92%;
	}
	.pm-message__actions {
		opacity: 1;
	}
	.pm-message__bubble {
		padding: 12px 14px;
	}
	.pm-row {
		grid-template-columns: 34px minmax(0, 1fr) 34px;
		gap: 12px;
		min-height: 0;
		padding: 15px 14px;
	}
	.pm-row__side {
		grid-column: 2 / 3;
		display: flex;
		flex-wrap: wrap;
		gap: 4px 10px;
		margin-top: -4px;
	}
	.pm-row__date {
		margin-top: 0;
	}
	.pm-row__checkbox {
		grid-column: 3 / 4;
		grid-row: 1 / 3;
	}
	.pm-list-actions {
		display: block;
	}
	.pm-list-actions__bulk {
		justify-content: flex-start;
		margin-top: 12px;
	}
	.comments-tree-list .comments-tree-list {padding-left: 0;}
}
@media screen and (max-width: 590px) {
	.form__title {font-size: 18px;}
	.form__find-related {width: 100%; position: static;}
	.qq-upload-button, .pm__links li, .stats__list {width: 100% !important;}
	.form__label {width: 100%;}
	.form__row--submit > .form__btn, .pm__links li a {width: 100%;}
	.pm-list-head {
		align-items: flex-start;
		padding: 14px;
	}
	.pm-list-head__select span {
		display: none;
	}
	.pm-row {
		grid-template-columns: 30px minmax(0, 1fr) 30px;
		padding: 14px 12px;
	}
	.pm-row__icon {
		width: 30px;
		height: 30px;
	}
	.pm-row__subject {
		font-size: 15px;
	}
	.pm-dialog__title {
		font-size: 20px;
	}
	.pm-message {
		max-width: 100%;
	}
	.pm-message__avatar {
		width: 34px;
		height: 34px;
		flex-basis: 34px;
	}
	.pm-message__meta {
		gap: 5px 8px;
	}
	.pm-message__text {
		font-size: 14px;
	}
	.pm-reply__submit {
		justify-content: stretch;
	}
	.pm-reply__submit .form__btn {
		width: 100%;
	}
	.pm-list-actions__bulk,
	.pm-list-actions__select,
	.pm-list-actions .chosen-container,
	.pm-list-actions__button {
		width: 100% !important;
		min-width: 0 !important;
		max-width: none !important;
	}
	.pm-list-actions__bulk {
		display: grid;
		grid-template-columns: 1fr;
		gap: 8px;
	}
	.form__sec-code img {width: 120px; height: 60px;}
	.form__sec-code > input {height: 60px; line-height: 60px; white-space: nowrap; text-overflow: ellipsis; overflow: hidden;}

	.usp__right, .usp__meta .usp__btn {width: 100%; margin-top: 20px; margin-left: 0;}
	.usp__left {width: 60px; margin-right: 10px;}
	.usp__img {width: 60px; height: 60px;}
	.usp__status {width: auto; margin: 0; padding-left: 10px; padding-right: 10px;}
	.usp__activity {justify-content: flex-end; text-align: right;}
	.ui-dialog {width:100% !important;}
	.usp-popup__left {margin: 0 auto 15px auto; width: 100%;}
	.ui-dialog-buttonset {flex-direction: column;}
	.dle-popup-userprofile .ui-dialog-buttonset {grid-template-columns: 1fr;}
	.ui-dialog .ui-dialog-buttonpane button {margin:0; width:100%;}
	#DLEPush.DLEPush {left: 10px; right: 10px; top: 10px; width: auto; max-width: none;}
	#DLEPush .DLEPush-notification.wrapper {grid-template-columns: 48px minmax(0, 1fr); font-size: 14px;}
	#DLEPush .DLEPush-icon {width: 48px; min-height: 64px;}
	#DLEPush .DLEPush-icon svg {width: 24px; height: 24px;}
	#DLEPush .DLEPush-message {padding-right: 40px;}
	#dofullsearch, #searchsuggestions span.seperator {display:none !important;}
    .dcont button {font-size:13px; padding:0 15px !important;}
    .comments-tree-list .comments-tree-list {padding-left:0px !important;}
    .comments-tree-list .comments-tree-list:before {display:none;}
    .mass_comments_action {display:none;}
}
