.navbar-default {
    background-color: #020269 !important;
    border-color: #c0392b !important;
}

.navbar-default .navbar-nav > li > .dropdown-menu {
    background-color: #020269 !important;
}

.footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    height: 20px;
    /*color: #f9f9f9; */
    background-color: #020269 !important;
    border-color: #020269;
}

.btn, .panel, .form-control, .select2,
.select2-container--default .select2-selection--single {
    border-radius: 2px;
}
.btn-primary {
    background-color: #2e6da4 !important;
    border-color: #2e6da4;
}
