
.pmcChatWindow{
    width: 350px;
    float: left;
    background: #fff;
    position: fixed;
    right: 1%;
    bottom: -1px;
    z-index: 1000;
	border-radius:10px 10px 0 0;
	-webkit-border-radius:10px 10px 0 0;
	-moz-border-radius:10px 10px 0 0;
	-o-border-radius:10px 10px 0 0;	
}
.pmcChatWindow .TopSection{
	width:100%;
	float:left;
	height:40px;
    background: #ffac00;
	padding:5px;
	border-radius:10px 10px 0 0;
	-webkit-border-radius:10px 10px 0 0;
	-moz-border-radius:10px 10px 0 0;
	-o-border-radius:10px 10px 0 0;
}
.pmcChatWindow .TopSection h4{
    width: 90%;
    float: left;
    padding: 0 10px;
    margin: 0;
    line-height: normal;
    font-family: 'Open Sans', sans-serif;	
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    color: #3d2f52;
    line-height: 32px;
}
.pmcChatWindow .TopSection h4 i{
    float: left;
    margin-right: 5px;
}
.pmcChatWindow .TopSection a{
	display:block;
	width:10%;
	float:right;
	text-align:center;
	line-height:30px;
	color:#fff;
}

.pmcChatWindow .ChatSection{
	width:100%;
	float:left;
	padding:10px;
	background:#f4f4f4 url(../img/chat_window_bg.jpg) repeat;
    box-shadow: inset 0px -5px 10px 0px rgba(0,0,0,0.1);
    border-left: 1px solid #ffad00;
    border-right: 1px solid #ffad00;
  	height: 300px;
  	overflow-y: scroll;
  	-webkit-overflow-scrolling: touch;
	position:relative;
}
/*.pmcChatWindow .ChatSection::after{
	content:"";
	width:100%;
	height:30px;
	float:left;
	position:absolute;
	bottom:0;
	left:0;
	z-index:100;

background: -moz-linear-gradient(top, rgba(255,255,255,0.01) 0%, rgba(255,255,255,1) 100%);
background: -webkit-linear-gradient(top, rgba(255,255,255,0.01) 0%,rgba(255,255,255,1) 100%);
background: linear-gradient(to bottom, rgba(255,255,255,0.01) 0%,rgba(255,255,255,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#03ffffff', endColorstr='#ffffff',GradientType=0 );

}*/
.pmcChatWindow .ChatSection ul{
	list-style-type:none;
	padding:0;
	margin:0;
}
.pmcChatWindow .ChatSection ul li{
	width:100%;
	float:left;
	padding:10px;
	margin-bottom:10px;
	background:#fff;
}
.pmcChatWindow .ChatSection ul li.admin{
	background:#fff;
	border-radius:10px 0 10px 10px;
	-webkit-border-radius:10px 0 10px 10px;
	-moz-border-radius:10px 0 10px 10px;
	-o-border-radius:10px 0 10px 10px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}
.pmcChatWindow .ChatSection ul li.user{
	background:#fff;
	border-radius:0px 10px 10px 10px;
	-webkit-border-radius:0px 10px 10px 10px;
	-moz-border-radius:0px 10px 10px 10px;
	-o-border-radius:0px 10px 10px 10px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}
.pmcChatWindow .ChatSection ul li .contentArea{
	width:90%;
	float:left;
}
.pmcChatWindow .ChatSection ul li .contentArea .topArea,
.pmcChatWindow .ChatSection ul li .contentArea .bottomArea{
	width:100%;
	float:left;
}
.pmcChatWindow .ChatSection ul li .contentArea .topArea .time{
	width:40%;
	float:left;
}
.pmcChatWindow .ChatSection ul li .contentArea .topArea .time p,
.pmcChatWindow .ChatSection ul li .contentArea .topArea .name h4,
.pmcChatWindow .ChatSection ul li .contentArea .bottomArea p{
    font-family: 'Open Sans', sans-serif;
    font-size: 10px;
    font-weight: 600;
    text-transform: uppercase;
    color: #bfbfbf;
    padding: 0;
    margin: 0;
    line-height: 20px;
}
.pmcChatWindow .ChatSection ul li .contentArea .topArea .time p{
	font-size:10px;
	font-weight:400;
	text-transform:none;
	color:#c2c2c2;
}
.pmcChatWindow .ChatSection ul li .contentArea .topArea .name{
	width:60%;
	float:left;
	text-align:right;
}
.pmcChatWindow .ChatSection ul li .contentArea .bottomArea{
	width:100%;
	float:left;
    padding-top: 5px;	
}
.pmcChatWindow .ChatSection ul li .contentArea .bottomArea p{
	font-size:12px;
	text-transform:none;
	font-weight:400;
	color:#000000;
}
.pmcChatWindow .ChatSection ul li .contentArea .bottomArea .suggestedProduct{
    width: 100%;
    float: left;
    padding-top: 5px;
    margin-top: 8px;
    border-top: 1px solid #f3f3f3;
}
.pmcChatWindow .ChatSection ul li .contentArea .bottomArea .suggestedProduct .imgArea{
	width:25%;
	float:left;
}
.pmcChatWindow .ChatSection ul li .contentArea .bottomArea .suggestedProduct .textArea{
	width:75%;
	float:left;
}
.pmcChatWindow .ChatSection ul li .contentArea .bottomArea .suggestedProduct .textArea p{
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    font-weight: 500;
	color:#000;
	padding:0 0 0 5px;
	margin:0;
	line-height:normal;
}
.pmcChatWindow .ChatSection ul li .contentArea .bottomArea .suggestedProduct .textArea p.PriceText{
    color: #ee1a19;
    padding-top: 8px;
    font-weight: 600;
}
.pmcChatWindow .ChatSection ul li .LogoArea{
    width: 10%;
    float: left;
    text-align: center;
    padding: 0;
    margin: 0;
    vertical-align: top;
}
.pmcChatWindow .ChatSection ul li .LogoArea p,
.pmcChatWindow .ChatSection ul li .LogoArea i{
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    color: #fff;
    padding: 0;
    margin: 0;
    line-height: 20px;
    width: 20px;
    height: 20px;
    display: inline-block;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -o-border-radius: 50px;
    background: #ee1a19;
    text-align: center;
    vertical-align: top;
}
.pmcChatWindow .ChatSection ul li .LogoArea i{
	background:#fff;
}

.pmcChatWindow .ChatSection ul li.user .contentArea .topArea .name h4{
	text-align:left;
}
.pmcChatWindow .ChatSection ul li.user .contentArea .topArea .time p{
	text-align:right;
}

.pmcChatWindow .ReplySection{
	width:100%;
	float:left;
	padding:10px;
	background:#fff;
    border-left: 1px solid #ee1a19;
    border-right: 1px solid #ee1a19;	
}
.pmcChatWindow .ReplySection .inputArea{
	width:85%;
	float:left;
}
.pmcChatWindow .ReplySection .inputArea textarea{
	width:100%;
	float:left;
	border:none;
	padding:5px;
	margin:0;
	font-size:12px;
}
.pmcChatWindow .ReplySection .inputArea textarea:focus{
    box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.2);
}
.pmcChatWindow .ReplySection .micArea{
	width:15%;
	float:left;
	text-align:center;
}
.pmcChatWindow .ReplySection .micArea a{
	display:block;
	text-align:center;
	width:30px;
	height:30px;
	line-height:30px;
	color:#fff;
    background: #ffad00;
	border-radius:50px;
	-webkit-border-radius:50px;
	-moz-border-radius:50px;
	-o-border-radius:50px;
    margin: 0 auto;	
}
.pmcChatWindow .ReplySection .micArea a:hover{
	background:#000000;
}


a.ScrollTop.left{
	left: 5%;	
}

.chatHiddenArea{
	width:100%;
	float:left;
	display:none;
}

.PreChatArea{
	width:100%;
	float:left;
	text-align:center;
}
.pmcChatWindow .ChatSection ul li.user .LogoArea p{
    background: #2bbdff;	
}

@media only screen and (max-width:1024px){

.pmcChatWindow {
    width: 300px;
}

}
@media only screen and (max-width:425px){

.pmcChatWindow {
    width: 98%;
}

}


.btnChatMore {
    background: #ee1a19;
    color: white!important;
    width: 100%;
    display: inline-block;
    padding: 0px;
    margin: 0px;
    text-align: center;
    font-size: 14px;
}
.btnChatMore:hover {
    color:white;
}