.fmr_chat_right{
	width: 100px;
    position: fixed;
    padding: 20px;
    background: rgba(0,0,0,0.6);
    right: 0;
    z-index: 1001;
    bottom: 0;
}
.img_fmr_chat_item{
	width: 60px;
	height: 60px;
	margin-bottom: 15px;
}
.img_fmr_chat_item img{
	border-radius: 3px;
}
.add_fmr_chat_item{
	position: relative;
}
.add_fmr_chat_item .fmr_chat_item_circle {
    width: 50px;
    height: 50px;
    position: absolute;
    border-radius: 50%;
    background: #ffd200;
    color:black;
    left: 6px;
    line-height: 50px;
    bottom: -62px;
   
}
#fmr_chatframe{
	-webkit-box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.75);
	box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.75);
}
.fmr_chat_item_circle{
	text-align: center;
	line-height: 60px;
}
html{
	overflow: auto!important;
}

.fmr_chat_item_circle .fa{
	color:#000;
	text-align: center;
}
.add_fmr_chat_item{
	display: none;
}
.fmr_chat {
	position: absolute;
	right: 101px;
	bottom: -3px;
	z-index: 10;
}
.fmr_chat_header{
	background: #0084ff;
	border-top-left-radius: 5px; 
	border-top-right-radius: 5px; 
	padding: 10px 15px 10px 10px;
}
.fmr_chat_ava{
	width: 30px;
	float:left;
	height: 30px;
	border-radius: 3px;
	margin-right: 10px;
}
.fmr_chat_ava img{
	border-radius: 3px;
}
.fmr_chat_ava_name p{
	color:#fff;
	font-family: 'Montserrat', sans-serif;
	line-height: 30px;
	margin-bottom: 0;
}
.fmr_chat_ava_exit .fa{
	line-height: 30px;
	color:#fff;
}
.fmr_chat_messages{
	padding: 25px 25px 20px 20px;
	background: #f8f3ef;
	position: relative;
}
.fmr_chat_date_message p{
	text-align: center;
	color:#a49b94;
	font-weight: 300;
}
.fmr_chat_date_message span.left{
	background: #e3ddd9;
	width: 115px;
	height: 2px;
	display: block;
	top: 34px;
	position: absolute;
}
.fmr_chat_date_message span.right{
	background: #e3ddd9;
	width: 115px;
	height: 2px;
	display: block;
	top: 34px;
	right: 20px;
	position: absolute;
}
.fmr_chat_message_in{
	padding: 10px;
	width: 330px;
	float: right;
	position: relative;
	border-radius: 5px;
	background: #e8dcd3;
	margin-bottom: 15px;
}
.fmr_chat_message_in:after{
	content: "";
	width: 0;
	right: -14px;
	top: 13px;
	position: absolute;
	height: 0;
	border-bottom: 7px solid transparent;
	border-top: 7px solid transparent;
	border-right: 7px solid transparent;
	border-left: 7px solid #e8dcd3;
}
.fmr_chat_message_in .fmr_chat_in_m{
	color:#877568;
	font-weight: 300;
	margin-bottom: 25px;
}
.fmr_chat_message_in .fmr_chat_in_m_date{
	position: absolute;
	bottom: 0;
	right:10px;
}
.fmr_chat_message_in .fmr_chat_in_m_date p{
	margin-right: 10px;
}
.fmr_chat_message_in .fmr_chat_in_m_date p,
.fmr_chat_message_in .fmr_chat_in_m_date .fa{
	color:#967f70;
}
.fmr_chat_message_out{
	padding: 10px;
	width: 330px;
	float: left;
	position: relative;
	border-radius: 5px;
	background: #0084ff;
	margin-bottom: 15px;
}
.fmr_chat_message_out:after{
	content: "";
	width: 0;
	left: -14px;
	top: 13px;
	position: absolute;
	height: 0;
	border-bottom: 7px solid transparent;
	border-top: 7px solid transparent;
	border-left: 7px solid transparent;
	border-right: 7px solid #0084ff;
}
.fmr_chat_message_out .fmr_chat_in_m{
	color:#fff;
	font-weight: 300;
	margin-bottom: 25px;
}
.fmr_chat_message_out .fmr_chat_in_m_date{
	position: absolute;
	bottom: 0;
	right:10px;
}
.fmr_chat_message_out .fmr_chat_in_m_date p{
	margin-right: 10px;
}
.fmr_chat_message_out .fmr_chat_in_m_date p,
.fmr_chat_message_out .fmr_chat_in_m_date .fa{
	color:#5d6384;
}
.fmr_chat_write_message{
	float: left;
	width: 170px;
	margin-top: 40px;
}
.fmr_chat_write_message p{
	font-style: italic;
	color:#a49b94;
	width: 100%;
}
.fmr_chat_write_message img{
	margin-right: 10px;
	display: block;
}
.fmr_chat_send{
	background: #f0e8e2;
	padding: 10px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	position: relative;
}
.fmr_chat_send_text{
	width: 100%;
	border-radius: 5px;
	border: none;
	height: 75px;
	padding: 10px 45px;
	outline: none;
}
.fmr_chat_smile{
	position: absolute;
	top:20px;
	left: 20px;
}
.fmr_chat_attach{
	position: absolute;
	top:60px;
	left: 20px;
}

.fmr_chat_static{
	position: static;
}
.fmr_chat_box .fmr_chat_header{
	border-top-left-radius: 0px; 
	border-top-right-radius: 0px;
}
.fmr_chat_box .fmr_chat_send {
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
}
.fmr_chat_box .mainFeedback{
	display: block;
	position: static;
	width: 100%;
	background: #f8f3ef;
}
.fmr_chat_box .mainFeedback .header{
	background: #e4d7cd;
}
.fmr_chat_box .mainFeedback .header .my_card,
.fmr_chat_box .mainFeedback .header .card_items{
	color:#6e5d51;
}
.fmr_chat_box .mainFeedback .header:after {
	content: "";
	width: 0;
	left: 37px;
	top: 109px;
	position: absolute;
	height: 0;
	border-top: 10px solid #e4d7cd;
	border-right: 10px solid transparent;
	border-left: 10px solid transparent;
}
.fmr_chat_box .cart_items{
	padding: 0 15px 15px 15px;
	margin-bottom: 20px;
	border-bottom:1px solid #e2dbd5;
}
.fmr_chat_box .cart_items .cart_img{
	width: 60px;
	border-radius: 5px;
	height: 60px;
	float:left;
	margin-top: 3px;
	margin-right: 10px;
	overflow: hidden;
}
.fmr_chat_box .cart_items .cart_name{
	color:#222339;
	font-family: 'Montserrat', sans-serif;
	margin-bottom: 0;
}
.fmr_chat_box .cart_items .cart_cost{
	color:#8d8d8d;
	font-weight: 300;
}
.fmr_chat_box .cart_items .cart_info{
	float: left;
	width: 125px;
}
.fmr_chat_box .cart_items .cart_delete{
	float:right;
}
.fmr_chat_box_head_right{
	width:50px;
	height: 50px;
	background: #ffd200;
	border-radius: 50%;
	text-align: center;
}
.fmr_chat_box_head_right .fa{
	text-align: center;
	color:black;
	line-height: 50px;
}

.dialogpage .heading_blog,.dialogpage #wpadminbar,.dialogpage .chat_right, .dialogpage .fmr_chatframe,
 .dialogpage footer,.dialogpage .copyright ,.dialogpage .top_line{
	display: none;
}
.img_fmr_chat_item .ladda-button{
	background:none!important;
}
.img_fmr_chat_item .ladda-button[data-style=zoom-out] .ladda-spinner{
	margin-left:-1px;
}
.img_fmr_chat_item{
	position: relative;
}

.unreaded{
	position: absolute;
    background-color: #0084ff;
    color: white;
    line-height: 25px;
    width: 25px;
    right: -12px;
    top: -2px;
    border-radius: 50%;
    text-align: center;
    height: 25px;
    z-index: 8;
}
.ladda-label img{
	position: absolute;
    left: -18px;
    top: -20px;
    z-index: -7;
}

a:focus {
     outline: none!important; 
}
.fmr_chat_messages{
	height: 285px;
	overflow-y:scroll;
}
/*.page-template-template-dialog{
	overflow: hidden;
	position:absolute;
	left:0;
	top:0;
}*/
.fmr_chat_messages::-webkit-scrollbar {
    width: 10px;
    height: 10px;
    background: #fff;
}
.fmr_chat_messages::-webkit-scrollbar              {  }
.fmr_chat_messages::-webkit-scrollbar-button       {  }
.fmr_chat_messages::-webkit-scrollbar-track        { }
.fmr_chat_messages::-webkit-scrollbar-track-piece  {  }
.fmr_chat_messages::-webkit-scrollbar-thumb        {  background: #797676;  }
.fmr_chat_messages::-webkit-scrollbar-corner       {  }
.fmr_chat_messages::-webkit-resizer                {   }
.send-message{
	background: #fff url(../images/enter_btn.jpg) no-repeat;
	width: 27px;
	height: 26px;
	outline: none;
	padding: 0;
	box-shadow: 1px 1px 1px rgba(51, 50, 50, 0.17);
	border: none;
	position: absolute;
	bottom: 22px;
	right: 22px;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}
.send-message:hover,.send-message:active,.send-message:focus{
	background: #fff url(../images/enter_btn.jpg) no-repeat;
	border:none;
	padding:0;
}
.smail_imgs{
	position: absolute;
	background: #F0E8E2;
	bottom: 94px;
	left: 0;
	padding: 5px 18px;
}
.chat_message_out{
	padding: 10px;
	width: 210px;
	float: left;
	position: relative;
	border-radius: 5px;
	background: #0084ff;
	margin-bottom: 15px;
}
.chat_message_out:after{
	content: "";
	width: 0;
	left: -14px;
	top: 13px;
	position: absolute;
	height: 0;
	border-bottom: 7px solid transparent;
	border-top: 7px solid transparent;
	border-left: 7px solid transparent;
	border-right: 7px solid #0084ff;
}
.pull-left{
	float:left;
}
.pull-right{
	float: left;
}
.chat_date_message p{
	text-align: center;
	color:#a49b94;
}
.chat_date_message span.left{
	background: #e3ddd9;
	width: 115px;
	height: 2px;
	display: block;
	top: 34px;
	position: absolute;
}
.chat_date_message span.right{
	background: #e3ddd9;
	width: 115px;
	height: 2px;
	display: block;
	top: 34px;
	right: 20px;
	position: absolute;
}
.chat_message_in{
	padding: 10px;
	width: 210px;
	float: right;
	position: relative;
	border-radius: 5px;
	background: #e8dcd3;
	margin-bottom: 15px;
}
.chat_message_in:after{
	content: "";
	width: 0;
	right: -13px;
	top: 13px;
	position: absolute;
	height: 0;
	border-bottom: 7px solid transparent;
	border-top: 7px solid transparent;
	border-right: 7px solid transparent;
	border-left: 7px solid #e8dcd3;
}
.chat_message_in .chat_in_m,.chat_message_out .chat_in_m{
	color:#877568;
	font-weight: 300;
	margin-bottom: 25px;
	padding-bottom: 20px;
}

.chat_message_in .chat_in_m_date p{
	margin-right: 10px;
}
.chat_message_in .chat_in_m_date p,
.chat_message_in .chat_in_m_date .fa{
	color:#967f70;
}
.clearfix:before, .clearfix:after, .dl-horizontal dd:before, .dl-horizontal dd:after, .container:before, .container:after, .container-fluid:before, .container-fluid:after, .row:before, .row:after, .form-horizontal .form-group:before, .form-horizontal .form-group:after, .btn-toolbar:before, .btn-toolbar:after, .btn-group-vertical>.btn-group:before, .btn-group-vertical>.btn-group:after, .nav:before, .nav:after, .navbar:before, .navbar:after, .navbar-header:before, .navbar-header:after, .navbar-collapse:before, .navbar-collapse:after, .pager:before, .pager:after, .panel-body:before, .panel-body:after, .modal-footer:before, .modal-footer:after {
    content: " ";
    display: table;
}
.clearfix:after, .dl-horizontal dd:after, .container:after, .container-fluid:after, .row:after, .form-horizontal .form-group:after, .btn-toolbar:after, .btn-group-vertical>.btn-group:after, .nav:after, .navbar:after, .navbar-header:after, .navbar-collapse:after, .pager:after, .panel-body:after, .modal-footer:after {
    clear: both;
}
.chat_message_in .chat_in_m_date{
	position: absolute;
	bottom: 0;
	right:10px;
}
.clear{
	clear:both;
}
.chat_message_out .chat_in_m_date p,
.chat_message_out .chat_in_m_date .fa{color:white;}
.chat_message_in .chat_in_m_date p{
	margin-right: 10px;
}
.chat_message_in .chat_in_m_date p,
.chat_message_in .chat_in_m_date .fa{
	color:#967f70;
}
.chat {
	position: absolute;
	right: 85px;
	bottom: -5px;
	z-index: 10;
}
.chat_header{
	background: #0084ff;
	border-top-left-radius: 5px; /* A‹A?A?A»A© A­A?A¦A­A?A© A?A?A®A«A®A? */
	border-top-right-radius: 5px; /* A?A°A A?A»A© A­A?A¦A­A?A© A?A?A®A«A®A? */
	padding: 10px 15px 10px 10px;
}
.chat_ava{
	width: 30px;
	height: 30px;
	border-radius: 3px;
	margin-right: 10px;
}
.chat_ava img{
	border-radius: 3px;
}
.chat_ava_name p{
	color:#fff;
	font-family: 'Montserrat', sans-serif;
	line-height: 30px;
	margin-bottom: 0;
}
.chat_ava_exit .fa{
	line-height: 30px;
	color:#fff;
}
.chat_messages{
	padding: 25px 25px 20px 20px;
	background: #f8f3ef;
	position: relative;
}
.chat_date_message p{
	text-align: center;
	color:#a49b94;
	font-weight: 300;
}
.chat_date_message span.left{
	background: #e3ddd9;
	width: 115px;
	height: 2px;
	display: block;
	top: 34px;
	position: absolute;
}
.chat_date_message span.right{
	background: #e3ddd9;
	width: 115px;
	height: 2px;
	display: block;
	top: 34px;
	right: 20px;
	position: absolute;
}
.chat_message_in{
	padding: 10px;
	width: 210px;
	float: right;
	position: relative;
	border-radius: 5px;
	background: #e8dcd3;
	margin-bottom: 15px;
}
.chat_message_in:after{
	content: "";
	width: 0;
	right: -13px!important;
	top: 13px;
	position: absolute;
	height: 0;
	border-bottom: 7px solid transparent;
	border-top: 7px solid transparent;
	border-right: 7px solid transparent;
	border-left: 7px solid #e8dcd3;
}
.chat_message_in .chat_in_m{
	color:#877568;
	font-weight: 300;
	margin-bottom: 25px;
}
.chat_message_in .chat_in_m_date{
	position: absolute;
	bottom: -18px;
	right:5px;
}
.chat_message_in .chat_in_m_date p{
	margin-right: 10px;
}
.chat_message_in .chat_in_m_date p,
.chat_message_in .chat_in_m_date .fa{
	color:#967f70;
}
.chat_message_out{
	padding: 10px;
	width: 210px;
	float: left;
	position: relative;
	border-radius: 5px;
	background: #0084ff;
	margin-bottom: 15px;
}
.chat_message_out:after{
	content: "";
	width: 0;
	left: -13px!important;
	top: 13px;
	position: absolute;
	height: 0;
	border-bottom: 7px solid transparent;
	border-top: 7px solid transparent;
	border-left: 7px solid transparent;
	border-right: 7px solid #0084ff;
}
.chat_message_out .chat_in_m{
	color:#fff;
	font-weight: 300;
	margin-bottom: 25px;
}
.chat_message_out .chat_in_m_date{
	position: absolute;
	bottom: -17px!important;
	right:5px;
}
.chat_message_out .chat_in_m_date p{
	margin-right: 10px;
}
.chat_message_out .chat_in_m_date p,
.chat_message_out .chat_in_m_date .fa{
	color:white;
}
.chat_in_m{
	word-break:break-all;
}
#fmr_chatframe{
	overflow: hidden!important;
}
.fmr_chat_smails {
    display: block !important;
}
.chat_send {
    	position: relative;
    }
    .smail_imgs {
    /*	position: absolute;
    	background: #ffffff;
    	border: 5px solid #F0E8E2;
    	width:200px;
    	min-height: 60px;
    	margin: 5px;
    	padding: 5px;
    	top: -80px;
    	border-radius: 5px;*/
    }
    .smail_imgs{
      display: none;  
    }
    
    .fmr_chatframe {
		position: relative;
		z-index: 999999;
	}
	.chat_message_in .chat_in_m_date {
    position: absolute;
    bottom: -17px!important;
    right: 10px;
    right: 6px;
}
.close-dialog{
	float: right;
    width:20px;
    height: 20px;
    margin-top:5px;
    background: url(../images/icon-close1.png)no-repeat;
    
}
.chat_message_out,.chat_message_in {
   width: 90%!important;
}
.ladda-button[data-style=zoom-out] .ladda-label {
    position: relative;
   
    display: block!important;
    left: 18px!important;
}
.ladda-button[data-style=zoom-out] .ladda-spinner {
    left: 50%;
        margin-top: -22px;
    margin-left: 6px!important;
    outline:none;
    
}
.ladda-button[data-style=zoom-out][data-loading] .ladda-spinner{
	    margin-top: -22px;
    margin-left: 6px!important;
}
#fmr_chatframe{
	margin:0;
}

/*users style*/
.members_in_wrap2 {
   
}

.frm_dialog_user_block {
    display: inline-block;
    vertical-align: top;
    min-height: 150px;
    width: 195px;
    text-align: center;
}
.frm_d_member_name {
    margin-bottom: 25px;
    color: rgb(40, 40, 40) !important;
    font-size: 16px;
    font-weight: 500 !important;
}

.frm_d_happy_f_block .happy_info h4 a:hover{
	color:#cd2a32;
}
.frm_d_happy_f_block img{
	border-radius: 6px;
}
.frm_d_h_img:hover
.frm_d_happy_f_block_hover {
	background: #edbd21;
	top: 0;
	opacity: 0.8;
	border-radius: 6px;
	cursor: pointer;
	height: 100%;
	width: 100%;
	position: absolute;
	z-index: 200;
}
.frm_d_happy_f_block:hover
.frm_d_happy_f_block_hover
{
	background: #edbd21;
	top: 0;
	opacity: 0.8;
	border-radius: 6px;
	cursor: pointer;
	height: 100%;
	width: 100%;
	position: absolute;
	z-index: 200;
}
.frm_d_plus-hover-content {
	position: absolute;
	top: 50%;
	width: 100%;
	height: 20px;
	margin-top: -27px;
	text-align: center;
	font-size: 20px;
	color: #000;
	z-index: -1;
}

.frm_d_a_members:hover
.frm_d_happy_f_block_hover{
	background: #edbd21;
	top: 0;
	opacity: 0.8;
	border-radius: 3px;
	cursor: pointer;
	height: 100%;
	width: 100%;
	position: absolute;
	z-index: 200;
}


.frm_d_a_members {
    display: block;
    position: relative;
    width: 128px;
    height: 128px;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 30px;
}

#frm_dialog_open {
    cursor: pointer;
}