/* Личный кабинет разбиваем на блоки. Внутри этих блоков некоторые ключевые моменты тоже будут прокомментированы */


/* общие стили start */
[class^="fa fa-"]::before,
[class*=" fa fa-"]::before{
	padding: 0;
}
i.fa, a.fa, p.fa,span.fa,div.fa{
    width:auto;
    text-align: center;
    font-family: FontAwesome!important;
}
.fa.rcl-icon{
    padding: 5px;
    background: #b9c9d6;
    color: #fff;
    margin-right: 5px;
    text-align: center;
    width: 15px;
    webkit-box-sizing: initial;
    -moz-box-sizing: initial;
    box-sizing: initial;
}
.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;
}
.plugin-info{
    text-align:center;
    clear: both;
}
span.ruble-symbol{
    position: relative;
    font-weight: normal;
    font-family:Arial;
}
.ruble-symbol span{
    position: absolute;
    line-height: 1px;
    top: 55%;
    left: 0;
}

.wprecallblock .notify-lk {
    color: #000;
    font: bold 16px arial;
    text-align: center;
}
.wprecallblock .notify-lk div {
    padding: 6px 2px 6px 10px;
}
#rcl-notice{
    position: fixed;
    top: 70px;
    left: 10px;
    width: 210px;
    z-index: 999999;
}
#rcl-notice .notice-window {
    line-height: 1.2;
    font-size: 14px;
    margin: 5px 0;
    padding: 8px 2px 8px 10px;
    word-wrap: break-word;
}
.notify-lk .error,
#rcl-notice .type-error{
    background: rgb(255, 207, 207);
    color: red;
    border-left: 3px solid red;
}
.notify-lk .warning,
#rcl-notice .type-warning{
    background: #fff5ce;
    color: #333;
    border-left: 3px solid #333;
}
.notify-lk .success,
#rcl-notice .type-success{
    background: #bfffbd;
    color: #008000;
    border-left: 3px solid #008000;
}
#rcl-notice .notice-window .close-notice{
    float:right;
	color:inherit;
	padding: 0 5px 0 4px;
}
body .rcl_preloader{
    position: absolute!important;
    height: 100%!important;
    width: 100%!important;
    background: rgba(255,255,255,0.6)!important;
    top: 0!important;
    left: 0!important;
    display: block!important;
    z-index: 99;
    font-size: 80px;
}
.rcl_preloader i {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -40px 0 0 -40px;
}
#passwordStrength {
	padding: 7px 15px 5px;
	display: block;
	max-width: 200px;
	margin: 5px auto 0;
	text-align: center;
	color: #000;
	font-size: 12px;
	line-height: 1;
}
#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{
	position: relative;
	float: right;
	clear: both;
}
.rcl-smiles .smiles{
	text-align: right;
	background: #fff;
	box-shadow: 0 0 1px 1px #ccc;
	padding: 3px;
	width: 350px;	
	border-radius: 5px;
}
.rcl-smiles .rcl-smiles-list{
	display: none;
	padding: 0 15px 20px 0;
	position: absolute;
	right: 0;
	bottom: 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;
    max-height: 25px;
    margin: 3px;
}
.rcl-new-users p,
.rcl-online-users p {
    margin: 5px 0;
    padding: 0;
}
/* общие стили End */




/* Личный кабинет start*/

/* общие стили start */
.wprecallblock {
    background: rgba(236, 240, 241, 0.3);
    box-shadow: 0 0 1px 2px rgba(219, 219, 219, 0.8);
	color: #333;				/*BlackTheme*/
    margin: 3px;
    overflow: visible;
	position: relative;
}

.wprecallblock a:link {
    border: none;				/*++Twenty15++*/
    box-shadow: none;			/*++Twenty16++*/
    text-decoration: none;
}

div.wprecallblock h2 {
    font: bold 22px/1 Arial,sans-serif;
    margin: 0;
    text-transform: none;
}

div.wprecallblock h3 {
    font-size: 18px;
    line-height: 1;
    margin: 15px 0 5px 10px;
}
.wprecallblock p {
    line-height: 1;
    margin: 0;
	padding: 4px 0;
}
.wprecallblock select,
.wprecallblock textarea,
.wprecallblock input:not([type="submit"]):not([type="button"]):not([type="file"]):not([type="checkbox"]):not([type="radio"]) {
	border:none;
	border-radius:none;
	font: 14px/1.4 Tahoma,Arial;						/*++Twenty15++*/
	padding:5px 10px;
	color:#000;
	box-shadow: 0 0 1px 1px #ccc;
	margin: 0;
}
/* .wprecallblock input.recall-button {
	color:#fff;
} */
.wprecallblock input[type="checkbox"],
.wprecallblock input[type="radio"] {
	box-shadow: none;
}
.online .fa-circle {
    -webkit-animation: pulsate 2s linear infinite;
    animation: pulsate 2s linear infinite;
    color: #89e535;
}
.offline .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);
	}
}

#rcl-overlay {
    background: rgba(30, 56, 75, 0.8);
    bottom: 0;
    display: none;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 999;
}



.mass-upload-box{
    padding: 5px;
    background: rgba(219, 219, 219, 0.3);
	box-shadow: 0 0 1px 1px rgba(219, 219, 219, 0.6);
}
.rcl-dropzone {
    overflow: hidden;
	margin-bottom: 10px;
    font-size: 12px;
}
.rcl-dropzone.mass-upload-box small {
    margin: 0 0 0 5px;
}
.mass-upload-box .mass-upload-area{
    padding: 20px;
    text-align: center;
    background-color: #ccc;
}
.mass-upload-box hr{
	margin:3px;
}
.mass-upload-box .rcl-upload-button{
    display: inline-block;
}
.rcl-tab-button .rcl-menu-notice{
    background-color: #bfffbd;
    color: #008000;
	font: 12px/1 Helvetica,serif,arial;				/*++Twenty16++*/
    padding: 1.6px 4px 1px;
}

/* popup окно записи Start */
#rcl-popup {
    background: #f8f8f8;
	border-radius: 3px;
	box-sizing: border-box;
	color: #333;
    display: block;
    left: 50%;
	line-height: 1.4;
    max-width: 80%;
    position: absolute;
    top: 10%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 600px;
    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 {
    margin-left: 54%;
    float: right;
}
#rcl-popup .next-attach::after {
    content: "\f138";
    font-family: FontAwesome;
}
#rcl-popup .prev-attach::after {
    content: "\f137";
    font-family: FontAwesome;
}
/* popup окно записи End */

/* Непроверенная секция Start */
#rcl-popup.fixed {
    position: fixed;
    top: 80px;
}
#rcl-popup .delete{
	float: left;
	margin: 5px 5px 10px;
	display: block;
	height: 31px;
	width: 31px;
	
}
#rcl-popup .popup-body{
    padding:10px;
}
.rcl-upload-button span.progress-bar{
	position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background: #36C515;
    z-index: -99;
}
.prmess .rcl-upload-button{
	float:right;
}
.rcl-dropzone .get-crop-image{
	float:right;
}
.rcl-dropzone img,
.rcl-dropzone .jcrop-holder{
	margin:0 auto;
	display: block;
}
.rcl-dropzone.hover {
    background: rgba(0,0,0,0.5);
}
/* Непроверенная секция End */

/* блок lk-conteyner start */

#lk-conteyner{
    padding: 5px;
    overflow: hidden;
    position: relative;
}
#lk-conteyner .footer-block-rcl{
    padding:5px 10px;
}
#lk-conteyner .lk-sidebar {
    float: left;
    height: auto;
    line-height: 1;				/*++Twenty16++*/
    width: 125px;
}
.lk-sidebar .lk-avatar {
    display: inline-block;
    height: auto;				/*++Twenty16++*/
    position: relative;
    width: 125px;				/*++Twenty16++*/
}
.lk-avatar .rcl-user-avatar img {
	border-radius: 0;
    height: auto;
    width: 100%;
	margin: 0;
	float: left;
}
.lk-avatar  .fa-search-plus {
	margin: 1px 0 0 1px;
}
.lk-avatar .rcl-avatar-zoom {
    color: rgba(255, 255, 255, 0.7);
    display: none;
    font-size: 35px;
    left: 5px;
	line-height: 1;							/*++Twenty16++*/
	opacity: 0.7;
    position: absolute;
    top: 3px;
    z-index: 9;
}
.lk-avatar .rcl-avatar-delete {
    background-color: rgb(216, 231, 238);
	opacity: 0.7;
    color: #333;
    display: none;
    font-size: 14px;
    padding: 5px;
    position: absolute;
    right: 5px;
    top: 6px;
    z-index: 9;
}
.lk-avatar:hover .rcl-avatar-zoom,
.lk-avatar:hover .rcl-avatar-delete{
	display:block;
}
.rcl-avatar-delete .fa.fa-times {
    font-size: 16px;
    margin: 0;
}
#userpic-upload {
    bottom: 0;
    color: rgb(229, 57, 53);
    font-size: 16px;
    overflow: hidden;
    position: absolute;
}
#userpic-upload span {
    background-color: rgb(216, 231, 238);
    cursor: pointer;
    float: left;
    line-height: 1;
    margin-right: 4px;
    opacity: 0.7;
    overflow: hidden;
    padding: 6px 8px 5px;
    position: relative;
    text-align: center;
}
a.rcl-avatar-zoom:hover,
a.rcl-avatar-delete:hover,
#userpic-upload span:hover{
    opacity: 1;
}

#userpic-upload .fa input{
	position: absolute;
	top: 0;
	right: 0;
	opacity: 0;
	z-index: 99;
	cursor: pointer;
	max-width: none;
}
#avatar-upload-progress {
    background: rgb(216, 231, 238);
    display: none;
    height: 50px;
    left: 0;
    line-height: 1;
    opacity: 0.6;
    position: absolute;
    top: 44%;
    width: 100%;
}
#avatar-upload-progress span { /*ava in group*/
    display: block;
    font-size: 48px;
    font-weight: bold;
    text-align: center;
}
.wprecallblock #avatar-upload-progress span {
    font-size: 25px;
    margin: 10px 0 0;
}
.lk-header.rcl-node {
    display: block;
    width: 100%;
	overflow: hidden;
}

.lk-header .block-rcl,
.lk-header .rcl-tab-button{
    display: inline-block;
    float: right;
	margin: 0 0 0 3px;
}
.lk-header .block-rcl .recall-button,
.lk-header .rcl-tab-button .recall-button{
    display:block;
}
#lk-conteyner .lk-content {
    margin: 0 0 0 130px;
	overflow: hidden;
    padding: 5px;
}

#lk-conteyner .rcl-content {
	display: inline-block;
	font: 14px Verdana,arial;
    width: 100%;
}

.wprecallblock .lk-content .rcl-action {
    color: #000;
    display: initial;
    font-size: 12px;
}
.wprecallblock .lk-content .rcl-action .status_user {
    float: left;
    font: 16px/1.6 arial;
    margin: 0 5px;
}
.wprecallblock .lk-content .rcl-action .online {
    float: right;
    margin: -24px 0 0;
}


.rcl-user-status {
    margin: 7px 10px 2px;
}
.ballun-status {
    max-width: 350px;
}
p.status-user-rcl::before {    
    border-style: solid;
    border-width: 11px 0 0 11px;
    content: "";
    height: 0;
    left: 8px;
    position: absolute;
    top: -12px;
    width: 0;
}
.ballun-status p.status-user-rcl {
    background: #fff;
    border-radius: 3px;
    color: #333;										/*++hueman++*/
    display: inline-block;
    font-size: 14px;									/*++hueman++*/
    font-weight: normal;								/*++hueman++*/
    line-height: normal;								/*++hueman++*/
    margin: 3px 0 0 5px;
    max-width: 98%;
    min-width: 50px;
    padding: 6px 8px;
    position: relative;
    -webkit-hyphens: auto;
    hyphens: auto;
    word-wrap: break-word;
}
#lk-conteyner .rcl-more-link {
    color: rgb(30, 56, 75);
    display: inherit;
    float: none;
    margin: 10px 0 0;
    padding: 5px 0;
    text-align: center;
    width: 100%;
}
#lk-conteyner  .rcl-more-link .fa-minus-square-o,			/*++hueman++*/
#lk-conteyner  .rcl-more-link .fa-plus-square-o {
	font-size: 17px;
    vertical-align: middle;
}
#lk-conteyner .rcl-content .more-content {
    background-color: #fff;
    clear: both;
    display: none;
    padding: 8px 5px 8px 10px;
    text-align: left;
}

/* блок lk-conteyner end */



#rcl-tabs {    
    overflow: hidden;
}
#lk-menu {
    overflow: hidden;
    padding: 0 5px 5px;
}
#lk-content {
    margin: 3px;
}
.wprecallblock .rcl-menu {
	overflow: hidden;
}
.wprecallblock a.sec_block_button i.fa,
.wprecallblock a.child_block_button i.fa {
	margin: 0 5px 0 0;
}
/* Группа кнопок Start */
	/* Основной стиль кнопок Start */
        
.recall-button i + span {
    margin: 0 0 0 5px;
}       

a.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 {
	/*background: rgb(76, 140, 189);*/		/*основной цвет для колорпикера*/
	border-radius: 0;							/*++hueman++*/
	color: #fff;
	cursor:pointer;
	padding: 5px 5px;
	font-size: 12px;
	font-weight: normal;						/*++hueman++*/
	letter-spacing: normal;						/*++Twenty16++*/
	line-height:1;
	text-decoration: none;
	white-space: nowrap;
	box-sizing: border-box;
	text-transform: none;						/*++Twenty16++*/
	border: none;
}
	/* Основной стиль кнопок End */

/* Состояния кнопок Start */
a.recall-button:hover,
a.recall-button:visited,
.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 {
	/*background: rgb(76, 140, 189);*/				/*цвет вставлять колорпикером как у обычной кнопки обязательно. Иначе темы его перезаписывают*/
	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++*/
    cursor: default;
    /*background: rgba(76, 140, 189, 0.4);*/		/*для колорпикера на 6 оттенков светлей*/
    color: rgb(30, 56, 75);
    opacity: 1;
}
/* Состояния кнопок End */

/* Корректировки к кнопкам Start */

.wprecallblock #lk-menu a,
.wprecallblock #lk-content .get-list-votes,
.wprecallblock #lk-content .sec_block_button,
.wprecallblock #lk-content .child_block_button {
	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;
}

.wprecallblock .lk-sidebar .recall-button{
	margin: 3px 0;
	display: block;
}

.wprecallblock #lk-menu.left-buttons{
    float: left;
}
.wprecallblock #lk-menu.left-buttons a{
    float: none;
    width: auto;
}
/* Корректировки к кнопкам 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 {
    text-align: right;
    clear: both;
    margin-bottom: 10px;
}
.rcl-search-form form p {
    margin-bottom: 5px;

}
.rcl-search-form form input[type="text"],
.rcl-search-form form select {
    border: none;
    box-shadow: 0 0 1px 1px #ccc;
    color: #000;
    display: inline-block;
	font: 14px/1 Tahoma,arial;
    line-height: 1;
    height: auto;
    margin: 2px;
    padding: 5px 6px 6px;
    width: auto;
}
.rcl-search-form form input[type="submit"]{
    padding: 6px 10px;
}
.rcl-search-form select{
	padding: 2px 3px 3px;
}
/* фильтр поиск End */



/* Контент лк Start */
.wprecallblock #lk-content .recall_content_block,
.wprecallblock #lk-content .recall_child_content_block {
	background: rgba(255, 255, 255, 0.7);
    padding: 4px 5px;
	overflow:hidden;
	display: none;
	position:relative;
}
.wprecallblock #lk-content .recall_content_block.active,
.wprecallblock #lk-content .recall_child_content_block.active {
	display:block;
}

.wprecallblock #lk-content tr {
	background: #fff;
}

.wprecallblock #lk-content th,
.wprecallblock #lk-content td {
    border: 1px solid rgb(243, 243, 243);
    padding: 5px;
    text-align: left;
	text-transform: none;					/*++Twenty14++*/
    vertical-align: middle;
}
#your-profile table {
    border: none;
    border-collapse: collapse;
    border-spacing: 0;
	font: 14px/1.5 Tahoma,Arial;			/*++Twenty15++*/
    margin: 0 0 12px;
    text-align: left;
    width: 100%;
}
#your-profile table tr th {
    overflow: hidden;
    width: 32%;
}
#your-profile input[type="checkbox"] {
    margin: 4px 2px 0;
    width: 15px;
    float: none;
}

#your-profile table input,
#your-profile table textarea {
    float: left;
	font: 14px/1.5 Tahoma,Arial;			/*++Twenty15++*/
    max-width: 99%;
    padding: 8px 2%;
    width: 100%;
	border:none;
	box-sizing: border-box;
}
#your-profile table select {
    float: left;
    max-width: 99%;
    padding: 10px 2%;
    width: 100%;
}
#your-profile table .block-label {
    background: rgba(219, 219, 219, 0.3);
    box-shadow: 0 0 1px 1px rgba(219, 219, 219, 0.6);
    cursor: pointer;
    display: inline-block;
    float: left;
    font: 12px arial;
    margin: 4px;
    padding: 7px 9px 6px 8px;
}
#your-profile table .block-label input[type="checkbox"] {
    margin: 0 6px 0 0;
}
#your-profile table .block-label input[type="radio"] {
    border: 1px solid #d1d1d1;
    color: #b1b1b1;
    float: none;
    font-size: 13px;
    padding: 8px 12px;
    width: auto;
}
#your-profile .required {
    color: rgb(229, 57, 53);
    font: bold 15px/1 Verdana,arial;
}
#your-profile table label a {
    color: rgb(76, 140, 189);
    display: inline;
    font-weight: bold;
	margin: 0;
    padding: 0 1px 0 0;
}

#your-profile table label a:hover,
#your-profile table td span a:hover {
    color: #000;
    text-decoration: underline;
}
#your-profile table td a {
    color: rgb(76, 140, 189);
    display: flex;
    font: 14px/1.5 Verdana,arial;
    margin: 6px 0 0 6px;
    padding: 0;
    width: 100px;
}
#your-profile table td a:hover {
	color: #000;
}
#your-profile table td a:hover i {
	color: red;
}
#your-profile table  td .fa-times-circle-o {
    color: rgb(229, 57, 53);
    font-size: 24px;
    padding: 0 2px;
}
#your-profile table td span a {
    float: right;
    width: 115px;
}
#your-profile .meta-file {
    margin: -11px 0 5px;
    padding: 5px;
}
/* Контент лк End */


/* upload avatar overlay and block zoom start  */
.ui-widget-overlay.ui-front {
    background: #000;
    opacity: 0.8;
	position: fixed;
}
.ui-dialog.rcl-zoom-avatar {
    background: none;
    border: none;
    border-radius: 4px;
    box-shadow: 0 0 20px 10px #000;
	padding: 0;
	max-width: 99%;
	width: unset !important;
}
.ui-dialog.rcl-zoom-avatar .ui-dialog-title,
.ui-dialog.rcl-load-avatar .ui-button-icon-primary,
.ui-dialog.rcl-zoom-avatar .ui-button-icon-primary {
	display: none;
}
.ui-dialog.rcl-zoom-avatar .ui-dialog-titlebar {
    border: none;
    border-radius: 0;
    height: 0;
    padding: 0;
	position: unset;
}
.ui-dialog.rcl-load-avatar .ui-dialog-titlebar-close::before,
.ui-dialog.rcl-zoom-avatar .ui-dialog-titlebar-close::before {
    content: "\f335";
    font: 400 40px/40px dashicons;
    height: 40px;
    vertical-align: middle;
    width: 40px;
}
.ui-dialog.rcl-zoom-avatar .ui-button {
    background: none;
    border: none;
    color: rgb(229, 57, 53);
	margin: 0 5px 0 0;
	z-index: 99;
}
.ui-dialog.rcl-zoom-avatar .ui-button:hover,
.ui-dialog.rcl-load-avatar .ui-dialog-titlebar-close:hover,
.ui-dialog-buttonpane .ui-button.ui-button-text-only:hover {
	opacity: 0.8;
}
.ui-dialog.rcl-zoom-avatar .ui-dialog-content {
    background: transparent;
    border: none;
	border-radius: 4px;
    color: transparent;
	overflow: unset;
    padding: 0;
}
.ui-dialog.rcl-load-avatar {
    background: #fff;
    border: none;
    border-radius: 0;
    box-shadow: 0 0 20px 10px #000;
	max-width: 100%;
	min-width: 245px;
}
.ui-dialog.rcl-load-avatar .ui-dialog-titlebar {
    background: none;
    border: none;
    border-radius: 0;
    font: 16px/32px Tahoma,arial;
    height: 34px;
    padding: 0 0 0 7px;
}
.ui-dialog.rcl-load-avatar .ui-dialog-titlebar-close {
    background: none;
    border: none;
    border-radius: 0;
    color: rgb(229, 57, 53);
	margin: 0 5px 0 0;
    padding: 0;
}
.ui-dialog.rcl-load-avatar .ui-dialog-content {
    background: #fff;
    border: none;
    display: table;
    margin: 0 auto;
	padding: 5px;
}
.ui-dialog.rcl-load-avatar .ui-dialog-buttonpane {
    border: none;
    padding: 5px 15px 10px 0;
}
.ui-dialog.rcl-load-avatar .ui-button-text-only {
    background: rgba(219, 219, 219, 0.3);
    border: 1px solid #ccc;
    border-radius: 2px;
    color: #000;
    font: 16px/1 Tahoma,arial;
    height: auto;
    margin: 0;
    padding: 5px 15px;
    vertical-align: middle;
}
.ui-dialog.rcl-load-avatar .ui-button-text-only span {
    padding: 0;
}
/* upload avatar overlay and block zoom end  */


/* navigation Start */
.rcl-navi {
    box-shadow: 0 0 1px 1px rgba(219, 219, 219, 0.8);
    box-sizing: border-box;
    clear: both;
	display: inline-block;									/*++hueman++*/
    font-size: 20px;
    font-weight: bold;
    margin: 4px 2px 3px;
    padding: 6px 5px;
    width: 99%;
}
.rcl-navi a,
.rcl-navi span {
    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 {										/*++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 {
    box-shadow: 0 0 1px 2px rgb(219, 219, 219);
}
/* navigation End */

p.rcl-custom-fields{
    clear:both;
}

@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%;
    }
}

@media screen and (max-width:768px) {
	.wprecallblock #rcl-tabs .left-buttons .recall-button{
		display: inline-block!important;
		width: auto!important;
	}
	.wprecallblock #rcl-tabs .left-buttons {
		float: none!important;
	}
	
}


@media screen and (max-width:420px) {
	#lk-conteyner .lk-content {
		padding: 2px 5px;
		margin: 0 0 0 100px;
	}
	.lk-sidebar .lk-avatar,
	.wprecallblock #lk-conteyner .lk-sidebar {
		width: 95px;
	}
	.lk-sidebar .rcl-tab-button i.fa {
		display: none;
	}
	.lk-sidebar .recall-button {
		padding: 6px 2px;
	}
	.rcl-user-status {
		display: flex;
		margin: 7px 5px 2px;
	}
	#lk-conteyner .rcl-content {
		clear: none;
		padding: 2px 0;
	}
	#lk-conteyner div.lk-content h2 {
		font-size: 18px;
	}
	#lk-conteyner .rcl-content .more-content {
		padding: 2px 3px;
	}
}

@media screen and (max-width:360px) {
	.wprecallblock h3 {
		font-size: 16px;
		margin: 7px 0 2px 5px;
	}
	#lk-conteyner {
		padding: 2px;
	}
	#lk-conteyner .lk-content {
		margin: 0 0 0 80px;
	}
	.lk-sidebar .lk-avatar,
	.wprecallblock #lk-conteyner .lk-sidebar {
		width: 80px;
	}
	#userpic-upload {
		left: 0;
		padding: 0 3px;
		width: 98%;
	}
	#userpic-upload #webcamupload {
		float: right;
	}
	.wprecallblock #lk-conteyner .rcl-tab-button span{
		display: table;
		margin: 1px auto 0;
	}
	#lk-content {
		margin: 0;
	}
	.wprecallblock #lk-content .recall_content_block,
	.wprecallblock #lk-content .recall_child_content_block {
		padding: 2px;
	}
	.wprecallblock #lk-content th, .wprecallblock #lk-content td {
		padding: 4px 2px;
	}
	#your-profile table tr th {
		max-width: 107px;
		-webkit-hyphens: auto;
		hyphens: auto;
		word-wrap: break-word;
	}
	#your-profile table td a {
		font-size: 13px;
		width: 83px;
	}
	#your-profile table td span a {
		width: 108px;
	}
	#avatar-upload-progress span {
		font-size: 28px;
		left: 83%;
	}
}


@media screen and (max-width:320px) {
	#your-profile table td a {
		margin: 3px 0;
	}
}