/* New Help Panel CSS Start 
.helpPanelWrap{
	border-radius:10px 0 0 0;
	background:#525a5b;
	padding:20px;
	height:309px;
	width:256px;
	font-family:Arial;
	position:fixed;
	bottom:0;
	right:0;
    z-index:99;
    overflow: hidden;
    display:none;
}

.helpPanelWrap h1{
	padding:0 0 11px 0;
	margin:-4px 0 11px 0;
	border-bottom:1px solid #eeeeee;
	color:#fff;
	font-size:22px;
	text-align:center;
	font-weight:normal;
}

.helpPanelWrap ul{
	list-style-type:none;
	padding:0;
	margin:0;
	font-size:15px;
}

.helpPanelWrap ul li{
	padding:11px 0;
}

.helpPanelWrap ul li img{
	margin-right:14px;
	vertical-align:middle;
}

.helpPanelWrap ul li a{
	color:#fff;
	text-decoration:none;
}

.helpPanelWrap ul li a:hover{
	text-decoration:underline;
}
.HideButton{
	display:none;
}

/* New Help Panel CSS End */ /* New Help Panel CSS End */


/* Support Ticket Popup (Help section) CSS Start - 4 April 2017 
.RadWindow .rwIcon{
    position:static !important;
}
.RadWindow .rwIcon:before{
    content:"" !important;
}
.RadWindow.rwShadow{
    box-shadow:none !important;
}
.RadWindow_Default{
    background:none !important;
}
.RadWindow{
    border-width:0 !important;
}
/* Support Ticket Popup (Help section) CSS End - 4 April 2017 */


.RadWindow .rwIcon {
  top: 2% !important;
}

  .RadWindow .rwIcon:before {
    content: "" !important;
  }


/* Helpdesk FR , june 2018 */
.helpPanelWrap {
  border-radius: 15px 0 0 15px;
  box-sizing: border-box;
  border: 1px solid #bbbbbb;
  border-right: 0;
  background: #eef1f6;
  padding: 0;
  /*height: 100%;*/
  width: 355px;
  font-family: Lato;
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 999999999;
  overflow: hidden;
  display: none;
}

  .helpPanelWrap div, .helpPanelWrap p, .helpPanelWrap span, .helpPanelWrap b {
    font-family: Lato;
    line-height: normal;
    color: #505658;
  }

.helpPanelDefault {
  right: 0;
  bottom: 30px !important;
  position: fixed;
  z-index: 9999;
  cursor: pointer;
}

.logo-h {
  text-align: left;
  background: #fff;
  padding: 5px 0 5px 25px;
  border-bottom: 1px solid #bbbbbb;
  margin-bottom: 10px;
  box-sizing: border-box;
}

.head-h-s {
  padding: 4px 5px 4px 15px;
  background: #fff;
  border: 1px solid #bbbbbb;
  border-left: 0;
  border-right: 0;
  font-weight: bold;
  font-size: 15px;
  color: #505658;
  width: 100%;
  float: left;
}

.text-orange {
  color: #eb8b32 !important;
}

.font16 {
  font-size: 16px;
}

.link-orange {
  color: #eb8b32 !important;
  text-decoration: underline !important;
  font-size: 13px !important;
}
.link-blue {
  color: #004976 !important;
  text-decoration: underline !important;
  font-size: 13px !important;
}

  .link-orange:hover {
    text-decoration: none;
  }


.h-col-wrap {
  float: left;
  width: 100%;
  padding: 13px 10px 5px 16px;
  box-sizing:border-box;
}

  .h-col-wrap .h-col-1 {
    float: left;
    width: 60%;
  }

  .h-col-wrap .h-col-2 {
    float: left;
    width: 40%;
    text-align: right;
  }


.ebsleft_option {
  height: auto !important;
}

.PB15 {
  padding-bottom: 15px;
}



.formnew_Help .h-col-wrap {
  background: #f5f4f4;
  padding: 13px 10px 8px 16px;
}

  .formnew_Help .h-col-wrap .h-col-1, .formnew_Help .h-col-wrap .h-col-2, .formnew_Help .head-h-s {
    width: 100%;
    text-align: center;
  }
