/*
0022 2023-05-03
*/

html {
	height:100%;
}
body.main_pda,
body.print {
	background:#FFF;
	margin:10px;
}
body.main_content,
body.main_content_only,
body.main_icon_only,
body.help,
body.photo {
	height: 100%;
	background:#FFF;
	margin:0;
	padding:0;
}
body.cke_panel_frame,
body.cke_show_borders {
	padding:0 10px;
	min-height:0;
	background-color:#FFF !important;
	background-image:none !important;
	color:#000;
}
body.cke_ltr {
	background-color:#FFF !important;
	background-image:none !important;
}
body.g-admin {
	height:100% !important;
	padding:0;
	margin: 0;
}
body.g-admin.page7 > h1 {
	display: none;
}
body.jm_alone {
	padding: 20px;
}
table {
	padding:0;
	border-spacing: 0;
	border:none;
}
img {
	border:0;
	outline:0;
}
img.opa {
	opacity:0.5;
}

.loading {
	background: url(/comm/images/loading1.gif) right center no-repeat;
}
div.loading {
	background: url(/comm/images/loading1.gif) no-repeat;
	height:16px;
	width:16px;
	padding:0 0 0 22px;
}
.btclose {
	background:url(/comm/images/close.png) 100% 0 no-repeat;
	position:absolute;
	top:10px;
	right:10px;
	width:16px;
	height:16px;
	cursor:pointer;
}
.block {
	display:block;
	visibility:visible;
}
.divhidden {
	margin:0;
	padding:0;
	visibility:hidden;
	display:none;
	border:none;
}
.ifrhidden {
	position:absolute;
	top:0;
	left:0;
	z-index:-1;
	width:190px;
	height:500px;
	border:0px;
	display:none;
}

.stat1,
a.stat1:link,
a.stat1:visited,
a.stat1:active,
a.stat1:hover,
a.stat1 {
	background:#C00;
	color:#FFF;
}
.stat2,
a.stat2:link,
a.stat2:visited,
a.stat2:active,
a.stat2:hover,
a.stat2 {
	background:#00C;
	color:#FFF;
}
.stat3,
a.stat3:link,
a.stat3:visited,
a.stat3:active,
a.stat3:hover,
a.stat3 {
	background:#F00;
	color:#FFF;
}
.stat4,
a.stat4:link,
a.stat4:visited,
a.stat4:active,
a.stat4:hover,
a.stat4 {
	background:#00F;
	color:#FFF;
}

.tree {
	color:#000;
	font-family: "MS Sans Serif", Geneva, sans-serif;
	font-size:14px;
	line-height:16px;
	padding:0;
}
.tree label {
	cursor: pointer;
}
.tsymb {
	font-size:24px;
	vertical-align:middle;
}
.treeicon16 .treesign {
	width:16px;
	min-width:16px;
}
.treeicon32 .treesign {
	width:32px;
	min-width:32px;
}
td.treesign {
    padding: 1px 0;
}
.tree.foldertd {
	padding-right:2px;
}
.foldertd > div {
	position: relative;
	height: 100%;
	width: 100%;
}
.foldertd > div a img {
    width: 100%; /* 2019-06-13 для svg */
	height: auto; /* 2019-06-13 для svg */
    max-width: 100%;
    max-height: 100%;
}
.folderbg {
	position:absolute;
	top:2px;
	left:2px;
	z-index:11;
	border:0;
}

textarea.tree {
	font-family:monospace;
	tab-size: 4;
}
#mess_content,
#mess_short {
	font-family: "MS Sans Serif", Geneva, sans-serif;
}

form.stdform.userlogin, 
form.stdform.userremind,
.userlogin,
.userremind {
	width:200px;
	margin: 0 auto;
}
.userlogin input,
.userremind input {
	margin: 10px 0;
	width: 100%;
}

.debugblock {
	z-index:32000;
	opacity:0.6;
	background: #FFF;
}
.debugblock:hover {
	cursor: move;
}
.debugblock_current {
	z-index:32001;
	opacity:1;
}
.debugblock_hover {
	background:#EEE;
	outline:1px solid #333;
}
.debugtags {
	cursor:pointer;
	text-decoration:underline;
}
.debugform {
	margin:0;
}
.debugloading {
	background:url(/comm/images/loading2.gif) 50% 50% no-repeat #EEE;
	opacity:0.3;
}
.debug.tree.fieldset {
	padding:10px;
	border-radius:2px;
}
table.debug {
	width:100%;
	background:#F0F0F0;
	border-collapse:collapse;
}
table.debug td {
	border:1px solid #666;
	padding:5px;
	vertical-align:middle;
}

table.export_html {
    padding: 0;
    border-spacing: 0;
    border-collapse: collapse;
    border: none;
}
table.export_html td, table.export_html th {
    border: 1px solid #333;
    padding: 2px 5px;
}

a.tree:link,
a.tree:visited,
a.tree:active,
a.tree:hover,
a.tree {
	color:#000;
	text-decoration:none;
	cursor:pointer;
	border:none;
}
a.tree_del_param {
	/* text-decoration:underline !important; */
	color: #999 !important;
}
a.tree_del_param:hover {
	cursor: url(/comm/images/cur/link_del.cur), pointer;
}
a.tree_add_param {
	display:inline-block;
	padding: 4px 10px;
}
a.tree_add_param span {
	display: inline-block;
}
a.tree_add_param:hover {
	cursor: url(/comm/images/cur/link_add.cur), pointer;
}
.ulink,
a.ulink:link,
a.ulink:visited,
a.ulink:active,
a.ulink:hover,
a.ulink {
	color:#000;
	cursor:pointer;
	text-decoration:underline;
}
a.additem.tree { 
	padding: 0 5px;
}
.tree.lback {
	background:#F0F0F0;
	border-collapse:collapse;
}
.tree.mtable {
	width:100%;
	table-layout:fixed;
	overflow: hidden;
}
table.tree {
	border-collapse: collapse;
	border-spacing: 0;
	border:none;
	overflow: hidden;
}
.tree.mheader {
	width:100%;
	padding:0 5px;
}
.tree.maddfield {
	text-align:right;
	padding-right:5px;
	overflow: hidden;
}
.tree.msign {
	width:16px;
	text-align:center;
}
.tree.mcnt {
	width:70px;
	text-align:right;
	padding-right:2px;
}
.tree.madd {
	width:15px;
	text-align:center;
}
.tree.mstorage {
	width:20px;
}
.tree.mcntmadd {
	width:95px;
	text-align:center;
}
.tree.mname {
	width:130px;
}
.tree.mexpl {
	text-align:center;
	height:17px;
	padding: 2px;
}
.tree.mpage {
	padding:0 2px;
}
.tree.mid {
	width:40px;
	text-align:right;
	padding-right:2px;
}
.tree.mstat {
	width:75px;
	text-align:right;
}
.tree.mstatb {
	width:80px;
	text-align:right;
}
.tree.mnum {
	width:40px;
	text-align:right;
	padding-right:5px;
}
.tree.mday {
	width:80px;
	text-align:left;
	padding-left:5px;
}
.mcontrol {
	background:#F0F0F0;
	border-radius:2px;
	/*padding:2px;*/
	position:relative;
	width: 100%;
}
.lcontrol {
	background:#F0F0F0;
	border-radius:2px;
	position:relative;
	overflow:hidden;
	width: 100%;
}
.lcontrol img {
	vertical-align: middle;
	margin: 5px 1px 5px 1px;
}
.lcontrol.svgfolder img {
	width:24px;
	height:auto;
}
.lcontrol span,
.mcontrol span {
	display: inline-block;
	margin: 0 7px;
	vertical-align: middle;
}
.lcontrol_left {
	float: left; 
}
.lcontrol_right {
    float: right;
}
.lcontrol_childs {
    width: 100%;
}
.mitem span {
	padding:8px 6px;
}
.mitem img {
	padding:2px 2px;
	box-sizing: content-box;
	height:auto;
	width:30px;
	vertical-align:middle;
}
a.mitem:hover span,
a.mitem:hover img {
	background:#CCC;
	border-radius:4px;
}
.tree tr {
	vertical-align:top;
}
.mvalign {
	vertical-align:middle !important;
}
a.thover:hover,
.thover:hover a.tree.mcurpar,
tr.tree.mcurpar:hover td,
table.thoverlines:hover,
table.thover tr:hover,
tr.thover:hover {
	background:#EEE;
}
.tree.tbuttons {
	padding:10px 5px;
	white-space:nowrap;
}
.tree.mcurpar {
	background:#CFC;
}
.tree.mcur {
	background:#E0E0E0;
}
img.folderbg {
    max-width: 100%;
	height:auto;
}
.tree.mcur img.folderbg {
	opacity: 0.9;
}
.tree.rcur {
	background:#EEE;
}
.tree.pval {
	background:#E0E0E0;
	padding:0 4px 0 2px;
}
.tree.mcopy {
	border:1px dotted #333;
}
.tree.mcut {
	border:1px dashed #F00;
}
.tree.tfield {
	padding:2px 5px;
	overflow:hidden;
}
.tr1_host .tree.tfield,
.tr1_showlogs1 .tree.tfield,
.tr1_showlogs2 .tree.tfield {
	padding: 8px 5px;
}
.tree.tfieldaddall {
	padding:10px 0;
}
.tr2_mess_content td {
    padding-top: 5px;
    padding-bottom: 5px;
}
.tree.tfieldext,
.tree.tfieldimg {
	padding:5px;
}
.tree.tfieldimgadd {
	padding:5px 0;
}
.tree.fieldset {
	margin-bottom: 5px;
	padding:5px 10px;
	border:1px solid #DDD;
	background:#FFF;
	border-radius:2px;
}
.tree.fieldcur {
	border-color:#999;
}
.tree.fieldcur .legend a {
	color: #999;
}
.tree.topbord {
	padding:0;
	border:0;
	border-top:1px solid #CCC;
}
.tree.nobord {
	padding:0;
	border:0;
}
.tree.botbord {
	border:0;
	border-bottom:1px solid #CCC;
	padding-bottom:10px;
	width:100%;
	overflow:auto;
}
.tree.fchecks {
	border:1px solid #CCC;
	overflow:auto;
	margin:1px 0;
}

.tree.legend,
a.tree.legend {
	color:#999;
	text-transform:uppercase;
	width:auto;
	border:0;
	padding:1px;
	margin: 5px 0;
}
.tree.legend span {
	text-transform:initial;
}

.legend a.field_close {
	cursor: url(/comm/images/cur/link_plus.cur), pointer;
}
.legend a.field_open {
	cursor: url(/comm/images/cur/link_minus.cur), pointer;
}

.tree.legend.legend_forgroup,
.tree.legend.legend_forgroup * {
	font-size: 12px;
	color: #b0b0b0;
}
.tree.tupper {
	text-transform:uppercase;
}
.tree.tpadd {
	padding:1px 5px;
}
.tree.tbord {
	border-top:1px solid #EEE;
}
.tree.tbordd {
	border-bottom:1px solid #EEE;
}
.tree.tbordr {
	border-right:1px solid #EEE;
}
.tree.tborddw {
	border-bottom:1px solid #FFF;
	border-left:1px solid #FFF;
}
.tree.tpaddr {
	padding-right:5px;
}
.tree.tovhid {
	overflow:hidden;
}
.tree.fieldsetrec {
	margin:2px 0 4px 0;
	padding:0 2px 2px 10px;
	border:1px solid #CCC;
}
.tree input[name="opt"] {
	padding: 1px 6px;
	border: 1px solid lightgrey;
	border-radius: 4px;
	margin-right: 2px;
}


.w10 {
	width:10% !important;
}
.w20 {
	width:20% !important;
}
.w30 {
	width:30% !important;
}
.w40 {
	width:40% !important;
}
.w49 {
	width:49% !important;
	margin-left:1% !important;
}
.w50 {
	width:50% !important;
}
.w60 {
	width:60% !important;
}
.w70 {
	width:70% !important;
}
.nowrap {
	white-space:nowrap;
}
.logtextarea {
	width:98%;
	max-height:100px;
	overflow:auto;
}
textarea.logtextarea {
	font-size: 14px;
	line-height: 20px;
	padding: 0 5px;
}
.showerrors_but {
	max-width: 600px;
}
#divampie {
	width:100%;
	height:500px;
	margin:20px 0;
}
#divamchart {
	width:100%;
	height:500px;
	margin:20px 0;
}
#diveditor {
	width:100%;
	padding-top:15px;
}
#divconfig {
	visibility:hidden;
	position:absolute;
	width:280px;
	padding:10px 5px;
	top: 42px;
	right: 10px;
	z-index: 1010;
	background-color: #FFF;
	border: 1px solid #999;
	border-radius: 2px;
	box-shadow: 0 3px 9px rgba(0,0,0,.5);
	outline: 0;
}

#divpreview {
	visibility:hidden;
	position:fixed;
	z-index:3000;
	background-color: #FFF;
	border: 1px solid #999;
	box-shadow: 0 3px 9px rgba(0,0,0,.5);
	outline: 0;
	max-width: 50%;
}
#divpreview img {
	max-width: 100%;
	display: block;
}

#loadinfo {
	visibility:hidden;
	overflow:hidden;
	text-align:center;
	position:fixed;
	z-index:1999;
	width:180px;
	padding:25px;
	background-color: #FFF;
	border: 1px solid #999;
	border-radius: 2px;
	box-shadow: 0 3px 9px rgba(0,0,0,.5);
	outline: 0;
}

.jm_contextmenu {
	padding:2px 5px 5px 5px;
	position:absolute;
	width:260px;
	line-height:16px;
	cursor:default;
	z-index:32000;
	visibility:hidden;
	display:none;
	background-color: #FFF;
	border: 1px solid #999;
	box-shadow: 0 2px 6px rgba(0,0,0,.5);
	outline: 0;
}
.jm_menuitems {
	color: #000;
	font-family: "MS Sans Serif", Geneva, sans-serif;
	z-index:32001;
	padding:1px 4px 1px 4px;
	clear: both;
}
.jm_menufolder {
	vertical-align:bottom;
	display:inline;
	margin-right:4px;
}
.jm_menuitems img {
	vertical-align:middle;
	width: 100%;
	height:auto;
}
.jm_menuitemsctrl {
	vertical-align:middle;
	text-align:right;
	float:right;
}
.jm_img {
	border:1px solid #F33;
	background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiI+CjxyZWN0IHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIgZmlsbD0iI2ZmZiI+PC9yZWN0Pgo8cmVjdCB3aWR0aD0iOCIgaGVpZ2h0PSI4IiBmaWxsPSIjY2NjIj48L3JlY3Q+CjxyZWN0IHg9IjgiIHk9IjgiIHdpZHRoPSI4IiBoZWlnaHQ9IjgiIGZpbGw9IiNjY2MiPjwvcmVjdD4KPC9zdmc+");
}
.jm_img_svg {
	max-width:300px;
}
.jm_fe_td1 {
	width:200px;
}
.jm_fe_td2 {
}
.jm_fe_td21 {
}
.jm_fe_td22 {
	width:100px;
}
.jm_par_ctrl {
	display:inline-block;
}
.jm_par_ctrl img {
	vertical-align:middle;
	height:auto;
}
.jm_par_ctrl a:first-child {
	margin-left: 5px;
}

#serverpost,
#serverIframe {
	border:0px;
	width:0px;
	height:0px;
	display:none;
}
#bodydiv.tree_fixheight {
	height:500px;
}
body.main_admin {
	height:100% !important;
	margin:0;
	padding:0;
}
body.main_admin.page7 h1 {
	display:none;
}
.main_admin #bodydiv.tree_fixheight {
	height:97%;
	height: calc(100% - 34px);
}
.tree_fixheight #panels {
	height:97%;
	height: calc(100% - 44px);
	border-top: 1px solid #999;	
	border-bottom: 1px solid #999;
}
.tree_fixheight #panels_table,
.tree_fixheight #panels_table > tbody,
.tree_fixheight #panels_table > tbody > tr, 
.tree_fixheight #panels_table > tbody > tr > td {
	height: 100%;
}
.tree_fixheight  #tree_div1,
.tree_fixheight  #tree_div2 {
	height: 100%;
	overflow-y: auto;
}
#panels .JCLRgrip .JColResizer {
	opacity:0.1;
	background-color:#CCC;
}
#panels .JCLRgrip .JColResizer:hover {
	opacity:1;
}

td.tfield,
td.tfield2,
td.tfield3,
td.tfieldext,
td.tfieldext2 {
	padding-top:5px;
	padding-bottom:5px;
	padding-right: 5px;
}
td.tfieldimg,
td.tfieldimg2 {
	padding-top:5px;
	padding-bottom: 15px;
}

.fieldset_alone {
	padding:10px;
	border:1px solid #CCC;
}
.tree.viewclassbody {
	color:#888;
	width:90px;
	overflow: hidden;
	white-space: nowrap;
}
.tree.viewclassblock {
	color:#00F;
	width:100px;
	overflow: hidden;
	white-space: nowrap;
}

.tree hr,
hr.tsepar {
	border: 0;
	border-top: 1px solid #999;
	height: 0;
	margin: 6px 0;
	box-sizing: content-box;
}
/* опции показа дочерних */
.tree.tree_option { display: inline-block; }
.tree.tree_option > a { color: #999; }
.tree.tree_option > select { height: 20px; font-size:85%; margin: 0px; }
.tree.option_day > select { width: 88px; }
.tree.option_year > select { width: 50px; }
.tree.option_alpha > select { width: 50px; }
.tree.option_sort > select { width: 100px; }
.tree.option_sort { margin-left: 6px}

/* загрузка файлов drop'ом */
.tree input.preupload_input[type="file"] { width: 100%; display: block; opacity: 0; }
.preupload_mark { width: 100%; color: grey; position: absolute; top: 10px; }
.preupload_mark button { padding: 3px 12px; font-size: 90%; }
.preupload_zone { position: relative; }
.preupload_list { }
.preupload_wrap { margin: 2px 0px; padding: 2px 2px; border-radius: 4px; }
.preupload_proc { background-color: lightgrey; }
.preupload_diag { float: right; }
.preupload_drag { background-color: #eee; }

/* вид при блокировки submit */
input[type="submit"][disabled],
input[type="submit"]:disabled {  
	opacity: 0.25;
}

/* разделитель строк логов */
.showerrors_log hr {border-top: 1px solid #DDD;}

.tgray,
a.tgray:link,
a.tgray:visited,
a.tgray:active,
a.tgray:hover,
a.tgray {
	color:#777;
}
.tblue,
a.tblue:link,
a.tblue:visited,
a.tblue:active,
a.tblue:hover,
a.tblue {
	color:#039;
}
.tokbg {
	background:#CFC;
}
.terbg {
	background:#FCC;
}
.twrbg {
	background:#FC9;
}
.tokbg {
	background:#CFC;
}
.ter,
a.ter:link,
a.ter:visited,
a.ter:active,
a.ter:hover,
a.ter {
	color:#F00;
}
.twr,
a.twr:link,
a.twr:visited,
a.twr:active,
a.twr:hover,
a.twr {
	color:#960;
}
.tok,
a.tok:link,
a.tok:visited,
a.tok:active,
a.tok:hover,
a.tok {
	color:#092;
}
.twarn,
a.twarn:link,
a.twarn:visited,
a.twarn:active,
a.twarn:hover,
a.twarn {
	color:#F00;
}
.tbold {
	font-weight:bold;
}
.tleft {
	text-align:left;
}
.tfuture {
	font-style:oblique;
}
.thidd {
	color:#777;
}
.content_site_templates {
	width:100%;
	height:400px;
	border:solid 1px #CCC;
	margin:10px 0;
}
.content_site_templates .CodeMirror {
	width:100%;
	height:100%;
}
.content_site_templates .cm-s-default .cm-comment {
	color: #999;
}
#isClean {
	width:30px;
	font-size:32px;
	line-height:12px;
	color:#f00;
}


/* конфигуратор */

.config.ctable {
	width:100%;
	padding:0;
	margin:0;
	border-collapse:collapse;
	border:none;
}
.config.cheader {
	font-weight:bold;
	border:none;
	border-top:1px solid #CCC;
	background:#FFF;
}
.config.cline {
	margin:0;
	border:none;
	border-top:1px solid #CCC;
	padding:0 5px;
}
.config.ccomment {
	font-weight:bold;
	border:none;
	border-top:1px solid #CCC;
}
.config.cformula {
	border:none;
	border-top:1px solid #CCC;
	border-bottom:1px solid #CCC;
	font-weight:bold;
}
.config.ccnt,
.config.csum {
	width:50px;
	text-align:right;
	border:1px solid #CCC;
}
.config.csumformula {
	font-weight:bold;
}
.config.inputtext,
.config.inputtextarea {
	border:1px solid #CCC;
}

/* каталог корзина */

.catbas.fsubmit {
	text-align:right;
}
.catbas.ccnt {
	border:1px solid #666;
}
.catbas.price_old {
	color:#F00;
	text-decoration:line-through;
}
.catbas.theader {
	text-align:center;
}
.catbas.ctotal {
	padding:4px 8px;
	text-align:right;
}
.catbas.ctotal_full_text {
	padding-left:8px;
}
.catbas.ctotal_val {
	padding-left:16px;
	font-weight:bold;
}
table.catbas {
	border-collapse:collapse;
	width:100%;
}
div.catbas,
td.catbas {
	padding:4px 8px;
}
td.order_file {
	border:1px solid #666;
	padding:1px 4px;
}
table.order_file {
	width:100%;
	border-collapse:collapse;
}


/* классы таблиц, строк и ячеек для стандартных стилей и списков */

.stdtable.ttable {
	border-collapse:collapse;
}
.stdtable.ttable td {
	padding:6px 2px;
}
.show_user_table {
	margin-left: auto;
	margin-right: auto;
}
.show_user_table td {
	vertical-align:top;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
.show_user_table td:first-child {
	padding-right: 20px;
}
table.cell_image_ver {
    border-collapse: collapse;
}
tr.list_table_std,
tr.list_table_cols,
tr.cell_headerm_ver,
tr.cell_headerm_hor,
tr.cell_headeri_ver,
tr.cell_image_ver,
tr.cell_image_hor,
tr.view_file_one {
	vertical-align:top;
}
td.list_table_std {
	padding:0 10px 10px 0;
}
td.list_table_cols {
	padding:0 10px 10px 0;
}
td.view_file_one {
	padding:2px 8px 2px 0;
}
td.view_file_one_name,
td.view_file_one_size {
	text-align:right;
}
td.cell_headeri_ver_img {
	padding:2px 8px 2px 0;
}
td.cell_headeri_ver_header {
	padding:2px 0;
}
div.view_file_one_short {
	margin:10px 0;
}
.view_file_one_short_icon img {
	vertical-align:middle;
	margin-right:5px;
}
div.arch_standart {
	margin:10px 0;
}
span.date_standart {
	display:block;
}
table.vote {
	border:0;
	border-collapse:collapse;
}
td.vrescnt,
td.vrescntall,
td.vrespro {
	text-align:right;
}

/* стандартная форма */

form.stdform {
	margin:0;
}
.stdform.ftable {
	border-collapse:separate;
	padding:2px;
}
.stdform.fctable {
	padding:0;
}
.stdform.fheader {
	padding:4px 0;
	font-weight:bold;
}
.stdform.fheader1 {
	width:30%;
}
.stdform.fsubmit1 {
	padding:4px 0;
	text-align:right;
}
.stdform.fsubmit2 {
	padding:4px 0;
}
.stdform.frow1 {
	text-align:right;
	width:30%;
}
.stdform.desctext {
}
.stdform.commtext {
	padding:0 5px;
}

/* карта сайта */

.sitemap {
	list-style-type:disc;
}
.sitemap.spar,
.sitemap.scur {
	font-weight:bold;
}
a.sitemap {
	text-decoration:none;
}
a.sitemap:hover {
	text-decoration:underline;
}
.sitemap1 {
	font-size:14px;
}
.sitemap2 {
	font-size:13px;
}
.sitemap3 {
	font-size:12px;
}
.sitemap4 {
	font-size:11px;
}
.sitemap5 {
	font-size:10px;
}

/* список форумов */

.forum.fltable {
	padding:0;
	margin:0;
	border-collapse:collapse;
	width:100%;
}
.forum.flrow {
	padding:5px;
	margin:0;
	border-bottom:1px solid #999;
}
.forum.flrowf {
	border-top:1px solid #999;
}
.forum.flrowodd {
}
.forum.flroweven {
}

/* список тем форума */

.forum.tctable {
	padding:0;
	margin:0;
	border-top:1px solid #999;
	border-bottom:1px solid #999;
	border-collapse:separate;
	width:100%;
}
.forum.tcrow {
	padding:5px 2px;
	margin:0;
}
.forum.tltable {
	padding:0;
	margin:2px 0;
	width:100%;
	border-collapse:collapse;
}
.forum.tlrow {
	padding:5px;
	margin:0;
	border-bottom:1px solid #999;
}
.forum.tlrowf {
	border-top:1px solid #999;
}
.forum.tlrowodd {
}
.forum.tlroweven {
}

/* список сообщений темы */

.forum.mctable {
	padding:0;
	margin:0;
	border-top:1px solid #999;
	border-bottom:1px solid #999;
	border-collapse:separate;
	width:100%;
}
.forum.mcrow {
	padding:5px 2px;
	margin:0;
}
.forum.mstable {
	padding:0;
	margin:0;
	border-collapse:collapse;
	width:100%;
}
.forum.msrow {
	padding:2px;
	margin:0;
	font-weight:bold;
	border-bottom:1px solid #999;
}
.forum.mltable {
	padding:0;
	margin:0;
	width:100%;
	border-collapse:collapse;
	border-bottom:1px solid #999;
}
.forum.mlrow1 {
	padding:5px;
	margin:0;
}
.forum.mlrow2 {
	padding:5px;
	margin:0;
}
.forum.mlrownew {
}
.forum.mlrowodd {
}
.forum.mlroweven {
}
.forum.mhtable {
	padding:0;
	margin:0;
	width:100%;
}
.forum.mhrow {
	padding:0 2px 0 0;
	margin:0;
}
.forum.mlreply {
	border:1px solid #999;
	color:#999;
}

/* подгрузка форм */

.form_loading {
	position:relative;
}
.form_loading_info {
	position:absolute; 
	width:100%; 
	height:100%; 
	left:0;
	top:0;
	background:rgba(255,255,255,0.5) url("/comm/images/loading2.gif") no-repeat 50% 50%;
}
.form_progress {
	margin:10px 0;
	position:relative;
	border: 1px solid #ddd;
	padding: 1px;
	display:none;
}
.form_bar {
	background-color: #ddd;
	width:0%;
	height:20px;
}
.form_percent {
	position:absolute;
	display:inline-block;
	top:3px;
	left:48%;
}

/* кнопки и поля форм */

.label_checks,
.label_radio {
	display:block;
	cursor: pointer;
}
.g-admin #form_8 .butt,
.sbutt {
	width:32%;
	line-height: 1.43;
	display: inline-block;
	padding: 8px 12px;
	margin: 0 1% 0 0;
	font-weight: normal;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	cursor: pointer;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
}
.sbutt:focus {
	outline: thin dotted;
	outline-offset: -2px;
}
.sbutt:hover,
.sbutt:focus {
	color: #333;
	text-decoration: none;
}
.sbutt:active {
	outline: 0;
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.g-admin #form_8 .butt,
.sbutt_fix {
	width:150px;
	margin: 0 5px 0 0;
}
.sbutt_danger {
	color: #FFF;
	background-color: #D9534F;
	border-color: #D43F3A;
}
.sbutt_danger:hover,
.sbutt_danger:focus,
.sbutt_danger:active {
	color: #FFF;
	background-color: #D2322D;
	border-color: #AC2925;
}
.g-admin #form_8 .butt_submit,
.sbutt_success {
	color: #FFF;
	background-color: #5CB85C;
	border-color: #4CAE4C;
}
.sbutt_success:hover,
.sbutt_success:focus,
.sbutt_success:active {
	color: #FFF;
	background-color: #47A447;
	border-color: #398439;
}

.g-admin #form_8 .butt_cancel,
.sbutt_warning {
	color: #FFF;
	background-color: #F0AD4E;
	border-color: #EEA236;
}
.sbutt_warning:hover,
.sbutt_warning:focus,
.sbutt_warning:active {
	color: #FFF;
	background-color: #ED9C28;
	border-color: #D58512;
}
.sbutt_primary {
	color: #FFF;
	background-color: #428BCA;
	border-color: #357EBD;
}
.sbutt_primary:hover,
.sbutt_primary:focus,
.sbutt_primary:active {
	color: #FFF;
	background-color: #3276B1;
	border-color: #285E8E;
}
.sbutt_info {
	color: #FFF;
	background-color: #5BC0DE;
	border-color: #46B8DA;
}
.sbutt_info:hover,
.sbutt_info:focus,
.sbutt_info:active {
	color: #FFF;
	background-color: #39B3D7;
	border-color: #269ABC;
}

.sbutt_default {
	color: #333;
	background-color: #FFF;
	border-color: #CCC;
}
.sbutt_default:hover,
.sbutt_default:focus,
.sbutt_default:active {
	color: #333;
	background-color: #EBEBEB;
	border-color: #ADADAD;
}
/* оформление select как кнопки с выделением цветом текущего option */
.sbutt_select option:not(:checked) {
	color: #333;
	background-color: #FFF;
}

/*
.g-admin #form_8 {
	width:50%;
}
*/
.g-admin #form_8 .input,
.g-admin #form_8 .select,
.g-admin #form_8 .textarea,
.g-admin #form_8 .file,
.form_control {
	box-sizing: border-box;
	width: 100%;
	line-height: 1.43;
	padding: 4px 4px;
	font-size: 14px;
	background-color: #FFF;
	background-image: none;
	border: 1px solid #CCC;
	border-radius: 4px;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.g-admin #form_8 .file {
	border:none;
}
.form_control:focus {
	border-color: #66AFE9;
	outline: 0;
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}
.form_control[disabled],
.form_control[readonly] {
	cursor: not-allowed;
	background-color: #EEE;
	opacity: 1;
}
textarea.form_control {
	height:auto;
	margin:1px 0;
}
.tree input[type="checkbox"] {
	margin:5px;
}
.tree input[type="radio"] {
	margin:5px 5px 0 5px;
}
.tree input[type="file"] {
	display: inline;
	width: inherit;
}
.tree .label_radio,
.tree .label_checks {
	white-space: nowrap;
}
#tree_filter_list {
	cursor: text !important;
}
.form_row__element {
    overflow: hidden;
}
.r__form_bad_email,
.form_row__p__form_bad_email {
	display: none !important;
}

/* список id-ов */
.idlist {
	opacity: 0.3;
	x-display: none;
}
.idlist_div {
	height: 150px;
	overflow-x: hidden !important;
}
.idset {
	opacity: 0.3;
	x-display: none;
}
.idset_div {
	height: 150px;
	overflow-x: hidden !important;
}
.idset_div .label_radio + input:checked {
	background-color: lightgrey;
}


/* +++ w3cvalidate */
.vld_error_area {}
.vld_error_row {}
.vld_info_area {}
.vld_info_row {}
.vld_message {
	display: inline-block;
	padding: 10px;
	border-radius: 4px;
	width: 100%;
	box-sizing: border-box;
    margin: 5px 0px 5px 0px;
}
.vld_error_area .vld_message {
    background-color: #fcc;
    border: 1px solid #c88;
}
.vld_info_area .vld_message {
    background-color: #ffc;
    border: 1px solid #cc8;
}
.vld_row {}
.vld_id {
    width: 10%;
    padding: 5px 0px;
    display: inline-block;
    box-sizing: border-box;
}
.vld_extract {
	width: 90%;
	display: inline-block;
	border: 1px dashed #888;
	border-radius: 3px;
	padding: 5px;
	margin: 5px 0px 5px 0px;
	box-sizing: border-box;
}
.vld_mark {
    background: #ff8;
}

/* === w3cvalidate */
/* password eye */
input[type="password"]::-ms-clear {display: none;}
input[type="password"]::-ms-reveal {display: none;}

#p__password_img {
	width:20px;
	height:20px;
	vertical-align:middle;
	visibility:hidden;
	position: relative;
	top: 0;
	left: -27px;
	display:inline-block;
}
.writer #p__password_img {
	visibility:visible;
}
#p__password_img.eye {
	background:url('/comm/images/eye.png') no-repeat 0 0;
}
#p__password_img.noeye {
	background:url('/comm/images/noeye.png') no-repeat  0 0;  
}
.form_row__password dd { position: relative; }
#p__password_img.eye,
#p__password_img.noeye { position: absolute; top: 10px; right: 10px; left: auto; }

select.disabled { cursor: default; color: #808080; border-color: rgba(0, 0, 0, 0.15); }

/* Абзац */
.ind2 {
	padding:0;
	text-indent:0;
	margin:0.5em 0;
	text-align:justify;
}
/* Красная строка наоборот */
.prim {
	padding:0;
	text-indent:-16pt;
	margin:0.5em 0 0 16pt;
	text-align:justify;
}
.prim2 {
	padding:0;
	text-indent:0;
	margin:0.5em 0 0 16pt;
	text-align:justify;
}

/* Абзац */
.just {
	padding:0;
	text-indent:0;
	margin:0.5em 0;
	text-align:justify;
}
/* Красная строка */
.ind {
	padding:0;
	text-indent:16pt;
	margin:0.5em 0;
	text-align:justify;
}
/* Абзац с левым отступом */
.indall {
	padding:0;
	text-indent:0;
	margin:0.5em 16pt;
	text-align:justify;
}
/* Абзац без отступов */
.nobr {
	padding:0;
	text-indent:0;
	margin:0;
}
/* Обтекание слева */
.fleft {
	float:left;
	margin:0 10px 10px 0;
}
/* Обтекание справа */
.fright {
	float:right;
	margin:0 0 10px 10px;
}
/* Прекращение обтекания */
.fclear {
	clear:both;
}
/* Цитата */
blockquote.quote {
	margin-left:3em;
	color: #999;
	padding: 10px;
	border: 1px dotted #999;
}

/* <css_content> */
/* </css_content> */

.draghandle {
	position: absolute; 
	height: 90%; 
	top: 20px; 
	width: 10px; 
	left: -0px; 
    margin-left: -7px;
	cursor: w-resize;
}

.draghandle:hover {
	border: 1px solid #ccc; 
	border-radius: 3px;
	cursor: w-resize;
}
.custom_elem_info {
	display:block;
	margin:0 0 10px 20px;
}
.jw-controlbar {
	width: 100%;
}