#search-bar-container {
  order: 3;
  width: 100%;
  height: 32px;
  border: none;
  border-radius: 4px;
  box-shadow: 0 1px 2px 0 rgba(26, 24, 22, 0.2), 0 0 4px 0 rgba(0, 0, 0, 0.1);
  background-color: #514c47;
  overflow: hidden;
  display: flex;
  flex-direction: row;
  align-items: center;
  margin: 0px 0px 0px 16px;
}

#search-bar-input {
  border: none;
  width: 100%;
  margin: 1px 9px 0px 9px;
  font-family: inherit;
  font-size: 13.8px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.16;
  letter-spacing: normal;
  background-color: #514c47;
  color: #161513;
}

#search-bar-input::placeholder {
  color: #fcfbfa;
  opacity: 0.7;
}

.black-placeholder::placeholder {
  color: #161513 !important;
  opacity: .4;
}

#search-bar-input::-ms-clear {
  display: none;
}

#search-bar-input:-ms-input-placeholder {
  color: #fcfbfa;
  opacity: 0.7;
}

.black-placeholder:-ms-input-placeholder {
  color: #161513 !important;
  opacity: .4;
}

#search-bar-container input:focus {
  outline: none;
}

#search-icon {
  height: 24px;
  display: inline-block;
}

#search-icon span {
  width: 16px;
  height: 16px;
  margin: 0px 0px 0px 12px;
}

.background-white {
  background-color: #ffffff !important;
}

.u02logos {
  height: 42px !important;
  width: 42px !important;
}

.u02logos .o_icon::before {
  background-image: url("images/utilitybar/oracle-o-red.svg") !important;
  height: 42px !important;
  width: 42px !important;
}

#u02main {
  background-color: transparent;
}

#u02main > div.u02menu-l1z1 {
  top: 112%;
}

.u02mtool > .u02menu-l1z1 {
  right: -3px;
}

.f11 .u02mtool .u02menu-l1z1,
.ocom-responsive .u02mtool .u02menu-l1z1 {
    left: 4px;
}

#u02mainmenu {
  top: 109%;
}

.u02searchform {
  display: inline-flex;
  flex-grow: 1;
}

/*[role="banner"] {
    margin-bottom: 8px;
  }*/

.u02mlinkw1 a .u02hamenu {
  background: url("images/utilitybar/menu.svg") !important;
  background-size: 100% 24px !important;
  height: 24px;
  width: 24px;
}

.u02mtool .u02ticon.u02user:after,
.u02ticon:before,
.u02currentcr .u02cmenu-l2 a:before,
.u02currentcr .u02cmenu-l2 .u02currentcc:before {
  background: url("images/utilitybar/avatar-white.svg") center no-repeat !important;
}

.u02mtool .u02ticon.u02regn:after,
.u02ticon:before,
.u02currentcr .u02cmenu-l2 a:before,
.u02currentcr .u02cmenu-l2 .u02currentcc:before {
  background: url("images/ico-domain-white.svg") center no-repeat !important;
}

.u02menu {
  margin: 0px 0px 0px 12px !important;
}

#u02,
.u02logow1,
.u02mlinkw1,
.u02menu {
  background-color: #3a3632;
}

.u02local {
  display: none;
}

.u02tools .u02ticon > span {
  color: #ffffff !important;
}

.u02mlinkw1 a,
.u02mlinkw1 a:link {
  width: 28px !important;
  height: 44px;
  margin-top: -1px;
}

.u02w1 {
  height: 52px;
  margin: 0px auto;
}

.f11v0 .u02w1,
.f11v6 .u02w1,
.ocom-base .u02w1 {
  padding-left: 16px !important;
  padding-right: 16px !important;
}

.f11v6 .u02w1,
.ocom-base .u02w1 {
  max-width: 100%;
}

.f11 #mobisearch,
.ocom-responsive #mobisearch {
  display: none;
}

#preview-container {
  margin: auto;
  top: 52px;
  z-index: 1;
  position: absolute;
  background: #ffffff;
  border-radius: 0px 0px 20px 20px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

#preview-searchall-term {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.25;
  color: #1A1816;
}

#preview-result-searchall {
  text-decoration: none;
  padding-bottom: 8px;
  padding-top: 12px;
  font-size: 16px;
  font-weight: normal;
  color: #1A1816;
  line-height: 1.25;
  word-wrap: break-word;
  word-break: break-word
}

#preview-result-searchall:hover span {
  text-decoration: underline;
}

#preview-result-searchall:focus span {
  text-decoration: none !important;
}

#preview-result-searchall:hover,
#preview-result-searchall:focus {
  border-radius: 0px 0px 20px 20px;
  outline: none !important;
}

#preview-search-icon {
  display: inline-block;
  content: "";
  background-image: url("images/utilitybar/search-icon.svg");
  background-repeat: no-repeat;
  background-size: 100% auto;
  flex-shrink: 0;
  width: 24px;
  height: 28px;
  padding: 0;
  margin-top: -2px;
  margin-right: 12px;
}

.preview-pdf-icon {
  content: "";
  background-image: url("images/utilitybar/pdf-icon.svg");
  background-repeat: no-repeat;
  background-size: 100% auto;
  width: 20px;
  height: 20px;
  margin-right: 14px;
  flex-shrink: 0;
}

.preview-video-icon {
  content: "";
  background-image: url("images/utilitybar/video-icon.svg");
  background-repeat: no-repeat;
  background-size: 100% auto;
  width: 20px;
  height: 20px;
  margin-right: 12px;
  flex-shrink: 0;
}

#search-icon-black {
  content: url("images/utilitybar/search-icon.svg");
}

#search-icon-white {
  content: url("images/utilitybar/search-icon-white.svg");
}

#search-icon-black::after {
  display: inline-block;
  content: "";
  background-image: url("images/utilitybar/search-icon.svg");
  background-repeat: no-repeat;
  background-size: 100% auto;
  height: 16px;
  width: 16px;
  padding: 0;
}

#search-icon-white::after {
  display: inline-block;
  content: "";
  background-image: url("images/utilitybar/search-icon-white.svg");
  background-repeat: no-repeat;
  background-size: 100% auto;
  height: 16px;
  width: 16px;
  padding: 0;
}

#results-preview li::after {
  outline: none !important;
}

#preview-results-alert {
  height: 0;
  width: 0;
  margin: 0px;
  overflow: hidden;
}

#hr-preview-section,
#hr-preview-section-products {
  height: 1px;
  margin: 0px;
  background-color: rgba(0, 0, 0, 0.1);
}

#preview-listview li:nth-child(7),
#preview-listview li:nth-child(8) {
    display: none;
}

#preview-listview li:first-child .preview-result-container:first-child {
  border-radius: 20px 20px 0px 0px;
}

#error-results-preview,
#no-results-preview {
  display: flex;
  flex-wrap: wrap;
}

.image-product-icon {
  content: "";
  background-image: url("images/utilitybar/products-icon.svg");
  background-repeat: no-repeat;
  background-size: 100% auto;
  height: 20px;
  width: 21px;
  align-self: center;
  margin-right: 15px;
  border: none;
}

.preview-hide {
  display: none !important;
}

.no-results-preview-icon {
  margin-top: 10px !important;
  flex-shrink: 0;
  align-self: flex-start;
}

#no-results-preview > div.no-results-row>span {
  display: inline-block;
  content: "";
  background-image: url("images/utilitybar/preview-no-results-icon.svg");
  background-repeat: no-repeat;
  background-size: 100% auto;
  height: 24px;
  width: 24px;
}

#error-results-preview > div.no-results-row > span {
  display: inline-block;
  content: "";
  background-image: url("images/utilitybar/preview-results-error.svg");
  background-repeat: no-repeat;
  background-size: 100% auto;
  height: 24px;
  width: 24px;
}

.no-results-row {
  display: flex;
}

.no-results-preview-title {
  padding: 12px 0px 6px 0px;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.25;
  letter-spacing: normal;
  color: #1a1816;
}

.no-results-preview-text {
  padding: 0px 25px 15px 60px;
  margin-left: 0px;
  font-size: 12px;
  opacity: 0.6;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: normal;
  color: #100f0e;
}

.preview-title {
  margin-right: 0px;
  word-wrap: break-word;
  word-break: break-word;
  max-width: 100%;
  width: 100%;
}

.preview-breadcrumb {
  display: none;
}

.preview-rollup {
  padding-left: 41px;
}

.preview-result-container {
  display: flex;
  padding: 13px 14px;
  font-size: 16px;
  font-stretch: normal;
  font-style: normal;
  font-weight: normal;
  line-height: 1.25;
  letter-spacing: normal;
  color: #1a1816;
  outline: none;
}

.preview-result-container:focus,
.preview-result-container:hover {
  background: #f1efed;
}

.preview-result-container:hover .preview-title {
  text-decoration: underline;
}

.preview-result-container:focus .preview-title {
  text-decoration: none !important;
}

#search-bar-scope {
  max-width: 38%;
  max-height: 28px;
  margin-left: 6px;
  cursor: pointer;
  background-color: #2c2926;
  border: solid 1px #2c2926;
  border-radius: 4px;
  outline: none;
  flex-shrink: 0;
  display: inline-flex;
  flex-direction: row;
  align-items: center;
}

html[dir="rtl"] #search-icon span {
  margin: 0px 12px 0px 12px;
}

html[dir="rtl"] .preview-breadcrumb {
  margin-right: auto;
  margin-left: 3px;
}

html[dir="rtl"] #preview-search-icon {
  margin-right: 0px;
  margin-left: 10px;
}

html[dir="rtl"] #u02main {
  border-right: 0px;
}

#search-bar-scope:hover {
  border: solid 1px #9d9893;
}

#search-bar-scope-book {
  margin: 6px !important;
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  background-position: center;
  background-repeat: no-repeat;
}

.scope-book-icon {
  background-image: url("images/utilitybar/book_icon.svg");
}

.scope-product-icon {
  background-image: url("images/utilitybar/product_icon.svg");
}

.scope-solutions-icon {
  background-image: url("images/utilitybar/solutions_icon.svg");
}

.scope-learn-icon {
  background-image: url("images/utilitybar/learn_icon.svg");
}

#search-bar-scope-text {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #ffffff;
  font-family: 'Oracle Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: normal;
  text-align: center;
}

#search-bar-scope-text:focus {
  outline: none;
}

#search-bar-scope-close {
  height: 22px;
  width: 22px;
  outline: none;
  margin: 3px 5px 3px 4px;
  cursor: pointer;
  border: 1px solid #2c2926;
  border-radius: 50%;
  padding: 0px;
  background-color: rgba(80, 76, 71, 0.3);
  flex-shrink: 0;
}

#search-bar-scope-close:hover {
  background-color: #504c47;
}

#search-bar-scope-close:focus {
  border: 1px dotted #fcfbfa;
}

#search-bar-scope-close-icon {
  display: flex;
  height: 16px;
  width: 16px;
  margin-left: 2px;
  background: url("images/utilitybar/close_icon.svg") no-repeat center;
  opacity: 0.6;
}

#search-bar-scope-tooltip {
  width: 214px;
  border-radius: 2px;
  box-shadow: 0 1px 2px 0 rgba(26, 24, 22, 0.2), 0 0 4px 0 rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
  padding: 8px 12px 12px 12px;
}

#search-bar-scope-tooltip p {
  font-family: "Oracle Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: left;
}

#search-bar-scope-tooltip .grayed-font {
  font-size: 10px;
  line-height: 1.6;
  color: rgba(49, 45, 42, 0.7);
  margin-bottom: 4px;
}

#search-bar-scope-tooltip .black-font {
  font-size: 12px;
  line-height: 1.33;
  color: #312d2a;
  margin-bottom: 0;
}

#search-scope-tooltip {
  margin-top: 117px;
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.4;
  filter: alpha(opacity=0);
  opacity: 0;
}

.tooltip.in {
  filter: alpha(opacity=90);
  opacity: .9;
}

.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}

.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}

.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}

.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}

.tooltip-hide {
  display: none !important;
}

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #000;
  border-radius: 4px;
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.tooltip.top-left .tooltip-arrow {
  right: 5px;
  bottom: 0;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

#search-bar-container div.tooltip-inner {
  padding: 0;
}

#search-bar-container div.tooltip.in {
  filter: alpha(opacity=100);
  opacity: 1;
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
  #error-results-preview .no-results-row,
  #no-results-preview .no-results-row {
    min-width: 165px;
  }

  .u02toolsloggedin,
  .u02toolsloggedout {
    height: 64px !important;
  }

  .u02ulink.new-window {
    height: 19px !important;
  }

  .u02local .u02localw1 a:focus {
    outline: none !important;
  }

  .u02local .u02localw1 a:focus span {
    outline: 2px dotted #fff !important;
  }

  #search-bar-scope {
    height: 28px;
  }
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) and (max-width: 1023px) {

  .u02toolsloggedin,
  .u02toolsloggedout {
    height: 46px !important;
  }
}

@media only screen and (min-width: 320px) {
  .no-results-preview-icon {
    margin: 10px 14px 0px 15px;
  }

  #error-results-preview,
  #no-results-preview {
    flex-wrap: nowrap;
  }

  .no-results-preview-title {
    padding: 12px 28px 14px 0px;
  }

  .no-results-preview-text {
    margin-left: auto;
    padding: 14px 17px 14px 0px;
  }
}

@media only screen and (min-width: 600px) {
  .f11v0 .u02w1,
  .f11v6 .u02w1,
  .ocom-base .u02w1 {
    padding-left: 24px !important;
    padding-right: 24px !important;
  }

  .u02menu {
    margin: 0px 0px 0px 18px !important;
  }

  #search-bar-container {
    margin: 0px 24px 0px 24px;
  }

  #search-bar-scope {
    margin-left: 9px;
  }

  #preview-container {
    top: 46px;
    border-radius: 20px;
  }

  .preview-breadcrumb {
    display: inline-block;
    padding-top: 5px;
    font-size: 12px;
    color: #100f0e;
    opacity: 0.6;
    margin-left: auto;
    line-height: 1.33;
    text-align: right;
    max-width: 35%;
  }

  .preview-breadcrumb p {
    margin-bottom: 0px;
  }

  .preview-title {
    margin-right: 14px;
    max-width: 65%;
    width: auto;
  }

  #preview-listview li:nth-child(7),
  #preview-listview li:nth-child(8) {
    display: inline;
  }

  .u02tools .u02mtool {
    padding: 0px !important;
  }

  .u02tools a.u02ticon {
    padding: 0px !important;
  }

  .u02tools > ul > li:first-child {
    margin: 0px 10px 0px 0px !important;
  }
}

@media only screen and (min-width: 768px) {
  .u02menu {
    margin: 0px 18px 0px 18px !important;
  }

  .u02local {
    display: inline-block;
    width: 114px;
    height: 44px;
    flex-shrink: 0;
  }

  .u02local a,
  .u02local a:link,
  .u02local a:visited {
    padding-left: 0px;
    padding-right: 0px;
  }

  .u02localw1 > a > span {
    max-width: 120px;
    font-size: 20px !important;
    font-weight: 700 !important;
    font-stretch: normal !important;
    font-style: normal !important;
    line-height: 28px !important;
    letter-spacing: 0px !important;
    color: #ffffff !important;
  }
}

@media only screen and (min-width: 1024px) {
  .u02w1 {
    height: 70px;
    margin: 0px auto;
  }

  #search-bar-input {
    font-size: 16px;
    line-height: 1.25;
    margin: 0px 12px 0px 12px;
  }

  #search-bar-container {
    height: 40px;
  }

  #search-icon span {
    width: 20px;
    height: 20px;
    margin: 2px 0px 0px 12px;
  }

  #search-icon-black::after {
    display: inline-block;
    content: "";
    background-image: url("images/utilitybar/search-icon.svg");
    background-repeat: no-repeat;
    background-size: 100% auto;
    height: 24px;
    width: 24px;
    padding: 0;
  }

  #search-icon-white::after {
    display: inline-block;
    content: "";
    background-image: url("images/utilitybar/search-icon-white.svg");
    background-repeat: no-repeat;
    background-size: 100% auto;
    height: 24px;
    width: 24px;
    padding: 0;
  }

  #preview-container {
    top: 58px;
  }

  .f11 .u02mtool .u02menu-l1z1,
  .ocom-responsive .u02mtool .u02menu-l1z1 {
    left: auto;
  }
}

@media only screen and (max-width: 599px) {
  #preview-listview a:first-child div:hover,
  #preview-listview a:first-child div:focus {
    border-radius: 0px !important;
  }

  .u02mobi .u02opened .u02hamenu {
    height: 24px;
    width: 24px;
  }

  #preview-container {
    width: 101% !important;
    left: 50% !important;
  }
}