.future-counter a{
	color:#E66621 !important;
	opacity:0.5;
}
.future-counter a:hover{
	opacity:1;
}
.download-now:before{
	content:"";
}
.download-now{
	font-size:18px;
	position: absolute;
	width: 105%;
	height: 100%;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-image: url("../images/download-file.png");
	background-position: center center;
	background-color: #d0d0d08f;
	background-repeat: no-repeat;
	display: block;
	cursor: pointer;
	border-radius: 5px;
}
.chatBackErr{
	color:red;
	font-weight:bold;
	font-size:14px;
}
#chat-img-upload{
	max-height:400px;
}
.slctdChImg{
	border:2px solid #4c96ff;
}
.chatBackImgList {
	padding:5px 5px;
	margin:5px auto;
	height:250px;
	overflow-y:scroll;
	text-align:center;
}
.imagePrivew{
	padding:5px 5px;
	margin:5px auto;
	height:250px;
	text-align: center;
}
.chatBackImgList img{
	padding:5px 5px;
	margin:5px auto;
	height:80px;
	width:100px;
}
.imagePrivew img{
	padding:5px 5px;
	margin:5px auto;
	height:220px;
	width:250px;
}
.chat-content img{
	background:transparent;
	border:1px solid;
}
.chat-content p img{
	height:auto;
	width:auto;
	min-height: 150px;
	min-width: 150px;
	max-height: 250px;
	max-width: 250px;
	border: 0;
}
.future-im-list{
	display: none;
	z-index: 999998;
	position: relative;
	margin: 0 auto;
	border: 4px solid #F2F2F2;
	border-radius: 10px;
	background: #FFF !important;
	padding: 10px 10px;
	overflow-y: scroll;
	box-shadow: 4px 5px 10px #88888861;
	width: 500px;
	height: 250px;
}
.btn-file {
    position: relative;
    overflow: hidden;
}
.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}
.seen-by-right {
	clear: both;
	margin-right:20px;
}
.seen-by-left{
	clear: both;
	margin-left:20px;
}
.seen-by-left img , .seen-by-right img {
	border-radius: 50%;
	width: 15px;
	height: 15px;
	display: inline-block;
	position: relative;
	font-size: 11px;
	border: 0;
}
.seen-by-left img {
	text-align: left;
	float: left;
	margin-right: 5px;
}
.seen-by-right img{
	text-align: right;
	float: right;
	margin-left: 5px;
}
.chat-app-input{
	border-bottom: 1px solid #f2f2f2;
	padding-bottom: 5px;
}
	
#chat-attachment-input{
	display:none;
}
#loaderImage{
	height:50px;
	width:50px;
}
.loadingChatHistory{
	
}
.loadingChatHistory , .loadingOlderChat{
	margin:: 50px auto;
}
.loadingOlderChat{
	display:none;
	cursor: pointer;
	position: absolute;
	z-index: 2147483647;
	color:#4c96ff;
	font-size:11px;
	top: 10px;
	width:50px;
	right: 50%;
	left: 50%;
}
.scroll-y {
  width: 300px;
  height: 300px;
  overflow-y: scroll; /* not to mess up scroll on touch devices */
}
.scroll-y-content {
  padding: 20px 0 20px 20px;
  width: 280px; /* 20px less than parent width */
}
/* no-touchevents class is added by modernizr
 * as we don't want to apply this on touch devices */
.no-touchevents .scroll-y {
    overflow-y: hidden;
}
.no-touchevents .scroll-y:hover {
    overflow-y: scroll;
}
.im-bottom-div {
	margin: 0 auto;
	text-align: center;
	padding-top: 5px;
}
.im-bottom-div .btn {
    width: 26px;
    height: 26px;
    padding: 0 0 0 0;
    border: 0;
    margin-left: 15px;
    background-color:  #e1e1e161;
    background-position: inherit;
    background-size: cover;
    background-blend-mode: difference;
}
.im-bottom-div .btn:hover {
	background-color:  #e1e1e161;
    background-position: inherit;
    background-size: cover;
    background-blend-mode: hard-light;
}
.loadingChatHistory{
	margin-top: 70px;
}
.chat-imoji-btn{
	background: url("../images/IM-box/chat_imoticon_up.png");	
}
.chat-imoji-btn:hover{
	background: url("../images/IM-box/chat_imoticon_down.png");	
}
.chat-burn-btn{
	background: url("../images/IM-box/chat_burn_up.png");	
}
.chat-burn-btn:hover{
	background: url("../images/IM-box/chat_burn_down.png");	
}
.chat-cam-btn{
	background: url("../images/IM-box/chat_camera_up.png");	
}
.chat-cam-btn:hover{
	background: url("../images/IM-box/chat_camera_down.png");	
}
.chat-attach-btn{
	background: url("../images/IM-box/chat_attached_up.png");	
}
.chat-attach-btn:hover{
	background: url("../images/IM-box/chat_attached_down.png");	
}
.chat-mic-btn{
	background: url("../images/IM-box/chat_audio_up.png");	
}
.chat-mic-btn:hover{
	background: url("../images/IM-box/chat_audio_down.png");	
}
.chat-contact-btn{
	background: url("../images/IM-box/chat_contact_up.png");	
}
.chat-contact-btn:hover{
	background: url("../images/IM-box/chat_contact_down.png");	
}
.chat-location-btn{
	background: url("../images/IM-box/chat_location_up.png");	
}
.chat-location-btn:hover{
	background: url("../images/IM-box/chat_location_down.png");	
}
.file-info{
	min-width:150px;
	min-height:100px;
}
.file-info .file-logo{
	width:80px;
	height:90px;
	display:block;
	margin:0 auto;
}
.file-info a{
	text-decoration: none !important;
}
.file-info .file-name{
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	text-align:center;
	color:#2d2d2d;
	font-weight: 500;
	text-decoration: none;
	font-size: 0.9rem;
	max-width: 160px;
}
.file-info .file-size{
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	display:block;
	text-align:center;
	color:#a2a2a2;
	text-decoration:none;
}
.file-doc-class.file-info .file-logo{
	background: url("../images/file-icons/docx_icon.svg") no-repeat; 
}
.file-xls-class.file-info .file-logo{
	background: url("../images/file-icons/xls.svg") no-repeat; 
}
.file-ppt-class.file-info .file-logo{
	background: url("../images/file-icons/ppt.svg") no-repeat; 
}
.file-pdf-class.file-info .file-logo{
	background: url("../images/file-icons/pdf.svg") no-repeat; 
}
.file-txt-class.file-info .file-logo{
	background: url("../images/file-icons/txt.svg") no-repeat; 
}
.file-ods-class.file-info .file-logo{
	background: url("../images/file-icons/ods.svg") no-repeat; 
}
.file-odt-class.file-info .file-logo{
	background: url("../images/file-icons/odt.svg") no-repeat; 
}
.file-comp-class.file-info .file-logo{
	background: url("../images/file-icons/comp.svg") no-repeat; 
}
.file-html-class.file-info .file-logo{
	background: url("../images/file-icons/html.svg") no-repeat; 
}
.file-no-class.file-info .file-logo{
	background: url("../images/file-icons/file.svg") no-repeat; 
}
.document-item {
  display: block;
  margin: 1.5em 0 2.5em 0;
  position: relative;
  padding-left: 45px;
  color: black;
}
.document-item::before {
  position: absolute;
  width: 29px;
  height: 34px;
  left: 0;
  top: -7px;
  content: '';
  border: solid 2px #920035;
}
.document-item::after {
  content: 'file';
  content: attr(filetype);
  left: -4px;
  padding: 0px 2px;
  text-align: right;
  line-height: 1.3;
  position: absolute;
  background-color: #000;
  color: #fff;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1px;
  top: 9px;
}
.document-item .fileCorner {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 11px 0 0 11px;
  border-color: white transparent transparent #920035;
  position: absolute;
  top: -7px;
  left: 22px;
}

.timeAndDateDiv{
	min-width: 80px;
	mix-blend-mode: darken;
    font-size: 0.7rem; 
	margin-bottom: 3px;
	padding-left: 5px;
	display: inline-block;
}

.chat-left .timeAndDateDiv{
	float: right;
	text-align: right;
}

.chat-time{
	color: #848080;
	position: static;
}
.chat-created{
	float:left;
	color: #4e4e4e;
}

.msg-status {
    text-align: right;
    position: relative;
    display: inline;
    float: right;
    margin: 0 0 3px 5px;
    height: auto;
}

.msg-status i{
	display: inline-block;
	width: 16px;
	height: 10px;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
.msg-status-left {
    text-align: left;
    position: relative;
    display: inline;
    float: left;
    margin: 5px 5px;
    vertical-align: middle;
    position: relative;
}
.edited-icon{
	width:13px;
	height:13px;
	color:#a6a5a5;;
}
.fileInfoClass{
	background-color: transparent;
	padding:0 0 0 0 !important;
	border:0px dotted #056bfb;
	border-radius: 5px;
	margin-top:5px !important;
}
.otherFileInfoClass{
	background-color: transparent;
	padding:5px 15px!important;
	border:1px dotted #056bfb;
	border-radius: 5px;
	margin-top:5px !important;
}
.burn-flag{
	background: url("../images/burn-icon.png") no-repeat scroll 0 0 transparent;	
	width:16px;
	height:16px;
	display:block;
	margin-top:-10px;
	margin-bottom:3px;
}
/* .msg-status-left .burn-flag{
	display:none !important;
} */

.chat-msg-failed{
	background-image: url("../images/chat-window/message_failed.png");	
}
.chat-msg-pending{
	background-image: url("../images/chat-window/message_pending.png");
}
.chat-msg-read{
	background-image: url("../images/chat-window/message_read_icon.png");
}
.chat-msg-delivered{
	background-image: url("../images/chat-window/message_delivered_icon.png");
}
.chat-msg-delivered2 {
	background-image: url("../images/chat-window/message_delivered_icon2.png");
}

.profile-name {
	float: left;
	display: inline-block;
	padding: 15px 10px 0px 0px;
	width: calc(100% - 70px);
}
.profile-balance {
	font-size: 0.7rem;
	color: #FFF !important;
}
.chat-profile-name {
	float: left;
	display: inline-block;
	padding: 20px 10px 10px 0px;	
	width: 70%;
}
.chat-profile-name .user-name{
	color:#000;
}
.future-im-container{
	text-align: right;
	padding-left: 0 !important;
	padding-right: 0 !important;
}
.im-input-holder{
	padding:0 0 0 0;
}
.send-im-holder{
	text-align: left;
	padding-left: 0 !important;
	padding-right: 0 !important;
}
#sendIM {
	background: url("../images/blue_send_up.png") no-repeat scroll 0 0 transparent;
	color: #FFF;
	cursor: pointer;
	font-weight: bold;
	height: 48px;
	padding-bottom: 0px;
	width: 48px;
	border:0;
	margin-top:0px;
	border-radius: 50%;
}
#sendIM:hover {
	background: url("../images/blue_send_down.png") no-repeat scroll 0 0 transparent;
}
#sendFutureIM {
	background: url("../images/blue_feture_message_up.png") no-repeat scroll 0 0 transparent;
	color: #FFF;
	cursor: pointer;
	font-weight: bold;
	height: 48px;
	padding-bottom: 0px;
	width: 48px;
	border:0;
	margin-top:0px;
	border-radius: 50%;
}
#sendFutureIM:hover {
	background: url("../images/blue_feture_message_down.png") no-repeat scroll 0 0 transparent;
}
.chatWindow h1 {
	 overflow: hidden;
	 text-align: center;
	 font-size:13px;
	 color:#808080;
	 font-weight:normal;
	 margin-top:10px;
	 margin-bottom:10px;
}
.chatWindow h1:before,
.chatWindow h1:after {
	 background-color: #d8d8d8;
	 content: "";
	 display: inline-block;
	 height: 1px;
	 position: relative;
	 vertical-align: middle;
	 width: 50%;
}
.chatWindow h1:before {
	 right: 0.5em;
	 margin-left: -50%;
}
.chatWindow h1:after {
	 left: 0.5em;
	 margin-right: -50%;
}
.chat .chat-body .chat-content p a{
	color:#E91752;
	text-decoration: underline;
}
.chat-left .chat-body .chat-content p a{
	color:#4C96FF !important;
}
.chat .chat-body .chat-content p{
	padding: 5px 5px 0 5px !important;
}
.chat-left .chat-body .chat-content p{
	padding: 5px 5px 0 5px !important;
}
.sticker-container, .gif-container {
    display: none;
    position: absolute;
    z-index: 999;
    width: 56%;
	border: 1px #dfdfdf solid;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    overflow: hidden !important;
    -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
    background: #FFF;
    left: 15%;
    bottom: 132px;
    min-height: 150px;
    max-height: 200px;
	padding:5px 5px;
}
.close-gif-sticker{
	font-weight:normal;
	font-size:14px;
}
.sticker-container .sticker-list img{
	width:85px;
	cursor:pointer;
	margin:5px 5px;
	border:1px solid #f4f4f4;
}
.sticker-container .sticker-list , .gif-container .gif-list {
	max-height: 160px;
	overflow:hidden;
	overflow-y:scroll;
	position:relative;
}
.sticker-container .sticker-head {
    width: 100%;
    position: relative;
    height: 22px;
}
.sticker-container .sticker-head span{
    
}
.gif-container .gif-box img{
	max-height:70px;
	float:left;
	cursor:pointer;
	margin:5px 5px;
	border:1px solid #f4f4f4;
	min-height:70px;
	min-width:70px;
	background:url('../../app-assets/images/pic-loading.gif') center no-repeat;
}
.gif-container hr, .sticker-container hr{
	margin: 2px auto;
}
.gif-container input[type=text]{
	border:1px solid #a2a2a2;
	border-radius:5px;
}
.gif-container input[type="button"] {
    padding: 5px 5px !important;
    margin-top: -4px;
}
    @media only screen and (max-width : 992px) {
		.mobile-home-page{margin-top:30px;}
		.future-im-list{
			width:350px !important;
			height: 200px !important;
		}
		
		.topSmallSrcBtn{ display: none }
		
   
    @media only screen and (max-width : 768px) {
		
		.emoji-wysiwyg-editor {height:40px !important;}
		
		.future-im-list{
			width:350px !important;
			height: 200px !important;
		}
		.chat-content p img{
			min-height: 100px;
			min-width: 100px;
			max-height: 95%;
			max-width: 95%;
		}
		.im-bottom-div {
			padding-right: 5px !important;
		}
		.sticker-container, .gif-container {
			width:80%;
			left:10%;
		}
		
		.im-bottom-div .btn{
			margin-left:5px;
			width: 28px;
			height: 25px;
			background-size: cover;
		}
		}
    }
   
   
	
	
    @media only screen and (max-width : 576px) {
		.sticker-container, .gif-container {
			width:90%;
			left:0%;
		}
		
		.im-bottom-div .btn{
			margin-left: 2px;
			width: 26px;
			height: 23px;
			background-size: cover;
		}
		}
	}
		
    @media only screen and (max-width : 480px) {
		#sendIM {
			background: url("../images/blue_send_up_small.png") no-repeat scroll 0 0 transparent;
			height: 32px;
			width: 32px;
		}
		#sendIM:hover {
			background: url("../images/blue_send_down_small.png") no-repeat scroll 0 0 transparent;
		}
		#sendFutureIM {
			background: url("../images/blue_feture_message_up_small.png") no-repeat scroll 0 0 transparent;
			height: 32px;
			width: 32px;
		}
		#sendFutureIM:hover {
			background: url("../images/blue_feture_message_down_small.png") no-repeat scroll 0 0 transparent;
		}
		.future-im-list{
			width:250px !important;
			height: 200px !important;
		}
		.emoji-wysiwyg-editor {
			min-height: 40px;
		}
		
		.chat-content p img{
			min-height: 80px;
			min-width: 80px;
			max-height: 90%;
			max-width: 90%;
		}
    }
    
    @media only screen and (max-width : 320px) {
		.future-im-list{
			width:200px !important;
			height: 200px !important;
		}
		
		.emoji-wysiwyg-editor { min-height: 40px; }
		
		
	
	}
	
	
	
#capture_image{
	z-index:99999999999999999999999999;
}
	
blockquote{
	font-size: 14px;
	background: #f9f9f9;
	border-left: 10px solid #ccc;
	margin: auto auto;
	quotes: "\201C""\201D""\2018""\2019";
	padding: 10px 20px;
	line-height: 1.4;
	position: absolute;
	top: -83px;
	width: 93%;
	right: 0;
	left: 0;
}
blockquote:before {
  content: open-quote;
  display: inline;
  height: 0;
  line-height: 0;
  left: -15px;
  position: relative;
  top: 20px;
  color: #ccc;
  font-size: 3em;
}
blockquote p{
  margin: 0;
  margin-top: -10px;
}
blockquote footer{
  margin:0;
  padding-top: 10px;
  text-align: right;
  font-size: 0.9em;
  font-style: italic;
  clear: both;
}
blockquote .quoteClose{
	position: absolute;
	top: 0px;
	right: 16px;
	font-size: 15px;
}

blockquote .quotation img{
	float: right;
	width: 32px;
	max-height: 2rem;
}


.loading {
	background-image:url("../images/oval.svg"),url("../images/default_picture.svg") !important;
	background-position:center center, center center !important;
	background-repeat:no-repeat, no-repeat !important;
	background-size: 20%,cover !important;
}
.popover{
	z-index:99999999999999999;
}
 .popover a{
    color: #1450a1 ;
    font-size: 13px;
	font-weight:700;
	
}
.menuHolder i {
   mix-blend-mode: difference;
}
.menuHolder .dropdown-menu {
    mix-blend-mode: normal;
}

.chat-content .quotedMsg {
	cursor: pointer;
}

.chat-content .quotedMsg .quoteSender{
	color: #202020;
	font-size: smaller;
}

.chat-left .chat-body .chat-content .quotedMsg .quoteSender{
	color: #4BB6FF;
}
