
/* css file: themes/v2/css/profile/general.css */

/* general */

.v2_system_social.main_container {
	padding: 10px;
}

.v2_system_social .hide,
.v2_system_social .button.hide {
    display: none;
}

.v2_system_social .invisible {
    visibility: hidden;
}

.v2_system_social .clear {
    clear: both;
}

.v2_system_social .clear_left {
    clear: left;
}

.v2_system_social .clear_right {
    clear: right;
}

.v2_system_social .left {
    float: left;
}

.v2_system_social .right {
    float: right;
}

.v2_system_social .online {
    color: #5AFF00;
}

.v2_system_social .loading {
    opacity: 0.7;
}

.v2_system_social .button {
    display: inline-block;
    line-height: 30px;
    font-size: 14px;
    padding: 0 8px;
    cursor: pointer;
    border: 1px solid rgba(0, 0, 0, 0.7);
    border-radius: 5px;
    color: #000;

    background-image: linear-gradient(top , #fafafa, #e6e6e6);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fafafa), to(#e6e6e6));
    background-image: -moz-linear-gradient(top, #fafafa, #e6e6e6);
    background-image: -ms-linear-gradient(top left, #fafafa 0%, #e6e6e6 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fafafa', endColorstr='#e6e6e6');
}

.v2_system_social .button span {
    font-size: 18px;
}

.v2_system_social .button:hover {
    background-image: linear-gradient(top , #e6e6e6, #fafafa);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#e6e6e6), to(#fafafa));
    background-image: -moz-linear-gradient(top, #e6e6e6, #fafafa);
    background-image: -ms-linear-gradient(top left, #e6e6e6 0%, #fafafa 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e6e6e6', endColorstr='#fafafa');
}

.v2_system_social.element_popup .inner {
    border-width: 1px !important;
}

.v2_system_social_tooltip.element_tooltip.element_popup {
    z-index: 99999;
}

.v2_system_social_tooltip.element_tooltip.element_popup .inner {
    padding: 12px;
    font-size: 12px;	
}

.v2_system_social .element_avatar {
    padding: 0;
    overflow: hidden;
    text-align: center;
}

.v2_system_social .element_avatar.simple {
    background-color: transparent;
    border: none;
    border-radius: 3px;
    padding: 0;
}

.v2_system_social .element_avatar.medium {
    line-height: 43px;
}

.v2_system_social .element_avatar.small {
    line-height: 23px;
}

.v2_system_social .element_gamebox {
    padding: 0;
    overflow: hidden;
    background: none;
    width: 78px;
    height: 110px;
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 5px;
}

.v2_system_social .element_gamebox img {
    position: inherit;
    top: 0;
    width: 78px;
    height: 110px;
}

.v2_system_social .form_errors {
    font-size: 12px;
    color: #F00000;
    padding-bottom: 10px;
}


/* header */

.v2_system_social.main_container {
    padding: 15px;
}

body.liquid .v2_system_social {
    max-width: 1060px;
    min-width: 954px;
    margin: 0 auto;
}

.v2_system_social table.header {
    width: 100%;
    height: 177px;
    margin-bottom: 15px;
    font-size: 14px;
}

.v2_system_social table.header td.avatar_col {
    width: 177px;
    height: 177px;
}

.v2_system_social table.header td.spacer_col {
    width: 3px;
    height: 177px;
}

.v2_system_social table.header td.cover_col {
    height: 177px;
}

.v2_system_social table.header .avatar {
    width: 173px;
    height: 173px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    background-repeat: no-repeat;
    background-position: -1px -1px;
}

.v2_system_social table.header .cover {
	display: inline-block;
	vertical-align: middle;
	text-align: left;
	width: 100%;
	height: 173px;
	max-width: 898px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	border: 1px solid rgba(0, 0, 0, 0.2);
	background-repeat: no-repeat;
	background-position: -1px -1px;
	position: relative;
}

.v2_system_social table.header .cover .cover_edit,
.v2_system_social table.header .avatar .avatar_edit {
	display: none;
}
.v2_system_social.own_profile table.header .cover:hover .cover_edit,
.v2_system_social.own_profile table.header .avatar:hover .avatar_edit {
	display: inline-block;
}

.v2_system_social table.header .avatar_edit {
    display: none;
    margin: 15px 0 0 15px;
}

.v2_system_social table.header .cover_header {
    color: #FFF;
    padding: 15px 15px 0 15px;
}

.v2_system_social table.header .cover_footer {
    padding: 54px 15px 15px 15px;
	position: relative;
}

.v2_system_social.own_profile table.header .cover_header_name,
.v2_system_social.own_profile table.header .cover_header_quote {
    cursor: pointer;
}

.v2_system_social table.header .cover_header_badges {
    cursor: default;
    display: inline-block;
    vertical-align: -5px;
}

.v2_system_social table.header .cover_header_name_text {
    font-size: 36px;
    text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.8);
    vertical-align: middle;
}

.v2_system_social table.header .cover_header_name_input {
    display: none;
    height: 36px;
    width: 225px;
    font-size: 32px;
    border: 1px solid #000;
    box-shadow: inset 1px 1px 3px #AAA;
    vertical-align: middle;
	padding-left: 4px;
}

.v2_system_social table.header .cover_header_name_edit {
    display: none;
    vertical-align: middle;
    font-size: 18px;
    color: #FFF;
}

.v2_system_social table.header .cover_header_quote_text {
    text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.8);
    vertical-align: middle;
    line-height: 20px;
}

.v2_system_social table.header .cover_header_quote_input {
    display: none;
    height: 18px;
    width: 400px;
    font-size: 15px;
    border: 1px solid #000;
    box-shadow: inset 0 0 3px #000;
    vertical-align: middle;
}

.v2_system_social table.header .cover_header_quote_edit {
    display: none;
    vertical-align: middle;
    font-size: 18px;
    color: #FFF;
}

.v2_system_social table.header .cover_header .right {
    text-align: right;
}

.v2_system_social table.header .cover_header_online {
    font-weight: bold;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8);
    margin-bottom: 7px;
}

.v2_system_social table.header .cover_header_online.online_twitch {
    border-radius: 2px;
    background-color: purple;
    color: white;
    padding: 4px;
    font-size: 14px;
    font-family: Arial;
}

.v2_system_social table.header .cover_header_location {
    font-size: 12px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8);
	margin-bottom: 7px;
}

.v2_system_social table.header .cover_header_status {
    font-size: 13px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8);
}
.v2_system_social table.header .cover_header_status.blocked {
	color: #ff0000;
}

.v2_system_social table.header .cover_header_note {
    font-size: 13px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8);
    color: #ffff00;
}

.v2_system_social table.header a.message_send:hover,
.v2_system_social table.header a.change_profile:hover {
    text-decoration: none;
}

.v2_system_social table.header .cover_footer .button {
	height: 30px;
	margin-right: 2px;
	right: 15px;
}

.v2_system_social table.header .cover_footer .button.user_options .cog_v2icon {
    position:relative;
    top: 2px;
}

.v2_system_social table.header .user_options {
    line-height: 27px;
}

.v2_system_social table.header .user_options_popup {
    display: none;
    width: 200px;
    right: 0;
    margin-right: 30px;
}

.v2_system_social table.header .cover_stats {
	font-weight: bold;
}
.v2_system_social table.header .cover_stats .line1 {
	position: absolute;
	bottom: 30px;
}
.v2_system_social table.header .cover_stats .line2 {
	position: absolute;
	bottom: 10px;
}
.v2_system_social table.header .cover_stats .line1.solo {
	bottom: 10px;
}


/* menu */

.v2_system_social .profile_menu {
    float: left;
    width: 70px;
    font-size: 11px;
}

.v2_system_social .profile_menu.v2_sticky {
    position: fixed;
    top: 0;
}

.v2_system_social .profile_menu a.menu_link {
    display: block;
    height: 46px;
    padding: 10px 0;
    text-align: center;
}

.v2_system_social .profile_menu a.menu_link .menu_icon.fa.fa-twitch {
    display: block;
}

.v2_system_social .profile_menu a.menu_link.hide {
    display: none;
}

.v2_system_social .profile_menu .menu_icon {
    font-size: 30px;
    padding-bottom: 2px;
    text-decoration: none;
}

.v2_system_social .profile_menu .menu_award_total {
	margin: -26px 0 16px 0;
	font-size: 10px;
	color: #FFF;
	opacity: 0.8;
}

.v2_system_social .menu_arrow {
    display: none;
    float: left;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 10px solid #FFF;  /* will be replaced by the theme color */
    margin-left: -1px;
}

.v2_system_social .menu_arrow_inner {
    width: 0;
    height: 0;
    border-top: 9px solid transparent;
    border-bottom: 9px solid transparent;
    border-right: 9px solid #FFF;  /* will be replaced by the theme color */
    margin: -9px 0 0 1px;
}

.v2_system_social .menu_arrow_inner_bg {
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-right: 8px solid #FFF;  /* will be replaced by the theme color */
    margin: -8px 0 0 2px;
}

.v2_system_social .menu_arrow.v2_sticky {
    position: fixed;
    top: 0;
    margin-left: 69px;
}

.v2_system_social .profile_menu .menu_popup {
    position: relative;
    margin: -66px 0 0 75px;
    border-radius: 3px;
    z-index: 999;
}

.v2_system_social .profile_menu .menu_popup_inner {
    border-radius: 3px;
}

.v2_system_social .profile_menu .menu_popup_arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-right: 8px solid #FFF;  /* will be replaced by the theme color */
    margin: 23px 0 0 -9px;
}

.v2_system_social .profile_menu .menu_popup_arrow_inner {
    width: 0;
    height: 0;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-right: 7px solid #FFF;  /* will be replaced by the theme color */
    margin: -7px 0 0 1px;
}

.v2_system_social .profile_menu .menu_popup_arrow_inner_bg {
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-right: 6px solid #FFF;  /* will be replaced by the theme color */
    margin: -6px 0 0 2px;
}

.v2_system_social .profile_menu .menu_popup .menu_link {
    display: inline-block;
    width: 60px;
    padding: 0;
    margin: 10px;
}

.v2_system_social .profile_menu .menu_icon .live-status-badge {
    width: 24px;
    height: 9px;
    border-radius: 2px;
    background-color: purple;
    color: white;
    padding: 2px;
    font-size: 10px;
    font-family: Arial;
    position: relative;
    top: -26px;
    left: 27px;
    margin-top: -13px;
}


/* tabs */

.v2_system_social .menu .tab {
    cursor: pointer;
}

.v2_system_social .menu .tab.selected {
    cursor: default;
}


/* sidebar */

.v2_system_social .content.no_sidebar .profile_sidebar {
    display: none;
}

.v2_system_social .content.no_sidebar .middle {
    margin-right: 0;
}

.v2_system_social .profile_sidebar {
    float: right;
    width: 385px;
}

.v2_system_social .sidebar_container.v2_sticky {
    position: fixed;
    top: 5px;
}

.v2_system_social .sidebar_widget {
    width: 383px;
    border-radius: 5px;
    margin-bottom: 15px;
}

.v2_system_social .sidebar_widget_inner {
    border-radius: 5px;
}


/* middle */

.v2_system_social .middle {
    margin: 0 400px 0 78px;
    border-radius: 5px;
    min-height: 600px;
}

.v2_system_social .middle_inner {
    border-radius: 5px;
    min-height: 598px;
}


/* avatar popup */

.v2_system_social.avatar_edit_window {
    width: 470px;
}

.v2_system_social.avatar_edit_window .content {
    padding: 20px;
}

.v2_system_social.avatar_edit_window .upload_container {
    padding-bottom: 60px;
    text-align: center;
}

.v2_system_social.avatar_edit_window .upload_error {
    height: 15px;
    padding: 5px 0 40px 0;
    font-weight: bold;
    visibility: hidden;
}

.v2_system_social.avatar_edit_window .upload_drag {
    font-size: 30px;
    line-height: 30px;
}

.v2_system_social.avatar_edit_window .upload_drag_text {
    padding-top: 5px;
    font-size: 20px;
    line-height: 20px;
}

.v2_system_social.avatar_edit_window .upload_or_text {
    padding: 10px 0;
}

.v2_system_social.avatar_edit_window .upload_upload {
    margin: 0 auto;
}

.v2_system_social.avatar_edit_window a.upload_delete {
    float: right;
    margin: 35px 10px 0 0;
    font-size: 12px;
}

.v2_system_social.avatar_edit_window .upload_progress {
    padding: 94px 20px;
    text-align: center;
}

.v2_system_social.avatar_edit_window .upload_progress_text {
    font-size: 14px;
    padding: 5px 0;
    font-weight: bold;
}

.v2_system_social.avatar_edit_window .upload_crop_container {
    margin: 10px auto;
}

.v2_system_social.avatar_edit_window .upload_crop_image {
    max-height: 800px;
    overflow: hidden;
}

.v2_system_social.avatar_edit_window .upload_crop_image_holder {
    display: block;
}

.v2_system_social.avatar_edit_window .upload_crop_cancel {
    float: right;
    margin-right: 10px;
}

.v2_system_social.avatar_edit_window .upload_crop_save {
    float: right;
}

.v2_system_social.avatar_edit_window .upload_save,
.v2_system_social.avatar_edit_window .upload_deleting {
    text-align: center;
    padding: 110px 0;
    font-size: 14px;
    font-weight: bold;
}


/* cover popup */

.v2_system_social.cover_edit_window {
    width: 984px;
}

.v2_system_social.cover_edit_window .content {
    padding: 10px;
}

.v2_system_social.cover_edit_window .tab_container {
    max-height: 324px;
    width: 938px;
    padding: 10px;
    overflow: auto;
}

.v2_system_social.cover_edit_window .tab_container.custom_container {
    overflow: visible;
}

.v2_system_social.cover_edit_window img.cover_image {
    margin: 2px;
    padding: 2px;
    border: 2px solid #FFF;
    cursor: pointer;
}

.v2_system_social.cover_edit_window .tab_buttons  {
    height: 30px;
    margin-top: 10px;
}

.v2_system_social.cover_edit_window .tab_buttons .element_button {
    float: right;
    margin-left: 5px;
}

.v2_system_social.cover_edit_window .tab_buttons .cover_warning {
	float: left;
	padding-top: 7px;
	font-size: 12px;
}

.v2_system_social.cover_edit_window .upload_container {
    padding-bottom: 60px;
    text-align: center;
}

.v2_system_social.cover_edit_window .upload_error {
    height: 15px;
    padding: 5px 0 90px 0;
    font-weight: bold;
    visibility: hidden;
}

.v2_system_social.cover_edit_window .upload_drag {
    font-size: 30px;
    line-height: 30px;
}

.v2_system_social.cover_edit_window .upload_drag_text {
    padding-top: 5px;
    font-size: 20px;
    line-height: 20px;
}

.v2_system_social.cover_edit_window .upload_or_text {
    padding: 10px 0;
}

.v2_system_social.cover_edit_window .upload_upload {
    margin: 0 auto;
}

.v2_system_social.cover_edit_window a.upload_delete {
    float: right;
    margin: 35px 10px 0 0;
    font-size: 12px;
}

.v2_system_social.cover_edit_window .upload_progress {
    padding: 118px 20px;
    text-align: center;
}

.v2_system_social.cover_edit_window .upload_progress_text {
    font-size: 14px;
    padding: 5px 0;
    font-weight: bold;
}

.v2_system_social.cover_edit_window .upload_crop_container {
    margin: 10px auto;
}

.v2_system_social.cover_edit_window .upload_crop_image {
    max-height: 300px;
    overflow: hidden;
}

.v2_system_social.cover_edit_window .upload_crop_image_holder {
    display: block;
}

.v2_system_social.cover_edit_window .upload_crop_cancel {
    float: right;
    margin-right: 10px;
}

.v2_system_social.cover_edit_window .upload_crop_save {
    float: right;
}

.v2_system_social.cover_edit_window .upload_save,
.v2_system_social.cover_edit_window .upload_deleting {
    text-align: center;
    padding: 139px 0;
    font-size: 14px;
    font-weight: bold;
}


/* send points popup */

.send_points_window {
    width: 400px;
}

.send_points_window .form-row {
    margin-bottom: 10px;
}

.send_points_window .form-col1 {
    float: left;
    width: 140px;
}

.send_points_window .form-col2 {
    float: left;
}

.send_points_window .clear {
    clear: both;
}

.send_points_window .errors {
    color: #F00;
    margin-bottom: 5px;
}

.send_points_window .errors li {
    margin: 3px 0;
}

.send_points_window input[disabled="disabled"] {
    font-weight: bold;
}

/* twitch auth popup */

.twitch-auth-popup {
    width: 440px;
}

.twitch-auth-popup .twitch-enjin-img {
    background-image: url(../../image/profile/enjin-twitch.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 359px;
    height: 112px;
    background-position: center center;
    margin: auto auto;
}

.twitch-auth-popup .popup-title {
    font-size: 15px;
    font-weight: bold;
    margin-top: 10px;
    text-align: center;
}

.twitch-auth-popup ul {
    margin-top: 20px;
    text-align: center;
}

.twitch-auth-popup ul li {
    list-style-type: disc;
    list-style-position: inside;
    font-size: 14px;
    line-height: 20px;
}


/* css file: themes/v2/css/profile/wall.css */


/* main */

.v2_system_social .wall {
    width: 100%;
}

.v2_system_social .wall a.selected {
    color: inherit;
    cursor: default;
}

.v2_system_social .wall a:focus,
.v2_system_social .wall a.selected:hover,
.v2_system_social .wall a.selected:focus {
    text-decoration: none;
}

/* the "more" menu needs to stay above these elements */
.v2_system_social .wall .element_avatar img,
.v2_system_social .wall .input-text,
.v2_system_social .wall .input-text input,
.v2_system_social .wall .input-textarea,
.v2_system_social .wall .input-textarea textarea {
    position: inherit;
}

.v2_system_social .wall .wall_empty {
	font-size: 14px;
    padding-left: 20px;
}


/* share */

.v2_system_social .wall .share_closed {
    height: 45px;
    margin: 20px;
    padding: 10px;
}

.v2_system_social .wall .share {
    margin: 20px 20px 0 20px;
    padding: 0;
}

.v2_system_social .wall .share_new_closed {
    display: block;
    font-size: 16px;
    line-height: 45px;
    height: 100%;
}

.v2_system_social .wall .share_new {
    display: block;
	height: 20px;
	line-height: 20px;
	padding-top: 5px;
	overflow: hidden;
	resize: none;
    font-size: 16px;
}

.v2_system_social .wall .share_opened_text .share_new {
    height: 124px;
    margin: 5px;
}

.v2_system_social .wall .share_opened_bbcode {
    position: relative;
    float: right;
    margin: -20px 10px 0 0;
    font-size: 11px;
    font-weight: bold;
    cursor: pointer;
}

.v2_system_social .wall .share_opened_text .input-textarea {
    border: none;
    background-color: transparent;
    padding: 0;
}

.v2_system_social .wall .share_opened_text .markItUpHeader {
    display: none;
    padding: 10px 0 5px 10px;
}

.v2_system_social .wall .share_new_container {
    padding: 5px;
}

.v2_system_social .wall .share_new_wrapper {
    padding: 15px;
}

.v2_system_social .wall .share_add_input {
    font-size: 14px;
	height: 30px;
}

.v2_system_social .wall .share_error, .v2_system_social .wall .share_error a {
    color: #F00000;
    margin-top: 8px;
}

.v2_system_social .wall .share_error a {
    text-decoration: underline;
}

.v2_system_social .wall .share_drag_image {
    line-height: 70px;
    text-align: center;
    font-size: 17px;
}

.v2_system_social .wall .share_progress {
    padding: 40px 10px;
    text-align: center;
}

.v2_system_social .wall .share_progress_text {
    font-size: 14px;
    font-weight: bold;
    padding-top: 10px;
}

.v2_system_social .wall .share_preview {
    padding: 10px;
}

.v2_system_social .wall .share_preview_header {
    height: 17px;
    font-size: 15px;
    font-weight: bold;
    overflow: hidden;
    margin-bottom: 5px;
}

.v2_system_social .wall .share_preview_delete {
    float: right;
}

.v2_system_social .wall .share_preview_middle {
    text-align: center;
}

.v2_system_social .wall .share_preview_middle_image {
    max-height: 700px;
    max-width: 350px;
    margin: 0 auto;
    overflow: hidden;
}

.v2_system_social .wall .share_preview_middle_image img {
    max-width: 350px;
}

.v2_system_social .wall .share_preview_footer {
    margin: 15px 0 10px 0;
    font-size: 13px;
}

.v2_system_social .wall .share_preview_url_header .share_preview_delete  {
    height: 15px;
    margin-top: 3px;
    font-size: 15px;
    font-weight: bold;
}

.v2_system_social .wall .share_preview_url_title {
    margin-right: 20px;
}

.v2_system_social .wall .share_preview_url_title_text {
    font-size: 15px;
    font-weight: bold;
    line-height: 20px;
    cursor: pointer;
}

.v2_system_social .wall .share_preview_url_description_text {
    line-height: 15px;
    cursor: pointer;
}

.v2_system_social .wall .share_preview_url_description_input textarea {
    height: 33px;
}

.v2_system_social .wall .share_preview_url_image {
    float: left;
    border-radius: 5px;
}

.v2_system_social .wall .share_preview_url_data {
    margin-left: 80px;
}

.v2_system_social .wall .share_preview_url_link {
    margin: 10px 0;
	overflow: hidden;
}

.v2_system_social .wall .share_preview_url_thumbs {
    margin: 20px 0 10px 0;
}

.v2_system_social .wall .share_preview_url_thumbs a {
    padding: 0 5px;
    font-size: 11px;
}

.v2_system_social .wall .share_preview_video_toggle {
    margin-top: 10px;
}

.v2_system_social .wall .share_triangle {
    position: relative;
    width: 0;
    height: 0;
    margin: -1px 0 -8px 40px;
    border: 13px solid transparent;
}

.v2_system_social .wall .share_triangle_inner {
    width: 0;
    height: 0;
    border: 11px solid transparent;
    margin: -13px 0 0 -11px;
}

.v2_system_social .wall .share_triangle_picture {
    margin-left: 102px;
}

.v2_system_social .wall .share_triangle_url {
    margin-left: 170px;
}

.v2_system_social .wall .share_triangle_video {
    margin-left: 230px;
}

.v2_system_social .wall .share_options {
    position: relative;
    z-index: 1;
    height: 40px;
    padding: 0 20px 25px 25px;
}

.v2_system_social .wall .share_button {
    float: left;
    margin: 0 15px;
    text-align: center;
    font-size: 14px;
    cursor: pointer;
}

.v2_system_social .wall .share_button span {
    font-size: 20px;
}

.v2_system_social .wall .share_form_loading {
    float: right;
    margin: 15px 0 0 10px;
}

.v2_system_social .wall .share_form_errors {
    color: #F00000;
    margin: 10px 0 -15px 20px;
}

.v2_system_social .wall .share_post {
    float: right;
    margin: 5px 0 0 15px;
}

.v2_system_social .wall .share_privacy {
    float: right;
    margin-top: 15px;
}

.v2_system_social .wall .share_privacy_triangle {
    display: inline-block;
    width: 0;
    height: 0;
    margin-bottom: -2px;
    border: 4px solid transparent;
}

.v2_system_social .wall .share_privacy_window {
    display: none;
    position: relative;
    float: right;
    width: 190px;
    margin: -9px 95px -50px 0;
}


/* post header */

.v2_system_social .wall .post_divider {
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 12px;
    margin-bottom: -7px;
}

.v2_system_social .wall .post_divider span {
    padding: 0 10px;
	font-size: 16px
}

.v2_system_social .wall .post {	
	width: 488px;
    padding: 30px 20px;
	overflow: hidden;
}

.v2_system_social .wall .post_header {
    margin-bottom: 10px;
}

.v2_system_social .wall .post_header_avatar {
    float: left;
    margin-right: 10px;
}

.v2_system_social .wall .post_header_username {
    font-size: 16px;
    font-weight: bold;
    line-height: 25px;
    display: inline;
}

.v2_system_social .wall .post_header_name_box {
    display: inline-block;
}

.v2_system_social .wall .post_header_badges {
    display: inherit;
}

.v2_system_social .wall .post_header_options {
    float: right;
    border-radius: 3px;
    padding: 5px 3px;
    cursor: pointer;
}

.v2_system_social .wall .post_header_triangle {
    width: 0;
    height: 0;
    margin-bottom: -5px;
    border: 4px solid transparent;
}

.v2_system_social .wall .post_header_options_window {
    display: none;
    position: relative;
    float: right;
    width: 150px;
    margin: 18px -19px -50px 0;
}


/* post data */

.v2_system_social .wall .wall_pagination {
    text-align: center;
    font-weight: bold;
    font-size: 13px;
    padding: 10px 0 20px 0;
}

.v2_system_social .wall .post_content {
    margin-bottom: 15px;
	margin-top: 15px;
	font-size: 14px;
	line-height: 18px;
	overflow: hidden;
}

.v2_system_social .wall .post_content_edit {
    cursor: pointer;
}

.v2_system_social .wall .post_data {
    padding: 10px;
    margin-bottom: 10px;
}

.v2_system_social .wall .post_video_title {
    display: block;
    font-weight: bold;
    margin-bottom: 14px;
}

.v2_system_social .wall .post_video_content {
    text-align: center;
}

.v2_system_social .wall .post_video_description {
    margin-top: 10px;
    font-size: 11px;
    line-height: 13px;
}

.v2_system_social .wall .post_image {
    max-height: 700px;
    padding: 0;
    overflow: hidden;
}

.v2_system_social .wall .post_image img {
    display: block;
    margin: 0 auto;
}

.v2_system_social .wall .post_link_image {
    float: left;
    border-radius: 5px;
}

.v2_system_social .wall .post_link_data_image {
    margin-left: 80px;
    min-height: 70px;
	overflow: hidden;
}

.v2_system_social .wall .post_link_title {
    font-size: 14px;
    line-height: 18px;
}

.v2_system_social .wall .post_link_description {
    margin-top: 5px;
	font-size: 11px;
	line-height: 14px;
}

.v2_system_social .wall .post_award .award_text {
	padding-bottom: 20px;
	font-size: 14px;
}

.v2_system_social .wall .post_award .award_container {
    width: 100%;
	text-align: center;
}

.v2_system_social .wall .post_award .award_block {
	display: inline-block;
	margin: 0 15px 20px 0;
	text-align: center;
	cursor: pointer;
}

.v2_system_social .wall .post_award .award_solo {
	display: block;
    width: 120px;
    margin: 5px auto;
}

.v2_system_social .wall .post_award .award_image {
	padding: 3px;
}

.v2_system_social .wall .post_award .award_image img {
	width: 110px;
	height: 105px;
}

.v2_system_social .wall .post_award .award_name {
	width: 118px;
	height: 25px;
	line-height: 25px;
	font-size: 13px;
	overflow: hidden;
}


/* post likes */

.v2_system_social .wall .post_interact {
    margin-bottom: 10px;
    min-height: 30px;
}

.v2_system_social .wall .post_interact_likes {
    float: left;
    height: 28px;
    line-height: 28px;
    font-size: 16px;
    text-align: center;
    border-radius: 3px;
    cursor: pointer;
}

.v2_system_social .wall .post_interact_likes_inner {
    height: 26px;
    border-radius: 3px;
    padding: 0 6px;
}

.v2_system_social .wall .post_interact_likes_total {
    font-size: 16px;
	font-weight: bold;
}

.v2_system_social .wall .post_interact_like_list {
    text-align: right;
    margin-left: 55px;
}

.v2_system_social .wall .post_interact_like_list_hidden {
    height: 30px;
    overflow: hidden;
}

.v2_system_social .wall .post_interact_like_list .element_avatar {
    margin: 3px 0 3px 2px;
}

.v2_system_social .wall .post_likes_full {
    float: right;
    display: inline-block;
    width: 21px;
    height: 21px;
    line-height: 21px;
    vertical-align: top;
    font-size: 16px;
    border-radius: 3px;
    cursor: pointer;
    margin: 3px 0 3px 4px;
    background: transparent url(../themes/v2/image/profile/fire-icon-animated.gif) scroll center center no-repeat;
}

.v2_system_social .wall .post_likes_full.hide,
.v2_system_social .wall .post_interact_like_list .element_avatar.hide {
    display: none;
}


/* post comments */

.v2_system_social .wall .comments {
	overflow: hidden;
}

.v2_system_social .wall .comments_post {
    padding: 0 6px;
    line-height: 28px;  /* this will be overwritten by the theme */
	min-height: 28px;  /* this will be overwritten by the theme */
	margin-bottom: 7px;
}

.v2_system_social .wall .comments_reply_input {
	display: block;
	height: 26px;
	overflow: hidden;	/* it's being added by the autosize plugin */
	resize: none;
}

.v2_system_social .wall .comments_post input {
    font-size: 14px;
}

.v2_system_social .wall .comments_post_empty {
    margin-left: 40px;
}

.v2_system_social .wall .comments_post_empty_emogif {
    margin-right: 35px;
}

.v2_system_social .wall .comments_post_filled {
    margin-top: 10px;
}

.v2_system_social .wall .comments_post_reply {
    margin-left: 35px;
}

.v2_system_social .wall .comments_post_emogif {
    float: right;
    height: 27px;
    line-height: 25px;
    font-size: 16px;
    text-align: center;
    border-radius: 30px;
    cursor: pointer;
}

.v2_system_social .wall .comments_post_emogif_inner {
    height: 25px;
    border-radius: 30px;
}

.v2_system_social .wall .comments_record {
    padding: 8px 10px 7px 10px;
}

.v2_system_social .wall .comments_record .element_avatar {
    float: left;
}

.v2_system_social .wall .comments_record.comments_post_container {
	border-bottom: none;
}

.v2_system_social .wall .comments_record .bbcode_img {
    max-width: 350px;
    display: block;
    padding: 3px 0;
}
.v2_system_social .wall .post_content .bbcode_img {
	max-width: 450px;
}

.v2_system_social .wall .comments_record .bbcode_emogif {
    display: block;
    width: 215px;
    /*height: 160px;*/
    margin: 5px 0;
    border-radius: 5px;
}

.v2_system_social .wall .comments_comment {
    margin-left: 35px;
    line-height: 19px;
	overflow: hidden;
}

.v2_system_social .wall .comments_comment_inner {
    margin-top: -3px;
    line-height: 17px;
}
.v2_system_social .wall .comments_comment_inner .comments_message {
    /*white-space: pre-line;*/
}

.v2_system_social .wall .comments_user {
    font-size: 14px;
    padding-right: 4px;
}

.v2_system_social .wall .comments_footer {
    font-size: 11px;
	margin-top: 1px;
}

.v2_system_social .wall .comments_like_total {
    font-weight: bold;
	cursor: pointer;
}

.v2_system_social .wall .comments_dot {
    font-style: normal;
    font-weight: normal;
}

.v2_system_social .wall .comments_reply_container,
.v2_system_social .wall .comments_reply,
.v2_system_social .wall .comments_write {
    padding-top: 10px;
}

.v2_system_social .wall .comments_reply_avatar {
    margin-top: 3px;
}

.v2_system_social .wall .comments_reply_expand {
    display: inline-block;
    margin-top: 10px;
}

.v2_system_social .wall .comments_reply_buttons {
    margin-top: 10px;
    text-align: right;
}

.v2_system_social .wall .comments_reply_cancel {
    margin-right: 5px;
}

.v2_system_social .wall .comments_reply_expand.hide {
    display: none;
}


/* emogif window */

.v2_system_social.wall_emogif_window {
    width: 758px;
}

.v2_system_social.wall_emogif_window .content {
    padding: 0;
}

.v2_system_social.wall_emogif_window .emogif_inner {
    height: 403px;
    overflow: hidden;
}

.v2_system_social.wall_emogif_window .emogif_categories {
    float: left;
    width: 120px;
    padding: 10px;
    border-right: 1px solid #FFF;  /* will be replaced by the theme color */
}

.v2_system_social.wall_emogif_window .emogif_categories p {
    padding-bottom: 5px;
}

.v2_system_social.wall_emogif_window .emogif_category.selected {
    font-weight: bold;
}

.v2_system_social.wall_emogif_window .emogif_images {
    float: left;
    width: 595px;
    height: 377px;
    padding: 10px;
    margin-top: 6px;
    overflow-y: scroll;
}

.v2_system_social.wall_emogif_window .emogif_image {
    float: left;
    width: 175px;
    height: 115px;
    cursor: pointer;
    margin: 0 7px 9px 0;
    padding: 2px;
    background-color: #000;
    border: 2px solid #FFF;  /* will be replaced by the theme color */
}

.v2_system_social.wall_emogif_window .emogif_image:hover
.v2_system_social.wall_emogif_window .emogif_image.selected {
    border: 1px solid #FFF;  /* will be replaced by the theme color */
}

.v2_system_social.wall_emogif_window .emogif_buttons {
    height: 40px;
    margin-top: 10px;
}

.v2_system_social.wall_emogif_window .emogif_buttons .element_button {
    float: right;
    margin-right: 10px;
}

.v2_system_social.wall_emogif_window .loading {
	text-align: center;
	padding: 30px;
}


/* likes list popup */

.v2_system_social.comment_likes_popup {
    width: 600px;
}

.v2_system_social.comment_likes_popup img {
    vertical-align: middle;
}

.v2_system_social.comment_likes_popup .content {
    padding: 10px;
}

.v2_system_social.comment_likes_popup .comment_likes_container {
    max-height: 300px;
    overflow-y: auto;
    margin-top: 20px;
}

.v2_system_social.comment_likes_popup .list_empty,
.v2_system_social.comment_likes_popup .comment_likes_loading {
    padding: 50px 0;
    text-align: center;
    font-size: 13px;
}

.v2_system_social.comment_likes_popup .list_container_loading {
    padding: 10px 0;
    text-align: center;
    font-size: 13px;
}

.v2_system_social.comment_likes_popup .list_block {
    height: 45px;
    margin-bottom: 15px;
}

.v2_system_social.comment_likes_popup .element_avatar {
    float: left;
    margin-right: 8px;
}

.v2_system_social.comment_likes_popup .list_details {
    float: left;
    width: 350px;
    height: 100%;
    overflow: hidden;
    font-size: 14px;
}

.v2_system_social.comment_likes_popup .list_username {
    font-size: 15px;
    line-height: 20px;
}

.v2_system_social.comment_likes_popup .list_quote {
    line-height: 20px;
}

.v2_system_social.comment_likes_popup .list_flag {
    float: right;
    margin: 18px 20px 0 0;
}

.v2_system_social.comment_likes_popup .list_add {
    float: right;
    width: 75px;
    margin: 10px 20px 0 0;
}


/* css file: themes/v2/css/profile/info.css */

.v2_system_social .info {
    font-size: 14px;
}

.v2_system_social .info .info_container,
.v2_system_social .info .info_container_last {
    padding: 20px;
	padding-bottom: 35px;
}

.v2_system_social .info .info_title {
    font-size: 24px;
    line-height: 28px;
    padding-bottom: 18px;
	font-weight: bold;
}

.v2_system_social .info .info_title_button {
    float: right;
    font-size: 15px;
    line-height: 15px;
}

.v2_system_social .info .info_data_container {
    height: 100px;
    margin-bottom: 15px;
}

.v2_system_social .info .info_data {
    float: left;
    width: 50%;
}

.v2_system_social .info .info_data_block {
    height: 20px;
    margin-bottom: 5px;
    overflow: hidden;
}

.v2_system_social .info .info_data_name {
    width: 35%;
    float: left;
    font-size: 15px;
}

.v2_system_social .info .info_data_value {
    width: 60%;
    height: 100%;
    float: left;
    overflow: hidden;
    line-height: 17px;
}

.v2_system_social .info .info_data_value img {
    vertical-align: middle;
}

.v2_system_social .info .info_data_about {
    line-height: 18px;
    font-size: 14px;
	padding-top: 25px;
    max-width: 480px;
    word-wrap: break-word;
}

.v2_system_social .info .info_data_more_button {
    display: inline-block;
    margin-top: 7px;
}

.v2_system_social .info .info_photo {
    float: left;
    width: 168px;
    height: 168px;
    line-height: 168px;
    margin: 0 5px 20px 0;
    text-align: center;
    font-size: 12px;
    cursor: pointer;    
    border: 1px solid rgba(0, 0, 0, 0.15);
    background-position: center center;
    background-repeat: no-repeat;
}

.v2_system_social .info .info_photo_buttons {
    clear: left;
    height: 30px;
}

.v2_system_social .info .photos_album_upload {
    float: right;
}

.v2_system_social .info .info_network {
    display: inline-block;
    width: 49%;
    height: 100%;
    height: 40px;
    margin: 10px 0;
    overflow: hidden;
}

.v2_system_social .info .info_network.hide {
    display: none;
}

.v2_system_social .info .info_network_inner {
    padding-left: 50px;
    height: 100%;
}

.v2_system_social .info .info_network_icon, 
.v2_system_social.info_edit_window .info_network_icon {
    background: transparent scroll 0 0 no-repeat url(../themes/v2/image/profile/network-icons.jpg);
}

.v2_system_social .info .info_network_icon_enjin,
.v2_system_social.info_edit_window .info_network_icon_enjin {
    background-position: 0 0;
}

.v2_system_social .info .info_network_icon_webpush,
.v2_system_social.info_edit_window .info_network_icon_webpush {
    background-position: 0 -440px;
}

.v2_system_social .info .info_network_icon_steam, 
.v2_system_social.info_edit_window .info_network_icon_steam {
    background-position: 0 -40px;
}

.v2_system_social .info .info_network_icon_psn, 
.v2_system_social.info_edit_window .info_network_icon_psn {
    background-position: 0 -80px;
}

.v2_system_social .info .info_network_icon_xbox, 
.v2_system_social.info_edit_window .info_network_icon_xbox {
    background-position: 0 -120px;
}

.v2_system_social .info .info_network_icon_skype, 
.v2_system_social.info_edit_window .info_network_icon_skype {
    background-position: 0 -160px;
}

.v2_system_social .info .info_network_icon_twitter, 
.v2_system_social.info_edit_window .info_network_icon_twitter {
    background-position: 0 -200px;
}

.v2_system_social .info .info_network_icon_facebook, 
.v2_system_social.info_edit_window .info_network_icon_facebook {
    background-position: 0 -240px;
}

.v2_system_social .info .info_network_icon_google, 
.v2_system_social.info_edit_window .info_network_icon_google {
    background-position: 0 -280px;
}

.v2_system_social .info .info_network_icon_youtube, 
.v2_system_social.info_edit_window .info_network_icon_youtube {
    background-position: 0 -320px;
}

.v2_system_social .info .info_network_icon_twitch, 
.v2_system_social.info_edit_window .info_network_icon_twitch {
    background-position: 0 -360px;
}

.v2_system_social .info .info_network_icon_origin, 
.v2_system_social.info_edit_window .info_network_icon_origin {
    background-position: 0 -400px;
}

.v2_system_social .info .info_network_icon_uplay,
.v2_system_social.info_edit_window .info_network_icon_uplay {
    background-position: 0 -480px;
}

.v2_system_social .info .info_network_icon_instagram,
.v2_system_social.info_edit_window .info_network_icon_instagram {
    background-position: 0 -520px;
}

.v2_system_social .info .info_network_name {
    font-size: 18px;
    padding-bottom: 5px;
}

.v2_system_social .info .info_network_value {
    font-size: 13px;
    line-height: 16px;
}

.v2_system_social .info .info_post {
    margin-bottom: 25px;
}

.v2_system_social .info .info_post_title {
    margin-bottom: 11px;
    font-size: 16px;
}

.v2_system_social .info .info_post_image {
    float: left;
    margin: 1px 5px 0 0;
}

.v2_system_social .info .info_post_image img {
    border-radius: 3px;
	padding-right: 3px;
}

.v2_system_social .info .info_post_content {
    margin-bottom: 10px;
	line-height: 18px;

}

.v2_system_social .info .info_post_path {
    font-size: 12px;
}


/* edit basic window */

.v2_system_social.info_editdata_window {
    width: 540px;
}

.v2_system_social.info_editdata_window .info_edit_half {
    float: left;
    width: 50%;
    margin-bottom: 10px;
}

.v2_system_social.info_editdata_window .info_edit_full {
    width: 100%;
    margin-bottom: 10px;
}

.v2_system_social.info_editdata_window .info_edit_label {
    padding-bottom: 5px;
}

.v2_system_social.info_editdata_window .info_edit_half .info_edit_field {
    width: 90%;
}

.v2_system_social.info_editdata_window .info_edit_full .info_edit_field {
    width: 98%;
}

.v2_system_social.info_editdata_window .info_edit_field textarea {
    width: 100%;
}

.v2_system_social.info_editdata_window .info_edit_field select {
    margin: 3px 0;
}

.v2_system_social.info_editdata_window select.info_edit_select_full {
    width: 100%;
}

.v2_system_social.info_editdata_window select.info_edit_select_third {
    margin-right: 5px;
}

.v2_system_social.info_editdata_window #form-elem-about {
    height: 100px;
}

.v2_system_social.info_editdata_window .info_edit_buttons,
.v2_system_social.info_editnet_window .info_editnet_buttons {
    height: 40px;
    margin-right: 5px;
}

.v2_system_social.info_editdata_window .info_edit_buttons .element_button,
.v2_system_social.info_editnet_window .info_editnet_buttons .element_button {
    float: right;
    margin-left: 10px;
}


/* edit network window */

.v2_system_social.info_editnet_window {
    width: 440px;
}

.v2_system_social.info_editnet_window .info_editnet_block {
    height: 40px;
    margin: 0 2px 10px 2px;
}

.v2_system_social.info_editnet_window  .info_editnet_icon {
    float: left;
    width: 40px;
    height: 40px;
    margin-right: 10px;
}

.v2_system_social.info_editnet_window .info_editnet_name {
    float: left;
    margin-right: 10px;
    font-size: 17px;
    line-height: 40px;
}

.v2_system_social.info_editnet_window .info_editnet_field {
    float: left;
    margin-top: 7px;
}

.v2_system_social.info_editnet_window .info_editnet_field_facebook {
    width: 211px;
}

.v2_system_social.info_editnet_window .info_editnet_field_instagram {
    width: 206px;
}

.v2_system_social.info_editnet_window .info_editnet_field_info_twitter {
    width: 236px;
}

.v2_system_social.info_editnet_window .info_editnet_field_info_google {
    width: 193px;
}

.v2_system_social.info_editnet_window .info_editnet_field_info_steam {
    width: 135px;   /* 135, 93 */
}

.v2_system_social.info_editnet_window info_editnet_field_info_youtube_type select {
    width: 70px;
}

.v2_system_social.info_editnet_window .info_editnet_field_info_youtube {
    width: 128px;
    margin: 8px 0 0 8px;
}

.v2_system_social.info_editnet_window .info_editnet_field_info_twitch {
    width: 255px;
}

.v2_system_social.info_editnet_window .info_editnet_field_info_full {
    width: 332px;
}


/* css file: themes/v2/css/profile/posts.css */

/* menu */

.v2_system_social .posts .posts_filter_container {
    float: left;
    width: 190px;    
    padding: 15px;
}

.v2_system_social .posts .posts_filter_block {
    line-height: 25px;
    font-size: 15px;
    height: 25px;
    overflow: hidden;
}

.v2_system_social .posts .posts_filter_block_container {
    margin-bottom: 30px;
}

.v2_system_social .posts .posts_filter.selected {
    font-weight: bold;
}
.v2_system_social .posts .posts_filter.disabled {
	opacity:0.25;
}
.v2_system_social .posts .posts_filter.disabled:active,
.v2_system_social .posts .posts_filter.disabled:hover {
    text-decoration:none;
	cursor:default;
}
.v2_system_social .posts .posts_filter span {
	margin-left:4px;
	position:relative;
	top:-4px;
}
/* list */

.v2_system_social .posts .posts_list {
    min-height: 570px;
    margin-left: 220px;
}

.v2_system_social .posts .posts_list_inner {
    min-height: 570px;
    padding: 20px 20px 30px 20px;
}

.v2_system_social .posts .posts_empty {
    padding-top: 20px;
}

.v2_system_social .posts .posts_title {
    font-size: 22px;
	font-weight: bold;
	padding-top: 4px;
}

.v2_system_social .posts .posts_block {
    margin-top: 30px;
    font-size: 14px;
}

.v2_system_social .posts .posts_block_title {
    margin-bottom: 7px;
    font-size: 16px;
}

.v2_system_social .posts .posts_block_image {
    float: left;
    margin: 1px 5px 0 0;
}

.v2_system_social .posts .posts_block_image img {
    border-radius: 3px;
	margin-right: 2px;
}

.v2_system_social .posts .posts_block_content {
    margin-bottom: 7px;
	line-height: 18px;
}

.v2_system_social .posts .posts_block_path {
    font-size: 13px;
}


/* pagination */

.v2_system_social .posts .posts_pagination {
    margin: 20px 0 10px 0;
    text-align: right;
}

.v2_system_social .posts .posts_page {
    display: inline-block;
    margin-right: 5px;
}

.v2_system_social .posts .posts_page_box {
    display: inline-block;
    margin-right: 5px;
    width: 20px;
}


/* css file: themes/v2/css/profile/pics.css */

/* menu */

.v2_system_social .photos .photos_filter_container {
    float: left;
    width: 190px;
    padding: 15px;
}

.v2_system_social .photos .photos_filter_block {
    line-height: 25px;
    font-size: 15px;
    height: 25px;
    overflow: hidden;
}

.v2_system_social .photos .photos_filter_block_container {
    margin-bottom: 30px;
}

.v2_system_social .photos .photos_filter.selected {
    font-weight: bold;
}

.v2_system_social .photos .photos_stats {
    padding-top: 25px;
    font-size: 14px;
}

.v2_system_social .photos .photos_stat_block {
    height: 25px;
}

.v2_system_social .photos .photos_stat_name {
    float: left;
    width: 140px;
}

.v2_system_social .photos .photos_stat_value {
    float: left;
    width: 50px;
    overflow: hidden;
}


/* album */

.v2_system_social .photos .photos_album {
    min-height: 570px;
    margin-left: 220px;
}

.v2_system_social .photos .photos_album_inner {
    min-height: 570px;
    padding: 20px;
}

.v2_system_social .photos .photos_album_title {
    font-size: 20px;
    height: 30px;
    margin-bottom: 15px;
}

.v2_system_social .photos .photos_album_text {
    line-height: 30px;
	font-weight: bold;
	font-size: 22px;
}

.v2_system_social .photos .photos_album_buttons {
    float: right;
}

.v2_system_social .photos .photos_thumb {
    position: relative;
    float: left;
    margin: 0 5px 5px 0;
    width: 235px;   /* gets changed by js */
    height: 235px;  /* gets changed by js */
    line-height: 235px; /* gets changed by js */
}

.v2_system_social .photos .photos_thumb_image {
    border: 1px solid rgba(0, 0, 0, 0.15);
    text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.8);
    background-position: center center;
    background-repeat: no-repeat;
    cursor: pointer;
}

.v2_system_social .photos .photos_temp_upload {
    text-align: center;
    cursor: pointer;
}

.v2_system_social .photos .photos_thumb_detail {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 60px;
    background: url(/themes/v2/image/profile/image-gradient.png);
    overflow: hidden;
    cursor: default;
    color: #FFF;
}

.v2_system_social .photos .photos_thumb_detail a {
    color: #FFF;
}

.v2_system_social .photos .photos_thumb_name {
    padding: 0 10px;
    font-size: 18px;
    line-height: 30px;
    height: 27px;
    overflow: hidden;
}

.v2_system_social .photos .photos_thumb_footer {
    padding: 0 10px;
    font-size: 13px;
    line-height: 30px;
    height: 30px;
}


/* create/edit album or upload images window */

.v2_system_social.photos_album_window {
    width: 540px;
}

.v2_system_social.photos_album_window .photos_album_loading, 
.v2_system_social.photos_album_window .photos_form_loading {
    text-align: center;
    padding: 150px 0;
}

.v2_system_social.photos_album_window .form_errors {
    margin-top: -10px;
}

.v2_system_social.photos_album_window .photos_field_block {
    margin-bottom: 15px;
}

.v2_system_social.photos_album_window .photos_field_name {
    padding-bottom: 5px;
}

.v2_system_social.photos_album_window .photos_field_block_half {
    float: left;
    width: 50%;
    margin-bottom: 15px;
}

.v2_system_social.photos_album_window .photos_field_value select {
    width: 100%;
}

.v2_system_social.photos_album_window .photos_field_block_half .photos_field_value select {
    width: 95%;
}

.v2_system_social.photos_album_window .photos_upload_container {
    clear: left;
    margin-bottom: 15px;
    text-align: center;
    padding: 40px 0;
}

.v2_system_social.photos_album_window .photos_upload_drag_text {
    font-size: 16px;
}

.v2_system_social.photos_album_window .photos_upload_or_text {
    font-size: 14px;
    padding: 10px 0;
}

.v2_system_social.photos_album_window .photos_upload_progress {
    padding-bottom: 10px;
}

.v2_system_social.photos_album_window .photos_form_buttons {
    height: 30px;
    margin-bottom: 15px;
}

.v2_system_social.photos_album_window .photos_form_delete {
    float: left;
}

.v2_system_social.photos_album_window .photos_form_save,
.v2_system_social.photos_album_window .photos_form_cancel {
    float: right;
    margin-left: 10px;
}


/* image detail window */

.v2_system_social.photos_detail_window {
    width: 857px;   /* 1 + 855 + 1 */       /* set width to 857 + extra */
}

.v2_system_social.photos_detail_window .wall .post {
    width: auto;
    border-top: none;
}

.v2_system_social.photos_detail_window .content {
    padding: 0;
}

.v2_system_social.photos_detail_window .photos_detail_loading {
    text-align: center;
    padding: 100px 0;
    height: 255px;  /* 455 in total */
}

.v2_system_social.photos_detail_window .image_container {
    float: left;
    height: 100%;
    font-size: 14px;
    background-color: #4c4c4c;
    color: #FFF;
}

.v2_system_social.photos_detail_window .image_data {
    float: left;
    height: 100%;
    width: 365px;
    overflow: auto;
    font-size: 13px;
}

.v2_system_social.photos_detail_window .image_header {
    width: 100%;
    height: 35px;
    line-height: 35px;
    font-size: 13px;
    background-color: #000;
}

.v2_system_social.photos_detail_window .image_album {
    float: left;
    padding-left: 10px;
}

.v2_system_social.photos_detail_window .image_album_name {
    font-size: 16px;
    font-weight: bold;
}

.v2_system_social.photos_detail_window .image_pagination {
    color: #9F9FA1;
    padding-left: 20px;
}

.v2_system_social.photos_detail_window .image_options {
    float: right;
    padding-right: 10px;
}

.v2_system_social.photos_detail_window .image_options a {
    margin-left: 25px;
    color: #9F9FA1;
}

.v2_system_social.photos_detail_window .image_options a:hover {
    text-decoration: none;
}

.v2_system_social.photos_detail_window .image_close_button {
    float: right;
    font-size: 18px;
    margin: 5px 13px 0 0;
}

.v2_system_social.photos_detail_window .image_presentation {
    padding: 10px;	
}

.v2_system_social.photos_detail_window .image_page_button {
    font-size: 70px;
    width: 25px;
    cursor: pointer;
}

.v2_system_social.photos_detail_window .image_prev_button {
    float: left;
}

.v2_system_social.photos_detail_window .image_next_button {
    float: right;
}

.v2_system_social.photos_detail_window .image_pic {
    display: block;
	background: transparent no-repeat scroll center center url(/themes/core/images/profile-loading.gif);
}

.v2_system_social.photos_detail_window .image_deleting {
    text-align: center;
    padding: 100px 0;
}

/* other windows */

.v2_system_social.photos_album_delete_window {
	width: 300px;
}


/* css file: themes/v2/css/profile/games.css */

/* menu */

.v2_system_social .games .games_filter_container {
    float: left;
    width: 190px;
    padding: 15px;
}

.v2_system_social .games .games_filter_block {
    line-height: 25px;
    font-size: 15px;
    height: 25px;
    overflow: hidden;
}

.v2_system_social .games .games_filter_block_container {
    margin-bottom: 30px;
}

.v2_system_social .games .games_filter.selected {
    font-weight: bold;
}


/* list */

.v2_system_social .games .games_list {
    min-height: 570px;
    margin-left: 220px;
}

.v2_system_social .games .games_list_inner {
    min-height: 570px;
    padding: 20px 20px 30px 20px;
}

.v2_system_social .games .games_title {
    font-size: 22px;
	font-weight: bold;
	height: 25px;
}

.v2_system_social .games .games_search {
    float: right;
    font-size: 15px;
}

.v2_system_social .games .games_search_input {
    width: 250px;
    height: 15px;
}

.v2_system_social .games .games_search_cancel {
    cursor: pointer;
    font-size: 14px;
    visibility: hidden;
}

.v2_system_social .games .games_empty {
    padding-top: 20px;
    font-size: 14px;
}

.v2_system_social .games .games_enjin_title {
    font-size: 16px;
    line-height: 26px;
    padding: 5px 0;
    margin-top: 30px;
}

.v2_system_social .games .games_user_list {
    padding-top: 20px;
}

.v2_system_social .games .games_block {
    display: inline-block;
    margin: 20px 20px 0 0;
}

.v2_system_social .games .games_interact {
    position: absolute;
    margin: 1px 0 0 5px;
    padding: 0 2px;
    color: #FFF;
    text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
    cursor: pointer;
    z-index: 1;
}

.v2_system_social .games .games_favorite {
    margin: 1px 0 0 0;
    line-height: 14px;
    font-size: 12px;
}

.v2_system_social .games .games_favorite.active {
    color: #fffc00;
}

.v2_system_social .games .games_delete {
    margin: 1px 0 0 62px;
    line-height: 15px;
    font-size: 14px;
}

.v2_system_social .games .element_gamebox {
    cursor: default;
}

.v2_system_social .games .game_block_name {
    font-size: 11px;
    text-align: center;
}

.v2_system_social .games .games_add_button {
    float: right;
}

.v2_system_social .games .games_check {
    display: none;
    position: absolute;
    margin: 4px 0 0 63px;
    color: #FFF;
    font-size: 15px;
    cursor: pointer;
    z-index: 1;
}

.v2_system_social .games .games_enjin_list .games_block:hover .games_check,
.v2_system_social .games .games_enjin_list .games_check.fa-check-square-o {
    display: block;
}

.v2_system_social .games .games_user_list .games_block:hover .games_interact {
    display: block;
}


/* css file: themes/v2/css/profile/stats.css */

/* menu */

.v2_system_social .stats .stats_filter_container {
	float: left;
	width: 190px;
	padding: 15px;
}

.v2_system_social .stats .stats_filter_block {
	line-height: 25px;
	font-size: 15px;
	height: 25px;
	overflow: hidden;
}

.v2_system_social .stats .stats_filter_block_container {
	margin-bottom: 30px;
}

.v2_system_social .stats .stats_filter.selected {
	font-weight: bold;
}


/* list */

.v2_system_social .stats .stats_list {
	min-height: 570px;
	margin-left: 220px;
}

.v2_system_social .stats .stats_list_inner {
	min-height: 570px;
	padding: 20px 20px 30px 20px;
}

.v2_system_social .widget_stats .group,
.v2_system_social .stats .group {
}

.v2_system_social .stats .group .banner,
.v2_system_social .widget_stats .group .banner {
	position: relative;
	border: 1px solid #000;
	border-radius: 5px;
	background-position: left;
	line-height: 48px;
	color: white;
	text-shadow: 2px 2px 2px rgba(0,0,0,0.65);
	font-size: 22px;
	font-weight: bold;
	text-indent: 12px;
	cursor: default;
	margin-top: 30px;
	margin-bottom: 15px;
}
.v2_system_social .widget_stats .group .banner {
	margin-left: 14px;
	margin-right: 14px;
	margin-top: 14px;
	margin-bottom: 8px;
	text-align: center;
	text-indent: 0px;
	position: relative;
}
.v2_system_social .widget_stats .group .banner .left,
.v2_system_social .widget_stats .group .banner .right {
	color: white;
	font-size: 30px;
	padding-left: 10px;
	padding-right: 10px;
	cursor: pointer;
	position: absolute;
}
.v2_system_social .widget_stats .group .banner .left {
	left: 0;
}
.v2_system_social .widget_stats .group .banner .right {
	right: 0;
}
.v2_system_social .widget_stats .group .banner .left:hover,
.v2_system_social .widget_stats .group .banner .right:hover {
	opacity: 0.6;
	text-decoration: none;
}
.v2_system_social .stats .group:first-child .banner {
	margin-top: 0px;
}
.v2_system_social .widget_stats .group .banner:before,
.v2_system_social .stats .group .banner:before {
	content: " ";
	position: absolute;
	z-index: 0;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	border: 1px solid rgba(255, 255, 255, 0.20);
	border-radius: 5px;
}

.v2_system_social .widget_stats .group .items {
	padding-bottom: 12px;
}

.v2_system_social .widget_stats dl.item,
.v2_system_social .stats dl.item {
	display: inline-block;
	width: 320px;
	font-size: 15px;
	line-height: 25px;
}
.v2_system_social .widget_stats dt,
.v2_system_social .stats dt {
	display: inline-block;
	width: 150px;
	padding-left: 14px;
}
.v2_system_social .widget_stats dd,
.v2_system_social .stats dd {
	display: inline-block;
	min-width: 50px;
}

.v2_system_social .view-more-stats {
	text-align: center;
	font-size: 12px;
	padding: 8px 0px;
}

/* css file: themes/v2/css/profile/communities.css */

/* menu */

.v2_system_social .communities .communities_filter_container {
    float: left;
    width: 190px;
    padding: 15px;
}

.v2_system_social .communities .communities_filter_block {
    line-height: 25px;
    font-size: 15px;
    height: 25px;
    overflow: hidden;
}

.v2_system_social .communities .communities_filter_block_container {
    margin-bottom: 30px;
}

.v2_system_social .communities .communities_filter.selected {
    font-weight: bold;
}


/* list */

.v2_system_social .communities .communities_list {
    min-height: 700px;
    margin-left: 220px;
}

.v2_system_social .communities .communities_list_inner {
    min-height: 700px;
    padding: 20px 20px 30px 20px;
}

.v2_system_social .communities .communities_title {
    font-size: 22px;
	font-weight: bold;
	height: 25px;
}

.v2_system_social .communities .communities_search {
    float: right;
    font-size: 15px;
}

.v2_system_social .communities .communities_search_input {
    width: 200px;
    height: 20px;
}

.v2_system_social .communities .communities_search_cancel {
    cursor: pointer;
    font-size: 14px;
    visibility: hidden;
}

.v2_system_social .communities .communities_empty {
    padding-top: 20px;
    font-size: 14px;
}

.v2_system_social .communities .communities_list_title {
    margin: 30px 0 20px 0;
    padding-bottom: 5px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
}

.v2_system_social .communities .communities_block {
    margin-bottom: 25px;
    height: 73px;
}

.v2_system_social .communities .communities_logo {
    float: left;
    margin-right: 25px;
    border-radius: 5px;
    overflow: hidden;
}

.v2_system_social .communities .communities_data {
    float: left;
}

.v2_system_social .communities .communities_name {
    font-size: 16px;
	font-weight: bold;
}

.v2_system_social .communities .communities_description {
    margin: 5px 0 10px;
}

.v2_system_social .communities .communities_options {
    float: right;
    margin: 5px;
}

.v2_system_social .communities .communities_options_button {
    font-size: 20px;
    cursor: pointer;
}

.v2_system_social .communities .communities_options_window {
    width: 120px;
    margin: -2px 0 0 -100px;
}


/* pagination */

.v2_system_social .communities .communities_pagination {
    margin: 20px 0 10px 0;
    text-align: right;
}

.v2_system_social .communities .communities_page {
    display: inline-block;
    margin-right: 5px;
}

.v2_system_social .communities .communities_page_box {
    display: inline-block;
    margin-right: 5px;
    width: 20px;
}


/* leave website */

.v2_system_social.communities_leave_window {
    width: 300px;
}

.v2_system_social.communities_leave_window .communities_leave_text {
    padding-bottom: 5px;
}

.v2_system_social.communities_leave_window .communities_leave_field {
    margin-bottom: 5px;
}


/* css file: themes/v2/css/profile/characters.css */

/* menu */

.v2_system_social .characters .characters_filter_container {
    float: left;
    width: 190px;
    padding: 15px;
}

.v2_system_social .characters .characters_filter_block {
    line-height: 25px;
    font-size: 15px;
    height: 25px;
    overflow: hidden;
}

.v2_system_social .characters .characters_filter_block_container {
    margin-bottom: 30px;
}

.v2_system_social .characters .characters_filter.selected {
    font-weight: bold;
}

.v2_system_social .characters .characters_title .characters_add_button {
    float: right;
}


/* list */

.v2_system_social .characters .characters_list {
    min-height: 700px;
    margin-left: 220px;
}

.v2_system_social .characters .characters_list_inner {
    min-height: 700px;
    padding: 20px 20px 30px 20px;
}

.v2_system_social .characters .characters_title {
    height: 30px;
	padding-top: 4px;
    font-size: 22px;
	font-weight: bold;
}

.v2_system_social .characters .characters_game {
    margin-top: 30px;
    font-size: 14px;
}

.v2_system_social .characters .characters_game_title {
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: bold;
}

.v2_system_social .characters .characters_game_container {
    height: 73px;
    margin-bottom: 10px;
    overflow: hidden;
}

.v2_system_social .characters .characters_game_container_mc {
    height: 89px;
}

.v2_system_social .characters .characters_avatar {
    float: left;
    max-width: 73px;
    border-radius: 5px;
}

.v2_system_social .characters .characters_data {
    height: 71px;
    margin-left: 90px;
    border-radius: 5px;
}

.v2_system_social .characters .characters_data_inner {
    height: 69px;
    border-radius: 5px;
}

.v2_system_social .characters .characters_data_arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-right: 6px solid #FFF;   /* will be replaced by the theme color */
    margin: 15px 0 0 -6px;
}

.v2_system_social .characters .characters_data_arrow_inner_bg {
    width: 0;
    height: 0;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-right: 4px solid #000;   /* will be replaced by the theme color */
    margin: -4px 0 0 2px;
}

.v2_system_social .characters .characters_data_inside {
    padding: 9px;
}

.v2_system_social .characters .characters_name {
    margin-bottom: 6px;
    line-height: 18px;
}

.v2_system_social .characters .characters_name_text {
    font-size: 16px;
    font-weight: bold;
}

.v2_system_social .characters .characters_description {
    padding-bottom: 6px;
    font-size: 14px;
}

.v2_system_social .characters .characters_description img {
    vertical-align: middle;
    margin-top: -1px;
}

.v2_system_social .characters .characters_footer {
    font-size: 11px;
}

.v2_system_social .characters .characters_options {
    float: right;
    margin-left: 12px;
	margin-top: -5px;
}

.v2_system_social .characters .characters_options_button {
    font-size: 14px;
}

.v2_system_social .characters .characters_options_window {
    width: 170px;
    font-size: 13px;
}

.v2_system_social .characters .characters_icons {
    float: right;
}

.v2_system_social .characters .characters_icons img {
    width: 25px;
    border-radius: 5px;
	margin-top: -5px;
}
/* wildstar */
.v2_system_social .characters .characters_game_container.wildstar .characters_icons img {
	width:auto;
}

.v2_system_social .characters .characters_flag_icon {
    display: inline-block;
    width: 25px;
    height: 11px;
    margin-left: 6px;    
}

.v2_system_social .characters .characters_main_icon {
    background-image: url(/themes/core/images/modules/characters/main-icon.png);
}

.v2_system_social .characters .characters_premium_icon {
    width: 42px;
    background-image: url(/themes/core/images/modules/characters/premium-icon.png);
}


/* list of games */

.v2_system_social .characters .characters_empty_list {
    margin: 20px 0;
    text-align: center;
}

.v2_system_social .characters .games_block_chunk {
    height: 160px;
    margin-top: 35px;
}

.v2_system_social .characters .games_block {
    float: left;
    margin-right: 20px;
}

.v2_system_social .characters .games_block:last-child {
    margin-right: 0;
}

.v2_system_social .characters .element_gamebox {
    display: block;
    cursor: default;
}

.v2_system_social .characters .game_block_name {
    font-size: 11px;
    text-align: center;
}


/* game specific css */

.v2_system_social .characters .characters_ffxiv_icon {
    float: left;
    width: 32px;
    height: 32px;
    margin-right: 5px;
}

.v2_system_social .characters .characters_ffxiv_icon div {
    margin: 19px 0 0 17px;
    color: #FFFFFF;
    font-size: 10px;
    font-weight: bold;
}

.v2_system_social .characters .characters_ffxivarr_icon {
    float: left;
    width: 24px;
    height: 24px;
    margin-right: 5px;
}

.v2_system_social .characters .characters_ffxivarr_icon.characters_ffxivarr_job {
    margin-right: 30px;
}

.v2_system_social .characters .characters_ffxivarr_icon div {
    margin: 15px 0 0 14px;
    color: #FFFFFF;
    font-size: 9px;
    font-weight: bold;
}

.v2_system_social .characters .characters_avatar_mc {
    width: 40px;
    margin: 0 auto;
}

.v2_system_social .characters .characters_mc_quote_text:before,
.v2_system_social .characters .characters_mc_quote_text:after {
    content: '"';
}


/* add character window */

.v2_system_social.characters_modify_window {
    width: 500px;
    font-size: 14px;
}

.v2_system_social.characters_modify_window .characters_add_game_field {
    padding-bottom: 5px;
}

.v2_system_social.characters_modify_window .characters_add_game_input {
    width: 400px;
    height: 20px;
}

.v2_system_social.characters_modify_window .characters_add_game_cancel {
    float: right;
    margin-top: 4px;
    cursor: pointer;
    visibility: hidden;
}

.v2_system_social.characters_modify_window select.characters_add_game {
    width: 100%;
}

.v2_system_social.characters_modify_window .characters_add_loading {
    padding: 50px 0;
    text-align: center;
}

.v2_system_social.characters_modify_window .characters_add_container {
    padding-top: 10px;
}

.v2_system_social.characters_modify_window .characters_add_game_autocomplete .ui-menu-item {
    padding: 5px;
    line-height: 18px;
    cursor: pointer;
}

.v2_system_social.characters_modify_window .characters_add_form {
    margin-bottom: 10px;
}

.v2_system_social.characters_modify_window .characters_add_buttons {
    text-align: right;
}

.v2_system_social.characters_modify_window .characters_add_avatar {
    float: left;
    width: 120px;
    text-align: center;
    font-size: 13px;
    margin-top: 5px;
}

.v2_system_social.characters_modify_window .characters_add_image {
    width: 73px;
    display: inline-block;
    margin-bottom: 5px;
    border-radius: 5px;
}

.v2_system_social.characters_modify_window .characters_add_choose_avatar {
    display: block;
    margin-bottom: 5px;
}

.v2_system_social.characters_modify_window .characters_add_upload_avatar {
    margin-bottom: 5px;
}

.v2_system_social.characters_modify_window .characters_add_fields {
    width: 330px;
    min-height: 150px;
    margin-left: 140px;
}

.v2_system_social.characters_modify_window .characters_add_block {
    margin-bottom: 10px;
}

.v2_system_social.characters_modify_window .characters_add_block_margin {
    margin-right: 10px;
}

.v2_system_social.characters_modify_window .characters_add_block_half {
    float: left;
    width: 160px;
    margin-bottom: 10px;
}

.v2_system_social.characters_modify_window .characters_add_block_third {
    float: left;
    width: 103px;
    margin-bottom: 10px;
}

.v2_system_social.characters_modify_window .characters_add_field_name {
    margin-bottom: 5px;
}

.v2_system_social.characters_modify_window .characters_add_field_input select {
    width: 100%;
}

.v2_system_social.characters_modify_window input[type="checkbox"] {
    vertical-align: bottom;
    margin-right: 5px;
}


/* game specific */

.v2_system_social.characters_modify_window .characters_mc_title {
    font-weight: bold;
    margin: 15px 0;
}

.v2_system_social.characters_modify_window .characters_mc_description {
    margin-bottom: 15px;
    line-height: 17px;
}


/* choose an avatar window */

.v2_system_social.characters_add_avatar_chose {
    width: 371px;
    max-height: 500px;
    overflow-y: auto;
}

.v2_system_social.characters_add_avatar_chose .element_avatar {
    cursor: pointer;
    margin: 0 15px 15px 0;
}


/* css file: themes/v2/css/profile/awards.css */

/* main page */

.v2_system_social .awards {
	padding: 20px;
}

.v2_system_social .awards .group_name {
	margin-bottom: 15px;
	font-size: 24px;
}

.v2_system_social .awards .group_awards {
	margin-bottom: 20px;
}

.v2_system_social .awards .award_block {
	display: inline-block;
	margin: 0 15px 20px 0;
	text-align: center;
	cursor: pointer;
}

.v2_system_social .awards .award_no_users {
	cursor: default;
}

.v2_system_social .awards .award_image {
	padding: 3px;
}

.v2_system_social .awards .award_image img {
	width: 110px;
	height: 105px;
}

.v2_system_social .awards .award_name {
	width: 118px;
	height: 25px;
	line-height: 25px;
	font-size: 13px;
	overflow: hidden;
}


/* tooltip */

.v2_system_social_tooltip.element_tooltip.element_popup .inner .award_title {
	font-size: 15px;
	font-weight: bold;
	line-height: 18px;
	padding-bottom: 7px;
}

.v2_system_social_tooltip.element_tooltip.element_popup .inner .award_content {
	font-size: 14px;
	line-height: 16px;
	max-width: 300px;
}


/* popup */

.v2_system_social.users_popup {
    width: 800px;
}

.v2_system_social.users_popup img {
    vertical-align: middle;
}

.v2_system_social.users_popup .content {
    padding: 20px;
}

.v2_system_social.users_popup .users_header {
    height: 30px;
}

.v2_system_social.users_popup .users_total {
    float: left;
    font-size: 18px;
    line-height: 25px;
}

.v2_system_social.users_popup .users_search {
    float: right;
}

.v2_system_social.users_popup .users_search_input {
    width: 260px;
	height: 22px;
}

.v2_system_social.users_popup .users_search_cancel {
    font-size: 14px;
    cursor: pointer;
    visibility: hidden;
}

.v2_system_social.users_popup .users_list {
    max-height: 350px;
    overflow-y: auto;
    margin-top: 20px;
}

.v2_system_social.users_popup .users_empty,
.v2_system_social.users_popup .users_loading {
    padding: 50px 0;
    text-align: center;
    font-size: 13px;
}

.v2_system_social.users_popup .users_container_loading {
    padding: 10px 0;
    text-align: center;
    font-size: 13px;
}

.v2_system_social.users_popup .users_block {
    height: 45px;
    margin-bottom: 15px;
}

.v2_system_social.users_popup .element_avatar {
    float: left;
    margin-right: 8px;
}

.v2_system_social.users_popup .users_details {
    float: left;
    width: 450px;
    height: 100%;
    overflow: hidden;
    font-size: 14px;
}

.v2_system_social.users_popup .users_username {
    font-size: 15px;
    line-height: 20px;
}

.v2_system_social.users_popup .users_quote {
    line-height: 20px;
}

.v2_system_social.users_popup .users_flag {
    float: right;
    margin: 18px 20px 0 0;
}



/* css file: themes/v2/css/profile/widgets/characters.css */

.v2_system_social .widget_characters {
    margin: 15px;
}

.v2_system_social .widget_characters .characters_title {
    margin-bottom: 5px;
	font-size: 14px;
}

.v2_system_social .widget_characters .characters_title span {
    font-size: 16px;
	font-weight: bold;
}

.v2_system_social .widget_characters .characters_title a.characters_link {
    float: right;
}

.v2_system_social .widget_characters .characters_list .characters_record {
    float: left;
    width: 165px;
    height: 43px;
    margin: 10px 10px 0 0;
    line-height: 12px;
	font-size: 11px;
    overflow: hidden;
}

.v2_system_social .widget_characters .characters_list .characters_avatar {
    float: left;
    border-radius: 5px;
}

.v2_system_social .widget_characters .characters_list .characters_side {
    margin-left: 53px;    
}

.v2_system_social .widget_characters .characters_list .characters_name {
    margin: 0px 0px 0px 0px;
    height: 19px;
    overflow: hidden;
	font-size: 14px;
}

.v2_system_social .widget_characters .characters_note {
    margin-top: 15px;
    font-size: 12px;
    line-height: 15px;
}

.v2_system_social .widget_characters .characters_note .fa-exclamation-circle {
    font-size: 14px; 
    vertical-align: bottom
}


/* css file: themes/v2/css/profile/widgets/communities.css */

.v2_system_social .widget_communities {
    margin: 15px;
}

.v2_system_social .widget_communities .communities_title span {
    font-size: 16px;
	font-weight: bold;
}

.v2_system_social .widget_communities .communities_title a.communities_link {
    float: right;
	font-size: 14px;
	margin-right: 5px;
}

.v2_system_social .widget_communities .communities_list .communities_record {
    float: left;
    text-align: center;
    margin: 10px 15px 0 0;
}

.v2_system_social .widget_communities .communities_list .communities_record.last {
    margin-right: 0;
}

.v2_system_social .widget_communities .communities_list .communities_admin {
    position: relative;
    display: inline-block;
    height: 3px;
    padding: 2px 4px 8px 4px;
    margin: 0 auto;
    font-size: 9px;
    border-radius: 2px;
}

.v2_system_social .widget_communities .communities_list .communities_admin_empty {
    height: 15px;
}

.v2_system_social .widget_communities .communities_list .communities_avatar_container,
.v2_system_social .widget_communities .communities_list .communities_avatar_empty {
    display: block;
    width: 73px;
    height: 73px;
    margin: -10px 0 2px 0;
    border: 1px solid transparent;
    border-radius: 5px;
    overflow: hidden;
}

.v2_system_social .widget_communities .communities_list .communities_avatar_empty {
    margin: 4px 0 0 0;
    width: 73px;
    height: 73px;
}

.v2_system_social .widget_communities .communities_list .communities_name {
    font-size: 11px;
}


/* css file: themes/v2/css/profile/widgets/friends.css */

.v2_system_social .widget_friends {
    margin: 15px;
}

.v2_system_social .widget_friends .friends_title {
    margin-bottom: 5px;
	font-size: 14px;
}

.v2_system_social .widget_friends .friends_title span {
    font-size: 16px;
	font-weight: bold;
}

.v2_system_social .widget_friends .friends_title .friends_link_container {
    float: right;
}

.v2_system_social .widget_friends .friends_list .element_avatar {
    float: left;
    border: 1px solid transparent;
    border-radius: 5px;
    padding: 0;
    margin: 5px 6px 0 0;
    overflow: hidden;
    line-height: 43px;
    text-align: center;
}

.v2_system_social .widget_friends .friends_list .element_avatar.last {
    margin-right: 0;
}

.v2_system_social .widget_friends .friends_list .empty_container {
    width: 43px;
    height: 43px;
    line-height: 43px;
    text-align: center;
    font-size: 11px;
    cursor: pointer;
}

.v2_system_social .widget_friends .friends_list .empty_container_other {
    width: 43px;
    height: 43px;
}

.v2_system_social .widget_friends .friends_note {
    margin-top: 15px;
    font-size: 14px;
    line-height: 15px;
}

.v2_system_social .widget_friends .friends_note .fa-exclamation-circle {
    font-size: 14px;
    vertical-align: bottom;
	margin-left: 2px;
}


/* popup */

.v2_system_social.widget_friends_popup {
    width: 800px;
}

.v2_system_social.widget_friends_popup img {
    vertical-align: middle;
}

.v2_system_social.widget_friends_popup .content {
    padding: 20px;
}

.v2_system_social.widget_friends_popup .friends_header {
    height: 30px;
}

.v2_system_social.widget_friends_popup .friends_total {
    float: left;
    font-size: 18px;
    line-height: 25px;
}

.v2_system_social.widget_friends_popup .friends_manage {
    margin-left: 8px;
}

.v2_system_social.widget_friends_popup .friends_search {
    float: right;
}

.v2_system_social.widget_friends_popup .friends_search_input {
    width: 260px;
	height: 22px;
}

.v2_system_social.widget_friends_popup .friends_search_cancel {
    font-size: 14px;
    cursor: pointer;
    visibility: hidden;
}

.v2_system_social.widget_friends_popup .friends_list {
    max-height: 350px;
    overflow-y: auto;
    margin-top: 20px;
}

.v2_system_social.widget_friends_popup .friends_empty,
.v2_system_social.widget_friends_popup .friends_loading {
    padding: 50px 0;
    text-align: center;
    font-size: 13px;
}

.v2_system_social.widget_friends_popup .friends_container_loading {
    padding: 10px 0;
    text-align: center;
    font-size: 13px;
}

.v2_system_social.widget_friends_popup .friends_block {
    height: 45px;
    margin-bottom: 15px;
}

.v2_system_social.widget_friends_popup .element_avatar {
    float: left;
    margin-right: 8px;
}

.v2_system_social.widget_friends_popup .friends_details {
    float: left;
    width: 450px;
    height: 100%;
    overflow: hidden;
    font-size: 14px;
}

.v2_system_social.widget_friends_popup .friends_username {
    font-size: 15px;
    line-height: 20px;
}

.v2_system_social.widget_friends_popup .friends_quote {
    line-height: 20px;
}

.v2_system_social.widget_friends_popup .friends_flag {
    float: right;
    margin: 18px 20px 0 0;
}

.v2_system_social.widget_friends_popup .friends_add {
    float: right;
    width: 75px;
    margin: 10px 20px 0 0;
}

.v2_system_social.widget_friends_popup .friends_favorite {
    float: right;
    margin: 16px 20px 0 0;
    font-size: 20px;	
}

.v2_system_social.widget_friends_popup .friends_favorite_button {
	cursor: pointer;
}

.v2_system_social.widget_friends_popup .friends_favorite_button.active {
    color: #8BED80;	
}

.v2_system_social.widget_friends_popup .friends_favorite_sort {
	cursor: move;
}


/* css file: themes/v2/css/profile/widgets/games.css */

.v2_system_social .widget_games {
    margin: 15px;
}

.v2_system_social .widget_games .games_title {
    margin-bottom: 5px;
}

.v2_system_social .widget_games .games_title span {
    font-size: 16px;
	font-weight: bold;
}

.v2_system_social .widget_games .games_title a.games_link {
    float: right;
	font-size: 14px;
}

.v2_system_social .widget_games .games_list .element_gamebox {
    float: left;
    margin: 6px 10px 0 0;
}

.v2_system_social .widget_games .games_list .element_gamebox.last {
    margin-right: 0;
}

.v2_system_social .widget_games .games_list .empty_container {
    width: 78px;
    height: 108px;
    line-height: 108px;
    text-align: center;
    font-size: 11px;
    cursor: pointer;
}

.v2_system_social .widget_games .games_list .empty_container_other {
    width: 78px;
    height: 110px;
}


/* css file: themes/v2/css/profile/widgets/mc_character.css */

.v2_system_social .widget_mc_character {
    margin: 15px;
    font-size: 13px;
    line-height: 14px;
}

.v2_system_social .widget_mc_character .mc_title {
    margin-bottom: 15px;
    font-size: 16px;
	font-weight: bold;
}

.v2_system_social .widget_mc_character .mc_avatar {
    float: left;
    width: 80px;
}

.v2_system_social .widget_mc_character .mc_quote {
    float: left;
    width: 255px;
    margin-left: 10px;
    border-radius: 5px;
}

.v2_system_social .widget_mc_character .mc_quote_inner {
    border-radius: 5px;
}

.v2_system_social .widget_mc_character .mc_arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-right: 8px solid #FFF;   /* will be replaced by the theme color */
    margin: 10px 0 0 -8px;
}

.v2_system_social .widget_mc_character .mc_arrow_inner_bg {
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-right: 6px solid #000;   /* will be replaced by the theme color */
    margin: -6px 0 0 2px;
}

.v2_system_social .widget_mc_character .mc_edit {
    float: right;
    font-size: 15px;
    margin: 5px 3px 0 0;
    cursor: pointer;
}

.v2_system_social .widget_mc_character .mc_quote_content {
    padding: 10px;
}

.v2_system_social .widget_mc_character .mc_quote_title {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 10px;
	overflow: hidden;
}

.v2_system_social .widget_mc_character .mc_quote_text {
	overflow: hidden;
}

.v2_system_social .widget_mc_character .mc_quote_text:before, 
.v2_system_social .widget_mc_character .mc_quote_text:after {
    content: '"';
}

.v2_system_social .widget_mc_character .mc_quote_input {
    width: 230px;
}

.v2_system_social .widget_mc_character .mc_quote_status {
    margin-top: 10px;
	overflow: hidden;
}


/* css file: themes/v2/css/profile/widgets/owner.css */

.v2_system_social .widget_owner {
    padding: 15px;
    font-size: 14px;
}

.v2_system_social .widget_owner .title {
    font-size: 16px;
    margin-bottom: 15px;
	font-weight: bold;
}

.v2_system_social .widget_owner .logo {
    float: left;
    width: 74px;
    margin-right: 10px;
    border-radius: 5px;
    overflow: hidden;
}

.v2_system_social .widget_owner .right_side {
    float: left;
    width: 265px;
}

.v2_system_social .widget_owner .name {
    font-weight: bold;
}

.v2_system_social .widget_owner .description {
    padding: 5px 0;
    font-size: 12px;
    line-height: 15px;
}

.v2_system_social .widget_owner .users {
    font-size: 12px;
}


/* css file: themes/v2/css/profile/widgets/photos.css */

.v2_system_social .widget_photos {
    margin: 15px;
}

.v2_system_social .widget_photos .photos_title {
    margin-bottom: 5px;
	font-size: 14px;
}

.v2_system_social .widget_photos .photos_title span {
    font-size: 16px;
	font-weight: bold;
}

.v2_system_social .widget_photos .photos_title a.photos_link {
    float: right;
}

.v2_system_social .widget_photos .photos_list .photos_link {
    float: left;
    width: 112px;
    height: 112px;
    margin: 4px 4px 0 0;
    background-position: -1px -1px;
    background-repeat: no-repeat;
    border: 1px solid rgba(0, 0, 0, 0.2);
}

.v2_system_social .widget_photos .photos_list .photos_link.last {
    margin-right: 0;
}

.v2_system_social .widget_photos .photos_list .photos_link:hover {
    text-decoration: none;
}

.v2_system_social .widget_photos .photos_list .photos_empty {
    width: 110px;
    height: 110px;
    line-height: 110px;
    font-size: 11px;
    text-align: center;
}


/* css file: themes/v2/css/profile/widgets/points.css */

.v2_system_social .widget_points .cell {
    float: left;
    width: 126px;
    text-align: center;
    font-size: 14px;
    padding: 20px 0;
}

.v2_system_social .widget_points .cell.last {
    border-right: none;
}

.v2_system_social .widget_points .cell h4 {
    font-size: 22px;
    padding-bottom: 10px;
}


/* css file: themes/v2/css/profile/widgets/posts.css */

.v2_system_social .widget_posts {
    margin: 15px;
    font-size: 12px;
    line-height: 16px;
}

.v2_system_social .widget_posts .posts_title {
    margin-bottom: -5px;
	font-size: 14px;
}

.v2_system_social .widget_posts .posts_title span {
    font-size: 16px;
	font-weight: bold;
}

.v2_system_social .widget_posts .posts_title a.posts_link {
    float: right;
}

.v2_system_social .widget_posts .posts_list .posts_record {
    margin-top: 15px;
}

.v2_system_social .widget_posts .posts_list .posts_name {    
    height: 20px;
}

.v2_system_social .widget_posts .posts_list .posts_record_link {
    font-size: 14px;
}

.v2_system_social .widget_posts .posts_list .posts_date {
    float: right;
	font-size: 11px
}


/* css file: themes/v2/css/profile/widgets/stats.css */

.v2_system_social .widget_ministats .cell {
    float: left;
    width: 126px;    
    text-align: center;
    font-size: 14px;
    padding: 20px 0;
}

.v2_system_social .widget_ministats .cell.last {
    border-right: none;
}

.v2_system_social .widget_ministats .cell h4 {
    font-size: 20px;
    padding-bottom: 7px;
}


/* css file: themes/v2/css/profile/widgets/tags_awards.css */

.v2_system_social .widget_tags_awards {
    font-size: 13px;
    line-height: 14px;
    margin: 15px;
}

.v2_system_social .widget_tags_awards .title {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 15px;
}

.v2_system_social .widget_tags_awards .tag {
    padding-bottom: 5px;
}


/* css file: themes/v2/css/profile/widgets/awards.css */

.v2_system_social .widget_awards {
    margin: 15px;
}

.v2_system_social .widget_awards .title {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 15px;
}

.v2_system_social .widget_awards .award {
	display: inline-block;
	margin: 2px 3px;
	cursor: pointer;
}


/* css file: themes/v2/css/profile/widgets/twitter.css */

.v2_system_social .widget_twitter {
    margin: 15px;
    font-size: 13px;
}

.v2_system_social .widget_twitter .header {
    display: block;
}

.v2_system_social .widget_twitter .twitter_setup_title {
    text-align: center;
    margin-bottom: 10px;
}

.v2_system_social .widget_twitter .twitter_setup_content {
    text-align: center;
}

.v2_system_social .widget_twitter .twitter_setup {
    width: 100px;
    line-height: 28px;
    text-align: center;
}

.v2_system_social .widget_twitter .twitter_setup_or {
    padding: 0 5px;
}

.v2_system_social .widget_twitter .twitter_options {
    float: right;
    font-size: 14px;
}

.v2_system_social .widget_twitter .twitter_options:hover {
    text-decoration: none;
}


/* css file: themes/v2/css/profile/twitch.css */

/* menu */

.v2_system_social .twitch .twitch_filter_container {
    float: left;
    width: 190px;
    padding: 15px;
}

.v2_system_social .twitch .twitch_filter_block {
    line-height: 25px;
    font-size: 15px;
    height: 25px;
    overflow: hidden;
}

.v2_system_social .twitch .twitch_filter_block_container {
    margin-bottom: 30px;
}

.v2_system_social .twitch .twitch_filter.selected {
    font-weight: bold;
}

.v2_system_social .twitch .twitch_filter_block.rank_number {
    font-weight: bold;
}

.v2_system_social .twitch .twitch-search {
    float: right;
    font-size: 15px;
    padding: 0 5px;
}

.v2_system_social .twitch .twitch-search .twitch-search-input {
    width: 200px;
    height: 20px;
}

.v2_system_social .twitch .twitch-search .twitch-search-cancel {
    cursor: pointer;
    font-size: 14px;
    visibility: hidden;
}

.v2_system_social .twitch .empty-section-data {
    text-align: center;
    margin-top: 30px;
    padding: 50px;
    font-size: 16px;
    font-style: italic;
}

.v2_system_social .twitch .twitch_main_inner .float-right {
    float: right;
}

/* widget */
.v2_system_social .widget_twitch {
    margin: 15px;
}
.v2_system_social .widget_twitch .title {
    font-size: 16px;
    font-weight: bold;
}
.v2_system_social .widget_twitch .title .title_right {
    font-size: 12px;
    float: right;
    margin-top: 3px;
}
.v2_system_social .widget_twitch .title .title_right .viewers {
    display: inline-block;
}
.v2_system_social .widget_twitch .title .title_right .viewers i {
    margin-right: 5px;
}
.v2_system_social .widget_twitch .title .title_right .streamer-live-status {
    display: inline-block;
    top: -1px;
    left: 0;
    margin-left: 15px;
}
.v2_system_social .widget_twitch .title .title_right .streamer-live-status a {
    text-decoration: none;
}
.v2_system_social .widget_twitch .logo {
    width: 43px;
    height: 43px;
    display: inline-block;
    vertical-align: middle;
    border-radius: 5px;
}
.v2_system_social .widget_twitch .logo img {
    width: 43px;
    height: 43px;
    border-radius: 4px;
}
.v2_system_social .widget_twitch .widget_twitch_main {
    margin-top: 15px;
}
.v2_system_social .widget_twitch .right_side {
    position: relative;
    left: 5px;
    display: inline-block;
    height: 37px;
    vertical-align: middle;
}
.v2_system_social .widget_twitch .right_side .name {
    font-size: 14px;
}
.v2_system_social .widget_twitch .right_side .game-container {
    font-size: 14px;
    position: relative;
    top: 8px;
}
.v2_system_social .widget_twitch .right_side .twitch-offline-info-container {
    font-size: 12px;
    position: relative;
    top: 8px;
}
.v2_system_social .widget_twitch .right_side .twitch-offline-info-container .views {
    margin-right: 10px;
    display: inline-block;
}
.v2_system_social .widget_twitch .right_side .twitch-offline-info-container .followers {
    margin-right: 10px;
    display: inline-block;
}
.v2_system_social .widget_twitch .right_side .twitch-offline-info-container .rank {
    display: inline-block;
    cursor: default;
}
.v2_system_social .widget_twitch .right_side .twitch-offline-info-container i {
    margin-right: 2px;
}

/* stream page */

.v2_system_social .twitch .info_title {
    font-size: 24px;
    line-height: 28px;
    padding-bottom: 18px;
    font-weight: bold;
}

.v2_system_social .twitch .twitch_main {
    min-height: 700px;
    margin-left: 220px;
}

.v2_system_social .twitch .twitch_main_inner {
    min-height: 700px;
    padding: 20px 20px 30px 20px;
}

.v2_system_social .twitch .twitch_stream_numbers {
    float: right;
    position: relative;
    margin-top: -50px;
    cursor: default;
}

.v2_system_social .twitch .twitch_stream_numbers .twitch_stream_viewers, .v2_system_social .twitch .twitch_stream_numbers .twitch_stream_views, .v2_system_social .twitch .twitch_stream_numbers .twitch_stream_subscribers {
    display: inline-block;
    font-size: 16px;
    margin-left: 13px;
    position: relative;
    top: 1px;
    padding-top: 10px;
    cursor: default;
}

.v2_system_social .twitch.live .twitch_stream_viewers i {
    color: rgb(228, 75, 75);
}

.v2_system_social .twitch .twitch_stream_numbers i {
    margin-right: 1px;
}

.v2_system_social .twitch .twitch_main_middle {
    margin-bottom: 20px;
}

.v2_system_social .twitch .twitch_main_middle .twitch_main_middle_right, .v2_system_social .twitch .twitch_main_middle .twitch_main_middle_left {
    display: inline-block;
}

.v2_system_social .twitch .twitch_stream_player {
    width: 100%;
    height: 400px;
}

.v2_system_social .twitch .twitch_main_middle_left {
    margin-right: 15px;
    vertical-align: middle;
}

.v2_system_social .twitch .twitch_main_middle_right {
    vertical-align: middle;
}

.v2_system_social .twitch .twitch_stream_status {
    font-size: 20px;
    margin-bottom: 7px;
}

.v2_system_social .twitch .twitch_stream_name, .v2_system_social .twitch .twitch_stream_game {
    display: inline-block;
}

.v2_system_social .twitch .twitch_follow_btn {
    float: left;
}

.v2_system_social .twitch .theatre_mode_btn {
    float: right;
}

.v2_system_social .twitch .twitch_follow_btn, .v2_system_social .twitch .theatre_mode_btn {
    margin-top: 10px;
}

.v2_system_social .twitch .twitch_stream_avatar {
    width: 55px;
    height: 55px;
    border-radius: 2px;
}

.v2_system_social .twitch .twitch_filter_block_container[data-name=enjin-rank] {
    cursor: default;
}

.twitch_rank_hover_tooltip .inner {
    padding: 10px !important;
    max-width: 200px;
    line-height: 1.3;
}

.top-enjin-games-tooltip .inner {
    padding: 10px !important;
    line-height: 1.3;
}

/* channel listing */

.v2_system_social .twitch .channel {
    display: inline-block;
    margin: 10px 10px 35px 10px;
    width: 105px;
    height: 105px;
    vertical-align: top;
}

.v2_system_social .twitch .channel-logo-img {
    width: 110px;
    height: 105px;
    border-radius: 6px;
    cursor: pointer;
}

.v2_system_social .twitch .channel-rank {
    position: absolute;
    padding: 3px 8px;
    background-color: rgba(0, 0, 0, 0.7);
    border-top-left-radius: 6px;
    font-weight: bold;
    color: white;
}

.v2_system_social .twitch .channel-name {
    text-align: center;
    margin-top: 5px;
}

.v2_system_social .channel-live-status {
    position: relative;
    float: right;
    margin-bottom: -15px;
    top: 5px;
    left: -5px;
}

.v2_system_social .channel-live-status .live-badge {
    width: 24px;
    height: 9px;
    border-radius: 2px;
    background-color: purple;
    color: white;
    padding: 2px;
    font-size: 10px;
}

/* streamer listing */

.v2_system_social .twitch .streamer {
    display: inline-block;
    margin: 10px;
}

.v2_system_social .twitch .streamer-preview {
    width: 195px;
    height: 120px;
}

.v2_system_social .twitch .streamer-status {
    line-height: 1.6;
    font-size: 14px;
}

.v2_system_social .twitch .streamer-viewers-name {
    line-height: 1.6;
    font-size: 12px;
}

/* game listing */

.v2_system_social .twitch .game {
    display: inline-block;
    margin: 10px;
    border-radius: 4px;
}

.v2_system_social .twitch .game-logo {
    height: 140px;
    width: 105px;
    border-radius: 5px;
}

.v2_system_social .twitch .game-count {
    margin-top: 6px;
    font-size: 14px;
    text-align: center;
}

/* settings page */

.v2_system_social .twitch .info_container {
    display: block;
    margin-bottom: 25px;
}

.v2_system_social .twitch .twitch_settings_logo {
    width: 65px;
    height: 65px;
    border-radius: 3px;
}

.v2_system_social .twitch .info_container.twitch_auth_connection_status {
    width: 100%;
}

.v2_system_social .twitch .info_right {
    margin-top: -65px;
    margin-left: 80px;
}

.v2_system_social .twitch .info_right div {
    line-height: 1.5;
    font-size: 14px;
}

.v2_system_social .twitch label.checkbox {
    display: block;
    margin: 10px 0;
}

.v2_system_social .twitch label.checkbox input[type=checkbox] {
    vertical-align:middle;
    position: relative;
    top: -1px;
    margin-right: 5px;
}

/* follow / unfollow */

.v2_system_social .twitch .channel .twitch_unfollow_btn {
    display: none;
}
/*
.v2_system_social.own_profile .twitch .channel:hover .twitch_unfollow_btn {
    display: inline-block;
}
.v2_system_social.own_profile .twitch .channel:hover .channel-name a {
    display: none;
}
*/

/* css file: themes/v2/css/profile/widgets/votes.css */

.v2_system_social .widget_votes {
    font-size: 13px;
    line-height: 14px;
    margin: 15px;
}

.v2_system_social .widget_votes .title-container {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 15px;
}
.v2_system_social .widget_votes .title-container .title {
    width: 50%;
    display:inline-block;
}
.v2_system_social .widget_votes .title-container .level {
    display:inline-block;
    width: 30%;
    overflow: hidden;
    vertical-align: top;
    white-space: nowrap;
}
.v2_system_social .widget_votes .title-container .votes {
    display:inline-block;
}

.v2_system_social .widget_votes .vote-type img {
    height: 20px;
}
.v2_system_social .widget_votes .votes-container .vote {
    width: 100%;
    line-height: 20px;
}
.v2_system_social .widget_votes .votes-container .vote.header {
    font-weight: bold;
    font-size: 16px;
}
.v2_system_social .widget_votes .votes-container .vote .type {
    width: 50%;
    display: inline-block;
}
.v2_system_social .widget_votes .votes-container .vote:not(.header) .type {
    position: relative;
    top: 4px;
}
.v2_system_social .widget_votes .votes-container .vote .received {
    width: 30%;
    display: inline-block;
}
.v2_system_social .widget_votes .votes-container .vote .given {
    display: inline-block;
}


.v2_system_social .posts .posts_filter_block.vote-type img {
    height: 20px;
}
.v2_system_social .posts .posts_filter_block.vote-type {
    display: none;
}
