﻿
#subheader-half h2 {
    padding-top: 30px !important;
    color: dimgray !important;
    margin-bottom:20px !important;
}
#body {
    background-color: #e7ebd6 !important;
}
.acm-bg {
    background-color: #e7ebd6;
    color: dimgray;
}
h1, h2, h3,
h4, h5, h6 {
    color: dimgray;
    margin-bottom: 0;
    padding-bottom: 0;
}
 a:link, a:visited,
    a:active, a:hover {
        color: gray;
    }

/* brand logo*/
.brand-logo {
    background-image: url('Demo/Westin-283x305.jpg');
    background-repeat: no-repeat;
    width: 330px;
    height: 65px;
    margin-left: 30px; 
    margin-top:5px;
    margin-bottom:30PX;
    border-image:none;
    position:absolute; 
    z-index:5;
}
.brand-logo-short {
    background-image: url('Demo/Westin-logo-122x250.png');
    background-repeat: no-repeat;
      width:256px;
    height:125px;
    margin-left:50px;
    margin-top:10px;
    border-image:none;
    position:absolute; 
    z-index:5;
}
.brand-favicon {
    background-image: url('favicons/westin.ico');
    width: 16px;
    height: 16px;
    border-image: none;
    background-repeat: no-repeat;
    position: absolute;
    margin: 2px 10px 0px 20px;
    padding-left: 20px;
    padding-top: -2px;
    vertical-align:top;
    display: inline;
    white-space: nowrap;
}
/********************** kube overload **************************/
/* Vertical left hand nav with children tier1 and tier2 */
.nav {
  margin-bottom: 1.65em;
}
.nav ul {
  list-style: none;
  margin: 0;
}
.nav ul li ul {
  margin-left: 2em;
  font-size: .95em;
}
.nav a, .nav span {
    display: block;
    padding: .5em 0;
    width: 150px;
}

.nav a {
    color: aliceblue;
    text-decoration: none;
    background-color: #4970AF;
}
.nav a:hover {
   color: white !important;
  text-decoration: none;
}
.nav li.active a,
.nav span {
  text-decoration: none;
  cursor: text;
  background: #3155a4 !important;
  /*color: rgba(0, 0, 0, 0.4);*/
}
.nav i.fa {
  width: 1.65em;
}
/* Stacked */
.nav-stacked ul {
    margin-bottom:-22px !important;
}
.nav-stacked li {
  margin-bottom: 15px;
 margin-top:15px;
}
.nav-stacked a, .nav-stacked span {
    padding: .5em .7em .5em .7em;
        color:aliceblue !important;
}
.nav-stacked a {
   border-radius:5px;
}
.nav-stacked a:hover {
  color: white !important;
  background: #3155a4;
  text-decoration:none;
}
.nav-stacked li.active a,
.nav-stacked span {
 
  text-decoration: none;
  cursor: text;
  color: white !important;
}
.nav-stacked span {
  padding: 0px !important;
  text-decoration: none;
  cursor: text;
  color: white !important;
}
/* nav tier1 and tier2 -----
    Tier 1 may not highlight because only one span tag can be selected.
    -----------------------*/
.tier1 li {
    margin-bottom:15px;
    margin-top:15px;
    width:220px;
}
 
.tier1 a:hover {
    background: #B6C7E9;
    color: black !important;
    font-weight: 600;
}
.tier1 a {
    color: white !important;
    padding: .5em .7em .5em .7em;
    text-decoration: none;
    border-radius:5px;
}
.tier1  span {
    padding: 0px !important;
    background: #4772C9 !important;
    border-radius:5px;
}

/* Tier 2 */
#leftnav .tier2 li:last-child, ul::after  {
    margin-bottom: 2px;
}
#leftnav .tier2 li {
    margin-bottom: 10px;
    margin-top: 10px;
    color: white !important;
    background: #6F8EC4;
    width: 125px;
    border-radius: 5px;
}
#leftnav .tier2 a, .tier2 span {
   padding: .5em .7em .5em .7em;
    padding: .6em .7em;
   color:white;
   text-decoration:none;
   width:125px;
    border-radius: 5px;
}
#leftnav .tier2 a {
  background: transparent;
   border-radius:5px;
  
}
#leftnav .tier2 a:hover, span {
   /* color: white !important;*/
    background: #7A99D8;
    text-decoration: none;
}
#leftnav .tier2 li.active a,
#leftnav .tier2 span {
  background:  #3155a4;
  width:125px;
  padding: 0px !important;
  text-decoration: none;
  cursor:pointer;
  color: white !important;
}


/* Stats */
.nav-stats li {
  position: relative;
}
.nav-stats a,
.nav-stats span {
  padding-right: 50px;
}
.nav-stats sup,
.nav-stats .badge {
  position: absolute;
  top: 50%;
  right: 0;
}
.nav-stats sup {
  color: rgba(0, 0, 0, 0.4);
}
.nav-stats .badge {
  margin-top: -8px;
}