
/* - ploneCustom.css - */
@media all {
/* https://www.healthpolicy-online.de/portal_css/ploneCustom.css?original=1 */
/* */
#portal-header {
background: #E3001B;
}
#portal-siteactions a {
color: white;
}
/* */
#portal-globalnav,
#portal-globalnav li a {
color: white;
background: #5A5957;
}
/* */
#portal-globalnav .selected a,
#portal-globalnav a:hover {
background: #E3001B;
}
/* */
#contentActionMenus dl.actionMenu a,
#contentActionMenus dl.actionMenu.activated dd,
.documentEditable dl.actionMenu a,
#contentActionMenus, dl.actionMenu.activated dd,
#content-views,
#edit-bar {
background-color:#E3001B;
border-color:#E3001B;
}
#contentActionMenus dl.actionMenu.activated dd {
border-bottom: 0.5em solid #E3001B;
}
/* */
.grid th {
background-color: #E3001B !important;
}
.grid tr:nth-child(odd) {
background-color: #A6A6A6 !important;
}
.grid tr:nth-child(even) {
background-color: white !important;
}

}

