button[type="submit"].ng-command-button, button[type="button"].ng-command-button {
	color: rgb(255, 255, 255);
	background-color: #00263c /* cor de fundo linha header */;
}
button[type="submit"].ng-command-button .icon, button[type="button"].ng-command-button .icon {
	margin-right: 5px;
}
button[type="submit"].ng-command-button:hover, button[type="button"].ng-command-button:hover {
	background-color: #005180 /* cor de fundo botao login hover */;
	background-image: none;
}
button[type="submit"].ng-command-button[disabled], button[type="button"].ng-command-button[disabled], button[type="submit"].ng-command-button[disabled]:hover, button[type="button"].ng-command-button[disabled]:hover {
	background-color: rgb(204, 204, 204);
	box-shadow: 1px 1px 2px rgb(160, 160, 160) inset;
	cursor: default;
}
