﻿/*** BLUE THEME ***/
.navbar-inverse {
    background-color: #004380 !important;
    border-color: #000;
}

.container > .navbar-collapse {
    background-color: #004380 !important;
    color: #eee !important;
}

.left-panel {
    background-color: blue !important;
}
.themeBaseColor {
    padding: 2px;
    background-color: blue;
}
.logo-border {
    border: 8px outset blue;
    border-radius: 6px;
}

