﻿.bg-agilio-grey { background-color: #484E61; }

.bg-agilio-light-grey { background-color: #EAEAEA; }

.bg-agilio-yellow {
    background-color: #FFBE00;
}

.bg-agilio-yellow-light {
    background-color: rgba(255, 190, 0, 0.2);
}

.bg-supplier {
    background-color: #F7D3FF;
}

.btn-primary {
    background-color: #1c7db5;
    border-color: #1c7db5;
}

.btn:focus {
    outline: none;
    box-shadow: none;
}

.btn-primary:hover {
    background-color: #115F8C;
}

.active {
    font-weight: bold;
    text-decoration-line: underline;
}

.global-item {
    background-color: #d6f3fb !important;
}

.group-specific-item {
    background-color: #FFE6F6 !important;
}

.supplier-item {
    background-color: #F7D3FF !important;
}

.locked-out-user {
    background-color: #FFEAEA !important;
    color: red !important;
}