


/* Start:/bitrix/templates/infostart/jquery.cluetip.css*/
/* global */
#cluetip-close img {
  border: 0;
}
#cluetip-title {
  overflow: hidden;
}
#cluetip-title #cluetip-close {
  float: right;
  position: relative;
}
#cluetip-waitimage {
  width: 43px;
  height: 11px;
  position: absolute;
  background-image: url(/bitrix/templates/infostart/images/cluetip/wait.gif);
}
.cluetip-arrows {
  display: none;
  position: absolute;
  top: 0;
  left: -11px;
  height: 22px;
  width: 11px;
  background-repeat: no-repeat;
  background-position: 0 0;
}
#cluetip-extra {
  display: none;
}
/***************************************
   =cluetipClass: 'default' 
-------------------------------------- */

.cluetip-default {
  background-color: #d9d9c2;
  font-size: 0.75em; 
}
.cluetip-default #cluetip-outer {
  position: relative;
  margin: 0;
  background-color: #F0F0F0;
}
.cluetip-default h3#cluetip-title {
  margin: 0 0 5px;
  padding: 8px 10px 4px;
  /*font-size: 1.1em;*/
  font-weight: normal;
  background-color: #ccc;
  color: #000;
}
.cluetip-default #cluetip-title a {
  color: #d9d9c2;
  font-size: 0.75em; 
}  
.cluetip-default #cluetip-inner {
  padding: 10px;
}
.cluetip-default div#cluetip-close { 
  text-align: right;
  margin: 0 5px 5px;
  color: #000;
}
.cluetip-default div#cluetip-close a{
	color: #000;
}

/* default arrows */

.clue-right-default .cluetip-arrows {
  background-image: url(/bitrix/templates/infostart/images/cluetip/darrowleft.gif);
}
.clue-left-default .cluetip-arrows {
  background-image: url(/bitrix/templates/infostart/images/cluetip/darrowright.gif);
  left: 100%;
  margin-right: -11px;
}
.clue-top-default .cluetip-arrows {
  background-image: url(/bitrix/templates/infostart/images/cluetip/darrowdown.gif);
  top: 100%;
  left: 50%;
  margin-left: -11px;
  height: 11px;
  width: 22px;  
}  
.clue-bottom-default .cluetip-arrows {
  background-image: url(/bitrix/templates/infostart/images/cluetip/darrowup.gif);
  top: -11px;
  left: 50%;
  margin-left: -11px;
  height: 11px;
  width: 22px;
}

/***************************************
   =cluetipClass: 'jtip'
-------------------------------------- */
.cluetip-jtip {
  background-color: transparent;
}
.cluetip-jtip #cluetip-outer {
  border: 2px solid #ccc;
  position: relative;
  background-color: #fff;
}

.cluetip-jtip h3#cluetip-title {
  margin: 0 0 5px;
  padding: 2px 5px;
  font-size: 0.75em; 
  font-weight: bold;
  background-color: #ccc;
  color: #333;
}

.cluetip-jtip #cluetip-inner {
  padding: 0 5px 5px;
  display: inline-block;
}
.cluetip-jtip div#cluetip-close { 
  text-align: right;
  margin: 0 5px 5px;
  color: #900;
}

/* jtip arrows */

.clue-right-jtip .cluetip-arrows {
  background-image: url(/bitrix/templates/infostart/images/cluetip/arrowleft.gif);
}
.clue-left-jtip .cluetip-arrows {
  background-image: url(/bitrix/templates/infostart/images/cluetip/arrowright.gif);
  left: 100%;
  margin-right: -11px;
}
.clue-top-jtip .cluetip-arrows {
  background-image: url(/bitrix/templates/infostart/images/cluetip/arrowdown.gif);
  top: 100%;
  left: 50%;
  margin-left: -11px;
  height: 11px;
  width: 22px;  
}  
.clue-bottom-jtip .cluetip-arrows {
  background-image: url(/bitrix/templates/infostart/images/cluetip/arrowup.gif);
  top: -11px;
  left: 50%;
  margin-left: -11px;
  height: 11px;
  width: 22px;
}

/***************************************
   =cluetipClass: 'rounded'
-------------------------------------- */

.cluetip-rounded {
  background: transparent url(/bitrix/templates/infostart/images/cluetip/bl.gif) no-repeat 0 100%;
  margin-top: 10px;
  margin-left: 12px;
}

.cluetip-rounded #cluetip-outer {
  background: transparent url(/bitrix/templates/infostart/images/cluetip/tl.gif) no-repeat 0 0;
  margin-top: -12px;
}

.cluetip-rounded #cluetip-title {
  background-color: transparent;
  padding: 12px 12px 0;
  margin: 0 -12px 0 0;
  position: relative;
}
.cluetip-rounded #cluetip-extra {
  position: absolute;
  display: block;
  background: transparent url(/bitrix/templates/infostart/images/cluetip/tr.gif) no-repeat 100% 0;
  top: 0;
  right: 0;
  width: 12px;
  height: 30px;
  margin: -12px -12px 0 0;
}
.cluetip-rounded #cluetip-inner {
  background: url(/bitrix/templates/infostart/images/cluetip/br.gif) no-repeat 100% 100%;
  padding: 5px 12px 12px;
  margin: -18px -12px 0 0;
  position: relative;
}

.cluetip-rounded div#cluetip-close { 
  text-align: right;
  margin: 0 5px 5px;
  color: #009;
  background: transparent;
}
.cluetip-rounded div#cluetip-close a {
  color: #777;
}

/* rounded arrows */

.clue-right-rounded .cluetip-arrows {
  background-image: url(/bitrix/templates/infostart/images/cluetip/rarrowleft.gif);
}
.clue-left-rounded .cluetip-arrows {
  background-image: url(/bitrix/templates/infostart/images/cluetip/rarrowright.gif);
  left: 100%;
  margin-left: 12px;
}
.clue-top-rounded .cluetip-arrows {
  background-image: url(/bitrix/templates/infostart/images/cluetip/rarrowdown.gif);
  top: 100%;
  left: 50%;
  margin-left: -11px;
  height: 11px;
  width: 22px;  
}  
.clue-bottom-rounded .cluetip-arrows {
  background-image: url(/bitrix/templates/infostart/images/cluetip/rarrowup.gif);
  top: -23px;
  left: 50%;
  margin-left: -11px;
  height: 11px;
  width: 22px;
}



/* stupid IE6 HasLayout hack */
.cluetip-rounded #cluetip-title,
.cluetip-rounded #cluetip-inner {
  zoom: 1;
}
/* End */



/* Start:/bitrix/components/infostart/asd.forum.mess.list/templates/redesign_adpt/style.css*/
div.forum-bbcode-line a,div.forum-bbcode-line img,div.forum-reply-field-upload a,div.forum-smiles-line a,div.forum-smiles-line img{outline:0}.avatar{display:block; overflow:hidden;float:left;width:40px;height:40px;margin:0 0 0 8px;box-shadow:1px 1px 2px #bdbdbd;border:1px solid #fff}.post-mesages .content{width:auto;padding:0 10px 10px;position:relative;margin-left:48px;clear:none;float:none}.post-mesages .row{border-bottom:1px solid #DBD8D8;padding:8px 10px 5px 0;margin:0}.row.nonactive{background:#EBEBEB !important}.message-date{color:#C1C1DA}.fa.icon-primary{color:#3b5998}.fa.icon-danger{color:#d43f3a}.fa.icon-success{color:#5cb85c}.fa.icon-warning{color:#f0ad4e}.count_reit{color:#FF6E1B;font-weight:700}.ureit{display:none}.show-hide-props{padding-top:5px}.show-hide-props:hover .ureit{display:inline}.reply-block{text-align:right;color:#888}.wrap-post-menu{height:20px;width:100%;margin-top:10px}.wrap-post-menu img{margin-bottom:-3px}.show-hide-props .btn:not(:hover):not(.color){color:#333;background-color:#fff;border-color:#ccc;opacity:.4}.comment-wrap .quote{padding:10px;margin:10px;border:1px solid #ccc;-moz-border-radius:3px;-webkit-border-radius:3px;-khtml-border-radius:3px;border-radius:3px;max-height:200px;overflow:auto}.forum-note-error{color:red}.forum-item-payeddiv.forum-info-box{padding:.7em 0 .7em .7em;border:none;line-height:1.5em;margin-bottom:0;zoom:1}div.forum-menu-box{margin-bottom:0}div.forum-menu-box span.forum-menu-item{margin-right:0;padding-right:.25em;white-space:nowrap}span.forum-menu-item{border-right-width:1px;border-right-style:solid}span.forum-menu-item-last{border:none}table.forum-table td,table.forum-table tr.forum-row-last td{border-bottom-width:1px;border-bottom-style:solid}span.forum-footer-option,table.forum-table td.forum-column-alone{border-left-width:1px;border-left-style:solid}div.forum-breadcrumb-top{padding:1em 1em 1em 0}div.forum-breadcrumb-bottom{padding:1em}div.forum-breadcrumb{line-height:1em}div.forum-breadcrumb span{white-space:nowrap}div.forum-breadcrumb a{text-decoration:none}span.forum-crumb-last{font-weight:400}div.forum-header-box{padding:0 1.117em;border-style:solid;border-width:1px}div.forum-header-title a{text-decoration:underline}div.forum-header-options{padding:.5em 0}div.forum-header-title{font-size:1em;padding:.462em 5em .426em 0}table.forum-table{width:100%}table.forum-forum-list{margin-bottom:1em}table.forum-table th{font-size:1em;padding:.462em 1em;font-weight:400;vertical-align:middle;text-align:left}.forum-new-paypost,div.forum-statistics-allusers span,div.forum-statistics-replies span,div.forum-statistics-topics span,div.forum-statistics-users span,span.forum-page-current,span.forum-status-closed,span.forum-status-sticky,span.forum-users-birthday span,span.forum-users-online span{font-weight:700}table.forum-table td{vertical-align:top;padding:.4em 1em}table.forum-table tr.forum-row-first td{border-top-width:1px;border-top-style:solid}table.forum-table tr.forum-row-even td{background-color:#f4f4f4}div.forum-post-selected,table.forum-post-selected td.forum-cell-actions,table.forum-post-selected td.forum-cell-post,table.forum-table td.forum-cell-selected,table.forum-table tr.forum-row-selected td{background-color:#FF9}div.forum-post-hidden,table.forum-post-hidden td.forum-cell-actions,table.forum-post-hidden td.forum-cell-post,table.forum-table td.forum-cell-hidden,table.forum-table tr.forum-row-hidden td{background-color:#e4e4e4}table.forum-table tbody.forum-category-separator{display:none}table.forum-table td.forum-column-icon{padding:0;width:1%}div.forum-icon-container{width:3.3em;text-align:center}div.forum-icon{height:20px;width:20px;margin:5px auto}table.forum-table td.forum-column-title,table.forum-table th.forum-column-title{text-align:left}table.forum-table td.forum-column-title{line-height:1.4em;padding:0}table.forum-table th.forum-column-title{padding-left:1.117em}div.forum-item-info{padding:.4em 1em}div.forum-item-subforums{line-height:1.4em;margin-top:.9em}div.forum-item-payed{font-size:10px;color:red;float:right}.forum-new-paypost,div.forum-new-post a,span.new-post a{color:#0A0}span.forum-item-desc-sep{vertical-align:middle;font-size:1em}div.forum-moderator-stat{margin-top:.9em}table.forum-table td.forum-column-replies,table.forum-table td.forum-column-topics,table.forum-table td.forum-column-views{text-align:center;padding:.4em}table.forum-table th.forum-column-replies,table.forum-table th.forum-column-views{width:3%}table.forum-table th.forum-column-replies,table.forum-table th.forum-column-topics,table.forum-table th.forum-column-views{padding-left:.5em;padding-right:.5em}table.forum-table td.forum-column-lastpost,table.forum-table th.forum-column-lastpost{padding:.4em;text-align:left;width:30%}table.forum-table td.forum-column-lastdate,table.forum-table th.forum-column-lastdate{padding:.4em;text-align:right;width:5%;word-wrap:normal}table.forum-table td.forum-column-author,table.forum-table td.forum-column-lastuser{width:50px}table.forum-table td.forum-column-lastpost{line-height:1.5em}table.forum-table th.forum-column-lastpost{padding-left:.4em}table.forum-table td.forum-column-forum{line-height:1em}table.forum-table td.forum-column-author,table.forum-table td.forum-column-forum,table.forum-table td.forum-column-icon,table.forum-table td.forum-column-lastdate,table.forum-table td.forum-column-lastpost,table.forum-table td.forum-column-lastuser,table.forum-table td.forum-column-replies,table.forum-table td.forum-column-title,table.forum-table td.forum-column-topics,table.forum-table td.forum-column-views,table.forum-table th.forum-column-author,table.forum-table th.forum-column-forum,table.forum-table th.forum-column-icon,table.forum-table th.forum-column-lastdate,table.forum-table th.forum-column-lastpost,table.forum-table th.forum-column-lastuser,table.forum-table th.forum-column-replies,table.forum-table th.forum-column-title,table.forum-table th.forum-column-topics,table.forum-table th.forum-column-views{border-left-width:1px;border-left-style:solid;border-color:#e8e8e8}table.forum-table td.forum-column-forum,table.forum-table td.forum-column-lastuser,table.forum-table th.forum-column-forum,table.forum-table th.forum-column-lastuser{border-right:1px solid #e8e8e8}div.forum-page-navigation a.forum-page-previous,table.forum-post-table td.forum-cell-actions,table.forum-post-table td.forum-cell-post,table.forum-table th.forum-last-column{border-right-width:1px;border-right-style:solid}div.forum-select-box{float:right;padding:.1em;text-align:center}div.forum-footer-box,table.forum-post-table td.forum-column-footer,table.forum-table td.forum-column-footer{padding:.5em 1em;border-width:1px;border-style:solid;line-height:1.5em}div.forum-footer-box{margin-bottom:1em}table.forum-table td.forum-column-footer{border-top:none}div.forum-footer-inner{text-align:center;zoom:1}span.forum-footer-option{margin-left:.5em;padding-left:.5em}span.forum-footer-option-first{border-left:none}span.forum-footer-rss{padding-left:20px;padding-top:2px}div.forum-statistics{zoom:1}div.forum-statistics-allusers,div.forum-statistics-users{clear:both;float:left;white-space:nowrap}div.forum-statistics-replies,div.forum-statistics-topics{text-align:right;white-space:nowrap}div.forum-navigation-box{padding:0 1.117em;border-width:1px;border-style:solid;line-height:1.5em;overflow:hidden;zoom:1}div.forum-page-navigation{float:left;padding:.5em 0}a.forum-spoiler-hide,div.forum-new-post,div.forum-post-moderate,div.forum-topics-moderate,span.new-post{float:right}div.forum-navigation-top{border-bottom:none}div.forum-navigation-bottom{border-top:none;margin-bottom:1em}div.forum-page-navigation a,span.forum-page-current,span.forum-page-dots{border-left-width:1px;border-left-style:solid;padding-left:.75em;padding-right:.5em;text-decoration:none}div.forum-page-navigation a.forum-page-previous{border-left:none}div.forum-page-navigation a.forum-page-first,div.forum-page-navigation span.forum-page-first{border-left:none;padding-left:.5em}div.forum-new-post{text-align:right;padding:.5em 0;font-weight:700}span.new-post{padding-left:20px}ul.list-subforum li{border-bottom:1px dashed #CCC}table.forum-table td.forum-first-column,table.forum-table th.forum-first-column{border-left-width:1px;border-left-style:solid}table.forum-post-table{width:100%;line-height:1.5em;border-top-width:1px;border-top-style:solid;border-bottom-width:1px;border-bottom-style:solid}table.forum-post-first{border-top:none}table.forum-post-table td{padding:0;vertical-align:top}table.forum-post-table td.forum-cell-contact,table.forum-post-table td.forum-cell-user{width:200px;border-right-width:1px;border-right-style:solid;border-left-width:1px;border-left-style:solid;overflow:hidden}table.forum-post-table td.forum-cell-actions,table.forum-post-table td.forum-cell-contact{border-top-width:1px;border-top-style:dashed;height:1.5em}div.forum-post-date,div.forum-post-entry{padding:.5em 1em;font-size:1em;font-weight:400}div.forum-post-date{border-bottom-width:1px;border-bottom-style:dashed}div.forum-post-number{float:right;display:inline}div.forum-post-number input{margin:0 0 0 .2em;vertical-align:middle}div.forum-post-number a{vertical-align:middle}div.forum-post-number span{font-weight:700}div.forum-post-text{padding:.5em 0}div.forum-post-attachments{margin:1.5em 0}div.forum-post-attachments label{font-weight:700;padding-bottom:.5em}div.forum-post-attachment{padding-left:.5em}div.forum-post-lastedit{padding:.5em 0}div.forum-user-signature{margin-top:1em}div.forum-signature-line{border-top-width:1px;border-top-style:solid;width:200px;height:1px;line-height:1px;font-size:1px}div.forum-user-signature span{line-height:.95em;padding-top:.5em;display:block;font-size:.95em}div.forum-user-info{padding:.5em 1em 1.5em}div.forum-user-avatar{margin:.5em 0}div.forum-user-status{margin-bottom:.5em}div.forum-user-additional{font-size:.95em}div.forum-user-additional span{display:block}div.forum-user-additional span span{display:inline}div.forum-user-name span{font-size:1em;font-weight:700;line-height:1.1em}div.forum-user-name a,span.forum-vote-user a{font-size:1.1em;text-decoration:none}span.forum-vote-user a{vertical-align:top}div.forum-bbcode-line a,div.forum-reply-field-lastedit label,div.forum-reply-field-settings label,div.forum-reply-header,div.forum-smiles-line a,div.forum-uploaded-file a{vertical-align:middle}div.forum-user-status span{font-weight:700;line-height:normal}div.forum-contact-links{padding:.5em 1em}div.forum-action-links{padding:.5em 2em .5em 1em;text-align:right;border-right:1px solid #CCC}div.forum-action-links span{white-space:nowrap}div.forum-post-entry{font-size:1em;padding-bottom:1em;height:100%}table.forum-post-table td.forum-column-footer{border-bottom:none}div.forum-topic-moderate{text-align:left}div.forum-topics-moderate input,div.forum-topics-moderate select{font-size:1.1em}div.forum-post-entry ol,div.forum-post-entry ul{padding:.5em 0 .5em 2em}table.forum-code,table.forum-quote,table.forum-spoiler{font-size:1em;margin:.5em 0 1em;width:100%;border-width:1px;border-style:solid;border-collapse:collapse}table.forum-code table.forum-code,table.forum-quote table.forum-quote,table.forum-spoiler table.forum-spoiler{width:95%;margin:.5em 0 0}table.forum-code th,table.forum-quote th,table.forum-spoiler th{font-weight:700;padding:.25em 1em;text-align:left}table.forum-code td,table.forum-quote td,table.forum-spoiler td{padding:.9em 1em}div.forum-code-box{font-family:Consolas,Monaco,"Courier New",Courier,monospace;font-size:1em;width:100%;overflow:auto;border-width:1px;border-style:solid;margin:.5em 0}div.forum-code-box ol,div.forum-code-box ol li,div.forum-code-box ol li span{margin:0;padding:0;border:none}div.forum-code-box ol{list-style:decimal;margin-left:3em;padding:.5em 0}div.forum-code-box ol li{list-style:decimal-leading-zero;list-style-position:outside!important;padding:0 .5em 0 1.5em!important;margin:0;line-height:1.5em}div.forum-reply-form{border-style:solid;border-width:1px;line-height:1.5em;margin-bottom:1em}div.forum-reply-header{font-size:1em;padding:.462em 1.117em}div.forum-note-box{border-width:1px;border-style:solid;margin:1.117em 0;padding:.4em 1.117em}div.forum-reply-form div.forum-note-box{margin:1.117em}div.forum-note-box ul{padding:.3em 0 .3em 2em;margin:0}div.forum-note-box ul li{margin:0;padding:0}div.forum-reply-fields{padding:.8em 1.117em;clear:left}div.forum-clear-float,div.forum-filter-field div.forum-clear-float,div.forum-topic-move{clear:both}div.forum-reply-field{margin-top:.462em}div.forum-reply-field-desc input,div.forum-reply-field-title input{width:80%}div.forum-reply-field-captcha-label label,div.forum-reply-field-desc label,div.forum-reply-field-lastedit-reason label,div.forum-reply-field-tags label,div.forum-reply-field-title label{display:block}div.forum-reply-field-user{width:100%}div.forum-reply-field-author,div.forum-reply-field-email{float:left;width:39%}div.forum-reply-field-user-sep{width:2%;float:left}div.forum-reply-field-author input,div.forum-reply-field-email input{width:100%}div.forum-reply-field-bbcode{line-height:1.7em;zoom:1}div.forum-bbcode-line{margin-right:2em;float:left}div.forum-smiles-line{white-space:nowrap;float:left}div.forum-bbcode-line img,div.forum-smiles-line img{border:0}table.palette,table.palette td{border:1px solid gray}div.forum-bbcode-line a{width:20px;height:20px;float:left;margin-right:.2em;background-position:center center;background-repeat:no-repeat;display:block}div.forum-reply-field-tags,div.forum-upload-file-hint{display:none}div.forum-bbcode-line select{float:left;margin-left:3px;padding:0;height:20px}div.forum-reply-field-text textarea{width:95%}div.forum-reply-field-lastedit-reason input,div.forum-reply-field-tags input{width:80%}div.forum-reply-field-captcha input{width:180px}div.forum-reply-field-lastedit-view input,div.forum-reply-field-settings input,div.forum-uploaded-file input{width:1.55em;height:1.55em;margin:0 0 0 -.25em;vertical-align:middle;font-size:1em}div.forum-reply-field-upload{overflow:visible}div.forum-upload-file-hint span{font-weight:700}div.forum-upload-file{display:none;margin-top:.262em}div.forum-filter-field label,div.forum-filter-field span{display:block;float:left;height:2em}div.forum-upload-file input{font-size:1.184em}div.forum-reply-buttons{margin-top:1em}div.forum-reply-buttons input{padding:0 .5em;font-size:1.184em;overflow:visible}div.forum-topic-move{float:none;position:relative;margin-top:.5em;margin-bottom:.5em;width:100%}div.forum-topic-move input{position:absolute;top:0;left:0;font-size:1em;height:1.55em;margin:0 0 0 -.25em;width:1.55em}div.forum-topic-move a,div.forum-topic-move label{display:block;margin-left:1.8em}div.forum-topic-move-buttons{margin-top:1em}div.forum-topic-move-buttons select{width:200px;font-size:1.184em}div.forum-topic-move-buttons input{font-size:1.184em;padding:0 .417em;overflow:visible}table.forum-spoiler thead{cursor:pointer;cursor:hand}table.forum-spoiler thead div{padding-left:15px;background-position:left center;background-repeat:no-repeat}table.palette td,table.palette td img{padding:0;height:10px;width:10px;margin:0}td.forum-column-action,th.forum-column-action{width:5%}div.forum-filter-field label{width:10em}div.forum-filter-field span label{display:inline;height:2em;float:none}div.forum-filter div.forum-filter-forums label{display:block;width:10em;height:5em;float:left}div.forum-filter div.forum-filter-forums span{display:block;height:20em;float:left}div.forum-filter div.forum-filter-forums span select.forum-filter-forums{height:19em}div.forum-filter input.search-input,div.forum-filter select{width:400px}div.forum-filter-footer input{margin:.2em}table.palette{background-color:gray;border-collapse:collapse}table.palette td img{border:none}div.forum-popup-postform{width:502px;padding:0;margin:0;overflow:hidden;color:#000}div.forum-popup-postform table.forum-popup{border:1px solid gray;width:500px;background-color:#fff;font-size:1em;cursor:default}div.forum-popup-postform table.forum-popup td{border:none;background-color:#fff;font-size:1em}div.forum-popup-postform table.forum-popup thead td{font-weight:700;padding:.5em .5em .1em .8em;font-size:1.1em;text-align:left}div.forum-popup-postform table.forum-popup thead td div.close{cursor:pointer;cursor:hand;background-position:center center;background-repeat:no-repeat;overflow:hidden;width:13px;height:13px;float:right}div.forum-popup-postform table.forum-popup tbody td{padding:1em}div.forum-popup-postform table.forum-popup tbody td div.forum-field{width:100%}div.forum-popup-postform table.forum-popup tbody td div.forum-field span.title{width:100%;display:block}div.forum-popup-postform table.forum-popup tbody td div.forum-field input{width:95%}div.forum-popup-postform table.forum-popup tfoot td{padding:.3em;text-align:center}select.forum-selector-multiple,select.forum-selector-single{width:250px}select.forum-selector-multiple optgroup,select.forum-selector-single optgroup{font-weight:400;background:0 0;font-size:1em;font-style:normal}select.forum-selector-multiple option.active,select.forum-selector-single option.active{background-color:#DDD}div.forum-user-interests{float:none;clear:both}div.forum-user-information div.forum-user-photo{margin:10px}table.forum-post-table table.forum-table td{vertical-align:top;padding:.4em 1em}div.forum-tabs{margin:0;width:100%}div.forum-tabs div{margin:0;padding:0}div.forum-tabs div.forum-tabs-header{float:left;position:relative;left:1px;top:20px;z-index:100;width:220px;display:block}div.forum-tabs-header div.forum-profile-edit-inner div.tab-container{cursor:hand;cursor:pointer;padding:1px 0 1px 1px;border-right:1px solid;border-left:0 none;border-top:0 none;border-bottom:0 none}div.forum-tabs-header div.forum-profile-edit-inner div.tab-container div{padding:5px 0 5px 9px}div.forum-tabs-header div.forum-profile-edit-inner div.tab-container-selected{border-width:1px;border-right:1px solid #fff;cursor:default}#fm-quote,.coded+i,.do_hide_forum_message,.fm-mess-lnk,.forum-message-wrap [data-bx-viewer=image]{cursor:pointer}div.forum-tabs-header div.forum-profile-edit-inner div.tab-container-selected div{padding:4px 0 4px 8px;font-weight:700}div.forum-tabs div.forum-tabs-body{margin-left:220px;display:block;border:none;z-index:99}div.forum-tabs div.forum-tabs-body div.forum-info-box{border-width:1px;display:block;zoom:0;float:left;width:500px}div.forum-tabs div.forum-tabs-body div.forum-info-box div.forum-info-box-inner{padding:20px 0}div.forum-tabs div.forum-tabs-body table.forum-table{width:97%}div.forum-tabs div.forum-tabs-body table.forum-table th{white-space:normal;text-align:right;width:40%;background:0 0;border:none;padding:2px;margin:0;vertical-align:top}.message-author,span.forum-option-subscribe div.forum-header-box,span.forum-pmessage-recipient{white-space:nowrap}div.forum-tabs div.forum-tabs-body table.forum-table td{text-align:left;background:0 0;border:none;padding:2px;margin:0;vertical-align:top}div.forum-tabs div.forum-tabs-body table.forum-table tr.header th{text-align:center}div.forum-user-edit-buttons{margin:10px 0 0 220px}div.out,div.out1{width:200px;position:relative;margin:0;display:block}div.tags-cloud{padding-bottom:1em}div.out{padding:1px;border:1px solid;top:0;text-align:left;background-color:transparent;line-height:10px;color:#DDD}div.out1{padding:0;top:-12px}div.in1{width:100%;text-align:center;padding:0;font-size:9px;font-weight:400}.is_best_answer,li.vote-question-item div.vote-item-question,tr.forum-pmessage-new td{font-weight:700}span.forum-pmessage-action,span.forum-pmessage-move{float:left}div.forum-pmessage-navigation{float:right}table.forum-pmessages thead th{width:7em}div.forum-subscribes div{padding:0 0 0 25px}div.forum-subscribes div.forum-group-buttons{padding:10px 0 0}div.forum-reply-field-bbcode div.forum-reply-field-showsmiles,div.forum-smiles-line,div.forum-smiles-line a{float:left}div.forum-smiles-line span.forum-smiles-item{display:block;float:left;border:none;margin:0;padding:0;overflow:hidden}div.forum-smiles-line span.forum-smiles-item a{text-decoration:none;border:none;float:left;margin-right:5px}div.forum-smiles-line div.forum-smiles-item{float:left}div.forum-smiles-corrected{overflow:hidden}div.forum-reply-field-vote-question-title input{width:80%}div.forum-reply-field-vote-question{margin-bottom:.462em}div.forum-reply-field-vote-question label{margin-left:.27em}ol.forum-reply-field-vote-answers input{width:60%}ol.forum-reply-field-vote-answers li{margin-top:.462em}div.forum-post-vote{margin-bottom:0}div.forum-post-vote div.voting-form-box,div.forum-post-vote ol.vote-items-list,div.forum-post-vote ol.vote-items-list li{border:none}div.forum-post-vote ol.vote-items-list,div.forum-post-vote ol.vote-items-list li{margin:0;padding:0;border:none;font-size:100%;list-style-type:none}div.forum-post-vote ol.vote-items-list li.vote-question-item{padding-bottom:.55em}div.forum-post-vote ol.vote-items-list ol{padding-left:1em}li.vote-answer-item{padding-bottom:.24em!important}div.vote-answer-item{width:100%;margin:0;padding:0;border:none;display:block;position:relative;text-align:left}div.vote-answer-item-bar-inner{padding:0;position:absolute;top:0}div.vote-answer-item-title-inner{width:100%;padding-left:.55em;margin:0;position:relative}body.forum-popup-body{padding:1.51em;font-size:.75em}#forum-login-form-window{display:none;border:1px solid #000;background:#F5F5ED;padding:10px;z-index:10000;position:absolute;top:10%;left:45%;width:200px;color:#454545}a.forum-new-message-marker{color:red!important;margin-left:3px;text-decoration:none}div.forum-error{color:red}div.forum-note{color:green}div.forum-legend-info div.forum-legend-item{float:left;width:15em}div.forum-legend-info div.forum-legend-item div.forum-icon{margin:0}div.forum-legend-info div.forum-legend-item div.forum-icon-container{float:left;width:auto;padding-right:10px}div.forum-legend-info div.forum-legend-item span{display:block;white-space:nowrap}div.forum-main-footer div.forum-rapid-access-items{float:right;width:300px;display:block;border:none;text-align:right}.comment_id,div.forum-main-footer div.forum-search-input{float:left}div.forum-main-footer div.forum-rapid-access-items select.forum-selector-single{width:250px}div.forum-main-footer div.forum-legend-info{margin-right:1em;display:block;border:none;overflow:hidden}div.forum-first-post{margin-bottom:1em}.forum-rss-atom,.forum-rss-rss1,.forum-rss-rss2{background-repeat:no-repeat;width:80px!important;height:15px!important;display:block;margin:0 0 0 2px;padding:0;overflow:hidden;border:none;text-decoration:none;float:left}div.forum-user-description{margin-top:.78em}table.forum-forum-list-part{margin-bottom:0}form.forum-form{padding:0;margin:0}.row .content .code .begin,.row .content .quote .begin{margin-bottom:-25px}div.forum-bbcode-line a:hover,div.forum-bbcode-line a:hover img,div.forum-reply-header,table.forum-table th{background-color:#f8f8f8}div.forum-info-box,div.forum-reply-form,table.forum-table td,table.forum-table th.forum-column-lastpost,table.forum-table th.forum-column-title,table.forum-table th.forum-first-column,table.forum-table th.forum-last-column{border-color:#e8e8e8}table.forum-table td{border-right:none!important}table.forum-table td.forum-column-alone,table.forum-table td.forum-column-footer,table.forum-table td.forum-column-lastpost,table.forum-table td.forum-last-column{border-right-width:1px!important;border-right-style:solid!important;border-right-color:#e8e8e8!important}div.forum-info-box,div.forum-reply-form,table.forum-table td{background:#fff}table.forum-post-hidden td.forum-cell-actions,table.forum-post-hidden td.forum-cell-post,table.forum-table td.forum-cell-hidden,table.forum-table tr.forum-row-hidden td,table.forum-table tr.forum-row-inactive td.forum-column-icon{background:#fffcdb!important}table.forum-post-selected td.forum-cell-actions,table.forum-post-selected td.forum-cell-post,table.forum-table td.forum-cell-selected,table.forum-table tr.forum-row-selected td{background:#eaeaea!important}div.forum-footer-box,table.forum-post-table td.forum-column-footer,table.forum-table td.forum-column-footer{background:#fafafa}table.forum-post-table td.forum-cell-actions,table.forum-post-table td.forum-cell-contact,table.forum-post-table td.forum-cell-post,table.forum-post-table td.forum-cell-user{background:#fff}div.forum-post-date{background:#f8f8f8;border-bottom-color:#eaeaea}div.forum-page-navigation a,div.forum-page-navigation a.forum-page-previous,span.forum-menu-item,span.forum-page-current,span.forum-page-dots{border-color:#e3e3e3}table.forum-table tr.forum-row-first td{border-top-color:#e7e7e7}table.forum-table tr.forum-row-last td{border-bottom-color:#e7e7e7}div.forum-footer-box,table.forum-post-table td.forum-column-footer,table.forum-table td.forum-column-footer{border-color:#e7e7e7}span.forum-footer-option{border-color:#d5d5d5}table.forum-post-table{border-top-color:#fff;border-bottom-color:#e3e3e3}table.forum-post-table td.forum-cell-contact,table.forum-post-table td.forum-cell-user{border-left-color:#e9e9e9;border-right-color:#eaeaea}table.forum-post-table td.forum-cell-actions,table.forum-post-table td.forum-cell-post{border-right-color:#e9e9e9}div.forum-signature-line,table.forum-post-table td.forum-cell-actions,table.forum-post-table td.forum-cell-contact{border-top-color:#eaeaea}.forum-required-field{color:red}div.forum-header-box{color:#333;background:#e8e8e8;border-color:#eaeaea}div.forum-navigation-box{background:#fff;border-color:#e8e8e8}div.forum-code-box,table.forum-code,table.forum-quote,table.forum-spoiler{border-color:#dedede}div.forum-code-box ol,table.forum-code td,table.forum-quote td,table.forum-spoiler td{background:#fff!important;color:#6a6a6a}div.forum-code-box,table.forum-code th,table.forum-quote th,table.forum-spoiler th{background:#ebebeb!important;color:#636363}div.forum-note-box{border-color:#ffd687;background:#fffdd2}div.vote-answer-item-bar-inner{background-color:#f0f0f0}.isright,.ratecomm{float:right}.comment_line{padding:10px;clear:left;border:5px solid #f0f0f0;border-left:10px solid #f0f0f0;border-right:10px solid #f0f0f0;position:relative}.comment_body{margin-left:25px}.rated_users{font-size:100%;clear:both}.ratecomm{padding:2px}.tool .author,.tool .author a{color:#999}.rated_users_minus,.rated_users_plus{color:#999;font-size:.84em}.is_best_answer,.make_best_answer,.make_best_answer a{color:green}.isleft{float:left}.row .content .code .spoilerCaption,.row .content .code .spoilerCaptionSlide{position:relative;float:right;background-position:100% 70%;background-repeat:no-repeat;padding-right:10px;font-family:Verdana,sans-serif;z-index:5}.clright{clear:right}.clleft{clear:left}.coded{overflow:auto;width:800px;height:200px}.coded+i{display:block;text-align:right}.row .content .code .spoilerCaption:hover{text-decoration:none}.row .content .code .spoilerCaptionSlide{display:none;margin-right:15px}.row .content .code .spoilerCaptionSlide:hover{text-decoration:none}.row .content .code .hidecode{display:none;padding:20px}.row .content .low-height{height:auto;max-height:240px;overflow-y:hidden !important;}.row .content .quote{background-color:#fff;border:1px solid #CCC;padding:5px 10px;overflow:auto;width:auto;margin-left:20px;color:#606060}.row .content .quote .spoilerCaption,.row .content .quote .spoilerCaptionSlide{position:relative;float:right;background-position:100% 70%;background-repeat:no-repeat;padding-right:10px;font-family:Verdana,sans-serif}.row .content .quote .spoilerCaption{z-index:5}.row .content .quote .spoilerCaption:hover{text-decoration:none}.row .content .quote .spoilerCaptionSlide{z-index:3;display:none;margin-right:15px}.row .content .quote .spoilerCaptionSlide:hover{text-decoration:none}.row .content .quote .hidecode{display:none;padding:20px}.row.yellow:after{content:'';position:absolute;top:0;bottom:0;width:23px;left:0;background-color:#F8D726}.hide_forum_message{display:none}@media (max-width:991px){.row .avatar{display:none}.post-mesages .content,.row.yellow .content{margin-left:auto!important}}.post-mesages .well .row{border:none}.smart-style-2 .donat-wrap{border-color:#ffd687;background:#fffdd2}.donat-wrap fieldset{padding-top:12px}.donat-wrap .smart-form fieldset,.donat-wrap .smart-form header{background:0 0}.donat-wrap .text-success{color:#3c763d}.donat-wrap .text-danger{color:#a94442}#payed_topic_block{padding-top:14px;padding-bottom:0}#payed_topic_block header{margin:0 0 10px;padding:0}#payed_topic_block footer{margin:14px -14px 0}.rate-popup-area{transition:all .5s;visibility:hidden;opacity:0;color:#000;position:absolute;background-color:#fff;z-index:1;border:1px solid rgba(162,162,162,.4);padding:4px 10px;max-width:300px;box-shadow:2px 2px 6px rgba(162,162,162,.4);margin-top:24px}.rate-popup-area a{font-size:12px}span.rate-popup-area-wrap:hover .rate-popup-area{visibility:visible;opacity:1}.message-best{background-color:#fefcd1}/*body h1{margin:10px}*/div.forum-post-vote ol.vote-items-list ol{margin:16px 0;font-size:12px}.forum-message-wrap{padding-top:8px}.padding-left-10{padding-left:10px}.moderate-btn .text-danger{color:#a94442!important}@media (max-width:991px){.main-mess-wrap{padding:0;margin:0 /*-6px*/0;}.row-for-scroll .col-md-9{padding:0}.row-for-scroll{margin:0}body #content{padding:0 5px}}.row-for-scroll h1{margin:10px 0}.message-author{max-width:300px;text-overflow:ellipsis;display:inline-block;overflow:hidden;vertical-align:top}.btn-group.open>.dropdown-menu{right:0;left:auto}.row .content .quote{margin:5px 0;border-radius:0}.row .content .code .begin{margin:10px 0;border-radius:0}.row .content .code pre{border-radius:0}.forum-message-wrap .code>a{margin-top:-36px}.youtube-frame{display:block;width:426px;height:240px;max-width:100%;margin:15px 0}.fa.active{color:#fd6d07}.message-files{margin:6px 0 10px}.fm-best-wrap{border:1px solid #f0ad4e;box-shadow:2px 2px 4px rgba(240,173,78,.25)}.fm-best-wrap .show-hide-props:last-child{border-bottom:none}.smart-form .margin-bottom-10{margin-bottom:10px}.post-mesages .post-form-wrap{margin:-1px -1px 0}.fm-btn-like{min-width:22px;text-align:center}.show-hide-props b.label.label-sm{vertical-align:top;display:inline-block;padding:4px;background-color:#5cb85c}.fm-answers-wrap{margin-left:-2px;background:#fbfbfb}.fm-answers-wrap .fm-answers-wrap,.fm-answers-wrap .post-form-wrap{margin-left:10px}.fm-answers-wrap>.show-hide-props{margin-left:10px;background:#fff;border-left:1px solid #DBD8D8}.show-hide-props+.fm-answers-wrap>.show-hide-props:first-child{/*box-shadow:inset 0 3px 5px 0 rgba(204,204,204,.35)*/box-shadow:none}.fm-answers-wrap .fm-answers-wrap .show-hide-props{box-shadow:none}.show-hide-props+.fm-answers-wrap+.show-hide-props{border-top:1px solid #DBD8D8;margin-top:-1px;/*box-shadow:0 -2px 4px rgba(204,204,204,.35)*/box-shadow:none}.fm-answers-wrap .show-hide-props+.fm-answers-wrap+.show-hide-props{border-top:none;margin-top:0}.fm-answers-wrap>.show-hide-props.message-best{background-color:#fefcd1}.fm-answers-wrap .fm-answers-wrap:after{content:'';display:block;width:100%;border-top:1px solid #dbd8d8;margin-top:-1px}.fm-mess-lnk-inp{position:absolute;overflow:hidden;z-index:-100;opacity:0}.post-menu .popover{max-width:none}.fm-reply-btn .fa{padding-left:6px;display:inline-block;vertical-align:top;margin-top:4px}
.wrap-post-menu .btn-xs span+span{display:none;}@media(max-width:600px){.wrap-post-menu .btn-xs span{display:none;}.wrap-post-menu .btn-xs span+span{display:inline;} .btn-xs span.counter-plus,.btn-xs span.counter-minus{display:inline;}}/* .unrated, .unrated .forum-message-text{transition: all .5s;} .unrated:not(:hover){opacity:.4;}.unrated:not(:hover) .forum-message-text{height: 0;overflow: hidden;}.unrated:not(:hover) .forum-message-wrap:before{content:'...сообщение скрыто...';display:block;}*/.fm-ban-wrap > span{opacity:0;visibility: hidden; transition: all .5s;}.fm-ban-wrap:hover > span{opacity:1;visibility: visible;}body div.fm-admin-message{background-color:#fae7e7 !important;}.forum-message-text img{max-width: 160px;}.ft-subheader{font-size: 18px;margin: 8px 0;}.fm-author-rating{color: #fd6d07;white-space: nowrap;}.fm-is-online{display: none;vertical-align: top;line-height: 19px;font-size: 10px;}.fm-is-online.active{display: inline-block;color: #5cb85c;}
.donate-pay-wrap{max-height: 100px; overflow: hidden; transition: all 1s;margin-bottom:10px;} .vp-toggled .donate-pay-wrap{max-height: none;}.block-pay-wrap .timeline-seperator{}.block-pay-wrap .timeline-seperator::after{border:0}.btn-toggle-height-wrap{display:none;margin-bottom:-15px !important}.vp-shown.btn-toggle-height-wrap{display:block}.smart-form .donate-pay-wrap section {margin-bottom:0;}.table-responsive{width:100%;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar}.table-responsive>.table.forum-spoiler{margin-bottom:0}.table-responsive>.table.forum-spoiler>tbody>tr>td,.table-responsive>.table.forum-spoiler>tbody>tr>th,.table-responsive>.table.forum-spoiler>tfoot>tr>td,.table-responsive>.table.forum-spoiler>tfoot>tr>th,.table-responsive>.table.forum-spoiler>thead>tr>td,.table-responsive>.table.forum-spoiler>thead>tr>th{white-space:nowrap}
.multi-action {
	position:absolute;
	right:0;
	top:0;
	z-index:1;
}
.block-multi-action {
	position: fixed;
	z-index: 1001;
	top:50px;
	left:73%;
}
.ddmenu-item {
	display: block;
	padding: 3px 20px;
	line-height: 1.42857143;
	white-space: nowrap;
	cursor: pointer;
}
.ddmenu-item:hover {
	background-color: #3e90d4;
}
.code .timeline-seperator, .quote-wrap .timeline-seperator{
	margin-top: -20px !important;
	margin-bottom: 20px !important;
}
.code .timeline-seperator:after, .quote-wrap .timeline-seperator:after{
	border: none;
}
.timeline-seperator .show-all-code, .timeline-seperator .show-all-quote{
	z-index: 1;
	position: relative;
}
.forum-mess-list-nav-top .pagination {margin:0 0 7px 0;}
.forum-mess-list-nav-bottom .pagination {margin:0 0 10px 0;}
@media (max-width: 991px){
	.forum-mess-list-nav-bottom .pagination {margin:7px 0 10px 0;}
}
.hide_forum_message{display: block;}.do_hide_forum_message{display: none;}
.forum-message-wrap .forum-message-text a {word-break: break-all;}
@media (max-width: 570px) {
	.forum-message-wrap .forum-message-text{
		word-break: break-word;
	}
}
@media (min-width: 571px) {
	.forum-message-wrap .forum-message-text{
		overflow-x: auto;
	}
}
.tmp-block .fm-answers-wrap {background-color: #f5f5f5;}

.m-tree-toogle{}
.m-tree-p{}
.m-tree-p + .m-tree-c {display: none;}
.m-tree-p + .m-tree-c .m-tree-c {display: block;}
.m-tree-c.open {display: block;}
.fm-open-answer{opacity: 1 !important;background-color: #f5f5f5 !important;}


/* End */



/* Start:/bitrix/templates/.default/components/infostart/forum_main.post_form/adaptive/style.css*/
.smart-form .btn{display: inline-block;padding: 6px 12px;margin-bottom: 0;  }
.smart-form .btn.btn-xs{padding: 1px 5px;}
.post-form-file{max-width: 500px;min-width: 200px;}
#forum_bbcode_line{position: absolute;margin-top: -28px;}
#forum_bbcode_line .btn{padding: 2px 4px;margin-bottom: 4px;min-width: 26px;}
.forum-upload-info blockquote{  padding: 9px 18px;  margin: 0 0 8px;  font-size: 12px;  border-left: 5px solid #eee;  }
.forum-upload-file .input-file{max-width: 400px;    margin-bottom: 8px;}
.forum-alert-wrap >div.alert{margin: 0;}
.forum-alert-wrap >div.alert a{color: #cd1713;}
.thumbnail.post-form-img{border-radius: 0;box-shadow: 3px 2px 6px #bdbdbd;border-color: #fff;}
.post-form-wrap .text-danger{color: #a94442;}
.form-post-min td{vertical-align: top;}
@media(max-width: 500px){
    .form-post-min-ava{display: none}
}
.open-additional-filter{z-index: 1;position: relative;}
.vote-title{display: inline-block !important;min-width: 400px;max-width: 100%;}
.vote-title + a{    font-size: 20px;vertical-align: bottom;display: inline-block;color: #8e0b10;}
.forum-reply-header{font-size: 18px;color: #000;margin-bottom: 4px;}
.forum-reply-field-vote-answers{list-style: none;padding-left: 30px;}
.forum-reply-field-vote-answers li{margin-bottom: 10px;}
.forum-reply-field-vote-answers label.input{    min-width: 368px;}

.forum-reply-field-vote-question + .forum-reply-field-vote-question{border-top: 1px solid #ddd;padding-top: 15px;margin-top: 15px;}
.select-topic-wrap .topic-title{  padding-top: 2px;  }
.smart-form .textarea textarea[name=POST_MESSAGE]{font-size: 16px;font-weight: normal;color: #333;}
.smart-form fieldset.fix-post-padding{padding-top: 32px;}
.bx-core-waitwindow{display: none !important;}
.smart-form .select2-container-multi .select2-search-choice-close{padding: 0;position: absolute;}
.smart-form .select2-container-multi .select2-search-choice-close:before{left: 4px;top: 2px;position: absolute;}
.smart-form .select .select2 + i{top:12px;}
.state-error .select2-choices{background: #fff0f0;border-color: #a90329;}
.state-success + em{display: none !important;}
.captcha-check i.stat-check{position:absolute; right:9px; top:6px; display: none; font-size:16px;}
.new-email-result, .action-rez {
	font-size:12px;
}
.radio > span.input input{
    left:0;
    position: relative;
}

/* End */
/* /bitrix/templates/infostart/jquery.cluetip.css */
/* /bitrix/components/infostart/asd.forum.mess.list/templates/redesign_adpt/style.css */
/* /bitrix/templates/.default/components/infostart/forum_main.post_form/adaptive/style.css */
