﻿
/* additional fixes required */
.no-scroll {
  overflow: hidden;
}

.sr-visable-only {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
}


.headerv2-component  a[href]:focus, .headerv2-component  a[href]:active,
.headerv2-component  area[href]:focus,
.headerv2-component area[href]:active,
.headerv2-component input:not([disabled]):focus,
.headerv2-component input:not([disabled]):active,

.headerv2-component button:not([disabled]):focus,
.headerv2-component button:not([disabled]):active,

.headerv2-component [tabindex="0"]:focus,
.headerv2-component [tabindex="0"]:active,
.headerv2-component [contentEditable=true]:focus,
.headerv2-component [contentEditable=true]:active {
  outline: 0.25rem solid #deb406;
    transition: 0.2s ease-in-out;
    box-shadow: none;
}


.headerv2-component .search-container {
  background: none;
  height: unset;
}

.headerv2-component .search {
  position: static !important;
}

.headerv2-component .search input {
  border: none !important;
  padding: 0 0 0 0.5rem !important;
  width: unset !important;

}

.headerv2-component .sys_searchbutton {
  display: none;
}
