.style_customer #userPanel {
	background-color: #042C4B;
}

.style_customer #main {
	background-color: #e9e9e9;
}

.style_customer .btn-dark, .style_customer .btn-secondary {
	background-color: #042C4B;
	color:#ffffff;
}

.style_customer .nav-pills .nav-link.active, .style_customer .nav-pills .show > .nav-link {
	background-color: #2A7F9D;
}


.style_customer .chat li.own .message-content {
	background-color: #124C6A;
}
.style_customer .chat li.own .message-content:after {
    border-bottom-color:#124C6A;
}

.style_customer .chat li.others .message-content {	
	background-color: #2A7F9D;
	color:#ffffff;
}
.style_customer .chat li.others .message-content a {
	color:#ffffff;
}
.style_customer .chat li.others .message-content:after {
    border-bottom-color:#2A7F9D;
}