.hm-page-menu-grid {
    margin:5px 0 20px 0;
    display: grid;
    grid-template-columns: repeat(auto-fit, 180px);
    grid-auto-flow: dense;
    gap:5px 10px;
}

.hm-page-title {
    font-size: 15px;
    font-weight: bold;
    padding: 15px 10px;
    background-color: aliceblue;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.hm-menu-item {
    width: 180px;
    border: 1px solid #c1c1c1;
    text-align: center;
    -webkit-border-radius:6px;
    -moz-border-radius:6px;
    border-radius:6px;
}

.hm-menu-item:hover {
    border: 1px solid #9e9a9a;
}

.hm-menu-item a {
    display: block;
    height: 80px;
    font-size:13px;
}

.hm-menu-icon {
    height:60px;
}

.icon-profile {
    background: url('/images/profile-round.svg') no-repeat center center;
    background-size:24px 24px;
}

.icon-profile-plus {
    background: url('/images/profile-plus.svg') no-repeat center center;
    background-size:26px 26px;
}

.icon-grid {
    background: url('/images/table.svg') no-repeat center center;
    background-size:26px 26px;
}

.icon-table-list {
    background: url('/images/table-list.svg') no-repeat center center;
    background-size:27px 40px;
}

.icon-table-insert {
    background: url('/images/table-insert.svg') no-repeat center center;
    background-size:28px 30px;
}


.icon-bill-list {
    background: url('/images/bill-list.svg') no-repeat center center;
    background-size:28px 30px;
}

.icon-bill-add {
    background: url('/images/bill-add.svg') no-repeat center center;
    background-size:30px 41px;
}

.icon-accruals-add {
    background: url('/images/bill-item-add.svg') no-repeat center center;
    background-size:30px 41px;
}

.icon-work-shift {
    background: url('/images/work-shift.svg') no-repeat center center;
    background-size:44px 60px;
}

.icon-work-shift-list {
    background: url('/images/journal-list.svg') no-repeat center center;
    background-size:27px 27px;
}

.icon-housekeeping {
    background: url('/images/housekeeping.svg') no-repeat center center;
    background-size:31px 31px;
}

.icon-log {
    background: url('/images/log.svg') no-repeat center center;
    background-size:37px 34px;
}

.icon-hotel-rooms {
    background: url('/images/hotel.svg') no-repeat center center;
    background-size:44px 44px;
}

.icon-rate-list {
    background: url('/images/cost-estimate.svg') no-repeat center center;
    background-size:30px 30px;
}

.icon-rates-grid {
    background: url('/images/adjustments.svg') no-repeat center center;
    background-size:30px 30px;
}

.icon-service-cat {
    background: url('/images/category.svg') no-repeat center center;
    background-size:29px 28px;
}

.icon-cash-reg {
    background: url('/images/cash-register.svg') no-repeat center center;
    background-size:40px 40px;
}