﻿/* style overrides for TripSpark RidePro Demo */

.iconify.iconify-rm_logo {
    background-image: url('../img/RideProLogo1.png');
    width: 190px;
    height: 51px;
}

.rm-layout-header {
    background: rgba(0,0,0,.9);
}

.rm-layout-footer {
    background: rgba(0,0,0,.9);
}

.rm-map-search-form, .newsNotification {
    background: rgba(25,31,40, 1);
}

.dashboard-widget-link
span.checkbox--fancy-img.checked::before {
    font-family: 'icomoon';
    content: '\e901';
    color: green;
    font-size: 1em;
}

.rm-nav-user-name {
    color: rgb(205,205,205);
}

@media(min-width: 992px) {
    .commuter-dashboard .account-profile-widget {
        grid-column: span 3;
    }
}

div.rm-layout-header nav#accountNavBar div.navbar-toggle-button {
    background-color: transparent;
}