.standaloneJbSelect {
  display: inline-block;
  position: relative;
  width: 13.0em;
}
.jbSelectContainer.jbDropdownListBlue li.focused {
  border: 1px solid transparent;
}
.jbSelectContainer.open .jbDropdownList {
  overflow-y: auto;
  max-height: calc(100vh - 120px);
}
.jbSelectContainer .jbDropdownList{
   /*overflow: hidden !important;*/
}
.jbSelectContainer .new-window {
  margin-top: -3px;
}
.standaloneJbSelect .jbSelectContainer .jbDropdownList li,
.standaloneJbSelect .jbSelectContainer .jbSelectLabel {
  font-size: 1.3rem;
}
.ng-sticky-nav-drop {
  float: right;
  margin-top: 13px;
}
.ng-sticky-nav-drop .jbSelectContainer .jbSelectLabel {
  padding-top: 7px;
  padding-bottom: 7px;
}
.ng-sticky-nav-drop .selectBox-dropdown .jbSelectContainer .jbSelectLabel {
  background: #306FAA !important;
  color: white;
  border: 1px solid #306FAA;
}
.ng-sticky-nav-drop .selectBox-dropdown .jbSelectContainer .jbSelectLabel:hover {
  background: #306FAA;
  color: white;
}
.ng-sticky-nav-drop .selectBox-dropdown .jbSelectContainer .jbSelectArrowSprite img {
  left: -12px;
}
.ng-sticky-nav-drop .selectBox-dropdown .jbSelectContainer .jbSelectLabel:focus {
  /*box-shadow: 0 0 1pt 1pt #4d90cd;*/
  border: 1px solid white;
  border-radius: 1px;
}
.ng-sticky-nav-drop .selectBox-dropdown .jbSelectContainer .jbSelectLabel {
  box-shadow: none !important;
}
