/* VyrobniProtokol - grouped list view */

tr.group-header td.group-header-cell {
    background-color: #eaf0f6;
    border-top: 2px solid #cbd6e2;
    padding: 7px 12px;
    font-size: 13px;
    line-height: 1.5;
}

a.group-header-link {
    color: #33475b;
    text-decoration: none;
    font-weight: 600;
}

a.group-header-link:hover {
    color: #0091ae;
    text-decoration: underline;
}

tr.group-header .badge {
    background-color: #728194;
    color: #fff;
    font-size: 11px;
    font-weight: normal;
    margin-top: 2px;
}

tr.grouped-row > td:first-child {
    padding-left: 28px !important;
}
