.btn-bg-grey, .bg-grey {
    background-color: #d6d8db;
}

a.btn-bg-grey:hover, .bg-grey:hover, .table-hover>tbody>tr.bg-grey:hover>td
{
    background-color: #c8cbcf;
}

a.btn-bg-grey {
    color: rgb(51, 51, 51)!important;
}

.funkyradio div {
    clear: both;
    overflow: hidden;
}

.funkyradio label {
    width: 100%;
    border-radius: 3px;
    border: 1px solid #D1D3D4;
    font-weight: normal;
}

.funkyradio input[type="checkbox"]:empty {
    display: none;
}

.funkyradio input[type="checkbox"]:empty ~ label {
    position: relative;
    line-height: 2.5em;
    text-indent: 3.25em;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.funkyradio input[type="checkbox"]:empty ~ label:before {
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    content: '';
    width: 2.5em;
    background: #D9EDF7;
    border-radius: 2px 0 0 2px;
}

.funkyradio input[type="checkbox"].required:not(:checked) ~ label:before {
    background: #dff0d8;
}

.funkyradio input[type="checkbox"]:checked ~ label:before {
    content: '\2714';
    text-indent: .9em;
    color: #fff;
    background-color: #337ab7;
}

.funkyradio input[type="checkbox"].required:checked ~ label:before {
    color: #fff;
    background-color: #5cb85c;
}

.funkyradio input[disabled] ~ label {
    opacity: .65;
}

.navbar.impersonating {
    background-color: #b72d31 !important;
}

.navbar.impersonating #navbar > ul > li > a {
    color: white;
}

.leaflet-bottom .alert {
    max-width: 50%;
}
