/* override color for suitebar */
div#suiteBarLeft {
    background-color: #00395d;
}
/* override app icon colors */
#applist a.ms-storefront-appiconspan {
    background-color: #00395d;
}
/* rule to override InfoPath form behavior of not wrapping text in a human way */
#FormControl #FormControl__XmlFormView textarea {
	white-space: pre-wrap !important;
}
/* adjust coloring for default calendar view */
div.ms-acal-item {
    background-color: #00395d;
}

li span.ms-acal-apanel-item {
    background-color: #00395d;
}

div#s4-workspace input[type=button], div#s4-workspace input[type=reset], div#s4-workspace input[type=submit], div#s4-workspace button {
    color: white;
    background-color: #00395d;
}
div#s4-workspace input[type=button]:hover, div#s4-workspace input[type=reset]:hover, div#s4-workspace input[type=submit]:hover, div#s4-workspace button:hover {
    color: white;
    background-color: #008cc4;
}