.TB1_headerLogo{background-image:url(https://onlinexperiences.com/FileLibrary/2731/24/2841-IBMZ-1Q-webinar-20190320-extra-leadspace-750x150px.jpg);}

/*********PANEL ICON LIBRARY CSS OVERRIDES**********************************/
/*GLOBAL*/
.WorkspaceBody #PanelBar img
{
  width:50px;
  height:50px;
  background-size:50px 50px;
  cursor:pointer;
  padding:0px;
}
/*BOUNCE HOVER*/
.WorkspaceBody #PanelBar img 
{
  transform: translate(0px,0px);
  box-shadow:0px 4px 0px rgba(0,0,0,0);
  transition: box-shadow ease .5s,transform ease .5s;
}
.WorkspaceBody #PanelBar img:hover 
{
  transform: translate(0px,-8px);
  box-shadow:0px 4px 0px rgba(0,0,0,.25);
}
/*PANEL RESTORE ICON*/
img#PanelBarRestoreBtn
{
  background-image: url(https://content.onlinexperiences.com/customvts/Resources/PanelIcons/assets/Icons/Overcast_Light_Restore.png);
  background-repeat: no-repeat;
  width: 0px !important;
  height: 0px !important;
  display: inline-block;
  background-position: center center;
  background-size: 50px 50px;
  cursor:pointer;
  padding:25px 25px !important;
  overflow:hidden;
}
/*SOCIAL SHARE ICON*/
.ShareWidget.PanelButton
{
  background-image: url(https://content.onlinexperiences.com/customvts/Resources/PanelIcons/assets/Icons/Overcast_Light_Share.png);
  background-repeat: no-repeat;
  width: 0px !important;
  height: 0px !important;
  display: inline-block;
  background-position: center center;
  background-size: 50px 50px;
  cursor:pointer;
  padding:25px 25px !important;
  overflow:hidden;
  background-color:rgba(0,0,0,.25);
}
/*PANEL ICON PLACEMENT BOTTOM*/
.WorkspaceBody #PanelBar img
{
  margin:8px 8px 0px 0px;
}

/*********END OF - PANEL ICON LIBRARY CSS OVERRIDES*************************/