/* ------------------------------- AGREEMENTS TAB -> HIDE FIELDS AND HEADINGS WITHOUT RBAC PERMISSIONS (START) ----------------------------------- */

#e_fmbprefurbishmentdate {
display: none;
}

#e_fmbpwashdate {
display: none;
}

#e_fmbptransportdate {
display: none;
}

#e_licenseplates {
display: none;
}

#e_reg\.certificatepart1 {
display: none;
}

#e_reg\.certificatepart2 {
display: none;
}

#e_insurance {
display: none;
}

#agreements > div.lb-cont > table > tbody > tr:nth-child(1) > td.col-02 > table > tbody > tr:nth-child(1) > td {
display: none;
}

#agreements > div.lb-cont > table > tbody > tr:nth-child(1) > td.col-02 > table > tbody > tr:nth-child(2) {
display: none;
}

#agreements > div.lb-cont > table > tbody > tr:nth-child(1) > td.col-02 > table > tbody > tr:nth-child(13) {
display: none;
}

#agreements > div.lb-cont > table > tbody > tr:nth-child(1) > td.col-02 > table > tbody > tr:nth-child(14) {
display: none;
}

#agreements > div.lb-cont > table > tbody > tr:nth-child(1) > td.col-02 > table > tbody > tr:nth-child(15) {
display: none;
}

#agreements > div.lb-cont > table > tbody > tr:nth-child(1) > td.col-02 > table > tbody > tr:nth-child(12) > td {
display: none;
}

#agreements > div.lb-cont > table > tbody > tr:nth-child(1) > td.col-02 > table > tbody > tr:nth-child(17) > td {
display: none;
}

#agreements > div.lb-cont > table > tbody > tr:nth-child(1) > td.col-01 > table > tbody > tr:nth-child(10) > td {
display: none;
}

#agreements > div.lb-cont > table > tbody > tr:nth-child(1) > td.col-01 > table > tbody > tr:nth-child(1) > td {
display: none;
}

#agreements > div.lb-cont > table > tbody > tr:nth-child(1) > td.col-01 > table > tbody > tr.entry.onmouseout\=\"toggleJM2\(this\,\'entry.row-hover\'\,\'entry.row-pas\'\,\'entry\'\)\;\".onmouseover\=\"toggleJM2\(this\,\'entry.row-pas\'\,\'entry.row-hover\'\,\'entry.row-hover\'\)\;\" {
display: none;
}

/* ------------------------------- AGREEMENTS TAB -> HIDE FIELDS AND HEADINGS WITHOUT RBAC PERMISSIONS (END) ----------------------------------- */

/* ------------------------------- STICKY HEADINGS (START) ----------------------------------- */
.catbar-01 {
position: sticky;
top: 0;
z-index: 1;
background: #fff;
}
/* ------------------------------- STICKY HEADINGS (END) ----------------------------------- */