

/* Start:/local/templates/avtomoicom-media/components/bitrix/forum/av_forum/style.css?177661888328387*/
/* ****************************************************** */
/* *** Оригинальные блоки (многие изменены) *** */
/* ****************************************************** */

/* Page navigation */

div.forum-page-navigation a,
span.forum-page-current,
span.forum-page-dots {
  padding-left: 8px;
  padding-right: 8px;
}


div.forum-page-navigation a {
  text-decoration: none;
  color: var(--text-link-color);
  transition: color .3s ease;
}

div.forum-page-navigation a:hover {
  text-decoration: none;
  color: var(--text-link-hover-color);
}

div.forum-page-navigation a.forum-page-first,
div.forum-page-navigation span.forum-page-first {
  padding-left: 8px;
}

span.forum-page-current {
  font-weight: bold;
}

/* Header Box*/
.forum-header-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 16px;
  border: none;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  background-image: linear-gradient(180deg, #858585, #6c6c6c);
  /* background-image: linear-gradient(180deg, #667b9e, #4e6a97); */
  color: #eee;
}

/* Header Title */
.forum-header-title {
  font-size: 18px;
  line-height: 22px;
}

/* Header Box Options (Right Links) */
.forum-header-options {
  display: flex;
  column-gap: 12px;
}

.forum-header-box a:link,
.forum-header-box a:visited,
.forum-header-box a:active,
.forum-header-box a:hover {
  color: inherit;
}

.forum-header-options a {
  display: inline-block;
  padding-bottom: 1px;
  border-bottom: 1px solid rgba(238, 238, 238, 0.3);
  font-size: 14px;
  text-decoration: none;
  transition: all .3s ease;
}

.forum-header-options a:hover {
  border-bottom: 1px solid rgba(238, 238, 238, 1);
}


/* Main Forum/Topic List Table */
table.forum-table {
  width: 100%;
  border-collapse: collapse;
}

/* Table Header */
table.forum-table th {
  font-size: 1em;
  padding: 0.462em 1em;
  font-weight: normal;
  vertical-align: middle;
  text-align: left;
}

/* Table Cell */
table.forum-table td {
  border-bottom-width: 1px;
  border-bottom-style: solid;

  border-right-width: 1px;
  border-right-style: solid;

  vertical-align: top;
  padding: 0.4em 1em;
}

/* First Row Cell */
table.forum-table tr.forum-row-first td {
  border-top-width: 1px;
  border-top-style: solid;
  /* border-top-color: #d0d3d6; */
}

/* Last Row Cell*/
table.forum-table tr.forum-row-last td {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  /* border-bottom-color: #d0d3d6; */
}

/* Odd Row Cell */
table.forum-table tr.forum-row-odd td {}

/* Even Row Cell */
table.forum-table tr.forum-row-even td {}

/* Selected (via checkbox) Table Cell and Row */
table.forum-table tr.forum-row-selected td,
table.forum-table td.forum-cell-selected,
table.forum-post-selected td.forum-cell-post,
table.forum-post-selected td.forum-cell-actions {}

/* Hidden Table Cell and Row */
table.forum-table tr.forum-row-hidden td,
table.forum-table td.forum-cell-hidden,
table.forum-post-hidden td.forum-cell-post,
table.forum-post-hidden td.forum-cell-actions {}

/* Sticky Table Cell and Row */
table.forum-table tr.forum-row-sticky td,
table.forum-table td.forum-cell-sticky {}

/* Forum Category Separator */
table.forum-table tbody.forum-category-separator {
  display: none;
}

/* Forum Icon Column */
table.forum-table td.forum-column-icon {
  padding: 0;
  border-left-width: 1px;
  border-left-style: solid;
  border-right: none;
}

table.forum-table td.forum-column-alone {
  border-left-width: 1px;
  border-left-style: solid;
}

/* Forum/Topic Title Column*/
table.forum-table th.forum-column-title,
table.forum-table td.forum-column-title {
  width: 66%;
  text-align: left;
}

table.forum-table th.forum-column-title {
  padding-left: 1.117em;
  border-left-width: 1px;
  border-left-style: solid;
  border-color: #e1e1e1;
}

table.forum-table td.forum-column-title {
  padding: 0;
  line-height: 1.3em;
}

table.forum-table th.forum-column-topics,
table.forum-table th.forum-column-replies,
table.forum-table th.forum-column-views {
  padding-left: 0.5em;
  padding-right: 0.5em;
  font-size: 12px;
}

table.forum-table td.forum-column-topics,
table.forum-table td.forum-column-replies,
table.forum-table td.forum-column-views {
  padding: 12px 4px;
  font-size: 14px;
  text-align: center;
}

/* Last Post Cells */
table.forum-table th.forum-column-lastpost,
table.forum-table td.forum-column-lastpost {
  padding: 0;
  width: 30%;
  text-align: left;
}

table.forum-table th.forum-column-lastpost {
  padding-left: 1em;
  border-right-width: 1px;
  border-right-style: solid;
  font-size: 12px;
}

table.forum-table td.forum-column-lastpost {
  line-height: 1.3em;
}

table.forum-table td.forum-first-column {
  border-left-width: 1px;
  border-left-style: solid;
}

table.forum-table th.forum-first-column {
  border-left-width: 1px;
  border-left-style: solid;
}

table.forum-table th.forum-last-column {
  border-right-width: 1px;
  border-right-style: solid;
}

/* Forum Topic Icons (New Post Icon, Sticky Topic Icon, Closed Topic Icon, Moved Topic Icon)*/

div.forum-icon-container {
  padding: 10px 0 6px 10px;
}

div.forum-icon {
  height: 18px;
  width: 18px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
}

/* Forum Items Info */

div.forum-item-info {
  padding: 8px 10px 6px;
}

span.forum-item-desc {
  font-size: 13px;
  color: #555;
}

span.forum-item-desc-sep {
  vertical-align: middle;
  font-size: 1em;
}

div.forum-moderator-stat {
  margin-top: 8px;
  font-size: 12px;
}

div.forum-moderator-stat span {
  font-weight: bold;
}

div.forum-lastpost-box {
  padding: 8px 14px 6px;
}

span.forum-lastpost-date,
span.forum-lastpost-title {
  display: block;
}

span.forum-lastpost-title {
  font-size: 14px;
}

span.forum-lastpost-date {
  font-size: 12px;
}


/* Footer Items */

span.forum-footer-option {
  margin-left: 0.5em;
  padding-left: 0.5em;
  border-left-width: 1px;
  border-left-style: solid;
}

span.forum-footer-option {
  font-size: 14px;
}

span.forum-footer-rss {
  background: transparent url(/local/templates/avtomoicom-media/components/bitrix/forum/av_forum/images/feed-icon.png) no-repeat scroll left center;
  padding-left: 20px;
  padding-top: 2px;
}

span.forum-footer-option-first {
  border-left: none;
}

/* Footer Item Separator */

span.forum-footer-option {
  border-color: #b5b5b5;
}

/* Forum and Topic Checkbox*/

div.forum-select-box {
  float: right;
  padding: 10px;
}

/* Topic posts table */
table.forum-post-table {
  width: 100%;
  line-height: 1.5em;
  border-collapse: collapse;
  border-top: 20px solid #fafbfb;
  border-right: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
  border-left: 1px solid #e1e1e1;
  table-layout: fixed;
}

/* First Post Table */
table.forum-post-first {
  border-top: none;
}

/* Odd Post Table */
table.forum-post-odd {}

/* Even Post Table */
table.forum-post-even {}

/* Last Post Table */
table.forum-post-last {}

/* Post Table Cell */
table.forum-post-table td {
  padding: 0;
  vertical-align: top;
  width: 100%
}

/* Post Table: User Info and User Contacts Cells*/

table.forum-post-table td.forum-cell-user,
table.forum-post-table td.forum-cell-contact {
  width: 178px;
  overflow: hidden;
  background: #f1f1f1;
}

table.forum-post-table td.forum-cell-user {
  border-right: 1px solid #e1e1e1;
}

div.forum-user-info {
  padding: 8px 16px;
  border-top: 1px solid #e1e1e1;
}

div.forum-user-name {
  margin-bottom: 12px;
  text-align: center;
}

div.forum-user-name span {
  line-height: 1.2;
  font-weight: bold;
}

div.forum-user-name a {
  font-size: 16px;
  color: var(--text-link-color);
  line-height: 1.2;
  text-decoration: none;
  transition: color .3s ease;
}

div.forum-user-name a:hover {
  color: var(--text-link-hover-color);
}

div.forum-user-register-avatar {
  background-image: url(/local/templates/avtomoicom-media/components/bitrix/forum/av_forum/./images/avatar-default_d3230ea91779b926f171.svg);
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}

div.forum-user-status {
  margin-bottom: 6px;
  text-align: center;
}

div.forum-user-status span {
  font-size: 14px;
  font-weight: bold;
  font-weight: 500;
  line-height: normal;
}

span.forum-vote-user a {
  text-decoration: none;
  vertical-align: top;
}



table.forum-post-table td.forum-cell-contact {
  border-top: 1px dashed #e1e1e1;
  border-right: 1px solid #e1e1e1;
}

div.forum-contact-links {
  padding: 8px 16px;
  font-size: 12px;
  text-align: center;
}


table.forum-post-table td.forum-cell-actions {
  border-top: 1px dashed #e1e1e1;
}

table.forum-post-table td.forum-cell-post,
table.forum-post-table td.forum-cell-actions {
  background: #fbfbfb;
}

div.forum-post-date {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 16px;
  column-gap: 20px;
  border-top: 1px solid #e1e1e1;
  background: #eaeaea;
}

div.forum-post-entry {
  padding: 8px 16px 16px;
  height: 100%;
  font-size: 16px;
  line-height: 1.4;
}

div.forum-post-date,
div.forum-post-entry {
  font-weight: normal;
  overflow: hidden;
}

div.forum-post-date span {
  font-size: 12px;
}

div.forum-post-number {
  display: inline;
}

div.forum-post-number a {
  font-size: 14px;
  vertical-align: middle;
}

div.forum-post-number input {
  margin: 0 0 0 0.2em;
  vertical-align: middle;
}

/* ↓ Непонятно, где используется, 02.04.2026 */
div.forum-post-number span {
  font-weight: bold;
}

table.forum-post-table div.forum-footer-inner {
  padding: 10px 16px;
  border-top: 1px solid #e1e1e1;
}

div.forum-footer-inner {
  text-align: center;
}

div.forum-post-text {
  max-width: 700px;
  margin-bottom: 8px;
  padding-top: 8px;
  font-size: 16px;
  line-height: 1.4;
}

/*BBCode: List*/
div.forum-post-text ul,
div.forum-post-text ol {
  margin: 0;
  padding: 0 0 0 36px;
}

div.forum-post-text a {
  color: var(--text-link-color);
  text-decoration: none;
  transition: color .3s ease;
}

div.forum-post-text a:hover {
  color: var(--text-link-hover-color);
}

/*BBCode: Table*/
div.forum-post-text table.data-table tbody td {
  width: auto;
}

div.entry-quote {
  margin-bottom: 12px;
}


/*BBCode: Quote and Code*/
table.forum-quote,
table.forum-spoiler,
table.forum-code {
  font-size: 1em;
  width: 100%;
  border-width: 1px;
  border-style: solid;
  border-collapse: collapse;
  width: 100%;
  table-layout: fixed;
}

table.forum-code pre {
  margin: 0;
  width: 100%;
  padding-bottom: 5px;
  overflow: auto;
}

table.forum-quote table.forum-quote,
table.forum-spoiler table.forum-spoiler,
table.forum-code table.forum-code {
  width: 95%;
  margin: 0.5em 0 0;
}


table.forum-quote th,
table.forum-spoiler th,
table.forum-code th {
  font-weight: bold;
  padding: 0.25em 1em;
  text-align: left;
}

table.forum-quote td,
table.forum-spoiler td,
table.forum-code td {
  padding: 0.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: 0.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: 0.5em 0;
}

div.forum-code-box ol li {
  list-style: decimal-leading-zero;
  list-style-position: outside !important;
  padding: 0 0.5em 0 1.5em !important;
  margin: 0;
  line-height: 1.5em;
}

a.forum-spoiler-hide {
  float: right;
}

div.forum-user-additional span {
  display: block;
}

div.forum-user-additional span span {
  display: inline;
}

div.forum-user-moderate-info {
  font-size: 12px;
  font-weight: bold;
  font-weight: 500;
}

div.forum-post-lastedit {
  display: inline-block;
  padding: 8px 16px;
  border: 0;
  border-radius: 12px;
  background-color: #ffe0e0;
  font-size: 12px;
}

div.forum-post-lastedit a {
  color: var(--text-link-color);
  text-decoration: none;
  transition: color .3s ease;
}

div.forum-post-lastedit a:hover {
  color: var(--text-link-hover-color);
}

span.forum-post-lastedit-user {
  font-weight: bold;
}

/* User Signature*/
div.forum-user-signature {
  margin-top: 16px;
  max-width: 400px;
}


div.forum-user-signature span {
  display: inline-block;
  padding: 4px 12px 0 2px;
  border-top: 1px solid #999;
  font-family: Georgia, Times, 'Times New Roman', serif;
  font-size: 14px;
  color: #777;
}

div.forum-action-links {
  display: flex;
  column-gap: 16px;
}

div.forum-action-links span {
  white-space: nowrap;
}

/* Reply Form*/
div.forum-reply-form {
  margin-bottom: 16px;
  border: 1px solid #e1e1e1;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  background: #fbfbfb;
  background-color: #eee;
}

div.forum-reply-header {
  font-size: 18px;
  padding: 10px 36px 4px 30px;
  vertical-align: middle;
}

span.forum-replay-header-message-text {
  font-size: 14px;
}

div.forum-reply-fields {
  padding: 4px 12px 12px;
}

div.forum-reply-field {
  position: relative;
  z-index: 1;
}

div.forum-reply-field-text {
  border: 1px solid #e1e1e1;
  border-radius: 9px;
  overflow: hidden;
  z-index: 0;
}

div.forum-reply-field-title input,
div.forum-reply-field-desc input {
  width: 80%;
}

div.forum-reply-field-title label,
div.forum-reply-field-desc label,
div.forum-reply-field-tags label,
div.forum-reply-field-captcha-label label,
div.forum-reply-field-lastedit-reason label {
  display: block;
}

div.forum-reply-field-user {
  width: 100%;
  /*IE Fix or zoom:1 */
}

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-tags {
  display: none;
}

div.forum-reply-field-tags input {
  width: 80%;
}

div.forum-reply-field-switcher-tag {
  margin-right: 0.8em;
}

div.forum-reply-field-vote-duration {
  margin: 0.82em 0;
}

div.forum-reply-field-vote-question {
  margin-bottom: 0.462em;
}

div.forum-reply-field-vote-question label {
  margin-left: 0.27em;
}

div.forum-reply-field-vote-question-title input {
  width: 80%;
}

ol.forum-reply-field-vote-answers input {
  width: 60%;
}

ol.forum-reply-field-vote-answers li {
  margin-top: 0.462em;
}

div.forum-reply-field-lastedit-reason input {
  width: 80%;
}

div.forum-reply-field-captcha input {
  width: 180px;
}

div.forum-reply-field-settings {
  padding-top: 10px;
  padding-left: 10px;
  padding-bottom: 10px;
}

div.forum-reply-field-setting {
  margin-bottom: 8px;
}

div.forum-reply-field-setting:last-of-type {
  margin-bottom: 0;
}

div.forum-reply-field-setting label {
  font-size: 12px;
}

div.forum-reply-field-settings input,
div.forum-uploaded-file input,
div.forum-reply-field-lastedit-view input {
  width: 1.55em;
  margin: 0 0 0 -0.25em;
  vertical-align: middle;
  font-size: 1em;
}

div.forum-reply-field-settings label,
div.forum-uploaded-file a,
div.forum-reply-field-lastedit label {
  vertical-align: middle;
}

div.forum-reply-field-upload a {
  outline: none;
}




/* Спорные блоки */

/* (↓) Оболочки Таблицы с контентом. На будущее: удалить эти блоки, если без них хорошо работает. 01.04.2026 */
/* 
.forum-block-container,
.forum-block-outer,
.forum-block-inner
 {} 
*/





/* *************************************  */
/* ****** Стили на редактирование ****** */
/* ************************************* */

div.forum-info-box {
  /* Этот селектор удален из блоков: меню, */
  /* Этот селектор используется в блоках: ..., */
  padding: 0.5em 1.117em;
  border-width: 1px;
  border-style: solid;
  line-height: 1.5em;
  margin-bottom: 1em;
  zoom: 1;
}


span.forum-item-author {
  font-size: 12px;
}


div.forum-item-subforums {
  line-height: 1.4em;
  margin-top: 0.9em;
}


span.forum-status-sticky,
span.forum-status-closed {
  font-weight: bold;
}

/* Table Footer and Alone Footer Box */

div.forum-footer-box {
  padding: 0.5em 1em;
  border-width: 1px;
  border-style: solid;
  line-height: 1.5em;
  margin-bottom: 1em;
}

/* Birthdays Box*/
div.forum-users-online {}

span.forum-users-online span {
  font-weight: bold;
}

div.forum-users-online span.forum-user-online {}

div.forum-users-online span.forum-user-online-hidden {}

/* Birthdays Box*/
div.forum-users-birthday {}

span.forum-users-birthday span {
  font-weight: bold;
}

/* Statistics Box*/
div.forum-statistics {
  zoom: 1;
}

div.forum-statistics-allusers {
  clear: both;
  float: left;
  white-space: nowrap;
}

div.forum-statistics-users {
  clear: both;
  float: left;
  white-space: nowrap;
}

div.forum-statistics-topics {
  text-align: right;
  white-space: nowrap;
}

div.forum-statistics-replies {
  text-align: right;
  white-space: nowrap;
}

div.forum-statistics-users span,
div.forum-statistics-allusers span,
div.forum-statistics-topics span,
div.forum-statistics-replies span {
  font-weight: bold;
}



/* Post Attachments */
div.forum-post-attachments {
  margin: 1.5em 0;
  padding: 0.6em 1em 0.9em 1em;
  border-width: 1px;
  border-style: solid;
  line-height: 1.5em;
}

div.forum-post-attachments label {}

div.forum-post-attachments fieldset {
  border: none;
  padding: 0;
  margin: 0;
}

div.forum-post-attachments fieldset .forum-attach {
  margin: 1.2em 1.2em 0 0;
}

div.forum-post-attachments ul {
  padding: 0;
}

div.forum-post-attachments div.forum-post-attachment {
  margin-top: 1em;
}





/* div.forum-user-avatar {
  margin: 0.5em 0;
} */






















/* Пока не поднял вверх */
div.forum-post-moderate {
  float: right;
}

/* Пока не поднял вверх */
div.forum-topic-moderate {
  text-align: left;
}

div.forum-topics-moderate {
  float: right;
}

div.forum-topics-moderate input,
div.forum-topics-moderate select {
  font-size: 1.1em;
}


/* Пока не стал переносить вверх, чтобы разобраться с блоками ниже */
div.forum-note-box {
  margin: 18px 0;
  padding: 12px 20px;
  border-radius: 20px;
  border-width: 1px;
  border-style: solid;
}

.forum-note-success {
  background-color: #e4ffec;
  color: #00902b;
}

.forum-note-error {
  background-color: #ffe4e4;
  color: #da0202;
}

.forum-note-box-text {
  max-width: 750px;
  line-height: 1.4;
}

div.forum-reply-form div.forum-note-box {
  margin: 1.117em;
}

div.forum-note-box ul {
  padding: 0.3em 0 0.3em 2em;
  margin: 0;
}

div.forum-note-box ul li {
  margin: 0;
  padding: 0;
}

div.forum-upload-file-hint {
  display: none;
}

div.forum-upload-file-hint span {
  font-weight: bold;
}

div.forum-upload-file {
  display: none;
  margin-top: 0.262em;
}

div.forum-upload-file input {
  font-size: 1.184em;
}

div.forum-reply-buttons {
  padding-top: 10px;
  padding-left: 10px;
  padding-bottom: 10px;
}

div.forum-reply-buttons input {}

/* Utils */
div.forum-clear-float {
  clear: both;
}

/* Moved topic list*/
div.forum-topic-move {
  clear: both;
  float: none;
  position: relative;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  width: 100%;
  /*IE*/
}

div.forum-topic-move input {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 1em;
  height: 1.55em;
  margin: 0 0 0 -0.25em;
  width: 1.55em;
}

div.forum-topic-move label,
div.forum-topic-move a {
  display: block;
  margin-left: 1.8em;
}

div.forum-topic-move-buttons {
  margin-top: 1em;
}

div.forum-topic-move-buttons select {
  width: 200px;
}

div.forum-topic-move-buttons select {
  font-size: 1.184em;
}

div.forum-topic-move-buttons input {
  font-size: 1.184em;
  padding: 0 0.417em;
  overflow: visible;
  /*IE paddings*/
}

.forum-action-note {
  float: right;
  font-style: italic;
  padding: 0.5em 1.5em 0.5em 1em;
}

div.forum-popup-image {}

div.forum-popup-image div.empty {
  background-image: url("/local/templates/avtomoicom-media/components/bitrix/forum/av_forum/images/close.gif");
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  cursor: hand;
  width: 14px;
  height: 14px;
  margin: 0px;
}

/* autosave */
a.postFormAutosave {
  float: right;
  display: block;
  width: 18px;
  height: 18px;
  margin: 0 -4px 4px 0;
  position: relative;
  z-index: 2;
}

a.postFormAutosave.bx-core-autosave {
  background-position: 0 0 !important;
}

a.postFormAutosave.bx-core-autosave-ready {
  background: scroll transparent url("/local/templates/avtomoicom-media/components/bitrix/forum/av_forum/images/autosave/autosave-green.gif") no-repeat 0 0;
}

a.postFormAutosave.bx-core-autosave-edited {
  background: scroll transparent url("/local/templates/avtomoicom-media/components/bitrix/forum/av_forum/images/autosave/autosave-red.gif") no-repeat 0 0;
}

a.postFormAutosave.bx-core-autosave-saving {
  background: scroll transparent url("/local/templates/avtomoicom-media/components/bitrix/forum/av_forum/images/autosave/autosave-write.gif") no-repeat 0 0;
}

.forum-notify-bar {
  width: 100%;
  height: 2em;
  background: url("/bitrix/js/main/core/images/panel/sprite04.png") repeat-x scroll 0 -1178px #FFEB8D !important;
  position: relative;
}

.forum-notify-close {
  display: block !important;
  height: 12px !important;
  margin: 3px 6px 0 0;
  padding: 0 !important;
  position: absolute !important;
  right: 5px !important;
  top: 5px !important;
  width: 12px !important;
}

.forum-notify-close a {
  background: url("/bitrix/js/main/core/images/panel/sprite04.png") no-repeat scroll -268px -243px transparent !important;
  display: block !important;
  height: 12px !important;
  width: 12px !important;
  cursor: pointer;
}

.forum-notify-text {
  color: #000000 !important;
  margin: 0 !important;
  padding: 3px 20px 5px !important;
  text-align: center !important;
}

.forum-notify-text a.postFormAutorestore {
  position: relative;
  color: #ff0000;
  cursor: pointer;
  text-decoration: underline;
  margin-right: 9px;
  margin-top: 5px;
  z-index: 2;
}

table.forum-icons td {
  white-space: nowrap;
  padding: 0.4em;
}

table.forum-icons input {
  width: auto;
}

table.forum-icons .forum-icon-empty {
  border: 1px solid;
  border-radius: 8px;
  width: 16px;
  height: 16px;
}

/************************************************/
/******************  AV-STYLES ******************/
/************************************************/

.av-forum-page-header {
  margin-bottom: 20px;
  padding-top: 30px;
}

/* Breadcrumb */
.av-forum-breadcrumb-inner {
  margin-bottom: 30px;
}

.av-forum-breadcrumb {
  font-size: 12px;
  font-weight: 500;
}

.av-forum-breadcrumb-link {
  border-bottom: 1px solid rgba(255, 255, 255, 0);
  color: #000;
  text-decoration: none;
  transition: all 0.3s ease;
}

.av-forum-breadcrumb-link:hover {
  color: #bb0000;
  border-bottom: 1px solid #bb0000;
}

.av-forum-crumb-item {
  white-space: nowrap;
}

/* Content-grid */
.av-forum-content-inner {
  display: grid;
  grid-template-columns: 1fr 250px;
  column-gap: 24px;
  margin-bottom: 24px;
}

.av-forum-content-main {}

.av-forum-content-sidebar {
  position: relative;
  padding: 16px;
  border-radius: 8px;
  background-color: #eee;
}

div.av-forum-sidebar-banner a {
  color: var(--text-link-color);
  text-decoration: none;
  transition: color .3s ease;
}

div.av-forum-sidebar-banner a:hover {
  color: var(--text-link-hover-color);
}

@media screen and (max-width: 991.98px) {
  .av-forum-content-inner {
    display: block;
  }

  .av-forum-content-sidebar {
    display: none;
  }
}

/* Page navigation box*/
.forum-navigation-box {
  display: flex;
  justify-content: space-between;
  column-gap: 16px;
  padding: 12px 16px;
}

/* Content Table */

.av-forum-table-wrapper {
  overflow-x: auto;
}

.av-forum-head-title span {
  font-size: 14px;
}

.av-forum-head-title a {
  font-weight: 500;
  color: #555;
  text-decoration: none;
  transition: all .3s ease;
}

.av-forum-head-title a:hover {
  color: var(--text-link-hover-color);
}


/* Status Icons */



/* Forum Items Info */





/* Выяснить, что за блок ↓ */
.av-forum-part-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding: 16px 24px;
  border: none;
  border-radius: 30px;
  background-color: #ececec;
}

.av-forum-page-title {
  font-size: 22px;
  font-weight: 500;
  color: #414141;
}

.av-forum-menu-box {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
}

.av-forum-text-link {
  color: var(--text-link-color);
  text-decoration: none;
  transition: color .3s ease;
}

.av-forum-text-link:hover {
  color: var(--text-link-hover-color);
}

.av-forum-anchor-link {
  display: inline-block;
  padding-bottom: 1px;
  border-bottom-width: 1px;
  border-bottom-style: dashed;
  border-bottom-color: var(--text-link-color);
}

.av-forum-anchor-link:hover {
  border-bottom-color: var(--text-link-hover-color);
}

.av-forum-message-actions-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 16px;
}

.av-forum-action-link {
  display: inline-block;
  padding-bottom: 1px;
  border-bottom: 1px dashed rgba(0, 0, 0, .3);
  font-size: 12px;
  line-height: 1;
  color: var(--text-link-color);
  text-decoration: none;
  transition: all .3s ease;
}

.av-forum-action-link:hover {
  color: var(--text-link-hover-color);
  border-bottom-color: var(--text-link-hover-color);
}

.av-forum-avatar-box {
  width: 80px;
  height: 80px;
  margin: 0 auto 16px;
  border: 0;
  border-radius: 50%;
  overflow: hidden;
}

.av-forum-avatar-box img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.av-forum-message-user-info {
  display: flex;
  flex-direction: column;
  text-align: center;
  font-size: 14px;
}

.av-forum-post-form-inner {
  max-width: 800px;
}

.av-forum-reply-buttons {
  display: flex;
  column-gap: 16px;
}

.av-forum-checkbox {
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  column-gap: 10px;
  cursor: pointer;
}

.av-forum-checkbox input {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip-path: inset(0 0 0 0);
}

.av-forum-checkbox-pseudo {
  display: inline-block;
  width: 16px;
  height: 16px;
  border-radius: 3px;
  border: 1px solid #ccc;
  background: #fff 4px 5px no-repeat;
}

.av-forum-checkbox input:checked+.av-forum-checkbox-pseudo {
  border-color: #0076d4;
  background-color: #0076d4;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23FFFFFF' d='M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z'/%3E%3C/svg%3E");
  background-size: 16px;
  background-position: center;
}

.av-forum-checkbox-label {
  font-size: 12px;
  line-height: 1.2;
}


.av-forum-form-action-button {
  display: block;
  padding: 10px 20px;
  border-radius: 30px;
  font-size: 14px;
  line-height: 1;
  cursor: pointer;
  transition: all .3s ease;
  box-sizing: border-box;
}

.av-forum-submit-form-button {
  background-color: var(--blue-color);
  border: 1px solid var(--blue-color);
  background-image: linear-gradient(170deg, var(--blue-lite-color), var(--blue-color));
  color: #eee;
}

.av-forum-submit-form-button:hover {
  background-image: linear-gradient(350deg, var(--blue-lite-color), var(--blue-color));
}

.av-forum-reset-form-button {
  border: 1px solid #ccc;
  border-radius: 30px;
  background-image: linear-gradient(170deg, #eee, #ccc);
  color: #000;
}

.av-forum-reset-form-button:hover {
  background-image: linear-gradient(350deg, #eee, #ccc);
}

.av-forum-post-form-anchor {
  display: block;
  padding-bottom: 70px;
}

@media screen and (max-width: 767.98px) {
  .av-forum-part-header {
    flex-direction: column;
  }

  table.forum-post-table td.forum-cell-user,
  table.forum-post-table td.forum-cell-contact {
    width: 100px;
    overflow: hidden;
    background: #f1f1f1;
  }

  div.forum-user-info {
    padding: 8px;
    border-top: 1px solid #e1e1e1;
  }

  div.forum-user-name a {
    font-size: 14px;
  }

  .av-forum-avatar-box {
    width: 50px;
    height: 50px;
    margin: 0 auto 16px;
  }


  .av-forum-message-user-info {
    display: flex;
    flex-direction: column;
    text-align: center;
    font-size: 11px;
  }
}

@media screen and (max-width: 575.98px) {

  table.forum-table th.forum-column-topics,
  table.forum-table th.forum-column-replies,
  table.forum-table th.forum-column-views {
    display: none;
  }

  table.forum-table td.forum-column-topics,
  table.forum-table td.forum-column-replies,
  table.forum-table td.forum-column-views {
    display: none;
  }
}
/* End */


/* Start:/local/templates/avtomoicom-media/components/bitrix/forum/av_forum/themes/av_purple/style.css?17753755044625*/
/* ****************************************************** */
/* *** Оригинальные блоки (стили могут быть изменены) *** */
/* ****************************************************** */




/* *************************************  */
/* ****** Стили на редактирование ****** */
/* ************************************* */

/*----------------------------------------------------Table Cells And Backgrounds------------------------------------------------ */

/* Table Header, Reply Form Header, BBCode Icons Highlighting */
table.forum-table th,
div.forum-bbcode-line a:hover,
div.forum-bbcode-line a:hover img {
  background-color: #e7e7e7;
}

/* Table Cell Border */
table.forum-table td,
table.forum-table th.forum-column-lastpost,
table.forum-table th.forum-first-column,
table.forum-table th.forum-last-column,
div.forum-info-box {
  border-color: #e1e1e1;
}

/* Table Cell, Info Box, Reply Form */
table.forum-table td,
div.forum-info-box {
  background: #fbfbfb;
}

div.forum-reply-form table.bxlhe-frame-table td.bxlhe-editor-buttons {
  background-color: #fbfbfb !important;
}

div.forum-reply-field td.bxlhe-editor-cell,
div.forum-reply-field .feed-add-post-form-but-wrap {
  border-color: #ced0d1;
}

/* Hidden Table Cell and Row - Тут уже смотрел: forum-column-icon, forum-cell-hidden */
table.forum-table tr.forum-row-hidden td,
table.forum-table td.forum-cell-hidden,
table.forum-table tr.forum-row-inactive td.forum-column-icon,
table.forum-post-hidden td.forum-cell-post,
table.forum-post-hidden td.forum-cell-actions {
  background: #faf9de !important;
}

/* Selected (via checkbox) Table Cell and Row */
table.forum-table tr.forum-row-selected td,
table.forum-table td.forum-cell-selected,
table.forum-post-selected td.forum-cell-post,
table.forum-post-selected td.forum-cell-actions {
  background: #ebecec !important;
}

/* Table Footer and Alone Footer Box */
table.forum-table td.forum-column-footer,
table.forum-post-table td.forum-column-footer,
div.forum-footer-box {
  background: #eaeaea;
}





/* ---------------------------------------------------Borders----------------------------------------------------- */

/* Table Footer and Alone Footer Box */
div.forum-footer-box {
  /*   border-color: #d0d3d6; */
  border-color: #e1e1e1;
}



/* ---------------------------------------------------Text Color-------------------------------------------------- */

.forum-required-field {
  color: red;
}

/* --------------------------------------------------Special Elements---------------------------------------------- */

/* Page navigation */
/* div.forum-navigation-box {
  background: #fff;
  border-color: #e1e1e1;
} */

/*BBCode: Quote and Code*/
table.forum-quote,
table.forum-spoiler,
table.forum-code,
div.forum-code-box,
div.forum-post-attachments {
  border-color: #c3c3c3;
}

table.forum-quote td,
table.forum-spoiler td,
table.forum-code td,
div.forum-code-box ol,
div.forum-post-attachments {
  background: #fff !important;
  color: #696969;
}

table.forum-quote th,
table.forum-spoiler th,
table.forum-code th,
div.forum-code-box {
  background: #e6e6e6 !important;
  color: #616161;
}

div.forum-note-box {
  border-color: #ffbc5e;
  /*   background: #fffdc7; */
}

/* --------------------------------------------------Icons---------------------------------------------- */
div.forum-icon-default {
  /* background-image: url(/local/templates/avtomoicom-media/components/bitrix/forum/av_forum/themes/av_purple/images/default.gif); */
  background-image: url(/local/templates/avtomoicom-media/components/bitrix/forum/av_forum/themes/av_purple/images/default-.svg);
}

div.forum-icon-newposts {
  /* background-image: url(/local/templates/avtomoicom-media/components/bitrix/forum/av_forum/themes/av_purple/images/newposts.gif); */
  background-image: url(/local/templates/avtomoicom-media/components/bitrix/forum/av_forum/themes/av_purple/images/newposts.svg);
}

div.forum-icon-sticky {
  /* background-image: url(/local/templates/avtomoicom-media/components/bitrix/forum/av_forum/themes/av_purple/images/sticky.gif); */
  background-image: url(/local/templates/avtomoicom-media/components/bitrix/forum/av_forum/themes/av_purple/images/sticky.svg);
  width: 12px;
  height: 16px;
}

div.forum-icon-sticky-newposts {
  /* background-image: url(/local/templates/avtomoicom-media/components/bitrix/forum/av_forum/themes/av_purple/images/sticky-newposts.gif); */
  background-image: url(/local/templates/avtomoicom-media/components/bitrix/forum/av_forum/themes/av_purple/images/sticky-newposts.svg);
  width: 12px;
  height: 16px;
}

div.forum-icon-closed,
div.forum-icon-sticky-closed {
  /* background-image: url(/local/templates/avtomoicom-media/components/bitrix/forum/av_forum/themes/av_purple/images/closed.gif); */
  background-image: url(/local/templates/avtomoicom-media/components/bitrix/forum/av_forum/themes/av_purple/images/closed.svg);
}

div.forum-icon-closed-newposts,
div.forum-icon-sticky-closed-newposts {
  /* background-image: url(/local/templates/avtomoicom-media/components/bitrix/forum/av_forum/themes/av_purple/images/closed-newposts.gif); */
  background-image: url(/local/templates/avtomoicom-media/components/bitrix/forum/av_forum/themes/av_purple/images/closed-newposts.svg);
}

div.forum-icon-moved {
  /* background-image: url(/local/templates/avtomoicom-media/components/bitrix/forum/av_forum/themes/av_purple/images/moved.gif); */
  background-image: url(/local/templates/avtomoicom-media/components/bitrix/forum/av_forum/themes/av_purple/images/moved.svg);
  width: 14px;
  height: 15px;
}

/* --------------------------------------------------Votes---------------------------------------------- */
div.vote-answer-item-bar-inner {
  background-color: #eaeaea;
}
/* End */


/* Start:/local/templates/avtomoicom-media/components/bitrix/forum/av_forum/styles/additional.css?177528700313864*/
/* ****************************************************** */
/* *** Оригинальные блоки (стили могут быть изменены) *** */
/* ****************************************************** */

a.forum-new-message-marker {
  color: red !important;
  margin-left: 3px;
  text-decoration: none;
}

div.forum-legend-info {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  padding: 12px 18px;
  border: 1px solid #e1e1e1;
  border-radius: 20px;
}

div.forum-legend-info div.forum-legend-item {
  display: flex;
  align-items: center;
  column-gap: 8px;
}

div.forum-legend-info div.forum-legend-item div.forum-icon {
  margin: 0;
}

div.forum-legend-info div.forum-legend-item span {
  font-size: 13px;
  white-space: nowrap;
}

form.forum-form {
  padding: 0;
  margin: 0;
}

div.forum-user-description {
  margin-top: 0.78em;
}



/* *************************************  */
/* ****** Стили на редактирование ****** */
/* ************************************* */


/* .forum-post-rating {
	float: right;
	padding-right: 10px;
	padding-top: 1px;
} */

.forum-post-rating .ilike-light .bx-ilike-right {
  padding: 0px 1px 0 11px;
}

.forum-post-rating .ilike-light .bx-ilike-text {
  padding: 0;
}

/*div.forum-post-rating { float:right; display: inline-block;  padding-right:0.9em; vertical-align: middle;}
.forum-post-rating .ilike-light .bx-ilike-button,
.forum-post-rating .ilike-light .bx-ilike-right-wrap,
.forum-post-rating .ilike-light .bx-ilike-right,
.forum-post-rating .ilike-light .bx-ilike-left-wrap,
.forum-post-rating .ilike-light .bx-ilike-left,
.forum-post-rating .ilike-light .bx-ilike-text{
	vertical-align: middle!important;
	padding: 0 0 0 0!important;
	display: inline!important;}
.forum-post-rating .ilike-light .bx-ilike-right {padding-left:11px!important;}
.forum-post-rating .ilike-light .bx-ilike-right-wrap {margin-right:0;}
.forum-post-rating .ilike-light .bx-ilike-left-wrap {margin-left: 0.2em;}*/

.forum-post-attachment-files ul,
.forum-post-attachment-files ul li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

/* Spoiler */
table.forum-spoiler thead {
  cursor: pointer;
  cursor: hand;
}

table.forum-spoiler thead div {
  padding-left: 15px;
  background-image: url('/local/templates/avtomoicom-media/components/bitrix/forum/av_forum/styles/../images/plus.gif');
  background-position: left center;
  background-repeat: no-repeat;
}

table.forum-spoiler thead.forum-spoiler-head-open div {
  background-image: url('/local/templates/avtomoicom-media/components/bitrix/forum/av_forum/styles/../images/minus.gif');
}

/* /Spoiler */
td.forum-column-action,
th.forum-column-action {
  width: 5%
}

/* Filter */
div.forum-filter-field {}

div.forum-filter-field label.forum-filter-field-title {
  display: inline-block;
  width: 10em;
  height: 2em;
  float: left;
}

div.forum-filter-field span.forum-filter-field-item {
  display: inline-block;
  height: 2em;
  float: left;
}

div.forum-filter-field span.forum-filter-field-item label {
  float: none;
}

div.forum-filter-field span.forum-filter-field-item input {
  padding: 0;
  margin: 0;
}

div.forum-filter-field div.forum-clear-float {
  clear: both;
}

div.forum-filter div.forums-selector-multiple span.forum-filter-field-item {
  height: 5em;
}

div.forum-filter div.forums-selector-multiple select {
  height: 4.5em;
}

div.forum-filter input.search-input {
  width: 400px;
}

div.forum-filter select {
  width: 250px;
}

div.forum-filter-footer input {
  margin: 0.2em;
}

/*/Filter */

table.palette {
  border: 1px solid gray;
  background-color: gray;
  border-collapse: collapse;
}

table.palette td {
  border: 1px solid gray;
  width: 10px;
  height: 10px;
  padding: 0px;
  margin: 0;
}

table.palette td img {
  width: 10px;
  height: 10px;
  border: none;
  padding: 0px;
  margin: 0;
}

/* Popups */
div.forum-popup-postform {
  width: 502px;
  padding: 0px;
  margin: 0;
  overflow: hidden;
  color: black;
}

div.forum-popup-postform table.forum-popup {
  border: 1px solid gray;
  width: 500px;
  background-color: white;
  font-size: 1em;
  cursor: default;
}

div.forum-popup-postform table.forum-popup td {
  font-size: 1em;
  border: none;
  background-color: white;
  font-size: 1em;
}

div.forum-popup-postform table.forum-popup thead td {
  font-weight: bold;
  padding: 0.5em 0.5em 0.1em 0.8em;
  font-size: 1.1em;
  text-align: left;
}

div.forum-popup-postform table.forum-popup thead td div.close {
  cursor: pointer;
  cursor: hand;
  background-image: url('/local/templates/avtomoicom-media/components/bitrix/forum/av_forum/styles/../images/close.gif');
  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: 0.3em;
  text-align: center;
}

/*/Popups */

/* Select with forums*/
select.forum-selector-single,
select.forum-selector-multiple {
  width: 250px;
}

select.forum-selector-single optgroup,
select.forum-selector-multiple optgroup {
  font-weight: normal;
  background: none;
  font-size: 1em;
  font-style: normal;
}

select.forum-selector-single option.active,
select.forum-selector-multiple option.active {
  background-color: #DDDDDD;
}

/* /Select*/

/* Pages User Profile */
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: 0.4em 1em;
}

/* Tab controls*/
div.forum-tabs {
  padding-top: 30px;
}

div.forum-tabs div.forum-tabs-header {
  display: flex;
}

div.forum-profile-edit-tab {
  max-width: 550px;
  background-color: transparent;
}

div.tab-container {
  padding: 16px 20px;
  border: none;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  font-size: 16px;
  font-weight: 500;
  color: var(--text-link-color);
  cursor: pointer;
  transition: color .3s ease;
}

div.tab-container:hover {
  color: #bb0000;
}

div.tab-container-selected {
  background-color: #eee;
  color: #000;
  cursor: default;
}

div.tab-container-selected:hover {
  color: #000;
}

div.forum-tabs div.forum-tabs-body {
  background-color: #eee;
  padding: 24px 48px;
}

div.forum-tabs div.forum-tabs-body div.forum-info-box div.forum-info-box-inner {
  padding: 20px 0px;
}

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: none;
  border: none;
  padding: 2px;
  margin: 0;
  vertical-align: top;
}

div.forum-tabs div.forum-tabs-body table.forum-table td {
  text-align: left;
  background: none;
  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 {
  display: flex;
  column-gap: 24px;
}

/* Search page */
div.tags-cloud {
  padding-bottom: 1em;
}

div.forum-search-block-container div.forum-info-box-last {
  margin-bottom: 0;
}

/*/Search page */
/* PM */
div.forum-pm-progress-bar-out {
  width: 200px;
  margin: 0;
  padding: 1px;
  border: 1px solid;
  display: block;
  position: relative;
  top: 0;
  text-align: left;
  background-color: transparent;
  line-height: 10px;
  color: #DDDDDD;
}

div.forum-pm-progress-bar-out1 {
  width: 200px;
  padding: 0;
  margin: 0;
  display: block;
  position: relative;
  top: -12px;
}

div.forum-pm-progress-bar-in {
  padding: 0;
  font-size: 9px;
  background-color: #DDDDDD;
}

div.forum-pm-progress-bar-in1 {
  width: 100%;
  text-align: center;
  padding: 0;
  font-size: 9px;
  font-weight: normal;
}

tr.forum-pmessage-new td {
  font-weight: bold;
}

span.forum-pmessage-action,
span.forum-pmessage-move {
  float: left;
}

div.forum-pmessage-navigation {
  float: right;
}

span.forum-pmessage-recipient {
  white-space: nowrap;
}

div.forum-info-box-pmsearch {
  margin-bottom: 0;
}

/*/PM */
div.forum-subscribes div {
  padding: 0px 0px 0px 25px;
}

div.forum-subscribes div.forum-group-buttons {
  padding: 10px 0px 0px 0px;
}

/* Votes */
div.forum-post-vote {
  margin-bottom: 0;
}

div.forum-post-vote ol.vote-items-list,
div.forum-post-vote ol.vote-items-list li {
  border: none;
}

div.forum-post-vote div.voting-form-box {
  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: 0.55em;
}

div.forum-post-vote ol.vote-items-list ol {
  padding-left: 1em;
}

li.vote-question-item div.vote-item-question {
  font-weight: bold;
}

li.vote-answer-item {
  padding-bottom: 0.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: 0.55em;
  margin: 0;
  position: relative;
}

/* /Votes */
/* LHE */
.forum-reply-field .bxlhe-frame-table {
  margin-top: 1px;
}

.forum-reply-field .feed-add-post-form {
  border: none;
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

.forum-reply-field .feed-add-post-form-but-more,
.forum-reply-field .feed-add-close-icon {
  display: none;
}

.forum-reply-field .feed-add-post .bxlhe-editor-buttons {
  background: none;
  box-shadow: none;
  border-bottom: none;
  height: 1.5em !important;
}

.forum-reply-field .feed-add-post .lhe-stat-toolbar-cont {
  padding: 0.56em 0 0.4em 0;
}

.forum-reply-field td.bxlhe-editor-cell {
  border-style: solid;
  border-width: 1px 1px 0 1px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  zoom: 1;
}

.forum-reply-field td.lhe-resize-row {
  display: none;
}

.forum-reply-field .feed-add-post-form-but-wrap {
  background-color: #FFFFFF;
  border-style: solid;
  border-width: 0 1px 1px 1px;
  border-radius: 0 0 2px 2px;
  padding: 0 !important;
  zoom: 1;
}

/* LHE Download files */
.forum-reply-field .file-selectdialog .file-placeholder {
  margin-left: 66px;
}

.forum-reply-field .file-selectdialog .file-extended .file-selector {
  margin: 26px 0 19px;
  padding: 15px 3px 15px 90px;
  color: #888888;
  font-size: 14px;
  font-weight: normal;
}

.forum-reply-field .file-selectdialog .file-extended .file-selector:hover {
  padding: 12px 0 12px 87px;
}

.forum-reply-field .file-selectdialog {
  background: none repeat scroll 0 0 #FFFFFF;
  box-shadow: none;
  margin-bottom: 0 !important;
  margin-top: 0.462em;
}

.forum-reply-field .file-selectdialog .file-label {
  left: 9px;
  top: 4px;
  color: #888888;
  padding-left: 22px;
}

.forum-reply-field .file-selectdialog .file-extended .file-load-img {
  background: url("/local/templates/avtomoicom-media/components/bitrix/forum/av_forum/styles/../images/loading-place-img.png") no-repeat 0 0;
  height: 44px;
  left: 18px;
  top: 18px;
  position: absolute;
  width: 50px;
}

.forum-reply-field .file-selectdialog .file-extended .file-selector:hover .file-load-img {
  background-position: 0 0;
  left: 15px;
  top: 15px;
}

.forum-reply-field .file-selectdialog .file-simple,
.forum-reply-field .file-selectdialog .file-extended {
  margin-left: 15px;
}

.forum-reply-field-upload {
  display: inline-block;
  transition: height 0.2s linear 0.2s;
  -moz-transition: height 0.2s linear 0.2s;
  /* Firefox 4 */
  -webkit-transition: height 0.2s linear 0.2s;
  /* Safari and Chrome */
  -o-transition: height 0.2s linear 0.2s;
  /* Opera */
  overflow: hidden;
  height: 20px;
}

.forum-reply-field-upload a {
  transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  /* Firefox 4 */
  -webkit-transition: opacity 0.2s;
  /* Safari and Chrome */
  -o-transition: opacity 0.2s;
  /* Opera */
  opacity: 1;
}

.forum-reply-field-upload-hover {
  height: 0px;
}

.forum-reply-field-upload-hover a {
  opacity: 0;
}

* html .forum-reply-field-upload-hover {
  display: none;
}

/* /LHE */

body.forum-popup-body {
  padding: 1.51em;
  font-size: 0.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;
}

div.forum-error {
  color: red;
}

div.forum-note {
  color: green;
}


div.forum-main-footer div.forum-rapid-access-items {
  float: right;
  width: 300px;
  display: block;
  border: none;
  text-align: right
}

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-rss1,
.forum-rss-rss2,
.forum-rss-atom {
  background-repeat: no-repeat;
  width: 80px !important;
  height: 15px !important;
  display: block;
  margin: 0px 0px 0px 2px;
  padding: 0px;
  overflow: hidden;
  border: none;
  text-decoration: none;
  float: left;
}

.forum-rss-rss1 {
  background-image: url(/local/templates/avtomoicom-media/components/bitrix/forum/av_forum/styles/../images/rss1.gif);
}

.forum-rss-rss2 {
  background-image: url(/local/templates/avtomoicom-media/components/bitrix/forum/av_forum/styles/../images/rss2.gif);
}

.forum-rss-atom {
  background-image: url(/local/templates/avtomoicom-media/components/bitrix/forum/av_forum/styles/../images/atom.gif);
}

table.forum-forum-list-part {
  margin-bottom: 0;
}

.forum-reply-fields .feed-add-post-text .bxhtmled-button-translit {
  background: url(/bitrix/images/fileman/light_htmledit/lhe_iconkit.gif) -136px -38px no-repeat;
  margin: 9px 4px 3px 3px;
  width: 24px;
  height: 24px;
}
/* End */
/* /local/templates/avtomoicom-media/components/bitrix/forum/av_forum/style.css?177661888328387 */
/* /local/templates/avtomoicom-media/components/bitrix/forum/av_forum/themes/av_purple/style.css?17753755044625 */
/* /local/templates/avtomoicom-media/components/bitrix/forum/av_forum/styles/additional.css?177528700313864 */
