.chat
{
    list-style: none;
    margin: 0;
    padding: 0;
}
.chat li
{
    margin-bottom: 10px;
    padding-bottom: 5px;
    border-bottom: 1px dotted #B3A9A9;
}
.chat li.left .chat-body
{
    margin-left: 60px;
}
.chat li.right .chat-body
{
    margin-right: 60px;
}
.chat li .chat-body p
{
    margin: 0;
    color: #777777;
}
.panel .slidedown .glyphicon, .chat .glyphicon
{
    margin-right: 5px;
}
.panel-body
{
    overflow-y: scroll;
    height: 250px;
}
::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}
::-webkit-scrollbar
{
    width: 12px;
    background-color: #F5F5F5;
}
::-webkit-scrollbar-thumb
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #555;
}
.msg_sent{
	background:#F59948 !important;
	color:#FFFFFF !important;
}
.msg_sent{
	font-size:16px !important;
}
.msg_receive{
	background:#CAF3A9 !important;
}
.msg_receive > p{
	font-size:16px !important;
}
.btn-warning{
	background:#f30 !important;
	font-size:15px !important;
}
.btn-warning:hover{
	background:#00AD5F !important;
	border:#00AD5F 1px solid;
}
.base_receive > .avatar::after{
	border-color:#CAF3A9 #CAF3A9 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) !important;
}
.panel-heading{
	font-size:16px !important;
}
.input-sm{
	height:35px !important;
	font-size:15px !important;
}
.tt-input{
	height:35px !important;
	font-size:15px !important;
}
select {
   /*visibility: hidden;*/
}
.bs-example {
	font-family: sans-serif;
	position: relative;
	margin: 10px;
}
.typeahead, .tt-query, .tt-hint {
	border: 2px solid #CCCCCC;
	font-size: 12px; /* Set input font size */
	height: 30px;
	line-height: 30px;
	outline: medium none;
	padding: 0px 12px;
	width: 396px;
}
.typeahead {
	border: 2px solid #CCCCCC;
}
.tt-query {
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}
.tt-hint {
	color: #999999;
}
span.twitter-typeahead{
	width:100% !important;
}
.tt-menu {
	background-color: #FFFFFF;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 8px;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	margin-top: 12px;
	padding: 8px 0;
	width: 422px;
	overflow-y: scroll;
	max-height:100px;
}
#motor_drop_down_panel,#motor_city_panel{
	width:100% !important;
}
.tt-suggestion {
	font-size: 12px;  /* Set suggestion dropdown font size */
	padding: 3px 20px;
}
.tt-suggestion:hover {
	cursor: pointer;
	background-color: #13D6A1;
	color: #FFFFFF;
}
.tt-suggestion p {
	margin: 0;
}
/*td.day{
	cursor:pointer !important;
}
td.today{
	background:#00AD5F !important;
	color:#FFFFFF;
}*/