.chatWindow
{
	height:100%;
	width : 800px;
	bottom : 0;
	position : fixed;
	right : 33px;
	background : white;
	border : 1px solid gainsboro;
}
.sendMessageBox
{
	border : 1px solid gainsboro;
	padding : 10px;
	font-size : 15px;
}
.ticket-LeftPanel
{
	border-right : 1px solid gainsboro;
}
.ticket-RightPanelTop
{
	background : #eeeeee;
	border-bottom : 1px solid gainsboro;
	padding-top:10px;
}
.ticket-RightPanelMiddle
{
	
}
.ticket-RightPanelBottom
{
	background : #ffffff;
	border-top : 1px solid gainsboro;
}
.ticket-LeftPanelTop
{
	background : #eeeeee;
	border-bottom : 1px solid gainsboro;
}
.chatLogo
{
	width : 50px;
	height : 50px;
	border-radius : 50%;
}
.chatAttach
{
	cursor : pointer;
}
.chatClose
{
	cursor : pointer;
}
.ticketBox
{
	width : 100%;
	height : 50px;
	padding : 10px;
	border-bottom : 1px solid gainsboro;
	cursor : pointer;
}
.ticketBox:hover
{
	background : #EEEEEE;
}

.ticketBox-time
{
	font-size : 12px;
	color : gray;
	padding-left : 10px;
}
.ticket-row-selection
{
	background : #EEEEEE;
}
.ticketMessageScroll
{
	
}
.listOfOpenTickets
{
	padding-left:10px;
	padding-bottom:5px;
	font-weight : bold;
}
.ticketCounterPanel
{
	
}
.ticketCounter
{
	background: none repeat scroll 0 0 red;
    border-radius: 50% 50% 50% 50%;
    bottom: 10px;
    color: white;
    font-size: 12px;
    height: 25px;
    margin: auto;
    position: relative;
    right: 12px;
    text-align: center;
    width: 25px;    
}
.bookingCounter
{
	background: none repeat scroll 0 0 #0C891F;
    border-radius: 50% 50% 50% 50%;
    bottom: 10px;
    color: white;
    font-size: 12px;
    height: 25px;
    margin: auto;
    position: relative;
    right: 12px;
    text-align: center;
    width: 25px;    
}
.bookingHighlight
{
	color : green;
	font-weight : bold;
}