/**
 * common.css
 */
.navbar-default {
    background-image: linear-gradient(to bottom, #428bca 0px, #357ebd 100%);
    background-repeat: repeat-x;
    border-radius: 4px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15) inset, 0 1px 5px rgba(0, 0, 0, 0.075);
}
.navbar-default {
    background-color: #f8f8f8;
    border-color: #2b669a;
		linear-gradient(to bottom, #428bca 0px, #357ebd 100%)
}
.navbar-default .navbar-brand, .navbar-default .navbar-nav > li > a, .text-muted{
    color: #fff;
}
