@charset "utf-8";
@import url(http://fonts.googleapis.com/css?family=Lato);
/* CSS Document */

  /****************************/
 /*** LIVE CHAT PROPERTIES ***/
/****************************/

/*#corner-slider {
    position:fixed;
    z-index:10000;
	overflow:hidden;
	
	height:119px;
	width:269px;
	
	border:1px solid #b3b3b3;
	background:#efefef;
}
#corner-slider.hidden{
    display:none;
}
#corner-slider .close{
    position:absolute;
	cursor:pointer;
	font-size:16px;
	display:inline-block;
	z-index:1002;
	
	right:24px;
	top:18px;
}
*/
#livechat{
	font-family: 'Lato', Helvetica, sans-serif;	
  /* FONT FAMILY OF THE LIVE CHAT ***
	background-color: #FFF;							/* BACKGROUND COLOR OF THE LIVE CHAT */
}

#livechatheader{
  
	font-family: 'Lato', Helvetica, sans-serif;	
	color: #000;	
	z-index:9999;								
  /* CHAT HEADER FONT COLOUR */
}

.chatgreen{
	background-color: #b3c833;						/* THE COLOUR OF THE CHAT WHEN IT IS GREEN */
}

.chatred{
	background-color: #F00000;						/* THE COLOUR OF THE CHAT WHEN IT IS RED (JUST RECIEVED MESSAGE) */
}

.green{
	color: #FFF;									/* YOUR USERNAME's FONT COLOUR */
}

#chat{		
	color: #575757;									/* LIVE CHAT MESSAGES' FONT COLOUR */
}

  /********************************************************************************/
 /*** DO NOT EDIT ANYTHING BELOW THIS POINT UNLESS YOU KNOW WHAT YOU ARE DOING ***/
/********************************************************************************/

.green{
	color: #090;
}

.show{
	
}

.hidden{

}

.lastsent{

}

.botsent{
	
  
  
}

.italics{
	font-style: italic;
}

.username{
	font-weight: bold;
}


.chatgreen{
	background-color:#ffe266;
}

.chatred{
	background-color:#ffe266;
}
#livechat .form-control{width:95%; border-radius:0;}

#livechat .form-group{margin-bottom:8px;}

#livechat .btn{border-radius:0;}

#livechat{
	position: fixed;
	/*right:4.5%;*/
	bottom: -315px;
	width: 280px;
	height: 360px;
	background-color: #FFF;
	overflow:hidden;
	z-index: 99999999;
	font-family: 'Lato', Helvetica, sans-serif;
	opacity: 0.5;
	border:1px solid #ddd;
	border-top:none;
	
}

#livechatheader{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 280px;
	height: 45px;
	line-height: 60px;
	font-weight: bold;
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	color: #FFFFFF;
}

#livechatheader:hover{
	cursor: pointer;
}

#livechatopen{
	position: absolute;
	right: 20px;
	top: 23px;
	width: 20px;
	height: 15px;
	background-image: url("../img/chatheaderubttons.png");
	background-position: 20px 0px;
	display: block;
}

#livechatclose{
	position: absolute;
	right: 20px;
	top: 23px;
	width: 20px;
	height: 15px;
	background-image: url("../img/chatheaderubttons.png");
	background-position: 0px 0px;
	display: none;
}

#pickausername{
	margin-top: 60px;
	width: 280px;
	height: 300px;
	background-color: #E7E7E7;
	color: #545454;
	display: none;
	z-index: 10000;
	position: absolute;
	opacity: 0;
}

#chatusername{
	padding: 5px;
}

#pickausername p{
	margin: 0px;
}

#startchatting{
	width: 140px;
	height: 40px;
	background-color: #07ae0b;
	font-weight: bold;
	line-height: 40px;
	color: #FFF;
	text-align: center;
	position: absolute;
	right: 70px;
	bottom: 80px;
}

#startchatting:hover{
	cursor: pointer;
}

#connectingtochat{
	margin-top: 60px;
	width: 280px;
	height: 300px;
	background-color: #E7E7E7;
	color: #545454;
	display: none;
	opacity: 0;
	z-index: 100000;
	position: absolute;
}

#connectingtochat p{
	margin-left: 20px;
	margin-right: 20px;
	padding-top: 20px;
	text-align: center;
	font-weight: bold;
}

#chatloading{
	width: 128px;
	height: 15px;
	background-image: url("../img/chatloader.gif");
	margin: 0px auto;
	margin-top: 70px;
}

#connectingtochat{
	margin-top: 60px;
	width: 280px;
	height: 300px;
	color: #545454;
	display: none;
	opacity: 0;
}

#chat{
	width: 280px;
	height: 300px;
	position: absolute;
	top: 60px;
	display: block;
	opacity: 1;
	color: #575757;
	background-color: #FFFFFF;
}

#messages{
	width: 280px;
	height: 240px;
	list-style-type: none;
	margin: 0px;
	padding: 0px 10px;
	overflow: scroll;
	overflow-x: hidden;
	font-size: 14px;
}

#messages li{
	position: relative;
	width: 240px;
	height: auto;
	border-bottom: 1px solid #DDD;
	padding: 20px;
	margin: 1px;
	display: block;
	line-height: 20px;
}

#chatbox{
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 260px;
	height: 40px;
	resize: none;
	outline: none;
	border: none;
	border-top: 1px solid #DDDDDD;
	padding: 10px;
	font-family: 'Lato', Helvetica, sans-serif;
}
.chat-head-text
{
	float:left;
	padding:7px 30px;
}