.sess_messages {
    width: 700px;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: -100px;
    bottom: 0;
    padding-top: 40px;
    background: #fff;
    padding-bottom: 20px;
    height: 100px;
}

.sess_messages div{
    padding:10px;
    padding-left:30px;
    line-height:16px;
    margin-bottom:2px;
    color: #054857;
    vertical-align: middle;
    width: 700px;
    font-weight: 500;
    position: static;
    font-size: 12px;
}

.sess_messages div a {color: #054857;}
.sess_messages div a:hover { color:#d35400; }

.sess_messages .info {
    background: url("../images/icons/info.png") no-repeat 10px center #fff;
}
.sess_messages .success, .sess_messages .accept {
    background: url("../images/icons/accept.png") no-repeat 10px center #fff;
}
.sess_messages .error, .sess_messages .errors {
    background: url("../images/icons/error.png") no-repeat 10px center #fff;
}
.sess_messages .info_in_page {
    color: #555;
    padding: 10px 15px;
}
.ui_message {
    padding: 15px;
    margin-bottom: 20px;
    border-color: #709053;
    border-width: 1px;
    border-style: solid;
    border-left-width: 10px;
    color: #555;
}
.ui_message.ui_warning {
    background-color: #FDE3A7;
    border-color: #f39c12;
}
.ui_message.ui_error {
    background-color: #F1A9A0;
    border-color: #e74c3c;
}
#alert_wrap {
    box-sizing: border-box;
    overflow: hidden;
    /*width: 320px;*/
}
#alert_wrap .ui_message {
    margin-bottom: 0;
}
/* Indicators =============================================================== */



.is_closed{
    background:url("../images/icons/lock.png") no-repeat;
}

.is_online{
    background: #40d47e;
    color: #FFF;
    font-size: 11px;
    line-height: 15px;
    padding: 1px 6px;
    border-radius: 4px;
    display: inline-block;
}

#comments_list .comment .body .avatar img {
    display: block;
    border-radius: 50%;
}

#user_profile_tab_content .show-more {
    margin-bottom: 0;
}
.show-more.show_spinner{
    background-color: #FFF;
}
.show-more.show_spinner > span{
    display: none;
}
.show-more:hover{
    background-color: #bed4de;
    color: #FFF;
}
.show-more .spinner {
    display: none;
}
.show-more.show_spinner .spinner {
    display: block;
    margin-top: 0px;
}
.show-more.show_spinner:hover{
    background-color: inherit;
}
.nyroModalData .show-more {
    height: auto;
    margin: 0;
    padding: 10px 0;
}
/* Forms and Inputs ========================================================= */
.login_form input.input {
    height: 40px;
    border: 1px solid #CFE3E7;
    border-radius: 6px;
}
form .field{
    margin-bottom: 6px;
    position: relative;
}
.errors {
    color: #cc0000;
    position: absolute;
    font-size: 12px;
}
form .field:last-child{
    margin-bottom: 0;
}

form fieldset{border: none;padding: 0;margin: 0;}

form fieldset.highlight{
    background: #F4F8FD;
}

form fieldset legend{
    color:#34495e;
    font-weight: bold;
}

form .label {
    padding:5px 0;
}

form .field label {
    display:block;
    padding:3px 0;
    font-size: 12px;
    color: #7A969C;
}
form .field label > input[type=checkbox] {
    position: relative;
    bottom: -1.3px;
}
.filter-panel form .field label > input[type=checkbox] {
    bottom: -1.5px;
}

form .field_error .error_text{ font-size:12px; color:#c0392b; float:right; margin-top: 8px; }
form #f_slug.field_error .error_text { float:none; }

.input {
    line-height: normal;
}
.input,
.date-input,
.city-input,
.textarea,
select {
    border: none;
    padding:4px;
    font-size: 14px;
    
    color:#333;
    outline:none;
    box-sizing: border-box;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    font-family: inherit;
    font-size: inherit;
    transition: box-shadow ease-in-out .15s;
background: #EFF5F5;border-radius: 6px;}
.input:focus,
.textarea:focus {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.input,
.textarea,
select { width:100%; }

.textarea {resize: vertical;}

.date-input { width: 90px; }

.input-small { width: 65px !important; }
.input-number { width: 110px !important; }
.input-number-units { margin-left: 5px; }

.city-input {
    display: inline-block;
    margin-bottom:2px;
    background:#FFF;
    line-height:16px;
    height: 26px;
    padding: 4px 2px;
}

.city-input span { padding-right:20px; padding-left:2px; }
.city-input a, .input_link_block {
    background:#68809B;
    color:#FFF;
    text-decoration:none;
    padding:1px 10px;
}
.city-input a:hover, .input_link_block:hover {
    background:#34495e;
}
.input_link_block {
    line-height: 28px;
    display: inline-block;
    border-radius: 4px;
}
.input_link_block:hover {
    color: #FFF;
}
form .field_error .input,
form .field_error .textarea,
form .field_error .city-input,
form .field_error select { border:solid 1px #c0392b; }

form input.error,
form textarea.error {
    border:solid 1px #c0392b;
}

form .field .hint{
    color: #606060;
    font-size: 12px !important;
    margin-top:0px;
    font-weight: 400;
    position: absolute;
    display: block;
}

form .input-prefix-suffix .input{
    display:inline-block;
    width:300px;
    float:left;
    border-radius:0;
    height: 26px;
}

form .input-prefix-suffix .prefix,
form .input-prefix-suffix .suffix{
    height:16px;
    padding:4px 8px;
    display:inline-block;
    float:left;
    color:#666;
    background:#f9f9f9;
    border:solid 1px #AAA;
}

form .input-prefix-suffix .prefix{
    border-radius:5px 0 0 5px;
    border-right: none;
}
form .input-prefix-suffix .suffix{
    border-radius:0 5px 5px 0;
    border-left: none;
}
form .input-prefix-suffix:after {
    clear: both;
    content: '';
    display: block;
}
input.button-submit,
input.button, .profile-fields input.button, button {
	height: 50px;
	line-height: 50px;
	border-radius: 8px;
	cursor: pointer;
	font-size: 14px;
	color: #fff;
	background: #054857;
	transition: background ease-in-out .15s;
	border: none;
	text-transform: uppercase;
	margin: 0 auto;
	display: block;
	width: 260px;
}

input.button-submit:hover,
input.button:hover {
	background: #3498db;
}
input.button.button-cancel {
    background: #95a5a6;
}
input.button.button-cancel:hover {
    background: #7f8c8d;
}
input.button.to_draft {
    background: #8e44ad;
}
input.button.to_draft:hover {
    background: #9b59b6;
}
input.button-small {
    padding:4px 10px;
}

form .ft_captcha { overflow: hidden; margin-bottom: 0; }
form .ft_captcha input { width:100px; }
form .ft_captcha .captcha { float:left; margin-right: 10px; }
form .ft_captcha .code { float:left;  }

form .ft_file .value {
    font-size:14px;
    margin-top:5px;
}
form .ft_file .value .name {
    padding-left:20px;
    background:url("../images/icons/file.png") no-repeat;
}
form .ft_file .value .size {
    margin-left:5px;
    font-size:12px;
    color: #999;
}
form .ft_file .value .delete {
    margin-left:15px;
}

form .ft_date select { width:50px; padding:2px; }

form .ft_listmultiple.field_error .input_checkbox_list {
	border:solid 1px #c0392b;
}

form .ft_parent {
    overflow: hidden;
}

form .ft_parent ul.items,
form .ft_parent ul.items li {
	list-style:none;
	padding:0;
	margin:0;
	overflow:hidden;
}

form .ft_parent ul.items{
	float:left;
	margin-right:10px;
}

form .ft_parent ul.items li {
	float:left;
	margin-right: 2px;
	margin-bottom:2px;
	display:inline-block;
	padding:4px 8px;
	color:#68809B;
	background: #F4F8FD;
	border: solid 1px #B8D6FB;
	border-radius:4px;
	text-decoration: none;
	font-size:12px;
}

form .ft_parent ul.items li a{
    width: 16px;
    height: 12px;
    margin-right:-4px;
    display: inline-block;
    background: url(../images/icons/close.png) no-repeat left top;
}

form .ft_parent ul.items li a:hover{
    width: 16px;
    height: 12px;
    display: inline-block;
    background: url(../images/icons/close.png) no-repeat right top;
}

form .ft_parent a.add {
	height:24px;
	line-height:24px;
	padding-left:20px;
	background:url("../images/icons/add.png") no-repeat left center;
	font-size:12px;
}
form .child_field{padding-left:20px}
.symbols_count {
    font-size: 12px;
    margin: 3px 0 0 0;
    display: none;
}
.symbols_count > span {
    display: inline-block;
    padding: 2px 5px;
    margin: 0 3px 0 0;
    color: #7f8c8d;
}
.symbols_count .symbols_num {
    background-color: #ecf0f1;
    border: 1px solid #bdc3c7;
    color: #2980b9;
    cursor: pointer;
    transition: opacity 0.3s;
}
.symbols_count .symbols_num:hover {
    opacity: 0.8;
}
.symbols_count .overflowing, .symbols_count .overflowing_min {
    background-color: #e74c3c;
    color: #FFF;
    border-color: #c0392b;
}
.field.reguired_field > label::after{
	content: '*';
	color: #e74c3c;
	padding-left: 5px;
}
.select_deselect {
    margin: 10px 0 0 5px;
}
.select_deselect a {
    text-decoration: none;
    margin: 0 10px 0 0;
    font-size: 13px;
}
.is_collapsed {
    transition: all 0.3s ease;
}
.is_collapse {
    position: relative;
    background: #ecf0f1;
    height: 30px;
    box-sizing: border-box;
    line-height: 30px;
    cursor: pointer;
    padding-left: 10px;
}
.is_collapse > legend {
    position: absolute;
    top: 0;
    width: 100%;
    box-sizing: border-box;
    display: block;
    left: 0;
}
.is_collapsed > legend:before {
    content: '+';
    display: inline-block;
    margin: 0 10px 0 10px;
    font-size: 16px;
}
.is_collapsed.do_expand > legend:before {
    content: '-';
}
.is_collapsed.do_expand > legend {
    cursor: pointer;
}
.is_collapse > .field {
    display: none;
}
/* ========================================================================== */

.input-users-list{
    width:350px;
    padding:5px;
    border: solid 1px #BDC3C7;
    border-radius: 5px;
    max-height:400px;
    overflow: auto;
}

.input-users-list ul,
.input-users-list li {
    margin:0; padding:0;
    list-style:none;
}

.input-users-list .profile {
    padding:10px 0;
    border-bottom: solid 1px #EDEDED;
    clear: both;
    overflow: hidden;
}

.input-users-list .profile:last-child { border:none; }

.input-users-list .profile div{
    float:left;
    margin-right:15px;
    height:32px;
    line-height:32px;
}
.input-users-list .profile .name{
    height:32px;
    line-height:32px;
}

/* Ajax Uploader ============================================================ */

.qq-uploader { position:relative; width: 100%; box-sizing: border-box; height: 100%;}

.qq-upload-button {
	background-color:#eee;
	border:1px solid #aaa;
	display:inline-block;
	color:#555;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:1px 1px 0px #FFF;
    transition: background-color 0.3s ease;
}
.qq-upload-button-hover {
	background-color:#dcdcdc;
}
.qq-upload-button-focus {
	position:relative;
	top:1px;
}

.qq-upload-button:active {
    position:relative;
	top:1px;
}

.qq-upload-drop-area {
    position:absolute; top:0; left:0; width:100%; height:100%; min-height: 45px; z-index:2;
    background:#2ecc71; text-align:center; color: #FFF; display: block;
}
.qq-upload-drop-area span {
    display:block; position:absolute; top: 50%; width:100%; margin-top:-8px; font-size:14px;
}
.upload .qq-upload-drop-area span {
    top: 12px;
    font-size: 12px;
}
.qq-upload-drop-area-active {background:#3498db;}

.qq-upload-list { margin:15px 0 0 0; padding:0; }
.qq-upload-list li {
    margin: 10px 0 0 0;
    padding: 0;
    line-height: 15px;
    font-size: 13px;
    list-style: none;
}
.qq-upload-file, .qq-upload-spinner, .qq-upload-size, .qq-upload-cancel, .qq-upload-failed-text {
    margin-right: 7px;
}
.qq-upload-list:empty { display: none; }
.qq-upload-file {}
.qq-upload-spinner {display:inline-block; background: url("../images/loading.gif"); width:15px; height:15px; vertical-align:text-bottom;}
.qq-upload-size,.qq-upload-cancel {font-size:11px;}

.qq-upload-failed-text {display:none;}
.qq-upload-fail .qq-upload-failed-text {display:inline;}
.style-svg {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    vertical-align: middle;
    transition: fill 0.3s ease;
}
/* Rating Widget ============================================================ */

.rating_widget .arrow,
.rating_widget .score{
    float:left;
    height:15px;
}

.rating_widget .score { margin: 0 10px; cursor:help; font-weight: bold; font-size: 14px; position: relative; }
.rating_widget .score .spinner {
    width: auto;
    margin: 0;
    position: static;
    left: auto;
    top: auto;
}
.rating_widget .score .spinner > div {
    width: 6px;
    height: 6px;
    background-color: #95a5a6;
}
.rating_widget .score .positive { color:#27ae60; }
.rating_widget .score .negative { color:#c0392b; }

.rating_widget .score .clickable{
    cursor: pointer;
}
.rating_widget .score.loading > *{
    display: none;
}
.rating_widget .score.loading {
    padding-left: 16px;
}

.rating_widget .arrow span,
.rating_widget .arrow a {
    display: block;
    width:18px;
}

.rating_widget .arrow a { cursor: pointer; }
.rating_widget .style-svg { fill: #95a5a6; }

.rating_widget .up a:hover .style-svg { fill: #27ae60; }
.rating_widget .down a:hover  .style-svg { fill: #e74c3c; }

.rating_widget .up .disabled{ background-position: -22px 0; }
.rating_widget .down .disabled{ background-position: -22px -15px; }

/* Rating info ============================================================== */

#rating_info_window {
    padding:20px;
}

.rating_info_list .item{
    padding:6px 0;
    margin:2px 0;
    border-bottom: dashed 1px #EDEDED;
    min-width: 250px;
    overflow:hidden;
}

.rating_info_list .item:last-child{
    border:none;
}

.rating_info_list .item .score{
    display: inline-block;
    float:left;
    border-radius:4px;
    color:#FFF;
    min-width:25px;
    text-align: center;
    margin-right:10px;
}

.rating_info_list .item .score.positive{ background-color:green; }
.rating_info_list .item .score.negative{ background-color:red; }

.rating_info_list.loading-panel {
    background-color:#F4F8FD;
    background-position: center center;
    border-radius: 5px;
}
.rating_info_list.loading-panel .item{ visibility: hidden; }

.rating_info_pagination { margin-top: 20px; font-size:12px; }
.rating_info_pagination a {
    display: inline-block;
    padding:0 4px; text-decoration: none; color:#34495e; border-radius: 4px;
}
.rating_info_pagination a:hover { background-color:#EDEDED; }
.rating_info_pagination a.active,
.rating_info_pagination a.active:hover { color:#FFF; background-color: #34495e; }

/* Comments Widget ========================================================== */
#comments_widget .bad {
    transition: all 0.5s ease;
}
#comments_widget .bad:hover {
    opacity: 1;
}
.bad6{opacity:.1;}
.bad5{opacity:.2;}
.bad4{opacity:.35;}
.bad3{opacity:.5;}
.bad2{opacity:.65;}
.bad1{opacity:.8;}
#tab-vk {
    margin: 20px 0 0 0;
}
#comments_widget {
    margin: 0;
}
.no_comments {
    margin: 15px 0;
}
#comments_widget .track{
    font-size:12px;
    color:#999;
    text-align: right;
}
#comments_widget .track label{
    display: block;
    line-height: 30px;
}
#comments_widget .track input {
    vertical-align: middle;
    position: relative;
    bottom: 1px;
}
.track + #comments_refresh_panel + #comments_list {
    margin: -15px 0 0 0;
}
#comments_widget #comments_add_link {
    margin: 0 0 10px 0;
    clear: both;
    padding-left:20px;
    background: url("../images/icons/comment.png") no-repeat left center;
}
#comments_widget #comments_add_link:first-child {
    margin-top: 15px;
}
#comments_widget #comments_add_link a { font-size:14px; }

#comments_widget #comments_add_form textarea{
    border: 1px solid #CFE3E7;
    box-shadow: none;
    border-radius: 8px;
    
    
    margin-bottom: 0;
height: 40px;color: #054857;font-size: 12px;line-height: 19px;padding: 8px 12px;}

#comments_widget #comments_add_form .loading{ display: none; }

#comments_widget #comments_add_form .author_data {
	margin-bottom:8px;
}

#comments_widget #comments_add_form .author_data .field {
	overflow:hidden;
}
#comments_widget #comments_add_form .author_data .field label {
	float:left;
	width:140px;
	height:20px;
	line-height:20px;
}
#comments_widget #comments_add_form .author_data .field .input {
	width:99%;
	max-width: 200px;
	min-width: 50px;
}

#comments_widget #comments_refresh_panel {
    display: block;
    width:50px;
    height:35px;
    position: fixed;
    z-index:100;
    right:0px;
    top:45%;
    background:url("../images/loader24.gif") no-repeat center center #B3C2C9;
}

#comments_widget #comments_refresh_panel a{
    display: block;
    width:50px;
    height:35px;
    background:url("../images/icons32/update-black.png") no-repeat center center #B3C2C9;
}
#comments_widget #comments_refresh_panel a:hover{
    background-color: #e1ebef;
}
.no_approved { display: none; }
#comments_list .comment{
    /* overflow: hidden; */
    
    padding: 0;
    margin: 4px 0 20px;
}
#comments_list .comment:first-child {
    margin-top: 0;
}
#comments_list .comment:last-child {
    margin-bottom: 0;
}
#comments_list .comment.selected-comment:first-child {
    margin-top: 13px;
}
#comments_list.striped-list .comment {
    padding-bottom: 15px;
}

#comments_list.striped-list .comment:last-child{
    border:none;
    padding-bottom: 0;
    margin-bottom: 0;
}

#comments_list .selected-comment{
    padding-right: 10px;
    
}

#comments_list .comment .info,
#comments_list .comment .body {
    overflow: hidden;
    clear: both;
}

#comments_list .comment .info{
    margin-bottom:6px;
    display: flex;
}

#comments_list .comment .info div {
    margin-right: 10px;
    font-size:12px;
}

#comments_list .comment .info .rating{
}

#comments_list .comment .info .rating .buttons{
    float:right;
    margin-left:5px;
}

#comments_list .comment .info .rating a {
    display:inline-block;
    width:13px;
    height:13px;
    background:url("../images/comment_vote.png") no-repeat;
}

#comments_list .comment .info .rating .value {
    float:left;
    font-weight: bold;
}

#comments_list .comment .info .rating a.rate-up { background-position: 0 0; }
#comments_list .comment .info .rating a.rate-up:hover { background-position: 0 -13px; }
#comments_list .comment .info .rating a.rate-down { background-position: -13px 0; }
#comments_list .comment .info .rating a.rate-down:hover { background-position: -13px -13px; }

#comments_list .comment .info .name .user{}
#comments_list .comment .info .name .user:hover{ color:#d35400; }
#comments_list .comment.is_topic_starter .info .name .user{ color:#d35400; }
#comments_list .comment.is_topic_starter .info .name .user:hover{ color:#e67e22; }

#comments_list .comment .info .name .guest_name{ font-weight: bold; }

#comments_list .comment .info .name .subject{ color:#4096EE; }
#comments_list .comment .info .name .subject:hover{ color:#d35400; }

#comments_list .comment .info .date *{color: #7A969C;font-size: 12px;font-weight: 400;margin-top: 2px;}

#comments_list .comment .nav a {
    text-decoration:none;
    margin-right: 3px;
    color:#BDC3C7;
}

#comments_list .comment .nav a:hover {
    color:#d35400;
}

#comments_list .comment .nav .scroll-down { display:none; }

#comments_list .comment .body .avatar{
    float:left;
    position: relative
}

#comments_list .comment .body .avatar a { display:block; }

#comments_list .comment .content{
    color: #000;
    position: relative;
    overflow: hidden;
    font-size: 13px;
}

#comments_list .comment .content img {
	max-width:100%;
}

#comments_list .comment .content .links{
    font-size:12px;
    padding: 10px 20px 7px;
    background: #fff;
    border: 1px solid #CFE3E7;
    border-radius: 4px;
    margin-top: 10px;
    position: relative;
    display: none;
    width: 130px;
}

#comments_list .comment .content .links a {
    font-size:11px;
    color: #054857;
    text-decoration: none;
    margin-right:6px;
    display: inline-block;
    margin-bottom: 8px;
}
#comments_list .comment .content .links a:hover {
    color:#d35400;
    border-bottom:dashed 1px #d35400;
}

#comments_list .comment .deleted{
    padding:5px 15px;
    background:#F9F9F9;
    color:#666;
    font-style:italic;
    border-radius: 6px;
    margin-right:6px;
}

#comments_widget .login_to_comment{
	margin-top:5px;
	font-size:12px;
	color:#666;
}
#comments_list .content ul li, #comments_list .preview_box ul li {
    list-style-type: disc;
    margin-left:25px;
}
#comments_list .content ol, #comments_list .preview_box ol {
    padding-left: 25px;
}
#comments_list .content ol li, #comments_list .preview_box ol li {
    list-style-type: decimal;
}
/* Private Messaging Window ================================================= */

#pm_window {
    overflow: hidden;
    min-height: 120px;
    box-sizing: border-box;
    width: 960px;
    max-width: 100%;
}
#pm_window .notice{
    margin: 25px 0;
    text-align: center;
    font-size: 1.3em;
}
.layout {
    box-sizing: border-box;
    overflow: hidden;
    height:700px;
}
#pm_window .right-panel,
#pm_window .left-panel {
    float:left;
    height:100%;
    box-sizing: border-box;
    position: relative;
}
#pm_window .right-panel{
    width:25%;
    overflow: hidden;
    box-shadow: 1px 0px 1px #DDD;
}
#pm_window .left-panel{
    width:75%;
    padding-left: 1px;
}
#pm_window .contacts {
    overflow: hidden;
    box-sizing: border-box;
    position: relative;
    height: calc(100% - 51px);
    overflow-y: auto;
}
#pm_window .contacts .contact{
    overflow: hidden;
    box-shadow: 0px 0px 1px #EEE;
}
#pm_contact {
    box-sizing: border-box;
    overflow: hidden;
    position: relative;
    width: 100%;
}
#pm_window .contacts .contact a{
    display: block;
    overflow:hidden;
    padding:9px;
    color:#000;
    text-decoration: none;
    position: relative;
}
#pm_window .contacts .contact a span{
    float:left;
    height:32px;
    line-height: 32px;
    margin-right:4px;
    overflow: hidden;
    position: relative;
}

.peer_online:after,
.peer_no_online:after {
    top: 10px;
    right: -20px;
    border: 2px solid #fff;
    height: 8px;
    width: 8px;
    content: '';
    position: absolute;
    border-radius: 50%;
}
.peer_online:after {
    background-color: #8ac176;
}
.peer_no_online:after {
    background-color: #d35400;
}
#pm_window .contacts .contact a:hover{
    background:#95a5a6;
    color:#FFF;
}

#pm_window .contacts .contact a.selected{
    background:#3498db;
    color:#FFF;
}

#pm_window .contacts .contact a .counter {
    height: 12px;
    line-height: 12px;
    padding: 2px 5px;
    background: #e67e22;
    border-radius: 50%;
    color: #FFF;
    font-size: 12px;
    position: absolute;
    right: 4px;
    bottom: 6px;
}
#pm_window .contacts .contact a > strong {
    font-weight: normal;
    font-size: 11px;
    color: #CCC;
    position: absolute;
    right: 9px;
    top: 6px;
}
/* ========================================================================== */

#pm_contact .overview, #user_search_panel {
    padding: 20px;
    box-sizing: border-box;
    border-bottom: 1px solid #DDEBED;
    height: 60px;
    position: relative;
}
#user_search_panel {
    padding: 10px;
    line-height: 30px;
    background-color: #ecf0f1;
}
#user_search_panel input{
    padding-left: 24px;
    background: url(../images/icons/search-glyph.png) no-repeat 4px center #FFF;
}
#pm_contact  #contact_toggle {
    background: url(../images/modal/controls.png) no-repeat center -1px;
    width: 24px;
    cursor: pointer;
    display: none;
}
#pm_contact .overview .user_date_log {
    display: inline-block;
    line-height: 32px;
    font-size: 12px;
    color: #AAA;
}
#pm_contact .overview a {
}
#pm_contact .overview a span, #pm_contact  #contact_toggle {
    overflow: hidden;
    position: relative;
}
#pm_contact  #contact_toggle {
    width:32px;
}
#pm_contact .actions {
    float:right;
    position: absolute;
    z-index: 10;
    right: 0;
    top: 50px;
    background-color: #fff;
    display: none;
}
#pm_contact .toogle-actions{float: right;color: #7A969C;font-size: 34px;line-height: 0;cursor: pointer;}
#pm_contact .composer {
    padding:10px;
    box-sizing: border-box;
    width: 100%;
    bottom: 0px;
    border-top: 1px solid #DDD;
    background: #F3FAFB;
    /*overflow: hidden;*/
    position: absolute;
}
#pm_contact .composer .editor textarea, #textarea{
    height: 55px;
    resize: none;
    border: 1px solid #DDEBED;
    border-radius: 8px;
    box-shadow: none;
}
#pm_contact .composer .buttons {
    text-align: right;
    position: relative;
    box-sizing: border-box;
    float: right;
    width: 7%;
}
#error_wrap {
    position: absolute;
    left: 0;
    top: 1px;
    padding: 6px;
    background: #c0392b;
    color: #FFF;
    display: none;
}
.msg_overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #333;
    opacity: 0.6;
    top: 0;
    left: 0;
}
.confirm_wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 360px;
    height: 110px;
    margin: -55px 0 0 -180px;
}
.ui_message .buttons {
    margin: 10px 0 0 0;
}
.ui_message .buttons .button {
    margin: 0px 10px 0 0;
}
#pm_contact .composer .sending {
    background: url("../images/loader16.gif") no-repeat left center;
}
#pm_contact .composer .ignored_info{
    display:block;
    padding: 10px 6px;
    color:#999;
    font-style: italic;
    line-height: 97px;
}
.ctrenter_hint {
    font-size: 12px;
    color: #CCC;
    display: none;
    margin: 0 10px 0 0;
}
.select-message {
    background: #054857 !important;
}

.select-message * {
    color: #fff !important;
}
#pm_contact .composer .ignored_info .button{
    margin-left:10px;
}
#pm_chat .content {
    
    padding: 5px 10px;
    border-radius: 0 8px 8px;
    min-width: 30%;
    
    box-sizing: border-box;
    position: relative;
    
background: #E3EFF1;}
#pm_chat .content.is_can_select {
    cursor: pointer;
}
#pm_chat .content.selected {
    border-color: #3498db !important;
    box-shadow: 0px 0px 1px #3498db;
}
.button_hide {
    display: none;
}
#pm_chat .message .content > span, #pm_chat .message .content > span a {
    color: #567F88;
}
#pm_chat .message .content > span a:hover {
    color: #27ae60;
}
#pm_chat .message_text {
    font-size: 13px;
    color: #32545B;
    text-align: left;
}
#pm_chat .content {
    
    border: none;
    width: max-content;
    max-width: 75%;
    text-align: right;
    float: left;
    margin-top: 5px;
}
#pm_chat .content:before {
}
.back-to-chats:before {
    right: -9px;
    left: auto;
    border-right: 1px solid;
    border-top: none;
    border-bottom: 1px solid;
    border-left: none;
    border-color: inherit;
}
.user_avatar {
    float: left;
    margin-left: 0;
    margin-right: 10px;
    margin-top: 5px;
}
.message .user_avatar {
    margin-left: 10px;
    width: 40px;
    height: 40px;
    overflow: hidden;
    border-radius: 20px;
    position: relative;
    z-index: 1;
}
#pm_contact .chat{
    position: relative;
    height: calc(100% - 69px);
    overflow: hidden;
    overflow-y: auto;
    padding:10px;
    line-height: 20px;
    box-sizing: border-box;
}
#pm_chat h3 {
    margin: 5px 0 10px 0;
    font-size: 12px;
    color: #828282;
    text-align: center;
}
#pm_chat .show-older + h3 {
    margin-top: 0;
}
#pm_contact .chat .message{
    margin-bottom: 0;
    width: 100%;
    clear: both;
    position: relative;
    overflow: hidden;
    padding: 3px;
}
#pm_contact .chat .message .title{
    font-size: 11px;
    overflow: hidden;
    margin-top: -4px;
}
#pm_contact .chat .message .title .author{ color:#bf0000; }
#pm_contact .chat .message .title .author{color: #25899F;font-size: 14px;font-weight: 500;}

#pm_contact .chat .message .title .date,
#pm_contact .chat .message .title .date-new {
}
#pm_contact .chat .message .title .date {
    color: #7A969C;
    padding-left: 20px;
}
#pm_contact .chat .message .title .date-new {
    color: #7A969C;
    font-size: 12px;
    padding-left: 30px;
}
#pm_contact .chat a.show-older{
    display:block;
    background:#bdc3c7;
    text-align:center;
    height:25px;
    line-height:25px;
    color:#FFF;
    text-decoration: none;
    margin-bottom: 15px;
}
#pm_contact .chat a.show-older:hover{
    background:#95a5a6;
}
#pm_contact .chat .older-loading{
    display:none;
    height:25px;
    margin-bottom: 15px;
    background: url("../images/loader16.gif") no-repeat center center #EDEDED;
}
#pm_notices_window {
    width:550px;
    overflow: auto;
    height: 100%;
}
#pm_notices_list {
    padding:5px;
    overflow: hidden;
    overflow-y: auto;
}
#pm_notices_list .item{
    overflow: hidden;
    border: solid 1px #BDC3C7;
    background:#e1ebef;
    padding:5px;
    color:#34495e;
    margin-bottom: 6px;
}
#pm_notices_list .item:last-child{
    margin-bottom: 0;
}
#pm_notices_list .item .date{
    color:#BDC3C7;
    font-size:11px;
    padding-left:10px;
    padding-top:10px;
}
#pm_notices_list .item .content{
    padding:10px;
    padding-top:3px;
}
#pm_notices_list .item .close-button {
    float:right;
}
#pm_notices_list .item .close-button a {
    display:block;
    width:16px;
    height:16px;
    background: url("../images/icons/close.png") no-repeat;
}
#pm_notices_list .item .close-button a:hover {
    background-position-x: -16px;
}
#pm_notices_list .item .buttons{
    padding:10px;
    padding-top: 0;
}
#pm_notices_list .item .buttons .button{
    border-color:#BDC3C7;
}
#pm_notices_window > input.button {
    border-radius: 0;
    width: 100%;
    box-sizing: border-box;
}
.message-my .user_avatar {
    float: right;
}

.message-my .content {
    float: right !important;
    text-align: left !important;
border-radius: 8px 0 8px 8px !important;}

.message-my .message_text span.date {
    float: none;
}
.chat div.date {
    color: #567F88;
    text-align: center;
    font-size: 12px;
    line-height: 15px;
    margin: 40px 0 20px;
}
#pm_contact .smilepanel {
    position: absolute;
    bottom: 137px;
    background: #FFF;
    box-sizing: border-box;
    width: 80%;
    right: 0;
    border-top: 1px solid #DDD;
    border-left: 1px solid #DDD;
}
@media screen and (max-height: 900px) {
    .layout {
        height: 595px;
    }
}
@media screen and (max-height: 640px) {
    .layout {
        height: 595px;
    }
}
@media screen and (max-height: 600px) {
    .layout {
        height: 545px;
    }
}
@media screen and (max-height: 480px) {
    .layout {
        height:435px;
    }
}
@media screen and (max-height: 360px) {
    .layout {
        height: 315px;
    }
}
@media screen and (max-height: 335px) {
    .layout {
        height: 290px;
    }
}
@media screen and (max-height: 320px) {
    .layout {
        height: 275px;
    }
}
@media screen and (max-width: 800px) {
    #pm_window {
        width: 690px;
    }
    #pm_contact  #contact_toggle {
        display: block;
    }
    #pm_window .right-panel{
        width: 100%;
        left: -700px;
        display: none;
    }
    #pm_window .left-panel{
        width: 100%;
        padding-left: 0;
    }
}
@media screen and (max-width: 640px) {
    #comments_widget #comments_refresh_panel { display: none; }
	#pm_contact .overview{
		position:relative;
		padding:9px 0 9px 5px;
	}
	#pm_contact .actions {
		float: none;
		line-height: 50px;
		background-color :#fff;
		display: none;
		position:absolute;
		left: 0;
		top: 0;
		width: 100%;
		padding: 0 0 0 10px;
		box-sizing: border-box;
	}
	#pm_contact .actions.actions-active {
		display: block;
	}
	#pm_contact .toogle-actions{
		display: block;
		position: absolute;
		right: 9px;
		top: 50%;
		width: 30px;
		height: 30px;
		margin-top: -15px;
		opacity: .7;
		background: #7f8c8d url("../images/icons32/menu-icon.svg") no-repeat center center;
		cursor: pointer;
        border-radius: 2px;
	}
	#pm_contact .toogle-actions.toogle-actions-active{
		opacity: 1;
		background-color: #d35400;
	}
	#pm_contact .overview .user_date_log{
		display: none!important;
	} 
	.nyroModalMessage input.button-small {
		padding: 4px 7px;
		font-size:12px;
    }
}
@media screen and (max-width: 335px) {
	#pm_window  #pm_contact .markItUpHeader ul a{
		width:14px!important;
		height:14px!important;
	}
	#pm_contact .chat{
		height:calc(100% - 214px);
    }
}
#comments_add_form .markItUpHeader {
    display: none;
}
#comments_add_form input.button {
    background: url(../images/send-message.svg) center center no-repeat transparent;
    color: transparent;
    width: 40px;
    height: 40px;
    /* position: absolute; */
    right: 0;
    top: 0;
}
#comments_list .comment .info, #comments_list .comment .body {
    position: relative;
    overflow: visible;
}

.comment-burger > a > span {
    display: block;
    background: #7A969C;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    margin-bottom: 2px;
}

.comment-burger > a {
    cursor: pointer;
    display: block;
    width: 5px;
    float: right;
}

.comment-burger {
    position: absolute;
    right: 0;
    top: -50px;
}

#comments_list .comment .content {
    overflow: visible;
}

.comment-burger:hover .links {
    display: block !important;
}
.s-logo {
    width: 80px !important;
    height: 10px !important;
    background: url(../images/search-logo.svg) left top no-repeat !important;
    float: left;
}

a.close {
    display: block;
    float: right;
    font-size: 11px;
    font-weight: 500;
    cursor: pointer;
    color: #054857;
}

.popup-header {
    overflow: hidden;
    margin-bottom: 30px;
}
.close span {
    position: relative;
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-left: 5px;
}

.close span:before {content: "";display: block;position: absolute;background: #7A969C;width: 15px;height: 1px;left: 0;top: 5px;transform: rotate(45deg);}
.close span:after {content: "";display: block;position: absolute;background: #7A969C;width: 15px;height: 1px;left: 0px;top: 5px;transform: rotate(-45deg);}
.sess_messages .popup-header {
    background: transparent;
    position: absolute;
    left: 0;
    right: 0;
    height: 30px;
    top: 0;
}

.sess_messages div a.close {
    line-height: 10px;
}
#comments_add_form .image {
    width: 30px;
    height: 30px;
    margin-right: 0;
}
.usernickname {
    display: flex;
}

.usernickname > div {
    flex: 1;
}
.usernickname > div:last-child .field {
    width: 300px;
}
.message span.date {font-size: 11px;}
div#comments_add_form form {
    
    padding-left: 16px;
    display: flex;
    flex: 1;
}