﻿/* Background Colors */
.bg-ng-primary {
    background-color: #2c444f !important;
}

.bg-ng-secondary {
    background-color: #fd8839 !important;
}

.bg-ng-info {
    background-color: #cbf8fa !important;
}

/* Text Colors */
.text-ng-primary {
    color: #2c444f !important;
}

.text-ng-secondary {
    color: #fd8839 !important;
}

.text-ng-info {
    color: #cbf8fa !important;
}

/* Main Container */
.main {
    margin-left: auto !important;
    margin-right: auto !important;
}

.sidebar-nav .sidebar-item:hover > a {
    color: #cbf8fa !important;
}

