﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

.NotRunningContract {
    background-color: lightyellow !important;
}

    .NotRunningContract:hover {
        background-color: yellow !important;
    }

.CustomerStatusDeseased {
    background-color: #a6d3f7 !important;
}

    .CustomerStatusDeseased:hover {
        background-color: #2196F3 !important;
    }

.CustomerStatusProspect {
    background-color: lightgreen !important;
}

    .CustomerStatusProspect:hover {
        background-color: green !important;
    }

.CustomerStatusLost {
    background-color: #efb6a4 !important;
}

    .CustomerStatusLost:hover {
        background-color: #FF5722 !important;
    }
