﻿.ofAppMenu,
.ofAppMenu ul,
.ofAppMenu ul li:not(.ofAction):not(.top_ofmmcollapseExpand_menu_link),
.ofAppMenu ul li a {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

  .ofAppMenu ul, li {
    margin: 0;
    padding: 0;
  }

    .ofAppMenu ul li.top_quickSearch_menu_link {
      margin-top: 10px !important;
      margin-bottom: 0px !important;
      padding: 0;
    }

.ofAppMenu {
  width: 217px;
  height: 100%;
  font: var(--of-font);
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  display: flex;
  flex-direction: column;
  overflow-x: hidden;
}

  .ofAppMenu > ul:first-child {
    flex-grow: 1;
  }

@media only screen and (max-width: 599px) {
  .ofAppMenu > ul:first-child {
    flex-grow: 0;
  }
}


.ofAppMenu ul ul ul {
  display: none;
  background-color: var(--of-grey800);
}

.ofAppMenu ul ul {
  display: none;
  background-color: var(--of-grey800);
  font-size: 12px;
  line-height: 24px;
  padding-bottom: 5px;
}

  .ofAppMenu ul ul li:first-of-type {
    margin-top: 5px !important;
  }

.ofAppMenu > ul > li.active > ul {
  display: block;
}

.align-right {
  float: right;
}

.ofAppMenu > ul > li:not(.ofAction) > a {
  height: 36px;
  display: flex;
  padding-top: 10px;
}

  .ofAppMenu > ul > li:not(.ofAction) > a .ofMenuItemContent {
    margin: auto 0px;
  }

.ofAction_userMenu:not(.ofHide) {
  margin-top: 0 !important;
}

  .ofAction_userMenu:not(.ofHide) > ul {
    padding-top: 1px;
    margin-top: 5px;
  }

  .ofAction_userMenu .ofmenu_userName  {
    min-height: 24px;
    display: flex!important;
  }

    .ofAction_userMenu .ofmenu_userName a {
      word-break: break-all;
      line-height: 16px;
      margin: auto 0px;
    }

    .ofAction_userMenu .ofmenu_userName:hover > a {
      background-color: var(--of-grey800);
      color: var(--of-white500);
      cursor: default;
      padding-right: 30px;
    }

.ofAppMenu .ofAction {
  margin-top: 7px!important;
}
  .ofAppMenu .ofAction:not(.ofAction_userMenu) {
    height: 40px;
    border-radius: 2px;
  }

  .ofAppMenu .ofAction.ofActive:not(.ofAction_userMenu) {
    background-color: var(--of-primary300);
  }

  .ofAppMenu .ofAction:hover:not(.ofAction_userMenu) {
    background-color: rgba(0,170,255,0.08);
  }

.ofAppMenu .ofAction_userMenu .ofmenu_languageMenu > ul {
  margin: 0;
}

.ofAppMenu > ul > li > a {
  padding: 5px 0 5px 0;
  cursor: pointer;
  z-index: 2;
  font-size: 14px;
  text-decoration: none;
  height: 30px;
  -moz-background-clip: padding; /* Firefox 3.6 */
  background-clip: padding-box; /* Firefox 4, Safari 5, Opera 10, IE 9 */
  padding-left: 10px;
}

.ofAppMenu > ul > li > a {
  color: var(--of-white500);
  background: var(--of-grey700);
}

.ofAppMenu > ul > li.top_ofmmcollapseExpand_menu_link > a {
  background: #273645;
  margin: 0px;
}

  .ofAppMenu > ul > li.top_ofmmcollapseExpand_menu_link > a:hover {
    color: var(--of-white500);
    background: #273645;
  }

    .ofAppMenu > ul > li.top_ofmmcollapseExpand_menu_link > a:hover .menuIcon > svg {
      fill: var(--of-accent400);
    }

/*Active menu item*/
.ofAppMenu > ul > li.ofActive > a {
  background-color: var(--of-grey500);
  border-left: 5px solid var(--of-secondary400); /*Tab beside selected menu item*/
  color: var(--of-white500);
  padding-left: 5px;
}

.ofMenuItem.ofActive > a {
  background-color: var(--of-grey600);
  color: var(--of-white500);
}

.ofMenuItem.ofHide a {
  display: none;
}

.ofAppMenu > ul > li.ofActive > a#appmenuUserTrigger {
  color: white;
  background-color: rgba(250,250,250,0.2);
  border-left: 5px solid rgba(250,250,250,0.2);
  margin-bottom: 0;
}


#appmenuUserTrigger svg {
  padding: 8px;
}

#appmenuAlertTrigger.ofActive svg {
  background-color: rgba(0,170,255,0.15);
  border-radius: 50%;
  fill: var(--of-primary500);
}

#appmenuAlertTrigger svg {
  padding: 8px;
}

#appmenuHelpInfoTrigger.ofActive svg {
  background-color: rgba(0,170,255,0.15);
  border-radius: 50%;
  fill: var(--of-primary500);
}

#appmenuHelpInfoTrigger svg {
  padding: 8px;
}

#appmenuQuickSearch {
  margin-bottom: 0;
}

#appmenuAlertTrigger {
  margin-bottom: 0;
}

#appmenuUserTrigger {
  margin-bottom: 0;
}



li > a > .holder {
  visibility: hidden;
}

.ofAppMenu li > a > .holder {
  visibility: hidden;
}

.ofAppMenu ul > li.open > a > .holder {
  width: 0;
  height: 0;
  position: absolute;
  top: -3px;
  right: 4px;
  visibility: visible;
}

ul > li.open > a > .holder {
  width: 0;
  height: 0;
  position: absolute;
  top: -5px;
  right: 26px;
  visibility: visible;
}

.ofAppMenu ul ul > li.open > a > .holder {
  width: 0;
  height: 0;
  position: absolute;
  top: -7px;
  right: 26px;
  visibility: visible;
}

ul > li.has-sub > ul > li.has-sub:not(.open) > a > .holder {
  width: 0;
  height: 0;
  position: absolute;
  top: -10px;
  right: 26px;
  visibility: visible;
}

.ofAppMenu ul > li.has-sub > ul > li.has-sub:not(.open) > a > .holder {
  width: 0;
  height: 0;
  position: absolute;
  top: -12px;
  right: 26px;
  visibility: visible;
}

li.has-sub > a > .holder::after,
li.has-sub > a > .holder::before {
  display: block;
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  right: 8px;
  z-index: 10;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.ofAppMenu li.has-sub > a > .holder::after,
.ofAppMenu li.has-sub > a > .holder::before {
  display: block;
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  right: 8px;
  z-index: 10;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

li.has-sub > a > .holder::after {
  top: 22px;
  border-top: 1px solid var(--of-grey800);
  border-left: 1px solid var(--of-grey800);
}

.ofAppMenu li.has-sub > a > .holder::after {
  top: 17px;
  border-top: 1px solid var(--of-white500);
  border-left: 1px solid var(--of-white500);
}

.ofAppMenu li.open > a > .holder::after,
.ofAppMenu li.open > a > .holder::before {
  display: block;
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  right: 8px;
  z-index: 10;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

li.open > a > .holder::after,
li.open > a > .holder::before {
  display: block;
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  right: 8px;
  z-index: 10;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.ofAppMenu li.open > a > .holder::after {
  top: 17px;
  border-top: 1px solid var(--of-white500);
  border-left: 1px solid var(--of-white500);
}

li.open > a > .holder::after {
  top: 22px;
  border-top: 1px solid var(--of-grey800);
  border-left: 1px solid var(--of-grey800);
}

.ofAppMenu > ul > li > a:hover > span::after,
.ofAppMenu > ul > li.active > a > span::after,
.ofAppMenu > ul > li.open > a > span::after {
  border-color: var(--of-white500);
}

.ofAppMenu ul li.ofAction span {
  width: 40px;
  display: block;
}

.ofAppMenu ul li:not(.ofAction) a {
  width: 200px;
}

.ofAppMenu ul ul li:not(.ofAction) a {
  width: 222px;
}

.ofAppMenu ul ul ul ul li:not(.ofAction) a {
  width: 170px;
}

.ofAppMenu ul ul ul ul ul li:not(.ofAction) a {
  width: 160px;
}

.ofAppMenu ul ul li a {
  cursor: pointer;
  padding: 0px 21px 0px 10px;
  z-index: 1;
  text-decoration: none;
  font-size: 12px;
  color: var(--of-white500);
  width: 170px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  line-height: 24px;
  padding-left: 42px;
  font-weight: 400;
}

.ofAppMenu ul ul ul li a {
  cursor: pointer;
  padding: 0px 21px 0px 10px;
  z-index: 1;
  text-decoration: none;
  font-size: 12px;
  color: var(--of-white500);
  width: 160px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding-left: 52px;
}

.ofAppMenu ul ul ul ul li a {
  cursor: pointer;
  padding: 8px 21px 8px 10px;
  z-index: 1;
  text-decoration: none;
  font-size: 12px;
  color: var(--of-white500);
  background-color: #d1d1d1;
  width: 150px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.ofAppMenu ul ul ul ul ul li a {
  cursor: pointer;
  padding: 8px 21px 8px 10px;
  z-index: 1;
  text-decoration: none;
  font-size: 14px;
  color: var(--of-white500);
  background-color: #d1d1d1;
  width: 140px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
/* Important! DSGMenu Block for switching from DSG to Branded Begin*/
.ofAppMenu > ul > li.active > a,
.ofAppMenu > ul > li.open > a {
  color: var(--of-white500); /*DSGFC, this is DSG Open BackGround Color avariant specific for Menu, Please keep the tailed comments of color number*/
  background-color: var(--of-grey500); /*DSGOBGC*/
  /*Please keep the tailed comments of color number*/
}

  .ofAppMenu > ul > li.active > a > span > svg {
    fill: var(--of-white500); /*DSGFC, this is DSG Fore Color avariant specific for Menu, Please keep the tailed comments of color number*/
  }

  .ofAppMenu > ul > li.open > a > span > svg {
    fill: var(--of-white500); /*DSGFC, this is DSG Fore Color avariant specific for Menu, Please keep the tailed comments of color number*/
  }

.ofAppMenu > ul > li.open .menuIcon > svg {
  fill: var(--of-white500); /*DSGFC, this is DSG Fore Color avariant specific for Menu, Please keep the tailed comments of color number*/
}

.ofAppMenu ul li:hover > a {
  color: var(--of-white500);
  background: var(--of-grey500); /*DSGHBGC, this is DSG Hover BackGround Color avariant specific for Menu, Please keep the tailed comments of color number*/
  -moz-background-clip: border;
  -webkit-background-clip: border;
  background-clip: border-box;
}

.ofAppMenu ul > li.open > a {
  color: var(--of-white500);
  background-color: var(--of-grey500);
}

.ofAppMenu ul ul li:hover > a {
  background-color: var(--of-grey500); /*DSGHBGC, this is DSG Hover BackGround Color avariant specific for Menu, Please keep the tailed comments of color number*/
  color: var(--of-white500);
}

.ofAppMenu ul ul ul li:hover > a {
  background-color: var(--of-grey500); /*DSGHBGC, this is DSG Hover BackGround Color avariant specific for Menu, Please keep the tailed comments of color number*/
  color: var(--of-white500);
}

.ofAppMenu ul ul ul ul li:hover > a {
  background-color: var(--of-grey500); /*DSGHBGC, this is DSG Hover BackGround Color avariant specific for Menu, Please keep the tailed comments of color number*/
  color: var(--of-white500);
}

.ofAppMenu ul ul li.open > a,
.ofAppMenu ul ul li.highlighted > a {
  color: var(--of-white500); /*DSGFC*/
  /* this is DSG Fore Color avariant specific for Menu, Please keep the comment*/
  background-color: var(--of-grey500); /*DSGOBGC*/
  /*this is DSG Open BackGround Color avariant specific for Menu, Please keep the tailed comments of color number*/
}

  .ofAppMenu ul ul li.open > a:hover,
  .ofAppMenu ul > li.open > a:hover,
  .ofAppMenu ul ul li.highlighted > a:hover {
    background-color: var(--of-grey500); /*Hover on open menu item*/
  }

.ofAppMenu ul ul li.active > a {
  background: rgba(250,250,250,0.2);
  color: var(--of-white500);
}

.ofAppMenu ul ul li:first-child > a {
  box-shadow: none;
}

.ofAppMenu ul ul li:first-child {
  margin-top: 5px;
}

.ofAppMenu ul ul li:last-child > a {
  box-shadow: none;
}

.ofAppMenu ul ul li:last-child {
  margin-bottom: 5px;
}

.ofAppMenu > ul > li > ul > li:last-child > a,
.ofAppMenu > ul > li > ul > li.last > a {
  border-bottom: 0;
}

.ofAppMenu li > ul > li.open > ul > li:first-child > a {
  margin-top: 5px;
}

.ofAppMenu ul ul li.active > a::after,
.ofAppMenu ul ul li.open > a::after,
.ofAppMenu ul ul li.highlighted > a:after,
.ofAppMenu ul ul li > a:hover::after {
  border-color: transparent;
}

#appmenuAlertTrigger svg {
  fill: var(--of-white500);
}

#appmenuHelpInfoTrigger svg {
  fill: var(--of-white500);
}

#appmenuUserTrigger svg {
  fill: var(--of-white500);
}



.ofAppMenu .ofAction_alert .app_alerts .ofIcon_overlay {
  transform: scale(0.5) translate(675px, 550px);
}

  .ofAppMenu .ofAction_alert .app_alerts .ofIcon_overlay g {
    fill: transparent;
  }

.ofAppMenu .ofAction_alert .app_alerts.ofHasAlerts .ofIcon_overlay g {
  fill: var(--of-gold300);
}

.menuIcon {
  position: relative;
  vertical-align: sub;
}

.ofAppMenu .menuIcon {
  position: relative;
  vertical-align: sub;
}

#appmenuAlertCount {
  position: absolute;
  left: 16px;
  top: 12px;
}

.ofAppMenu li.ofAction:not(.top_ofmmcollapseExpand_menu_link) > .menuIcon > svg {
  width: 22px;
  height: 22px;
  fill: var(--of-white500);
}

.ofAppMenu ul li.top_ofmmcollapseExpand_menu_link:not(.ofAction) .menuIcon > svg {
  width: 12px;
  height: 12px;
  fill: var(--of-white500);
  padding: 0 6px 13px 5px;
  margin-bottom: -14px;
  margin-right: 2px;
}

.ofAppMenu li:not(.top_ofmmcollapseExpand_menu_link) .menuIcon > svg {
  width: 18px;
  height: 18px;
  fill: var(--of-white500);
  padding: 0 6px 17px 5px;
}

ul li:not(.ofAction) .menuIcon > svg {
  margin-bottom: -12px;
  margin-right: 2px;
}

.ofAppMenu ul li:not(.ofAction) .menuIcon > svg {
  margin-bottom: -15px;
  margin-right: 2px;
}

.ofAppMenu ul li.ofActive .menuIcon > svg {
  fill: var(--of-white500); /*Active Menu SVG*/
}


.ofMinMenu .menuIcon > svg {
  margin-left: 0px;
}

li:not(.ofAction) a .menuIcon > span {
  position: fixed;
  left: 14pt;
  text-align: center;
  font-size: 8pt;
  line-height: 2.3;
}

.ofAppMenu li:not(.ofAction) a .menuIcon > span {
  position: fixed;
  left: 14pt;
  text-align: center;
  font-size: 8pt;
  line-height: 2.3;
}

.ofAppMenu .menuTextDesc {
  border-color: rgba(0, 0, 0, 0.34902);
  width: 136px;
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  padding-bottom: 5px;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 0;
  font-style: normal;
  font-weight: 400;
}

.ofAppMenu .ofActive:hover .menuTextDesc {
  color: var(--of-white500);
}

@media only screen and (min-width: 599px) {
  ul .ofAction {
    display: none;
  }
}

.appMenu ul li.ofHide a {
  display: none;
}

.top_ofmmcollapseExpand_menu_link.collapsed > a > .menuIcon {
  top: 0;
  left: 2px;
}

.top_ofmmcollapseExpand_menu_link > a > .menuIcon {
  top: 0px;
}


.ofAppMenu .ofAction_secQ:not(.ofHide) {
  display: block;
}

.ofAppMenu ::-webkit-input-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #aaaaaa;
  opacity: 1;
}

.ofAppMenu ::-moz-placeholder {
  color: #aaaaaa;
  opacity: 1; /* Firefox */
}

.ofAppMenu :-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #aaaaaa;
}

.ofAppMenu :-ms-input-placeholder { /* Microsoft Edge */
  color: #aaaaaa;
}

.ofMenuSeperator {
  margin: 0;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom-color: var(--of-grey300);
  border-bottom-width: 1px;
}

.ofAppMenu .ofSytemInfo {
  font-size: 10px;
  line-height: 11px;
  letter-spacing: 0;
  font-weight: 300;
  width: 200px;
  margin: 0px 5px 5px 5px;
  color: #B6BFC9;
}

#mSysInfo .version_span {
  word-spacing: -3px;
  display: inline-block;
}


.ofMinMenu #mSysInfo .ofSeparator {
  border: none;
  margin: 2px;
}

.ofMaxMenu #mSysInfo .ofSeparator {
  border: none;
  margin: 1px;
}

/* Footer */
@media only screen and (min-width: 600px) {
  .ofMain_menu.ofMinMenu {
    width: 50px;
  }

  .ofMinMenu .menuTextDesc {
    display: none;
  }

  .ofMaxMenu {
    width: 200px;
  }

  .ofMinMenu #mSysInfo {
    font-size: 9px;
    margin: 0 3px 0px -1px;
    width: 40px;
    word-wrap: break-word;
    text-align: center;
    line-height: 9px;
  }

    .ofMinMenu #mSysInfo .copyright_span {
      font-size: 8px;
    }

    .ofMinMenu #mSysInfo .machine_span {
      font-size: 9px;
    }

    .ofMinMenu #mSysInfo .version_span {
      font-size: 9px;
    }

    .ofMinMenu #mSysInfo .time_span {
      font-size: 9px;
    }
}

.ofMain_menu {
  width: 200px;
  overflow: hidden;
  background: var(--of-grey700); /* Main Menu Background(mask)*/
  flex-shrink: 0;
  box-shadow: 3px 0px 5.82px 0.18px rgba(0, 0, 0, 0.3);
  z-index: 1000;
}

@media only screen and (max-width: 599px) {
  .ofMain_menu {
    position: absolute;
    height: calc(100% - 76px); /* MAGIC NUMBER THAT IS THE SUM OF HEADER AND TEST INDICATOR*/
  }

  .ofEnvIndicator.ofHide ~ main .ofMain_menu {
    height: calc(100% - 56px);
  }

  #qsMenuTextDesc {
    display: block !important;
  }

  .ofMain_menu #qsMenuIcon {
    display: none !important;
  }

  .ofAppMenu > ul > li.ofAction:not(.ofHide) {
    display: inline-block;
    color: var(--of-white500);
  }

  .ofMain_menu .ofLegalSeparator {
    height: 100%;
  }
}

@media only screen and (min-width: 599px) {
  .ofMain_menu.ofMaxMenu #qsMenuIcon {
    display: none !important;
  }

  .ofMain_menu.ofMaxMenu #qsMenuTextDesc {
    display: block !important;
  }
}

/*Chevron Wiggle*/
@keyframes chevron-Wiggle {
  0% {
    transform: translateX(2px);
  }

  50% {
    transform: translateX(10px);
  }

  100% {
    transform: translateX(2px);
  }
}

.ofMinMenu .top_ofmmcollapseExpand_menu_link a:first-child:hover .menuIcon > svg {
  animation-name: chevron-Wiggle;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-delay: 1s;
}

.ofMaxMenu .top_ofmmcollapseExpand_menu_link a:first-child {
  transform: rotate(-180deg);
}

.ofMinMenu .top_ofmmcollapseExpand_menu_link.collapsed a:first-child {
  transform: rotate(360deg);
}

/* Team Selector */

.ofMaxMenu .ofTeamSelector #ofTeamSelectorCollapsedButton {
  display: none;
}

.appMenu.ofMenuItem.ofTeamSelector.ofShow {
  padding-top: 10px !important;
}

.ofMaxMenu .ofTeamSelector #ofTeamSelectorHolder {
  width: auto;
  padding-left: 8px;
  display: inline-flex;
}

  .ofMaxMenu .ofTeamSelector #ofTeamSelectorHolder * {
    background-color: transparent;
    box-shadow: none;
    color: var(--of-white500);
  }

  .ofMaxMenu .ofTeamSelector #ofTeamSelectorHolder .jqx-icon-arrow-down-dsgarctic:active, .ofMaxMenu .ofTeamSelector #ofTeamSelectorHolder .jqx-icon-arrow-down-dsgarctic {
    background: url("../JQWidgets/jqwidgets/styles/images/material-icon-down-white.png");
    margin-top: -9px;
  }

  .ofMaxMenu .ofTeamSelector #ofTeamSelectorHolder .jqx-combobox-dsgarctic .jqx-icon-arrow-down-selected {
    background: url("../JQWidgets/jqwidgets/styles/images/material-icon-up-white.png");
    margin-top: -9px;
  }


.ofMaxMenu .ofTeamSelector .ofTeamSelectorImage > svg {
  width: 22px;
  height: 22px;
  fill: var(--of-white500);
  padding: 0 6px 13px 5px;
}

/* End Team Selector */


/* Quick Search*/

/* Quick Search Menu Textbox */
.ofQuickSearch .ofForm_ctrl_container {
  margin: 5px 10px 15px 10px;
  display: inline-table;
  width: 180px !important;
}

  .ofQuickSearch .ofForm_ctrl_container .ctrlAddElements .ctrlAction {
    fill: #525252;
    position: relative;
    top: 2px;
  }
/* Quick Search Menu Textbox END */

#quickSearchWin {
  display: none;
  position: fixed;
  z-index: 2147483647;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.4);
}

  #quickSearchWin .modal-content {
    position: relative;
    background-color: var(--of-white500);
    margin: auto;
    padding: 0;
    width: 80%;
    max-width: 650px;
    min-width: 350px;
    font-size: 22px;
    font-weight: 300;
    box-shadow: 0px 0px 10px 2px #555555;
  }

  #quickSearchWin .modal-header {
    display: flex;
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    background-color: var(--of-white500);
    color: var(--of-primary500);
    height: 40px;
  }

    #quickSearchWin .modal-header > div {
      display: flex;
      align-items: center;
      padding-right: 5px;
      padding-left: 10px;
    }

  #quickSearchWin .close {
    width: 22px;
    height: 22px;
    cursor: pointer;
    overflow: hidden;
    fill: var(--of-grey900);
  }

  #quickSearchWin .modal-body {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
  }

  #quickSearchWin .full {
    width: 100%;
  }

  #quickSearchWin .ofActive {
    visibility: visible;
    z-index: 2147485847 !important;
  }

  #quickSearchWin .modal-body .ofSection {
    margin: 0 15px 15px 15px;
  }

.of_qs_sugg {
  display: none;
  position: absolute;
  width: 212px;
  /*padding: 10px;*/
  background: white;
  color: #000000;
  border-left: 1px solid #aaaaaa;
  border-right: 1px solid #aaaaaa;
  border-bottom: 1px solid #aaaaaa;
  font-size: 90%;
  margin-top: 3px;
  margin-left: 0px;
  max-height: 230px;
  overflow-y: hidden;
  left: 20px;
  top: 96px;
}

  .of_qs_sugg ul li a {
    display: block;
  }

.of_hqs_sugg ul li a {
  display: block;
}

.of_qs_sugg ul li a:hover {
  background-color: #C9E499;
  background-repeat: repeat-x;
  outline: none;
  text-decoration: none;
}

.of_hqs_sugg ul li a:hover {
  background-color: #C9E499;
  background-repeat: repeat-x;
  outline: none;
  text-decoration: none;
}

.of_hqs_sugg ul li .ofBgColor_highlight {
  background-color: #C9E499;
  background-repeat: repeat-x;
  outline: none;
  text-decoration: none;
}

.of_qs_sugg ul li .ofBgColor_highlight {
  background-color: #C9E499;
  background-repeat: repeat-x;
  outline: none;
  text-decoration: none;
}

.of_hqs_sugg {
  display: none;
  position: absolute;
  width: 180px !important;
  /* padding: 10px;*/
  background: white;
  color: #000000;
  /* border-left: 1px solid #555555;
        border-right: 1px solid #555555;
        border-bottom: 1px solid #555555;*/
  font-size: 90%;
  margin-top: -15px;
  margin-left: 10px;
  max-height: 230px;
  overflow-y: hidden;
}

.ofQuickSearch textarea:focus, input:focus {
  outline: none;
}

/* END OF QUICK SEARCH */

/* Time Panel Start*/


#TimeInfoPanel {
  width: 188px;
  left: -6px;
  bottom: 0px;
  display: none;
  font-size: 11px;
  margin: 10px 10px 10px 10px;
  position: absolute;
  z-index: 2200;
  text-align: left;
  border: 1px solid #F8F8F7;
  background: #F8F8F7;
  -moz-box-shadow: -1px 1px 1px #ccc;
  -webkit-box-shadow: 0 1px 5px #ccc;
  box-shadow: 0 1px 5px #ccc;
  border-radius: 2px;
}

  #TimeInfoPanel:after {
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -15%;
    content: '';
    width: 0;
    height: 0;
    border-top: solid 10px #F8F8F7;
    border-left: solid 8px transparent;
    border-right: solid 8px transparent;
  }

.ofTimeSeparator {
  visibility: hidden;
  margin: 0;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom-color: #F8F8F7;
  border-bottom-width: 1px;
}

.ofStatItem {
  margin: 2px 1px 1px 4px;
}


.ofsubStatItem {
  box-sizing: border-box;
  padding-left: 15px;
}

.ofInnerSubItem {
  text-indent: 2.2em;
  padding: 0px;
}
/* End of Time Panel*/

/* Hot Key Menu Focus */

.ofAppMenu ul li.ofMenuFocus > a, .ofAppMenu ul li.top_quickSearch_menu_link.ofMenuFocus {
  color: var(--of-white500);
  background: var(--of-grey500);
  -moz-background-clip: border;
  -webkit-background-clip: border;
  background-clip: border-box;
}