/* Список пользователей 
Обычный список */
#users_profiles_list.striped-list .field {
    color: #9a9a9a;
}
#users_profiles_list.striped-list .title_left {
    display: inline-block;
    margin-right: 10px;
}
#users_profiles_list.striped-list .title_left + .value {
    display: inline-block;
}
#users_profiles_list.striped-list .title_top {
	margin-bottom:5px;
}

#users_profiles_list.striped-list .actions  > span{
	font-size:.8rem;
}

/* Список плиткой */
#users_profiles_list.tiled{
	margin:0 -15px;
}
#users_profiles_list.tiled .item{
	float:left;
	width:100%;
	padding:15px;
	border-top:1px solid rgba(0,0,0,.07);
	text-align:center;
	position:relative;
}

/* Крупный аватар */
.cols_1 #users_profiles_list.tiled_normal .item:first-child,
.cols_2 #users_profiles_list.tiled_normal .item:first-child,
.cols_3 #users_profiles_list.tiled_normal .item:nth-child(-n+2),
.cols_4 #users_profiles_list.tiled_normal .item:nth-child(-n+2),
.cols_5 #users_profiles_list.tiled_normal .item:nth-child(-n+3),
.cols_6 #users_profiles_list.tiled_normal .item:nth-child(-n+3),
.cols_7 #users_profiles_list.tiled_normal .item:nth-child(-n+4),
.cols_8 #users_profiles_list.tiled_normal .item:nth-child(-n+4),
.cols_9 #users_profiles_list.tiled_normal .item:nth-child(-n+5),
.cols_10 #users_profiles_list.tiled_normal .item:nth-child(-n+5),
.cols_11 #users_profiles_list.tiled_normal .item:nth-child(-n+6),
.cols_12 #users_profiles_list.tiled_normal .item:nth-child(-n+7){
	border-top:0 none;
}
.cols_1 #users_profiles_list.tiled_normal .item,
.cols_2 #users_profiles_list.tiled_normal .item{
	float:none;
}
.cols_3 #users_profiles_list.tiled_normal .item,
.cols_4 #users_profiles_list.tiled_normal .item{
	width:50%;
}
.cols_5 #users_profiles_list.tiled_normal .item,
.cols_6 #users_profiles_list.tiled_normal .item{
	width:33.3333%;
}
.cols_7 #users_profiles_list.tiled_normal .item,
.cols_8 #users_profiles_list.tiled_normal .item{
	width:25%;
}
.cols_9 #users_profiles_list.tiled_normal .item,
.cols_10 #users_profiles_list.tiled_normal .item{
	width:20%;
}
.cols_11 #users_profiles_list.tiled_normal .item{
	width:16.6666%;
}
.cols_12 #users_profiles_list.tiled_normal .item{
	width:14.2857%;
}
.cols_3 #users_profiles_list.tiled_normal .item:nth-child(2n+1),
.cols_4 #users_profiles_list.tiled_normal .item:nth-child(2n+1),
.cols_5 #users_profiles_list.tiled_normal .item:nth-child(3n+1),
.cols_6 #users_profiles_list.tiled_normal .item:nth-child(3n+1),
.cols_7 #users_profiles_list.tiled_normal .item:nth-child(4n+1),
.cols_8 #users_profiles_list.tiled_normal .item:nth-child(4n+1),
.cols_9 #users_profiles_list.tiled_normal .item:nth-child(5n+1),
.cols_10 #users_profiles_list.tiled_normal .item:nth-child(5n+1),
.cols_11 #users_profiles_list.tiled_normal .item:nth-child(6n+1),
.cols_12 #users_profiles_list.tiled_normal .item:nth-child(7n+1){
	clear:left;
}

/* Маленький аватар */
.cols_1 #users_profiles_list.tiled_small .item:first-child,
.cols_2 #users_profiles_list.tiled_small .item:first-child,
.cols_3 #users_profiles_list.tiled_small .item:nth-child(-n+2),
.cols_4 #users_profiles_list.tiled_small .item:nth-child(-n+3),
.cols_5 #users_profiles_list.tiled_small .item:nth-child(-n+4),
.cols_6 #users_profiles_list.tiled_small .item:nth-child(-n+5),
.cols_7 #users_profiles_list.tiled_small .item:nth-child(-n+6),
.cols_8 #users_profiles_list.tiled_small .item:nth-child(-n+7),
.cols_9 #users_profiles_list.tiled_small .item:nth-child(-n+8),
.cols_10 #users_profiles_list.tiled_small .item:nth-child(-n+9),
.cols_11 #users_profiles_list.tiled_small .item:nth-child(-n+10),
.cols_12 #users_profiles_list.tiled_small .item:nth-child(-n+11){
	border-top:0 none;
}
.cols_1 #users_profiles_list.tiled_small .item,
.cols_2 #users_profiles_list.tiled_small .item{
	float:none;
}
.cols_3 #users_profiles_list.tiled_small .item{
	width:50%;
}
.cols_4 #users_profiles_list.tiled_small .item{
	width:33.3333%;
}
.cols_5 #users_profiles_list.tiled_small .item{
	width:25%;
}
.cols_6 #users_profiles_list.tiled_small .item{
	width:20%;
}
.cols_7 #users_profiles_list.tiled_small .item{
	width:16.6666%;
}
.cols_8 #users_profiles_list.tiled_small .item{
	width:14.2857%;
}
.cols_9 #users_profiles_list.tiled_small .item{
	width:12.5%;
}
.cols_10 #users_profiles_list.tiled_small .item{
	width:11.1111%;
}
.cols_11 #users_profiles_list.tiled_small .item{
	width:10%;
}
.cols_12 #users_profiles_list.tiled_small .item{
	width:9.0909%;
}
.cols_2 #users_profiles_list.tiled_small .item:nth-child(n+1),
.cols_3 #users_profiles_list.tiled_small .item:nth-child(2n+1),
.cols_4 #users_profiles_list.tiled_small .item:nth-child(3n+1),
.cols_5 #users_profiles_list.tiled_small .item:nth-child(4n+1),
.cols_6 #users_profiles_list.tiled_small .item:nth-child(5n+1),
.cols_7 #users_profiles_list.tiled_small .item:nth-child(6n+1),
.cols_8 #users_profiles_list.tiled_small .item:nth-child(7n+1),
.cols_9 #users_profiles_list.tiled_small .item:nth-child(8n+1),
.cols_10 #users_profiles_list.tiled_small .item:nth-child(9n+1),
.cols_11 #users_profiles_list.tiled_small .item:nth-child(10n+1),
.cols_12 #users_profiles_list.tiled_small .item:nth-child(11n+1){
	clear:left;
}
#users_profiles_list.tiled .item .avatar{
	width:100%;
	margin:0 0 15px;
	text-align:center;
}
#users_profiles_list.tiled .item .avatar a{
	display:inline-block;
	max-width:200px;
	margin:0 auto;
	position:relative;
}
#users_profiles_list.tiled .item .avatar a img{
	display:block;
	max-width:100%;
	max-height:200px;
}
#users_profiles_list.tiled .item .title{
	display:block;
	text-align:center;
}
#users_profiles_list.tiled .item .title a{
	display:block;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
#users_profiles_list.tiled .item .position{
	position:absolute;
	top:15px;
	left:15px;
	padding:5px;
	border-radius:3px;
	background:rgba(255,255,255,.5);
	z-index:1;
}
#users_profiles_list.tiled_small .item .actions{
	font-size:.8667rem;
}
#users_profiles_list.tiled .item .actions > span{
	color:#565656;
}
#users_profiles_list.tiled .item .actions > span.logdate{
	font-size:.8rem;
	color:#9a9a9a;
}
#users_profiles_list.tiled .item .actions > span:before{
	margin:0 5px 0 0;
	color:#f28d4f;
}
#users_profiles_list.tiled .item .actions .rate_value{
	display:block;
}
#users_profiles_list.tiled .item .actions .rate_value.dt-i-thumbs-up-alt:before{
	position:relative;
	top:-1px;
}


/* Профиль пользователя */
#user_profile {
    clear:both;
    overflow: hidden;
}
#user_profile_title {
    overflow:hidden;
    margin-bottom: 20px;
}
#user_profile_title .name h1 {
    margin: 0;
}
#user_profile_title .name h1 > sup {
    font-size:.8rem;
	line-height:.8rem;
    display:inline-block;
}
#user_profile_title .avatar {
    float:left;
    margin-right:5px;
	padding:3px;
}
#user_profile_title .avatar img {
	display:block;
}
#user_profile_title .name {
	padding-left:50px;
	line-height:38px;
}
#user_profile_title .is_locked{
    font-size:.9333rem;
    color:#e53c45;
    margin-left:15px;
}
#user_profile_tabs {
	margin-top:15px;
	margin-bottom:25px;
}
#user_content_pills {
	margin-bottom: 20px;
}
#user_content_folders {
	margin-bottom: 20px;
}


/* Колонки профиля */
#user_profile #left-column {
    float:left;
	max-width:40%;
	min-width:240px;
}
#user_profile #right-column {
    overflow: auto;
}
#user_profile #left-column .block{
    border:1px solid rgba(0,0,0,.1);
    border-bottom: none;
    margin-right:25px;
    padding:15px;
}
#user_profile #left-column .block:first-child{
	border-radius:3px 3px 0 0;
}
#user_profile #left-column .block:last-child{
    border-bottom:1px solid rgba(0,0,0,.1);
	border-radius:0 0 3px 3px;
}
.cols_1 #user_profile #left-column,
.cols_2 #user_profile #left-column,
.cols_3 #user_profile #left-column,
.cols_4 #user_profile #left-column{
	float:none;
	width:100%;
	max-width:none;
	margin-bottom:20px;
}
.cols_1 #user_profile #left-column .block,
.cols_2 #user_profile #left-column .block,
.cols_3 #user_profile #left-column .block,
.cols_4 #user_profile #left-column .block{
	margin-right: 0;
}

/* Колонка с аватаром */
#user_profile .block#avatar {
	position:relative;
	padding:0;
}
#user_profile #avatar .online{
	content:'';
	position:absolute;
	top:5px;
	right:5px;
	width:15px;
	height:15px;
	border-radius:50%;
    background-color:#72b238;
	border:1px solid #fff;
}
#user_profile #avatar img{
	width:100%;
	display:block;
	margin:0 auto;
}
#user_profile_menu{
	padding:15px;
	border-top:1px solid rgba(0,0,0,.07);
}
#user_profile_menu ul.menu li.level1 > a > span{
	font-size:.9333rem !important;
	padding-left:1.4rem;
	position:relative;
}
#user_profile_menu ul.menu li.level1 > a > span:before{
	position:absolute;
	left:0;
}

/* Репутация */
#user_profile_rating_box{
	padding:0 !important;
}
#user_profile_rates,
#user_profile_ratings{
    float:left;
	position:relative;
	width:50%;
	padding:5px;
	text-align:center;
}
#user_profile_ratings{
	border-right:1px solid rgba(0,0,0,.1);
}
#user_profile_rates .user_ratings_hint,
#user_profile_ratings .user_ratings_hint{
   color:#9a9a9a;
   font-size:.8rem;
}
#user_profile_rates > div > span,
#user_profile_rates > div > a,
#user_profile_ratings > div > span{
	display:inline-block;
	font-size:1.6rem;
}
#user_profile_ratings .negative,
#user_profile_rates .negative{
	color:#e53c45;
}
#user_profile_ratings .positive,
#user_profile_rates .positive{
	color:#72b238;
}
#user_profile_ratings .zero,
#user_profile_rates .value.zero{
	color:#aeaeae;
}
#user_profile_rates .karma .value,
#user_profile_rates .karma .thumb{
	display:inline-block;
}
#user_profile_rates .karma .thumb{
    display:inline-block;
    width:25px;
    height:25px;
	color:#aeaeae;
    transition:color .1s linear;
}
#user_profile_rates .karma .thumb:hover{
	color:#2897e1;
    transition:color .1s linear;
}
#user_profile_rates .karma .thumb_up{
	margin-right:5px;
}
#user_profile_rates .karma .thumb_down{
	margin-left:5px;
}
#user_profile_rates .karma .thumb:before{
	margin:0;
	padding:0;
}

/* Список контента */
#user_profile .block .content_counts,
#user_profile .block .content_counts li {
    list-style: none;
	margin:0;
	padding:0;
}
#user_profile .block .content_counts {
    margin:-15px;
}
#user_profile .block .content_counts li {
    border-bottom:1px solid rgba(0,0,0,.07);
}
#user_profile .block .content_counts li:last-child {
    border:none;
}
#user_profile .block .content_counts a {
    text-decoration:none;
    display:block;
    overflow:hidden;
    padding:15px;
	font-size:.9333rem;
}
#user_profile .block .content_counts a:hover {
	  box-shadow:0 0 5px rgba(0,0,0,.1);
}
#user_profile .block .content_counts a .counter {
	color: #fff;
	background-color:#2897e1;
	padding: 1px 5px 0;
	border-radius: .4rem;
	position: relative;
	top:-1px;
	float:right;
	display:block;
	min-width:20px;
	text-align:center;
}
#user_profile .block .content_counts a:hover .counter{
	background-color:#f28d4f;
} 

/* Список друзей сбоку */
#user_profile .friends-list {
    max-width: 300px;
	display:flex;
	flex-wrap:wrap;
	align-items:center;
}
#user_profile .friends-list a {
    text-decoration:none;
    display:block;
    float:left;
	margin:0 10px 10px 0;
	width:64px;
	text-align:center;
}
#user_profile .friends-list a img{
	height:64px;
}
#user_profile .friends-list a span {
    display:block;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	text-align:center;
}

/* Инфо о пользователе */
#user_profile .block .block-title {
    color:#9a9a9a;
	padding:0 0 5px;
	display:inline-block;
	margin-bottom:15px;
}
#user_profile .block .details,
#user_profile .block .details li {
    margin:0;
    padding:0;
    list-style: none;
    font-size:.8667rem;
	color:#9a9a9a;
}
#user_profile .block .details li {
	padding:5px 0;
}
#user_profile .block .details li:before{
	margin:0;
	color:#ababab;
}
#user_profile .block .details strong{
    font-weight:normal;
	color:#7a7a7a;
}
#user_profile .block .details .online{
    color:#72b238;
}


/* Колонка с анкетой 
 Статус */
#user_status_widget{
    padding:15px;
	border:1px solid rgba(0,0,0,.1);
    border-radius:3px;
    overflow: hidden;
	margin-bottom:15px;
}
#user_status_widget .input{
    border-radius: 2px;
}
#user_status_widget.loading {
	text-align:center;
}
#user_status_widget.loading .input{
    visibility: hidden;
}
#user_profile_status{
	position:relative;
}
#user_profile_status .status{
	padding:10px 0 15px; 
}
#user_profile_status .text{
	position:absolute;
	display:block;
	float:left;
	padding:15px 30px;
	margin-right:15px;
	position:relative;
	color:#565656;
	margin-top:-10px;
	background:#ffedca;
	border-radius:15px;
	font-style:italic;
	font-size:.9333rem;
	margin-bottom:5px;
}
#user_profile_status .text:before{
	content: ''; 
    position: absolute;
    left:-11px;
	bottom:-1px;
    border: 10px solid transparent;
    border-bottom: 10px solid #ffedca;
}
#user_profile_status a{
	color:#9a9a9a;
	text-decoration: none;
	margin-right: 10px;
	transition: all .2s linear;
	display: inline-block;
	padding: 2px 0;
	border-bottom: 1px solid rgba(0,0,0,.07);
	font-size: .9333rem;
}
#user_profile_status a:hover{
	border-bottom:1px solid #2897e1;
	color:#333;
	transition:all .2s linear;
}
#user_profile_status a:before{
	margin:0 5px 0 0;
	color:#9a9a9a;	
}
#user_profile_status a:hover:before{
	color:#9a9a9a;	
}

/* Анкета */
#user_profile #information{
    padding:0px;
}
#user_profile #information .fieldset_title{
    border-top: 1px dotted rgba(0,0,0,.2);
    margin-bottom: 25px;
    margin-top:10px;
}
#user_profile #information .fieldset_title h3{
    margin:0;
    margin-top:-.6667rem;
    background:#fff;
    padding-right:10px;
    float:left;
    color:#136bb9;
    font-weight: normal;
    font-size:.9333rem;
}
#user_profile #information .fieldset {
    padding-bottom:15px;
}
#user_profile #information .fieldset .field {
    margin-left:15px;
    margin-bottom: 5px;
}
#user_profile #information .fieldset .field .title{
    color:#136bb9;
}

/* История репутации */
#users_karma_log_list .date{
    color:#9a9a9a;
    padding-left:5px;
    font-size:.8rem;
}
#users_karma_log_list .comment{
    margin-top:5px;
}
#users_karma_log_list .value{
    float:right;
    margin-right: 0;
    border-radius: 4px;
    padding:3px;
}
#users_karma_log_list .value span{
    width:1rem;
    height:1rem;
    display: block;
	line-height:1rem;
    font-weight: bold;
}
#users_karma_log_list .positive{
	color:#72b238;
}
#users_karma_log_list .negative{
	color:#e53c45;
}


/* Приглашение в группу */
#groups_invite_window{
	padding:20px; 
}
#groups_invite_window h3 {
	margin:0;
}
#groups_invite_window .list {
	margin:10px 0;
}
#groups_invite_window .list select {
	width:300px;
}


/* Кнопка удаления профиля */
.buttons_delete_profile {
    float: right;
}
input.button.delete_profile {
	background: #e53c45 !important;
	border-color: #e53c45 !important;
}
input.button.delete_profile:hover {
    background: #e21b25 !important;
	border-color: #e21b25 !important;
}