﻿body {
}

.bg-white {
    background-color: #fff !important;
}

.bg-primary {
    background-color: #178cc6 !important;
}

.bg-secondary {
    background-color: #6E6F71 !important;
}

.bg-tablecolor {
    background-color: #e8e9ee !important;
}

.border-primary {
    border-color: #f26522 !important;
}

.agencyColorOn {
    color: #1774af;
}

    .agencyColorOn:hover {
        color: #6E6F72;
    }


.dropdown-item:hover, .dropdown-item:focus {
    color: #fff;
    text-decoration: none;
    background-color: #178CC6;
}

.text-primary {
    color: #f26522 !important;
}
