﻿.office-selection-list {
    overflow-y: auto;
    height: calc(100vh - 200px);
    margin: 0;
}

    .office-selection-list .office-category {
        color: #ffffff;
        font-size: 14px;
        font-weight: 600;
        background-color: #4a4a4a;
        border:none;
    }

    .office-selection-list .office-type {
        color: #4a4a4a;
        font-size: 14px;
    }

.list-group-item:first-child,
.list-group-item:last-child {
    border-radius:0px;
}

.list-group-item.active, 
.list-group-item.active:focus, 
.list-group-item.active:hover {
    color: #0077a8;
    font-size: 14px;
    background-color: rgba(0, 119, 168, 0.04);
    border:1px solid #ddd;
    border-left:6px solid #0077a8;
}
