/* $Id$ */
.navigation-bg {
    /* background: transparent url(../tab-bg.png) repeat-x; */
	opacity: 1;
	width: auto;
	width: 100%;
	margin: 0px 0px 5px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	height: auto;
}
.navigation-bg {
	background-color: #154d8d;
} /* To remove nav-actbut.gif in jsp and apply the hover tab in color */
.navigation-bg a {
	color: #fff !important;
}
.navigation_td_HoverBG {
	background: url(nav-actbut.gif) repeat;
}
.dropdownreport   
{	
  display: none;
  position: absolute;
  background-color: #fff;
  min-width: 100px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 999999999999999999999!important;
  height: 170px;
  top: 10px;
  border-color: #BABABA;
  border-radius: 5px;
  padding: 5px;
}
.dropdownreport a
{
  height:10px;
  width:170px;
  color:black!important;  
  line-height:1;
  padding: 12px 16px;
  display: block;
}
.dropdownreport a:hover {background: #BABABA repeat; font-weight: bold;}

.reportlist
{
  position: relative;
}

.dropdownuserexperience {
  display: none;
  position: absolute;
  background-color: #fff;
  min-width: 100px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 999999999999999999999 !important;
  height: 34px;
  top: 10px;
  border-color: #BABABA;
  border-radius: 2px;
  padding: 5px 0px;
}

.dropdownuserexperience td {
  padding: 0px 5px
}

.dropdownuserexperience a {
  height: 10px;
  width: 34px;
  color: black !important;
  line-height: 1;
  padding: 12px 16px;
  display: block;
}

.dropdownuserexperience a:hover {
  background: #BABABA repeat;
  font-weight: bold;
}

.size8 {
  height: 8px;
  width: 8px;
}

.dropdownuserexperience a.hasSubMenudown {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#RUMSubMenu {
  position: absolute;
  left: 100%;
  top: 0px !important;
  background-color: #fff;
  min-width: 100px;
  box-shadow: 6px 8px 16px 0px rgb(0 0 0 / 20%);
  z-index: 999999999999999999999 !important;
  height: 34px;
  top: 10px;
  border-color: #BABABA;
  border-radius: 2px;
  padding: 5px;
}

td.menuon, td.menunormal {
    background:url(arrow-nav.png) no-repeat center center;
    width:19px;
    height:28px;
    cursor:pointer;
}
td.menuover, td.menuout {
    background: #1c346a url(arrow-nav.png) no-repeat center center;
    width:19px;
    height:28px;
    cursor:pointer;
}

/* Intro tab changes starts */
.introRevamp .orange-panel .heading{
	background-color:#eeeeee;
	color:#000;
}
.introRevamp .orange-panel #conent-wrap{
	border-color:#eeeeee;
}
.introRevamp .links-wrap .link{
	background:#154d8d;
}
/* Intro tab changes ends */
