/*---------------------------------------------------------------------------*/
/* BANNER definitions                                                        */
/*---------------------------------------------------------------------------*/
#bannerStrip {
	height    : 68px;
	width     : 100%;
	min-width : 992px;
	background: transparent;
	position  : relative;
    border-bottom:3px solid #005d84;
}

.hosted-popup #bannerStrip {
    border-bottom:1px solid #ff791a !important;
}



#hostedBannerStrip {
	height    : 145px;
	width     : 100%;
	min-width : 992px;
	background: transparent;
	position  : relative;
    border-bottom: 1px solid #ff791a;
}

.top-nav-item{
	display:inline-block;
	vertical-align: middle;
    margin-top: 10px;
}
.top-nav-item.nav-item-right{
	float:right;
}
.top-nav-item #product-logo{
  height: 50px;
  width: 207px;
}
.top-nav-item.product-label-box{
	color:#777;
	font-size:13px;
	margin-left:16px;	
}

.top-nav-item.header-nav-btn-bar{
	margin-left:32px;
}

.hosted-banding-leftnav .top-nav-item.header-nav-btn-bar{
    position: absolute;
    left: calc(40% - 100px);
}

.top-header-btn{
	display:inline-block;
	border-radius:3px;
	margin:4px;
	padding: 8px 15px;
	color:#777;
	background:transparent;
	text-decoration:none;
	font-size:15px;
	font-weight: normal;
}


.top-header-btn:hover{
	background:#eee;
	color:black;
}
.top-header-btn.header-btn-on{
	color:white;
	background:#005d84;
}

#user-info{
	color:#666;
	font-size: 10px;
	padding:0 0 2px 0;
	text-align: right;
}

a.top-nav-small-links{
	color:#000;
	font-size:11px;
	text-decoration:none;
}

a.top-nav-small-links:active,
a.top-nav-small-links:hover,
a.top-nav-small-links:focus {
    text-decoration: underline;
}

img#hosted-product-logo{
	height: 50px;
    width: 207px;
    padding-left: 16px;
}
  span.top-header-btn.margin-for-icons {
    color: #777 !important;
    background: transparent !important;
}
}
.hosted-banding-leftnav {
    span.top-header-btn.margin-for-icons {
    color: #777 !important;
    background: transparent !important;
}
}