#royalty-sidebar {
    position: fixed;
    height: 95%;
    left: 0;
    background-color:#fff;
    z-index: 4;
}

#royalty-menu {
    width: 100%;
    height: 100%;
    padding: 8px 0;
    border-right: 1px solid #ddd;
}

#royalty-menu a {
    cursor: pointer;
}

#royalty-menu .text-overflow {
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.royalty-content-expanded {
    margin-left: 70px;
    padding-left: 0;
    padding-right: 105px;
}

.royalty-menu-icon {
    float: right;
}

.royalty-menu-link {
    height: 40px;
}

.direct-deal-action {
    cursor: pointer;
}

.report-mailer .row {
    position: relative;
}

.report-mailer .hfaGroup {
    position: absolute;
    margin-top: 5px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.yqLabel {
    padding-top: 6px;
    padding-right: 5px;
}
