/* Личный кабинет разбиваем на блоки. Внутри этих блоков некоторые ключевые моменты тоже будут прокомментированы */

/* общие стили start */
[class^="rcli fa-"]::before,
[class*=" rcli fa-"]::before {
    padding: 0;
}
.rcli.rcl-icon{
    background: #b9c9d6;
    box-sizing: content-box;
    color: #fff;
    margin-right: 5px;
    padding: 5px;
    text-align: center;
    width: 15px;
}
.floatright {
    float: right;
}
.floatleft {
    float: left;
}
.aligncenter {
    text-align: center;
}
.alignleft {
    text-align: left;
}
.alignright {
    text-align: right;
}
img.aligncenter {
    display: block;
    margin: 0 auto;
}
body .preloader-parent {
    position: relative;
}
.plugin-info {
    clear: both;
    text-align: center;
}
span.ruble-symbol {
    font-family: Arial;
    font-weight: normal;
    line-height: 1;
    position: relative;
}
.ruble-symbol span {
    left: 0;
    position: absolute;
    top: 55%;
}

.wprecallblock .notify-lk {
    color: #000;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.4;
    text-align: center;
}
.wprecallblock .notify-lk div {
    padding: 6px 2px 6px 10px;
}
#rcl-notice {
    left: 10px;
    position: fixed;
    top: 70px;
    width: 210px;
    z-index: 1501;
}
#rcl-notice .notice-window {
    animation-duration: 0.3s;
    font-size: 14px;
    line-height: 1.2;
    margin: 5px 0;
    padding: 8px 2px 8px 10px;
    word-wrap: break-word;
}
.notify-lk .error,
#rcl-notice .type-error {
    background: rgb(255, 207, 207);
    border-left: 3px solid red;
    color: red;
}
.notify-lk .warning,
#rcl-notice .type-warning {
    background: #fff5ce;
    border-left: 3px solid #333;
    color: #333;
}
.notify-lk .success,
#rcl-notice .type-success {
    background: #bfffbd;
    border-left: 3px solid #008000;
    color: #008000;
}
#rcl-notice .notice-window .close-notice {
    color: inherit;
    float: right;
    padding: 0 5px 0 4px;
}
body .rcl_preloader {
    background: rgba(255,255,255,0.6) !important;
    display: block !important;
    height: 100% !important;
    left: 0 !important;
    position: absolute !important;
    top: 0 !important;
    width: 100% !important;
    z-index: 99;
}
.rcl_preloader i {
    left: 50%;
    position: absolute;
    top: 50%;
}
#passwordStrength {
    color: #000;
    display: block;
    font-size: 12px;
    line-height: 1;
    margin: 5px auto 0;
    max-width: 200px;
    padding: 7px 15px 5px;
    text-align: center;
}
#passwordStrength.strength0 {
    background: #ccc;
}
#passwordStrength.strength1 {
    background: #ff0000;
}
#passwordStrength.strength2 {
    background: orange;
}
#passwordStrength.strength3 {
    background: yellow;
}
#passwordStrength.strength4 {
    background: #43FF4C;
}
#passwordStrength.strength5 {
    background: rgb(0, 184, 255);
}
.rcl-smiles {
    clear: both;
    float: right;
    position: relative;
}
.rcl-smiles > i {
    color: #4c8cbd;
    cursor: pointer;
    font-size: 20px;
}
.rcl-smiles .smiles {
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 0 1px 1px #ccc;
    box-sizing: border-box;
    padding: 3px;
    text-align: left;
    width: 350px;
}
.rcl-smiles .rcl-smiles-list {
    bottom: 0;
    display: none;
    padding: 0 15px 20px 0;
    position: absolute;
    right: 0;
    z-index: 9;
}
.rcl-smiles > img:hover +.rcl-smiles-list,
.rcl-smiles .rcl-smiles-list:hover {
    display: block;
}
.rcl-smiles .smiles img {
    cursor: pointer;
    display: inline-block;
    height: 18px !important;
    margin: 3px !important;
    width: auto !important;
}
.rcl-new-users p,
.rcl-online-users p {
    margin: 5px 0;
    padding: 0;
}
span i.rcli.fa-circle {
    font-size: 16px;
    padding: 0;
    vertical-align: inherit;
}
.online .rcli.fa-circle {
    -webkit-animation: pulsate 2s linear infinite;
    animation: pulsate 2s linear infinite;
    color: #89e535;
}
.offline .rcli.fa-circle {
    color: rgb(229, 57, 53);
    text-shadow: 0 0 1px #5a0d0c;
}
@keyframes pulsate {
    25% {
        transform: scale(1.025);
    }
    50% {
        color: #A3F558;
        text-shadow: 0 0 3px #35e668;
        transform: scale(1.05);
    }
    75% {
        transform: scale(1.025);
    }
}
/* общие стили End */

/* Личный кабинет start*/

/* общие стили start */
#rcl-office {
    background: rgba(236, 240, 241, 0.3);
    box-shadow: 0 0 1px 2px rgba(219, 219, 219, 0.8);
    color: #333;                    /*BlackTheme*/
    overflow: visible;
    position: relative;
}
#rcl-office a:link {
    border: none;                   /*++Twenty15++*/
    box-shadow: none;               /*++Twenty16++*/
    text-decoration: none;
}
#rcl-office h2 {
    font-size: 22px;
    font-weight: bold;
    line-height: 1;
    margin: 0;
    text-transform: none;
}
#rcl-office h3 {
    font-size: 18px;
    line-height: 1;
    margin: 5px 0;
}
#rcl-office p {
    line-height: 1;
    margin: 0;
    padding: 4px 0;
}
#rcl-office select,
#rcl-office textarea,
#rcl-office input:not([type="submit"]):not([type="button"]):not([type="file"]):not([type="checkbox"]):not([type="radio"]) {
    border-radius: 0;
    border: 1px solid #ddd;
    box-shadow: none;
    box-sizing: border-box;
    color: #000;
    display: inline-block;
    float: none;
    font-size: 14px;
    height: auto;
    line-height: 1.4;
    outline: none;
    padding: 5px 10px;
}
#rcl-office input[type="checkbox"],
#rcl-office input[type="radio"] {
    box-shadow: none;
}
#rcl-overlay {
    background: rgba(0, 0, 0, 0.7);
    bottom: 0;
    display: none;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 999;
}
.mass-upload-box {
    background: rgba(219, 219, 219, 0.3);
    box-shadow: 0 0 1px 1px rgba(219, 219, 219, 0.6);
    padding: 5px;
}
.rcl-dropzone {
    font-size: 12px;
    margin-bottom: 10px;
    overflow: hidden;
}
.rcl-dropzone.mass-upload-box small {
    margin: 0 0 0 5px;
}
.mass-upload-box .mass-upload-area {
    background-color: #ccc;
    padding: 20px;
    text-align: center;
}
.mass-upload-box hr {
    margin: 3px;
}
.mass-upload-box .rcl-upload-button {
    display: inline-block;
}
.rcl-tab-button .rcl-menu-notice {
    color: #fff;
    font-size: 12px;
    line-height: 1;
}
body .ballun-status {
    max-width: 350px;
}
body div.status-user-rcl::before {
    border-style: solid;
    border-width: 11px 0 0 11px;
    content: "";
    height: 0;
    left: 8px;
    position: absolute;
    top: -12px;
    width: 0;
}
body .ballun-status div.status-user-rcl,
body #rcl-office .ballun-status div.status-user-rcl {
    background: #fff;
    border-radius: 3px;
    box-sizing: border-box;
    color: #333;                                    /*++hueman++*/
    display: inline-block;
    font-size: 14px;                                /*++hueman++*/
    font-weight: normal;                            /*++hueman++*/
    line-height: normal;                            /*++hueman++*/
    margin: 0 0 0 5px;
    max-width: 98%;
    min-width: 50px;
    padding: 6px 8px;
    position: relative;
    -webkit-hyphens: auto;
    hyphens: auto;
    word-wrap: break-word;
}
#lk-menu,
#rcl-tabs {
    overflow: hidden;
}
#rcl-office.horizontal-tabs #rcl-tabs {
    animation-delay: 1s;
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-name: fadeIn;
    opacity: 0;
}
#lk-content {
    margin: 3px;
    overflow: hidden;
    position: relative;
}
/* Группа кнопок Start */
    /* Основной стиль кнопок Start */
.recall-button i + span {
    margin: 0 0 0 5px;
}

body a.recall-button,
span.recall-button,
.recall-button.rcl-upload-button,           /*input[type="file"]*/
input[type="submit"].recall-button,
input[type="submit"] .recall-button,
input[type="button"].recall-button,
input[type="button"] .recall-button {
    border-radius: 0;                       /*++hueman++*/
    border: none;
    box-shadow: none !important;
    box-sizing: border-box;
    color: #fff;
    cursor:pointer;
    font-size: 12px;
    font-weight: normal;                    /*++hueman++*/
    letter-spacing: normal;                 /*++Twenty16++*/
    line-height:1;
    padding: 5px 5px;
    text-decoration: none;
    text-transform: none;                   /*++Twenty16++*/
    white-space: nowrap;
}
/* Основной стиль кнопок End */

/* Состояния кнопок Start */
a.recall-button:hover,
a.recall-button:visited,
span.recall-button:hover,
.recall-button.rcl-upload-button:hover,
input[type="submit"].recall-button:hover,
input[type="submit"] .recall-button:hover,
input[type="button"].recall-button:hover,
input[type="button"] .recall-button:hover {
    color: #fff;
    opacity: 0.8;
}
.rcl-search-form input[type="submit"]:hover,
.rcl-upload-button input[type="file"]:hover {
    cursor: pointer;
}
a.recall-button.active,
a.recall-button.active:hover,
a.recall-button.filter-active,
a.recall-button.filter-active:hover,
a.data-filter.filter-active,
a.data-filter.filter-active:hover {
    box-shadow: none;                       /*++Twenty16++*/
    color: rgb(30, 56, 75);
    cursor: default;
    opacity: 1;
}
#rcl-office #lk-menu a.recall-button.active {
    pointer-events: none;
}
/* Состояния кнопок End */

/* Корректировки к кнопкам Start */
#lk-menu a {
    display: block;
    float: left;
    margin: 5px 5px 0 0;
    padding: 7px;
}
.rcl-data-filters .recall-button {
    display: inline-block;
    float: none;
    margin: 1px 1px 4px 0;
    padding: 7px;
}
.vertical-menu #lk-menu {
    float: left;
    margin: 3px;
    max-width: 160px;
    min-width: 120px;
    width: auto;
}
.vertical-menu #lk-menu a {
    border-bottom: 3px solid #fff;
    display: table;
    float: none;
    margin: 0 3px 0 0;
    white-space: normal;
    width: 100%;
}
/* Корректировки к кнопкам End */

/*START Меню субвкладок ЛК*/
.rcl-subtab-menu {
    background: #f7f8f8;
    margin: 5px 0;
    overflow: hidden;
    padding: 10px 10px 5px;
}
.rcl-subtab-menu .rcl-subtab-button {
    display: inline-block;
    margin-bottom: 5px;
    margin-right: 5px;
    padding: 7px;
}

/*ниже устаревшие стили субвкладок, позднее удалить*/
#rcl-office .rcl-sub-menu {
    background: #f7f8f8;
    margin: 5px 0;
    overflow: hidden;
    padding: 10px;
}
#rcl-office .rcl-sub-menu .recall-button {
    display: inline-block;
    margin-right: 5px;
    padding: 7px;
}
#rcl-office a.sec_block_button i.rcli {
    margin: 0 5px 0 0;
}
/*END*/

.rcl-data-filters {
    margin: 10px 0;
}
.rcl-data-filters a:link {                      /*++Twenty15++*/
    border: none;
    text-decoration: none;                      /*++Twenty14++*/
}
.rcl-upload-button {
    position: relative;
}
.rcl-upload-button input[type="file"] {
    height: 100%;
    left: 0;
    margin: 0;
    opacity: 0;
    padding: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
/* Кнопки End */

/* фильтр поиск start */
.rcl-search-form {
    clear: both;
    margin-bottom: 10px;
    text-align: right;
}
.rcl-search-form-title {
    padding: 0 0 3px;
}
.rcl-search-form form input[type="text"],
.rcl-search-form form select {
    border-radius: 0;
    border: 1px solid #ccc;
    box-shadow: none;
    box-sizing: border-box;
    color: #000;
    display: inline-block;
    font-size: 14px;
    height: auto;
    line-height: normal;
    margin: 2px;
    outline: none;
    vertical-align: middle;
    width: auto;
}
.rcl-search-form form input[type="text"] {
    padding: 4px 6px;
}
.rcl-search-form form input[type="text"]:focus {
    background-color: #fff;
    border-color: #bbb;
}
.rcl-search-form form select {
    padding: 3px;
}
.rcl-search-form form input[type="submit"] {
    border-radius: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: normal;
    margin: 0;
    padding: 5px 14px;
    vertical-align: middle;
}
/* фильтр поиск End */

/* START аватар и элементы управления внутри него */
#rcl-avatar {
    position: relative;
}
#rcl-avatar .avatar-icons {
    display: block;
    line-height: 1;
}
#rcl-avatar .avatar-icons .rcl-avatar-icon {
    cursor: pointer;
}
#rcl-avatar .avatar-icons .rcl-avatar-icon a {
    box-shadow: none;
    display: inline-block;
    position: relative;
}
#rcl-avatar .icon-avatar-upload span {
    display: block;
    height: 100%;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%;
}
#rcl-avatar .icon-avatar-upload input[type="file"] {
    cursor: pointer;
    display: block;
    height: 100%;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 9;
}
/* END аватар и элементы управления внутри него */

/*Произвольные поля плагина*/
.rcl-field-input {
    display: block;
}
.rcl-field-core {
    position: relative;
}
.rcl-field-input .maxlength {
    align-items: center;
    background-color: #e5e5e5;
    border: 1px solid #ccc;
    box-sizing: border-box;
    display: flex;
    font-weight: bold;
    justify-content: center;
    max-height: 100%;
    min-width: 30px;
    padding: 2px 5px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    z-index: 10;
}
.rcl-field-input.type-text-input .maxlength {
    height: 100%;
}
.rcl-field-input input[type='text'] {
    margin: 0;
}
.rcl-field-input .file-manage-box .rcli {
    margin-right: 5px;
}
.rcl-field-input .rcl-field-notice {
    clear: both;
    color: #797979;
    display: block;
    margin: 5px 0 0;
}
.rcl-field-input .rcl-field-notice .rcli {
    margin-right: 5px;
}
.type-multiselect-input .hidden {
    display: none !important;
}
.type-multiselect-input .fs-wrap {
    max-width: 400px;
    width: 100%;
}
.type-multiselect-input .fs-dropdown {
    box-shadow: 4px 3px 3px 0 #929292;
    max-width: 400px;
    width: 100%;
}
.type-multiselect-input .fs-wrap.multiple .fs-option.selected .fs-checkbox i {
    background-color: #888;
}
.type-dynamic-input .dynamic-values {
    display: block;
}
.type-dynamic-input .dynamic-values .dynamic-value {
    align-items: center;
    display: flex;
    margin: 0 0 2px;
}
.type-dynamic-input .dynamic-values .dynamic-value a {
    border: none;
    box-shadow: none;
    color: #797979;
    display: inline-block;
    min-width: initial;
    vertical-align: middle;
    width: auto;
}
.type-dynamic-input .dynamic-values .dynamic-value .rcli {
    background: #fff;
    border: 1px solid #ccc;
    margin: 5px 10px;
    padding: 5px;
    vertical-align: middle;
}
.type-dynamic-input .dynamic-value .fa-minus:hover {
    color: rgb(229, 57, 53);
}
.type-dynamic-input .dynamic-value .fa-plus:hover {
    color: #008000;
}
.type-dynamic-input .dynamic-values .dynamic-value input {
    width: 78% !important;
}
#register-form-rcl .type-dynamic-input .dynamic-values .dynamic-value {
    margin-bottom: 0;
}
.rcl-field-input .rcl-checkbox-box,
.rcl-field-input .rcl-radio-box {
    display: inline-flex;
    margin-right: 2px;
    position: relative;
}
.rcl-cf-title {
    font-weight: bold;
    margin: 0 3px 0 0;
}
div.rcl-custom-fields .rcl-field-value .fa-upload {
    margin-right: 5px;
}
/**/

/* Контент лк Start */
#rcl-office .recall_content_block {
    background: rgba(255, 255, 255, 0.7);
    display: none;
    overflow: hidden;
    padding: 4px 5px;
    position: relative;
}
#rcl-office .recall_content_block.active {
    display: block;
}
/* Контент лк End */


/* navigation Start */
.rcl-navi,
.rcl-pager {
    box-shadow: 0 0 1px 1px rgba(219, 219, 219, 0.8);
    box-sizing: border-box;
    clear: both;
    display: inline-block;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.4;
    margin: 10px 0.5%;
    padding: 6px 5px;
    width: 99%;
}
.rcl-navi a,
.rcl-navi span,
.rcl-pager .pager-item span,
.rcl-pager .pager-item a {
    display: inline-block;
    margin: 0 4px;
    padding: 2px 9px;
}
.rcl-navi span {
    box-shadow: 0 0 1px 1px rgba(219, 219, 219, 0.4);
}
.rcl-navi a:link,
.rcl-pager .pager-item a:link {                         /*++hueman++ добавил :link для перевеса*/
    background: rgba(243, 243, 243, 0.5);
    border: none;                                       /*++Twenty15++*/
    box-shadow: 0 0 1px 1px rgba(219, 219, 219, 0.8);
    text-decoration: none;
}
.rcl-navi a:hover,
.rcl-pager .pager-item a:hover {
    box-shadow: 0 0 1px 2px rgb(219, 219, 219);
}
/* navigation End */


/* START ssi-modal */
#ssi-modalWindow {
    animation-duration: 0.5s;
    animation-name: slideInDown;
}
div.ssi-backdrop {
    background: rgba(0, 0, 0, 0.7);
}
body .ssi-modalOuter .ssi-modalTitle {
    font-family: inherit;
}
.ssi-modalOuter .ssi-modalWindow {
    border-radius: 0;
    border: none;
    margin: 0 auto;
    max-width: 99%;
    min-width: 315px;
    overflow: hidden;
    padding: 0;
}
.ssi-modalOuter .ssi-modalTitle {
    font-size: 22px;
    font-style: normal;
    font-weight: bold;
    line-height: 1;
    padding: 6px 40px 8px 15px;
}
.ssi-modalOuter .ssi-topIcons {
    top: 2px;
    z-index: 1502;
}
.ssi-modalOuter .ssi-topIcons .ssi-closeIcon,
.ssi-modalOuter .ssi-topIcons .ssi-closeIcon:hover {
    background: none;
    height: 30px;
    text-decoration: none;
}
.ssi-modalOuter .ssi-topIcons .ssi-closeIcon::after {
    color: rgb(229, 57, 53);
    content: "\f00d";                                   /* fa-times */
    font: 400 30px/30px rcl-awesome;
    margin: 0 7px 0 0;
}
.ssi-modalOuter .ssi-topIcons .ssi-closeIcon:hover::after {
    color: rgb(192, 0, 0);
}
.rcl-user-getails .ssi-modalOuter .ssi-modalContent {
    display: table;
    margin: 0 auto;
    padding: 9px 9px 10px;
}
.ssi-modalOuter .ssi-buttons .ssi-modalBtn {
    background: #eee;
    border-radius: 0;
    border: medium none;
    box-shadow: 0 0 1px 1px #ccc;
    color: #555;
    cursor: pointer;
    font: 15px/1 normal;
    margin: 3px 3px 7px;
    padding: 5px 7px;
    text-transform: none;
}
.ssi-modalOuter .ssi-modalBtn:hover {
    background: #e9e9e9;
    box-shadow: 0 0 1px 1px #aaa;
}
/* END ssi-modal */

/* START checkbox-radio stilization */
.block-label {
    cursor: pointer;
    display: block;
    font-weight: normal;
    margin: 0;
    position: relative;
    vertical-align: middle;
}
.rcl-field-input input[type="radio"],
.rcl-field-input input[type="checkbox"] {
    left: 10px;
    opacity: 0;
    position: absolute;
    top: 10px;
    z-index: -1;
}
.rcl-field-input label.block-label::before {
    background-color: #fff;
    border: 1px solid #ccc;
    box-sizing: content-box;
    content: "";
    display: inline-block;
    height: 13px;
    margin: 0 5px 2px 0;
    padding: 0 2px 4px;
    text-align: center;
    vertical-align: middle;
    width: 13px;
}
.rcl-field-input.type-radio-input label::before {
    border-radius: 50%;
}
.rcl-field-input input[type="checkbox"]:checked + label.block-label::before {
    color: #fff;
    content: "\f00c";
    font-family: "rcl-awesome";
    font-size: 12px;
    line-height: 1;
    padding: 2px;
}
/* END checkbox-radio stilization */

@media screen and (max-width:360px) {
    #userpic-upload #webcamupload {
        float: right;
    }
    #rcl-office .recall_content_block {
        margin: 0;
    }
    #rcl-office .recall_content_block {
        padding: 2px;
    }
    #rcl-office .recall_content_block th,
    #rcl-office .recall_content_block td {
        padding: 4px 2px;
    }
}

/* START галерея и видеогалерея - выделить в одно ядро */
#rcl-popup {
    background: #f8f8f8;
    border-radius: 3px;
    box-sizing: border-box;
    color: #333;
    display: block;
    left: 50%;
    line-height: 1.4;
    max-width: 600px;
    max-width: 80%;
    position: absolute;
    top: 10%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: 999;
}
#rcl-popup h2 {
    clear: none;
    font-size: 18px;
    line-height: 1;
    margin: 0;
    padding: 8px 0 0 5px;
    text-transform: none;
    width: calc(100% - 40px);
}
#rcl-popup h4 {
    clear:both;
    font-size: 16px;
    line-height: 1;
    margin: 8px 0 0;
    overflow: hidden;
    padding: 0 10px 4px;
    text-transform: none;
}
#rcl-popup p {
    margin: 0 10px 10px;
    padding: 0;
}
#rcl-popup textarea {
    border: 1px solid #ccc;
    box-sizing: border-box;
    color: #000;
    display: block;
    margin: 10px auto;
    min-height: 80px;
    padding: 5px;
    width: 98%;
}
#rcl-popup #commentlist .comm-attach {
    background: rgba(237, 237, 237, 0.5);
    margin: 10px 0;
    padding: 10px;
}
#rcl-popup #commentlist .comment-author::after,
#rcl-popup #commentlist .comment-author::before {
    display: none;
}
#rcl-popup #commentlist .author-avatar {
    float: left;
    margin: 0 10px 0 0;
}
#rcl-popup .navi-gallery {
    color: #ccc;
    cursor: pointer;
    font-size: 50px;
    height: 50px;
    left: 50%;
    line-height: 50px;
    opacity: 0.6;
    position: absolute;
    top: 200px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: auto;
}
#rcl-popup .navi-gallery:hover {
    opacity: 1;
}
#rcl-popup .prev-attach {
    float: left;
    margin-left: -54%;
}
#rcl-popup .next-attach {
    float: right;
    margin-left: 54%;
}
#rcl-popup .next-attach::after {
    content: "\f138";
    font-family: rcl-awesome;
}
#rcl-popup .prev-attach::after {
    content: "\f137";
    font-family: rcl-awesome;
}

/* START upload cover */
#rcl-office .rcl-cover-icon {
    line-height: 1;
    overflow: hidden;
    position: relative;
}
#rcl-office .rcl-cover-icon:hover {
    cursor: pointer;
}
#rcl-office .rcl-cover-icon input[type="file"] {
    cursor: pointer;
    height: 100%;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 99;
}
/* END upload cover */

/* START Модальное окно с информацией о пользователе */
.rcl-user-getails .rcl-user-avatar {
    display: inline-block;
    position: relative;
    text-align: center;
    width: 100%;
}
.rcl-user-getails .rcl-user-avatar img {
    border-radius: 0;
    border: 0;
    display: block;
    float: none;
    height: auto;
    margin: 0 auto;
    max-width: 100%;
    padding: 0;
    width: 100%;
}
.rcl-user-getails .rcl-user-avatar .rcl-avatar-zoom {
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    display: none;
    font-size: 150px;
    height: 100%;
    opacity: 0.7;
    position: absolute;
    text-decoration: none;
    top: 0;
    width: 100%;
}
.rcl-user-getails .rcl-user-avatar:hover .rcl-avatar-zoom {
    display:flex;
}
.rcl-user-getails .rcl-avatar-zoom i {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
}
.rcl-user-getails .ballun-status {
    margin: 5px auto 0;
    max-width: 425px;
}
.rcl-user-getails div.status-user-rcl::before {
    left: 0;
    margin-left: 50%;
}
.rcl-user-getails .block-rcl {
    padding: 5px;
}
.rcl-user-getails p {
    margin: 0;
    padding: 0;
}
.rcl-user-avatar-zoom .ssi-modalContent {
    padding: 0;
}
.rcl-user-avatar-zoom .ssi-topIcons {
    z-index: 1600;
}
.rcl-user-getails #ssi-modalWrapper {
    max-width: 450px;
}
.ssi-modalOuter.rcl-hand-uploader .ssi-modalContent {
    padding: 0;
}
.ssi-modalOuter.rcl-user-avatar-zoom .ssi-modalWindow {
    min-width: auto;
}
.ssi-modalOuter.rcl-user-avatar-zoom img {
    margin: 0;
}
/* END Модальное окно с информацией о пользователе */

/* upload avatar very width fix */
.ssi-modalOuter.rcl-hand-uploader {
    overflow-x: hidden;
}
.rcl-hand-uploader #ssi-modalWindow {
    max-width: 95%;
}
/**/

#avatar-upload-progress {
    background: #ccc;
    display: none;
    font-size: 40px;
    font-weight: bold;
    height: 100%;
    left: 0;
    opacity: 0.5;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
}
#avatar-upload-progress span {
    left: 50%;
    margin-left: -30px;
    margin-top: -20px;
    position: absolute;
    top: 50%;
}

/* Панель публикации */
#rcl-post-bar {
    margin: 10px 0;
    text-align: right;
}
#rcl-post-bar .post-bar-item {
    display: inline-block;
}
#rcl-post-bar .post-bar-item a {
    display: inline-block;
    font-size: 14px;
    margin: 0 0 0 5px;
}
#rcl-post-bar .post-bar-item span,
#rcl-post-bar .post-bar-item i {
    vertical-align: middle;
}
#rcl-post-bar .post-bar-item i {
    margin: 0;
}
#rcl-post-bar .post-bar-item i::before {
    padding: 0 5px;
}
#rcl-post-bar .post-bar-item .item-label {
    padding: 0 5px;
    margin: 0;
}

/*Таблица*/
.rcl-form {
    border-collapse: collapse;
    border-spacing: 0;
    border: none;
    box-sizing: border-box;
    font-size: 14px;
    line-height: 1.5;
    margin: 0 0 12px;
    text-align: left;
    width: 100%;
}
.rcl-form tr {
    background: #fff;
}
.rcl-form th,
.rcl-form td {
    border: 1px solid #eee;
    box-sizing: border-box;
    padding: 5px;
    text-align: left;
    text-transform: none;                       /*++Twenty14++*/
    vertical-align: middle;
}
.rcl-form tr th {
    overflow: hidden;
}
.rcl-form tr:nth-child(1) th {
    background-color: #f5f5f5;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.4;
}
.rcl-form input[type="checkbox"] {
    float: none;
    margin: 4px 2px 0;
    width: 15px;
}
.rcl-form input:not([type="submit"]):not([type="button"]):not([type="file"]):not([type="checkbox"]):not([type="radio"]),
.rcl-form textarea {
    background-color: #fff;
    border-radius: 0;
    border: 1px solid #ddd;
    box-shadow: none;
    box-sizing: border-box;
    font-size: 100%;
    height: auto;
    line-height: normal;
    margin: 0;
    max-width: 100%;
    outline: 0;
    padding: 5px 7px;
    width: 100%;
}
.rcl-form input:focus:not([type="submit"]):not([type="button"]):not([type="file"]):not([type="checkbox"]):not([type="radio"]),
.rcl-form textarea:focus {
    background: #fff;
    border: 1px solid #ccc;
    box-shadow: 0 0 1px 0 #ddd;
    color: #000;
    outline: medium none;
}
.rcl-form input[disabled] {
    background-color: #eee;
    opacity: 0.6;
}
.rcl-form select {
    background-color: #fff;
    border-radius: 0;
    border: 1px solid #ddd;
    box-shadow: none;
    box-sizing: border-box;
    height: auto;
    line-height: normal;
    outline: 0;
    padding: 5px 7px;
    width: 100%;
}
.rcl-form .block-label {
    background-color: #f2f2f2;
    border: 1px solid #e2e2e2;
    cursor: pointer;
    display: inline-block;
    float: left;
    font-family: Verdana,Tahoma,sans-serif; /*если другое семейство - то блоки плывут*/
    font-size: 12px;
    line-height: 1;
    margin: 4px;
    padding: 5px 8px 4px 6px;
}
.rcl-form .block-label input[type="checkbox"] {
    margin: 0 6px 0 0;
}
.rcl-form .block-label input[type="radio"] {
    border: 1px solid #d1d1d1;
    color: #b1b1b1;
    float: none;
    font-size: 13px;
    padding: 8px 12px;
    width: auto;
}
.rcl-form .required {
    color: rgb(229, 57, 53);
    font: bold 15px/1 Verdana,arial;
}
.rcl-form label a {
    color: rgb(76, 140, 189);
    display: inline;
    font-weight: bold;
    margin: 0;
    padding: 0 1px 0 0;
}
.rcl-form label a:hover,
.rcl-form td span a:hover {
    color: #000;
    text-decoration: underline;
}
.rcl-form td a:hover {
    color: #000;
}
.rcl-form td a:hover i {
    color: rgb(229, 57, 53);
}
.rcl-form .file-manage-box {
    display: block;
    margin-bottom: 5px;
    overflow: hidden;
}
.rcl-form .file-manage-box .rcli {
    color: rgb(229, 57, 53);
    font-size: 16px;
    margin-right: 5px;
}
.rcl-form .file-manage-box .delete-file-url {
    float: right;
}
.rcl-form .file-manage-box .delete-file-url a {
    display: inline-block;
}
.rcl-form .file-field-upload {
    background: #f4f4f4;
    display: block;
    font-size: 11px;
    padding: 5px;
}
.rcl-form .file-field-upload input {
    width: auto;
}
.rcl-form .aligncenter {
    text-align: center;
}

/*форма*/
.rcl-form .form-field {
    margin: 15px 0;
}
.rcl-form .form-field .field-title {
    display: block;
    font-size: 18px;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 5px;
}
.rcl-form .submit-box {
    background: #f2f2f2;
    overflow: hidden;
    padding: 5px;
    text-align: right;
}
.rcl-form .submit-box a,
.rcl-form .submit-box input[type="submit"] {
    display: inline-block;
    font-size: 15px;
    padding: 7px 10px;
}

@media screen and (max-width:360px) {
    .rcl-form tr th {
        -webkit-hyphens: auto;
                hyphens: auto;
        max-width: 107px;
        word-wrap: break-word;
    }
    .rcl-form td a {
        font-size: 13px;
        margin: 3px 0;
        width: 83px;
    }
    .rcl-form .file-field-upload {
        width: 205px;
    }
}

/*бегунок*/
.rcl-runner,
.rcl-range {
    padding: 10px;
}
.rcl-runner .rcl-runner-value,
.rcl-range .rcl-range-value {
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    min-width: 115px;
    padding-left: 15px;
    padding-right: 15px;
    vertical-align: middle;
}
.rcl-runner .rcl-runner-box,
.rcl-range .rcl-range-box {
    background: rgba(255, 255, 255, 0.8);
    border-radius: 5px;
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2) inset,
                0 0 1px 1px rgba(0, 0, 0, 0.2) inset;
    display: inline-block;
    height: 10px;
    margin: 0;
    max-width: 500px;
    position: relative;
    text-align: left;
    vertical-align: middle;
    width: 100%;
}
.rcl-runner .rcl-runner-box .ui-slider-handle,
.rcl-range .rcl-range-box .ui-slider-handle {
    background: -webkit-linear-gradient(top, #fff, #ddd);
    background: linear-gradient(to bottom, #fff, #ddd);
    border-radius: 50%;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.4),
                0 8px 6px rgba(0, 0, 0, 0.1);
    cursor: ew-resize;
    height: 18px;
    margin-left: -.6em;
    position: absolute;
    top: -4px;
    -ms-touch-action: none;
        touch-action: none;
    width: 18px;
    z-index: 1;
}
.rcl-runner .rcl-runner-box .ui-slider-handle:focus,
.rcl-range .rcl-range-box .ui-slider-handle:focus {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.6);
    outline: none;
}
/* ** */
/*таблица конец*/

@media screen and (max-width:480px) {
    #rcl-popup {
        max-width: 95%;
    }
    #rcl-popup .navi-gallery {
        top: 25%;
    }
    #rcl-popup .prev-attach {
        margin-left: -47%;
    }
    #rcl-popup .next-attach {
        margin-left: 47%;
    }
}
/* END галерея и видеогалерея - выделить в одно ядро */

/* Непроверенная секция Start */
#rcl-popup.fixed {
    position: fixed;
    top: 80px;
}
#rcl-popup .delete {
    display: block;
    float: left;
    height: 31px;
    margin: 5px 5px 10px;
    width: 31px;
}
#rcl-popup .popup-body {
    padding: 10px;
}
.rcl-upload-button span.progress-bar {
    background: #36C515;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    z-index: -99;
}
.rcl-dropzone .get-crop-image,
.prmess .rcl-upload-button {
    float:right;
}
.rcl-dropzone img,
.rcl-dropzone .jcrop-holder {
    display: block;
    margin: 0 auto;
}
.rcl-dropzone.hover {
    background: rgba(0,0,0,0.5);
}
/* Непроверенная секция End */