/* Default Brand Color: #d5ebee */

.login-ui .login-dialog .logo {
    display: block;
    margin: .5em auto;
    width: 10em;
    height: 4em;
    background-size: 10em 4em;
    background-image: url(images/orise-banner-dusk-black.svg);
    background-repeat: no-repeat
}

#filesystem-menu .header.breadcrumbs .breadcrumb:hover {
    background-color: #d5ebee;
    cursor: pointer
}

.client-zoom .client-zoom-in:hover,
.client-zoom .client-zoom-out:hover {
    border: 1px solid #000;
    background: #d5ebee
}

.recent-connections .connection:hover {
    background: #d5ebee
}

.list-item:not(.selected) .caption:hover {
    background: #d5ebee
}

.menu-dropdown .menu-contents li a:hover {
    background-color: #d5ebee
}

.page-tabs .page-list li a[href]:hover,
.section-tabs li a:hover {
    background-color: #d5ebee;
    cursor: pointer
}

.settings table.session-list tr.session:hover {
    background: #d5ebee
}

.notification {
    background: #d5ebee;
}
