﻿body, .main-content {
    background-color: #fff;
}

.sidebar-menu-top, .sidebar-menu-item {
    color: white;
}

.btn-sigmax, .btn-sigmax:active, .btn-sigmax.active, .list-heading, .sidebar-menu-item:active, .sidebar-menu-item:hover, .sidebar-menu-item.active {
    background-color: #007836;
}

.btn-primary.disabled.focus, .btn-primary.disabled:focus, .btn-primary.disabled:hover, .btn-primary[disabled].focus, .btn-primary[disabled]:focus, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:hover {
    background-color: #007836;
}

.btn-primary {
    background-color: #007836;
    border: 0;
    box-shadow: none;
}

.btn.focus, .btn:focus, .btn:hover, .sidebar-menu {
    background-color: #d04a00;
    color: #fff;
}

.logo-img {
    background: url('logo.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 230px;
    height: 80px;
}


.sidebar-menu-top, .sidebar-menu-item {
    color: white;
}
