.LoginSubmit {
	background-color: #393A3D !important;
	border-radius: 0% !important;
} 



.EdgeBgColor{
  background-color: #393A3D;
}


.marqueeBackground,
.marquee{
  color: #FFFFFF;
  background-color: #393A3D;
  font-size: 14px;
}


.EdgeFontColor
{ 
  color: #;
}


.MarqueeFontColor
{ 
  color: #;
}


/*Change registration bullets to black 4/27/2018 KJ*/ 

.QuickRegistrationPageColumn
{
    color: rgb(0,0,0);
    font-size: 13px;
    vertical-align: top;
}

/*Hide the Login ID, Email Address and Password fields on a mobile browser*/

.UserProfileFieldsHolder p:nth-child(1), .UserProfileFieldsHolder input:nth-child(2) {
display:none;
}

.MB_UserProfileLoginIDSection {
display:none;
}

.MB_UserProfileChangePasswordSection {
display:none;
}

.ChangePasswordButton {
display:none;
}

.UserProfileFieldsHolder input[name=EMailAddress] { 
display:none;
}


.EventAbstractHeader {
display:none;
}

 
.EventSpeakerBioHeader {
display:none;
}





.EdgeTopMenuItem {
    cursor: pointer;
    font-size: 12px;
    font-weight: normal;
    padding: 22px 0px 15px 17px;
    text-decoration: none;
    vertical-align: middle;
    display: inline-block;
    margin: 0px;
    transition: all ease .75s;
    position: relative;
    border-bottom: 4px solid transparent;
    box-sizing: border-box;
}

/***** booth overlay styles - added 8/28/18 by KJ *****/
.EventFrameDiv #EventFrame
{
  background-color: transparent !important;
}
#BGImageDiv
{
  background-color: transparent !important;
  height: 458px !important;
  width: 959px !important;
  display:none;
}
#EventDiv
{
  box-shadow: none;
  border: none;
}
.EventRow div[style="display:none"]
{
  display:block !important;
}

/*
.EventRow div:nth-child(5)
{
  display:block !important;
}
*/

.EventRow .ToggleDiv
{
  display: none;
}
/***** end booth overlay styles *****/ 
   
/*Hide the Login ID, Email Address and Password fields on a mobile browser*9/18/18 by KJ*/
.UserProfileFieldsHolder p:nth-child(1), .UserProfileFieldsHolder input:nth-child(2) {
display:none;
}
.MB_UserProfileLoginIDSection {
display:none;
}
.MB_UserProfileChangePasswordSection {
display:none;
}
.ChangePasswordButton {
display:none;
}
.UserProfileFieldsHolder input[name=EMailAddress] { 
display:none;
}  
 /*END Hide the Login ID, Email Address and Password fields on a mobile browser*9/18/18 by KJ*/

/* remove ask staffer question */
.AskStafferTitle {
    color: #545454;
display:none;
}
.QuestionBox {
    width: 297px;
    height: 52px;
    font-size: 12px;
    padding: 10px;
    border: 0px;
    overflow: auto;
    resize: none;
display: none;
    font-family: arial,helvetica,sans-serif;
}
.SubmitQuestion {
    border: 0px;
    margin: 4px 0px 0px 0px;
    padding: 5px 27px 5px 10px;
    background-image: url(../assets/SubmitArrow.png);
    background-repeat: no-repeat;
    background-position: center right;
    font-size: 14px;
    cursor: pointer;
display: none;
}
#MsgDefaultText {
    position: absolute;
    font-size: 12px;
    margin: 10px 0 0 10px;
display: none;
} 
/* END remove ask staffer question*/
#ToolbarLeftImg{background-image:url(https://files.onlinexperiences.com/FileLibrary/3331/24/Logo3.png);}

.EdgeFillColor
{ 
  fill: #;
}
