.table-fixed{
	background-color: #f3f3f3;
}
.table-fixed tbody{
	height:200px;
	overflow-y:auto;
	width: 100%;
}
.selected{
	border: solid #f0ad4e;
}
#customer_table tr:hover {
	background: #EEEEEE;
}

.alert-success{
	display: none;
}