ul#psf :focus-visible{
    outline-color: #0096D6;
    outline-style: auto;
    outline-width: 1px;
}
ul#psf :focus{
  outline-color: #0096D6;
  outline-style: auto;
  outline-width: 1px;
}
ul#psf :focus-within{
  outline-color: #0096D6;
  outline-style: auto;
  outline-width: 1px;
}
.medallia_feedback_li_zh:focus-within {
  outline: none !important;
}
.medallia_feedback_li_zh:focus {
  outline: none !important;
}
.medallia_feedback_li_zh:focus-visible {
  outline: none !important;
}
.no-psf #psf {
  display: none;
}
#psf {
  position: fixed;
  top: 72px;
  bottom: auto;
  right: 0px;
  font-size: 14px;
  background-color: #f2f2f2;
  border-radius: 1px 0 0 1px;
  /*3588: change z-index from 999 to 100000 to put PSF over header after passport login*/
  z-index: 999;
  -webkit-transition: left none !important;
}
#psf .psf-link {
  display: block;
  color: #0096D6;
  padding: 10px;
  border: 1px solid #ccc;
  margin-bottom: -1px;
}
#psf .psf-link .icon {
  display: inline-block;
  text-align: center;
  width: 20px;
  height: 20px;
  line-height: 20px;
}
#psf .psf-link-ie {
  padding-right: 22px;
}
#psf li {
  line-height: 0;
}
#psf li:last-child a i {
  border-bottom: 1px solid #dadada;
}

/*ALM #2923 CSS property*/
.medallia_feedback_li{
	cursor: pointer; 
	transform: rotate(90deg); 
	width: 42px;
} 
.medallia_feedback_li.hide {
  display: none;
}
.medallia_feedback_link {
	font-family: HPSimplifiedLight,"Open Sans",sans-serif!important;
	font-size: 16px!important; 
	color: #0171AD !important; 
	height: 42px; 
	display: inline-block !important; 
	margin-bottom: 0px !important; 
	white-space: nowrap !important; 
	background: #f2f2f2;
	transform: rotate(180deg); 
	padding: 10px 20px !important;
} 
li a.medallia_feedback_link:focus { 
	text-decoration : none
}  
.medallia_feedback_li a:hover{ 
	text-decoration: none;
} 
.medallia_feedback_link a:hover{ 
	text-decoration: none;
} 
.medallia_feedback_link_zh{
    writing-mode: vertical-rl;
    transform: rotate(270deg);
    text-orientation: upright;
    min-height: fit-content;
    /* css properties for firefox */
    min-height: -moz-fit-content;
    width: inherit;
    padding: 10px !important;
}
/* .medallia_feedback_li_zh{
  width: 53px;
} */

/* css properties for IE */
.ie .medallia_feedback_link_zh{
  /* width: 53px;  */
  -ms-writing-mode: bt-lr; 
  min-height: 50px;
}

@media only screen and (max-width: 800px) and (min-width: 497px), only screen and (max-width: 496px) {  
	.medallia_feedback_li {
		transform: rotate(0deg); 
		width: 75px;
	} 
	.medallia_feedback_link {
		transform: rotate(0deg); 
		width: max-content;
	} 
  .medallia_feedback_link_zh{
    writing-mode: vertical-rl !important;
    transform: rotate(0deg) !important;
    font-size: 14px !important;
  }
  .medallia_feedback_li_zh{
    min-height: 0px !important;
  }
  /* css properties for IE */
  .ie .medallia_feedback_link_zh{
    -ms-writing-mode: bt-lr; 
  }
}

/*ALM #2923 CSS property ends here*/

/* ALM 3397 start - SSO Accessibility LoggedIn Menu CSS */
.wps-tablet .wpr-header-tab .wpr-row .wpr-icons-holder .wpr-signin .wpr-signin-menu a:focus-visible{
  outline: revert;
}

.wps-mobile .wpr-navbar-container .wpr-side-nav .Rectangle-515:focus-visible, .wps-mobile .wpr-signin-menu a:focus-visible {
   outline: revert !important;
}

/* ALM 3397 ends here*/

@media only screen and (min-width: 497px) and (max-width: 800px), only screen and (max-width: 496px) {
  #psf {
    bottom: auto;
    top: 53px;
    margin-top: -1px;
    position: absolute;
    z-index: 1;
    right: -100%;
    width: 100%;
    background-color: #f2f2f2;
  }
  #psf.open {
    -webkit-transition: right 300ms ease-in-out;
    right: -41px;
  }
  #psf.open .notifications-bg {
    left: -41px;
  }
  #psf:hover {
    cursor: pointer;
  }
  #psf > li {
    display: inline-block;
    float: left;
  }
  #psf > li a.psf-link {
    margin-bottom: 0;
    margin-right: -1px;
    line-height: 20px;
  }
  #psf > li > .icon {
    background-color: #f2f2f2;
  }
  #psf > li > .icon i {
    text-align: center;
    border: 0;
  }
  #psf > li > .icon span {
    display: none;
  }
  #psf > li:last-child a i {
    border: 0;
  }
  #psf #psf-gripper {
    display: block;
    background-color: #f2f2f2;
    position: absolute;
    left: -41px;
    width: 42px;
    line-height: 20px;
  }
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
#psf .notifications-bg {
  display: none;
  position: absolute;
  z-index: 100;
  top: 41px;
  right: 0;
  width: 400px;
  height: auto;
  padding: 10px 10px 0 10px;
  background-color: #efefef;
  border: 1px solid #ccc;
  border-bottom-color: #adadad;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
}
@media only screen and (min-width: 497px) and (max-width: 800px), only screen and (max-width: 496px) {
  #psf .notifications-bg {
    bottom: auto;
    width: 100%;
  }
}
#psf .notifications-bg.open {
  display: block !important;
}
#psf .notifications-bg #dismiss-notifications {
  font-size: 16px;
  margin-bottom: 10px;
  margin-top: -13px;
}
#notifications-trigger {
  width: 42px;
  height: 42px;
  /* Defect UAT - No color change for alert notification icon*/
  /*	&.viewed #totalNotifications {
		background-color: @gray;
	}*/
}
#notifications-trigger #totalNotifications {
  margin-bottom: 0;
  width: 14px;
  line-height: 13px;
  font-size: 11px;
  height: 13px;
  background-color: #D7410B;
  color: #fff;
  border-radius: 50%;
  position: absolute;
  z-index: 1;
  margin-left: 12px;
}
#notifications-trigger #bell-icon-svg {
  color: #0096D6;
  fill: currentColor;
}
#psf .notifications-bg .notification {
  background-color: #fff;
  margin-bottom: 10px;
  text-align: left;
}
#psf .notifications-bg .notification.critical .notification-title {
  background-color: #D7410B;
}
#psf .notifications-bg .notification .notification-title {
  position: relative;
  padding: 0 15px;
  height: 34px;
  line-height: 36px;
  font-weight: bold;
  font-size: 14px;
  color: #fff;
  background-color: #0096D6;
}
#psf .notifications-bg .notification .notification-title i {
  margin-right: 3px;
}
#psf .notifications-bg .notification .notification-title .close {
  font-size: 24px;
  background-position: -2px -387px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 10px;
  height: 10px;
  text-align: center;
  top: 0;
  right: 10px;
  bottom: 0;
  left: auto;
  margin: auto;
}
#psf .notifications-bg .notification .notification-body {
  padding: 15px;
}
#psf .notifications-bg .notification .notification-body p {
  font-size: 14px;
  line-height: 18px;
  margin: 0;
}
#psf .notifications-bg .notification .notification-body p strong {
  color: #373737;
}
#psf .notifications-bg .notification .notification-body a {
  color: #0096D6;
}
#psf .notifications-bg .notification .notification-body a:hover {
  color: #006699;
}
#psf .notifications-bg.viewed .notification .notification-title {
  background-color: #767676;
}
#empty-notifications {
  display: none;
  padding: 40px;
}
#empty-notifications p {
  margin-bottom: 10px;
  text-align: center;
}
.step {
  /*removing the a. from these styles and generalizing them.*/
  position: relative;
  display: inline-block;
  height: 46px;
  line-height: 46px;
  padding: 0 10px 0 20px;
  background-color: #f2f2f2;
  color: #ccc;
}
.step:visited {
  color: #ccc;
}
.step:hover {
  color: #ccc;
}
/*Alerts*/
#psf .notifications-bg {
  padding-bottom: 10px;
  top: 0px;
  right: 41px;
}
#psf .notifications-bg .close-bg .close {
  margin-right: -10px;
}
#psf .notifications-bg .notifications-scroll {
  max-height: 250px;
  overflow-y: auto;
}
#psf .notifications-bg .notifications-scroll .notification {
  font-family: HPSimplified !important;
}
#psf .notifications-bg .notifications-scroll .notification .notification-body strong {
  line-height: 18px;
}
#psf .notifications-bg .notifications-scroll .notification .notification-body p {
  display: inline !important;
}
@media only screen and (min-width: 497px) and (max-width: 800px), only screen and (max-width: 496px) {
  .fixedWidgets {
    position: relative;
    width: 100%;
  }
  #psf {
    top: 53px;
  }
  #body {
    overflow: hidden;
  }
  #psf .notifications-bg {
    right: 0px;
    top: 41px;
  }
}
#aWindowsStickerLink {
  border: none;
}
/*concentra feedback section */
#docFeedbackHolder {
  z-index: 1;
  position: relative;
}
#docFeedbackSeparator {
  clear: both;
}
.ie #psf li {
  padding-right: 16px;
}
html[dir=rtl] .ie #psf li {
  padding-left: 16px;
  padding-right: 0px;
}
.icon-bell {
  color: #D7410B;
}
.icon-info {
  color: #0096D6;
}
.AlertsClass {
  display: inline-block;
  margin-bottom: 20px;
}
.alertsContainer {
  margin-left: -15px;
  margin-top: 20px;
  margin-right: -17px;
}
.alertsContainer .AlertsClass {
  display: block;
}
.AlertsClass p {
 display: inline;
}

html[dir=rtl] #psf .notifications-bg button.close {
  margin-left: -30px;
}
html[dir=rtl] #psf .notifications-bg .notification {
  text-align: right;
  left: 0px;
}
html[dir=rtl] #psf .notifications-bg {
  right: auto;
  left: 41px;
}
html[dir=rtl] #psf .notifications-bg .notification .notification-body strong {
  float: right;
  line-height: 18px;
}
html[dir=rtl] #psf .notifications-bg .notification .notification-body a {
  display: inline-block;
  direction: rtl;
}
html[dir=rtl] #psf li a.psf-link {
  padding-left: 10px;
  padding-right: 10px;
}
html[dir=rtl] .text-h3 {
  font-weight: 400;
  font-size: 22px;
  color: #767676;
  direction: rtl;
  display: inline-block;
  text-align: right;
}
html[dir=rtl] #psf {
  left: 0px;
  right: auto;
}
@media only screen and (min-width: 497px) and (max-width: 800px), only screen and (max-width: 496px) {
  html[dir=rtl] #psf .notifications-bg {
    left: 0px;
    top: 41px;
  }
  html[dir=rtl] #psf {
    bottom: auto;
    top: 53px;
    margin-top: -1px;
    position: absolute;
    z-index: 1;
    right: 100%;
    width: 100%;
    background-color: #f2f2f2;
    -webkit-transition: all 300ms ease-in-out;
  }
  html[dir=rtl] #psf .icon-arrow-psf {
    position: relative;
    right: 6px;
    background-position: -2px -152px;
    background-repeat: no-repeat;
    overflow: hidden;
    display: block;
    width: 11px;
    height: 20px;
  }
  html[dir=rtl] #psf.open {
    right: 41px;
  }
  html[dir=rtl] #psf.open .notifications-bg {
    right: -41px;
  }
  html[dir=rtl] #psf.open .icon-arrow-psf {
    background-position: -2px -177px;
    background-repeat: no-repeat;
    overflow: hidden;
    display: block;
    width: 11px;
    height: 20px;
  }
  html[dir=rtl] #psf:hover {
    cursor: pointer;
  }
  html[dir=rtl] #psf > li {
    display: inline-block;
    float: right;
  }
  html[dir=rtl] #psf > li a.psf-link {
    margin-bottom: 0;
    margin-right: -1px;
    line-height: 20px;
  }
  html[dir=rtl] #psf > li > .icon {
    background-color: #f2f2f2;
  }
  html[dir=rtl] #psf > li > .icon i {
    text-align: center;
    border: 0;
  }
  html[dir=rtl] #psf > li > .icon span {
    display: none;
  }
  html[dir=rtl] #psf > li:last-child a i {
    border: 0;
  }
  html[dir=rtl] #psf #psf-gripper {
    display: block;
    background-color: #f2f2f2;
    position: absolute;
    right: -41px;
    width: 42px;
  }
  html[dir=rtl] #psf > li.medallia_feedback_li {
    width: 109px !important;
  }
  
  html[dir=rtl] #psf > li a.medallia_feedback_link {
    transform: rotate(90deg) !important;
  }
  .medallia_feedback_link_zh{
    writing-mode: vertical-rl !important;
    transform: rotate(0deg) !important;
    font-size: 14px !important;
	  min-height: 0px !important;
  }
  .medallia_feedback_li_zh{
    min-height: 0px !important;
  }
}

html[dir=rtl] .psf-link .icon-rght:before {
  content: "\e603 ";
}
html[dir=rtl] .psf-link .icon-lft:before {
  content: "\e604";
}
html[dir=rtl] #prodInfoWarrantyInfo {
  direction: rtl;
}
html[dir=rtl] #searchSNRProductSection #btnWFormSubmit {
  float: none;
}

@media print {
  #psf {
    display: none!important;
  }
  .hp-search.hp-section,
  .hp-section.hp-hero {
    display: none!important;
  }
}

/*ALM - 3510 - Fix for the Right blue border disappears when a language is selected from the PDP Manuals language dropdown in Firefox browser **/
a.dropdownHeaderLink:focus {
  outline-offset: 0px !important;
  outline:1px solid #4d90fe !important;
}
/*ALM -3510 - Fix ends here **/