#top-menu {
 background: #253B5A;
}

#top-menu>ul a:hover {
 color: #5ad0fa !important;
}

#top-menu>ul a.selected {
 color: #5ad0fa;
}

#top-menu>ul a.selected:before {
 background: #5ad0fa;
}

#actionbar #new-entity {
 background: #13bfa7;
}

#actionbar #new-entity:hover {
 background: #16e5c8;
}


#actionbar .menu-children {
 background: #13bfa7;
}

#top-menu>ul a {
 color: #f0f0f0;
}

.controller-account.action-login .login-logo > img {
   -webkit-filter: invert(0%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(0%) contrast(100%) !important;
   filter: invert(0%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(0%) contrast(100%) !important;
}

