.helpTag.new9999 {
  top: auto;
  bottom: 0;
  right: 20px;
  height: 140px;
  width: 248px;
  background: white;
  border: 2px solid #ff5a00;
  border-bottom: 0;
  box-sizing: border-box;
  padding: 13px 20px 0 22px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.helpTag.new9999 .rightNow-box input {
    box-sizing: border-box;
    background-position-x: 139px !important;
    background-position-y: 11px !important;
    padding-left: 13px;
    height: 42px;
    margin-top: 4px;
    width: 170px;
    margin-left: 5px;
}

.helpTag.new9999 .helpTag-control {
  position: relative;
  padding: 0;
  color:  #ff5a00;
  font-family: Arial;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  padding: 5px;
}

.helpTag.new9999 .helpTag-open {
    padding: 4px 0;
    font-family: Arial;
    font-size: 10pt;
    padding: 1px;
}

.helpTag.new9999 .helpTag-icon {
    font-family:Arial;
    position: relative;
    float: left;
    background-color: #ffffff;
    padding: 2px;
    border-radius: 50%;
    width: 23px;
    height: 23px;
    text-align: center;
    box-sizing: border-box;
    color: #ff5a00;
    font-size: 12px;
    font-weight: 700;
    -webkit-transition: all .3s;
    transition: all .3s;
    margin-right: 11px;
    margin-left: -1px;
    margin-top:-1px;
    margin-bottom: 0px;
}

.helpTag.new9999 .helpTag-icon.closed {
	background-color: #ff5a00;
	color: #ffffff;
}

.helpTag.new9999 .helpTag-content {
  -webkit-transition: all .3s;
  transition: all .3s;
  height: 50px;
}
.helpTag.new9999 .helpTag-content p {
  font-family: Arial;
  color:  #555555;
  font-size: 10px;
  font-weight: 400;
  margin-bottom: 5px;
}

.helpTag.new9999.closed {
  height: 55px;
  background-color: #ff5a00;
  padding: 2px;
  height: 40px;
  width: 190px;
}

.helpTag.new9999.closed .helpTag-control {
  color: white;
}

.helpTag.new9999.closed .helpTag-content {
  opacity: 0;
}

.helpTag.new9999.opened {
    padding: 2px;
    height: 90px;
    width: 190px;
}

.helpTag.new9999 .helpTag-control-hide {
	padding-top:2px;
	padding-left:4px;
	padding-right:4px;
	padding-bottom:2px;
	margin-left:20px;
	align: right;
	color: #ffffff;
	background-color: #ff5a00;
}

.helpTag.new9999 .helpTag-control-title {
	margin-top:7px;
	padding:2px;
	margin:0px;
}
#p_p_id_smilesuserhelpportlet_WAR_smilessidebarportlet_ .portlet-borderless-container {
    min-height: 0;
}

@media screen and (max-width: 767px) {
	
	.helpTag{
		display: none;
	}
}