.top_bar{
    color: #5f6368;
    background: #666;
	border-bottom:4px solid #044098;
}

.btn-primary.custom:hover {
    background-color: #0586c6 !important;
    border-color: #0586c6 !important;
}

.btn-primary.custom {
    background-color: #044098 !important;
    border-color: #044098 !important;
}

.btn-success.custom {
	background-color: #079834 !important;
    border-color: #079834 !important;
}

.flex_item {
    color: #044098 !important;
}

.flex_item:hover{
	background-color:#fceae4 !important;
}

