


header #topHeader {
	
	background-color: #333f48;
	
	
}

header #topHeader a, header #topHeader a:active {
	
}





body {
	background: #333f48 !important;
}




button, .button {
	background-color:#ce0019;
}

button.inverse,.button.inverse {
	color:#ce0019;
}

.btn.btn-primary, .btn.btn-info, .btn.btn-success {
	background-color:#ce0019;
	border-color:#ce0019;
}









m-typeahead[data-code="nutanix-prism-provision-categories"] {
    display: none !important;
}

/* If the element sits inside a labeled form-group wrapper, hide that whole row too */
m-typeahead[data-code="nutanix-prism-provision-categories"]:is(.form-group, .row) {
    display: none !important;
}

.form-group:has(m-typeahead[data-code="nutanix-prism-provision-categories"]),
.row:has(m-typeahead[data-code="nutanix-prism-provision-categories"]) {
    display: none !important;
}
