md-fab-speed-dial md-fab-actions .md-fab-action-item .md-button.md-raised:not([disabled]) md-icon {
	color: rgb(12,59,90) !important;
}
md-fab-speed-dial md-fab-actions .md-fab-action-item .md-button.md-raised:not([disabled]):hover md-icon {
	color: rgb(255,255,255) !important;
}
md-toolbar.md-default-theme.md-hue-3:not(.md-menu-toolbar), md-toolbar.md-hue-3:not(.md-menu-toolbar) {
	background-color: rgb(7,125,159) !important;
	color: rgb(255,255,255) !important;
}
md-toolbar.md-default-theme.md-hue-2:not(.md-menu-toolbar), md-toolbar.md-hue-2:not(.md-menu-toolbar){
	background-color: rgb(12,59,90);
	color: rgb(255,255,255);
	background-image: url(/custom/img/background-small.jpeg);
	background-size: cover;
	background-repeat: no-repeat;
}
