/*Правка кнопок радио для переноса*/
#move_posts_form  .Select_Topics td.tc2{
    width: 103px!important;
}

/*Положение и отступ мини-аватара*/
.punbb em.user-avatar {
    float: right;
    position: relative;
    margin: 0px 0px 0px 5px;
}

/*Иконки подфорумов*/
.Icon_LastPost, .Icon_LastPost > img {
    max-width: 13px!important;
}

/*Доп поле 1 шрифт 12*/
li.pa-fld1 {font-size: .9em;}

/*Количество непрочитанных тем*/
.icon[data-new-topics]:before, .punbb .isub .icon[data-new-topics]:before {
    background: transparent;
    border-radius: 8px;
    color: #635a63;
    content: attr(data-new-topics);
    display: inline-block;
    font-size: .8em;
    font-weight: 700;
    height: 12px;
    line-height: 12px;
    margin: -6px;
    min-width: 12px;
    padding: 0px;
    position: absolute;
    text-align: center;
}

/*Стиль баннеров партнёров*/
.partners_bannr img {
    transition: all .5s ease-in-out 0s;
    filter: grayscale(100%) opacity(50%);
}

.partners_bannr img:hover{
transition: all .5s ease-in-out 0s;
filter: grayscale(0%) opacity(100%);
}

.partners_bannr {width: 90%;
height: auto;
overflow: auto;
margin: auto;
padding-top: 3px;
}

.bannr img {
    transition: all .5s ease-in-out 0s;
    filter: grayscale(100%) opacity(50%);
}

.bannr img:hover{
transition: all .5s ease-in-out 0s;
filter: grayscale(0%) opacity(100%);
}


/*Иконки в связи*/
li.pa-social.social-telegram span.fld-name {display: none;}
li.pa-social.social-telegram a:before {content:"\f2c6\2008"!important; font-family: "Font Awesome 5 Brands"; font-weight: 900;}
li.pa-social.social-mailagent span.fld-name {display: none;}
li.pa-social.social-mailagent::before {content:"\f1fa\2008"!important; font-family: "Font Awesome 5 Free"; font-weight: 900;}
li.pa-social.social-skype span.fld-name {display: none;}
li.pa-social.social-skype a:before {content:"\f17e\2008"!important; font-family: "Font Awesome 5 Brands"; font-weight: 900;}
li.pa-social.social-discord span.fld-name {display: none;}
li.pa-social.social-discord::before {content:"\f392\2008"!important; font-family: "Font Awesome 5 Brands"; font-weight: 900;}

#My_replic_meny::before {content: '\f4ad'!important;  font-family: "Font Awesome 5 Free"; font-weight: 900;}

/*отключить стандартную иконку загрузки ajax*/
img.loading {display: none;}


/*Новости*/
.d9 h3 {
  text-align: left;
  padding: 0 0 6px 10px;
  border-left: 10px solid;
  border-bottom: 2px solid;
font-size: 14px!important;
font-weight: 400 !important;
}

/*Поиск в топике*/
#sTheme {
    border-top-left-radius: 0px!important;
    border-bottom-left-radius: 0px!important;
        height: auto;
    width: auto;}

#isk {
border-top-right-radius: 0px!important;
    border-bottom-right-radius: 0px!important;
     height: auto;
    width: auto;
    font-size: 18px!important;
}
    
#s-block {
margin: .5em 0em!important;
    position: relative;
    float: right;
}

#pun-viewtopic .linksb .postlink {
    display: none;
}

/*Фикс бага Сафари*/
.punbb .post-content p, .punbb .post-content a, .crumbs, .crumbs a, p, a, p a {
font-size: 1em;
line-height: 150%;
-webkit-text-size-adjust: 100%;
margin: .5em 0;
}

.button a {line-height: 115% !important;}

.notify-message .jGrowl-message span {font-weight: 400;}
/**************************************************************
 Подфорумы                                                    *
***************************************************************/
 
#pun-index .isub {
 display: flex!important;
 flex-direction: row!important;
 float: left!important;
}
#pun-index .isub .tc2, #pun-index .isub .tc3, #pun-index .isub .tcr {
 display: none;
}
#pun-index .isub .tcl {
 width: max-content !important;
font-size: .8em!important;
}

/*Доп. медиахостинги стиль v.2 © Romych вкладки*/
#media-wrapper {width: auto;}
ul.media-tabs {
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;}
ul.media-tabs li {float: left; margin-right: 2em!important; cursor:pointer;}
div.media-t2,div.media-t3 {display: none; width: auto;}
.tipsy-inner {font-size: 14px;}
.media_link {float: left;}

/*Доп. медиахостинги стиль v.2 © Romych кнопки */
div#video-area-actions2, div#video-area-actions {
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
padding: 0.3em}
div#video-area-actions2 {word-spacing: 2em!important;}

/*Скрипт hvScriptSet version 1.0.12 Маска профиля */
#mask_dialog .inner {
    background: url('https://i.gyazo.com/7b05677f194180f2d51cee2198e3a959.jpg');
color: #d2d9ed;
	border: 1px solid #878abf; 
}

/*Скрипт анкет внешний вид*/
.punbb .cnt-part .formsubmit input.button {
    font-size: 34px !important;
    padding: 10px 20px;
    font-weight: 700;
}

.cnt-part textarea {
 margin: 0 !important;
    min-height: 120px;
    padding: 0 !important;
}

.cnt-part #form-buttons td {padding: 6px !important;
}