﻿/*--------------------------------------------------------------------------------------------------------------------
// <copyright file="apply-branding-default.css" company="VMware, Inc.">
// This product is protected by copyright and intellectual property laws in the United States and other countries as well as by international treaties.
// VMware products may be covered by one or more patents listed at http://www.vmware.com/go/patents
// </copyright>
//--------------------------------------------------------------------------------------------------------------------*/

/*Header Colors*/
.branded-header-bg {
    background-color: #002538 !important;
}

.branded-header-item {
   color: #fff !important;
}

/*Navigation Colors*/ 

.branded-nav-bg {
    background-color: #fff !important;
}

.branded-nav-item {
    color: #3c4653 !important;
}

/*Highlight Colors*/

.branded-highlight-bg {
  background-color: #1270cd !important;
}

.branded-highlight-item:not(.close) {
    color: #fff !important;
}
