.asmUserDetails {
	text-decoration:none !important;
}

.asmUserDetails .boldAsmUserName {
	display:block !important;
	font-weight:bold;
	width:100%  !important;
}

.asmUserDetails .inlineAsmDetails {
	width:auto  !important;
	display:inline-block  !important;
	font-size:16px !important;
	padding-left:3px !important;
}

.asmDotStyle {
	padding-left: 0px !important;
    font-size: 13px !important;
    margin-left: 5px;
	
}

.OrgSoldTo {
	color:grey;
	font-weight:bold;
	font-size:15px !important;
}


.ASM-btn-manage-org {
	background: #19bc33;
    color: #fff;
    font-weight: 400;
    font-size: 18px;
    margin-left: -1px;
    vertical-align: bottom;
    width: 200px;
    display: inline-block;
    padding: 0 15px;
    height: 40px;
    outline: none;
    border: none;
    margin-right:10px;
}

#_asm .ASM-btn.ASM-btn-start-session {
   width:200px !important;
}

.asmAutoComplete .ui-menu{
	overflow-y: auto;
	max-height: 500px;
}

li.asmUserDetails.ui-menu-item:hover {
    background-color: #eeeeee;
}

li.asmUserDetails.ui-menu-item:hover span.displayName.boldAsmUserName.ui-menu-item-wrapper {
    background-color: #eeeeee;
}

li.asmUserDetails.ui-menu-item:hover span.soldToACCNo.OrgSoldTo.ui-menu-item-wrapper {
    background-color: #eeeeee;
}

span.soldToACCNo.OrgSoldTo.ui-menu-item-wrapper.ui-state-active {
    font-weight: bold;
    color: grey;
}

span.displayName.boldAsmUserName.ui-menu-item-wrapper.ui-state-active {
    font-weight: bold;
    color: black;
}

a.asmUserDetails.ui-menu-item-wrapper.ui-state-active:not(:hover) {
    background-color: transparent;
}