
.logo {
    height: 40px;
}

div.sidenav-logo:hover svg path, button div.logo:hover svg path {
    fill: #00b44a !important;
}

.menu-section-logo {
    margin-top: 0px !important;
    padding-top: 20px;
    padding-bottom: 10px;
    background-color: white;
}

md-toolbar.signin-toolbar {
    border-top: 5px solid #215ec8;
    box-shadow: 0 10px 0 -5px #00b44a inset, 0 15px 0 -5px #ade9bc inset, 0 1px 3px rgba(0, 0, 0, .2) !important;
    padding-top: 11px;
    background-color: white;
    min-height: 64px;
}

/* Override/trip-details-dialog.html */
.moved-trip-time-block {
    font-size: 24px;
    font-weight: 400;
    line-height: 32px;
    padding-top: 0px;
}

md-dialog.trip-details .trip-status.U:after, md-dialog.trip-details .trip-status.S:after {
    content: 'C';
    width: 21px;
    background: green;
    padding: 0px 0px;
    border-radius: 50%;
    position: absolute;
    left: 0px;
}

md-dialog.trip-details .trip-status.U, md-dialog.trip-details .trip-status.S {
    position: relative;
}

md-content .mobile-month-wrapper .trip-status.U:after, md-content .mobile-month-wrapper .trip-status.S:after {
    content: 'C';
    width: 30px;
    background: green;
    padding: 0px 0px;
    border-radius: 50%;
    position: absolute;
    left: 0px;
}

.calendar-date-trip .trip-status.U {
    background: green;
}

/* Better layout for pickup/dropoff details on trip details dialog */
html.print-dialog .block-body-row > fieldset {
    width: 40%;
    float: none;
}

.profile-dialog-content section.modify-password-section {
    order: 100;
}
