
/* NAV */
.navbar-header{
	background: #60A0DA;	
}


.listview{
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
}

.ui-title{
	font-size: 18px;
	line-height: 30px;
	border-bottom: 1px solid #ccc;
	margin-top: 5px;
}
.consulentInfoHolder{
	padding: 5px;
}
h2,h3{
	font-size: 16px;
}

input[type=submit]{
	border: 1px solid #60A0DA;
	border-radius: 2px;
	background: #60A0DA;
	color: white;
	padding: 7px;
}
input[type=submit]:hover{
	border: 1px solid #337AB7;
	border-radius: 2px;
	background: #337AB7;
}
.sendChatBtn{
	border: 1px solid #337AB7 !important;
	border-radius: 2px !important;
	background: #337AB7 !important;
}

.stopChatBtn{
	border: 1px solid #337AB7 !important;
	border-radius: 2px !important;
	background: #337AB7 !important;
	text-decoration: none;
	padding: 7px;
	color: white;
	font-size: 12px;
}

.stopChatHolder{
	float:right; 
	margin-right: 2%; 
	background: white; 
	border: 0 !important; 
	padding: 5px; 
	width: 100px; 
	text-align: right;
}

.chatCreditBox{
	 border: 1px solid #337AB7;
}