/* logo */
#navbar .navbar-brand > .navbar-img {
    width: auto;
    height: auto;
    margin-right: 20px;
}

/*like báo cáo*/
.favorite {
    width: 32px;
    height: 32px;    
    display: block;
    border-radius: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url('/images/heart.svg');
}

    .favorite.active {
        background-image: url('/images/heart_red.svg');
    }

.icon {
    cursor: pointer;
    margin-right: 50px;
    line-height: 60px;
}

    .icon span {
        background: #f00;
        padding: 7px;
        border-radius: 50%;
        color: #fff;
        vertical-align: top;
        margin-left: -25px;
    }

    .icon img {
        display: inline-block;
        width: 26px;
        margin-top: 4px;
    }

    .icon:hover {
        opacity: 0.7;
    }

.logo {
    flex: 1;
    margin-left: 50px;
    color: #eee;
    font-size: 20px;
    font-family: monospace;
}

#navbar .reddot {
    top: 18px;
    left: 18px;
    line-height: 13px;
    border-radius: 0.8rem;
    width: auto;
    height: 19px;
    display: block;
    padding: 0.15rem 0.3rem;
    min-width: 1.3rem;
    font-size: 13px;
}

.notifications {
    margin: -0.5rem 0;
    width: 300px;
    height: 0px;
    opacity: 0;
    top: 63px;
    right: 62px;
    border-radius: 5px 0px 5px 5px;
    background-color: #fff;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

    .notifications h2 {
        font-size: 14px;
        padding: 10px;
        border-bottom: 1px solid #eee;
        color: #999;
        font-weight: bold;
    }

        .notifications h2 span {
            color: #f00;
        }

.notifications-item {
    display: flex;
    border-bottom: 1px solid #eee;
    padding: 6px 9px;
    margin-bottom: 0px;
    cursor: pointer;
}

    .notifications-item:hover {
        background-color: #eee;
    }

    .notifications-item img {
        display: none;
        width: 50px;
        height: 50px;
        margin-right: 9px;
        border-radius: 50%;
        margin-top: 2px;
    }

    .notifications-item .text h4 {
        color: #777;
        font-size: 16px;
        margin-top: 3px;
    }

    .notifications-item > span > i.fas.fa-circle {
        margin-right: 10px;
        color: transparent;
    }

    .notifications-item.unread > span > i.fas.fa-circle {
        margin-right: 10px;
        color: hsl(214, 89%, 52%);
    }

    .notifications-item .text p {
        color: #aaa;
        font-size: 12px;
    }

.notifications .view-all {
    display: flex;
    align-items: center;
    justify-content: center;
}

    .notifications .view-all a {
        padding: 5px
    }

#navbar .nav-item .nav-link {
    max-width: 110px;
}

.report-thumnail {
    background-repeat: no-repeat;
    background-position: top;
    height: 170px;
    background-size: 100%;
}

/*page xem bao cao*/
.page-view-report #content {
    padding: 0;
    padding-top: 55px;
}

.page-view-report .section-header {
    padding-top: 7px;
    padding-bottom: 7px;
}

.page-view-report .datagrid-root {
    border-left: none;
    border-right: none;
    border-bottom: none;
}

.page-view-report .breadcrumbs.breadcrumbs-wrapper {
    flex-grow: 1;
    max-width: 100%;
    line-height: calc(2.4375rem + 2px);
}

.breadcrumbs.breadcrumbs-wrapper {
    font-size: 16px;
}

    .breadcrumbs.breadcrumbs-wrapper a {
        font-weight: 600;
    }


#content {
    margin-top: 2em;
}
