﻿.depot-crew-dropdown {
    min-width: 250px;
    vertical-align: middle;
    margin-top: 5px;
    margin-bottom: 5px;
}

    .depot-crew-dropdown .dropdown-menu {
        width: 99%;
        max-height: 50vh;
        overflow-y: auto;
    }

span.noDepotText {
    padding-left: 7px;
}

.dropdown-item.active {
    background-color: #06A;
}

.dropdown-toggle::after {
    position: absolute;
    top: 15px;
    right: 25px;
}

#homeBtn {
    min-width: 40px;
}

    #homeBtn .btn {
        height: 38px;
        width: 38px;
        padding: 0px !important;
    }

#homeIcon {
    height: 20px;
    width: 20px;
    fill: #FFFFFF;
}
