
.titleBar_lgg, .lgg { z-index: 9999999;  position: absolute;
  right: 3px; top: 27px; float:left; }

.titleBar_lgg .selectricWrapper, .lgg .selectricWrapper {
  cursor: pointer; 
  font-family: "Verdana";
}

.titleBar_lgg .selectricResponsive, .lgg .selectricResponsive {
  width: 100%;
}

.titleBar_lgg .selectric, .type, .lgg .selectric {
  border: 1px solid #DDD;
  background: #F8F8F8;
  position: relative;
  border-radius: 2px;
}

.titleBar_lgg .selectric .label, .lgg .selectric .label {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  margin: 0 30px 0 0;
  padding: 2px 6px;
  font-size: 12px;
  line-height: 18px;
  color: #888;
  min-height: 18px;
}

.titleBar_lgg .selectric .button, .lgg .selectric .button {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 25px;
  height: 23px;
  color: #BBB;
  text-align: center;
  font: 0/0 a;
  /* IE Fix */
  *font: 20px/30px Lucida Sans Unicode, Arial Unicode MS, Arial;
}

.titleBar_lgg .selectric .button:after, .lgg .selectric .button:after {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-top-color: #BBB;
  border-bottom: none;
}

.titleBar_lgg .selectricHover .selectric, .lgg .selectricHover .selectric {
  border-color: #CCC;
}

.titleBar_lgg .selectricHover .selectric .button, .lgg .selectricHover .selectric .button {
  color: #888;
}

.titleBar_lgg .selectricHover .selectric .button:after, .lgg .selectricHover .selectric .button:after {
  border-top-color: #888;
}

.titleBar_lgg .selectricOpen, .lgg .selectricOpen {
  z-index: 9999;
}

.titleBar_lgg .selectricOpen .selectric, .lgg .selectricOpen .selectric {
  border-color: #CCC;
  background: #F0F0F0;
  z-index: 9999;
}

.titleBar_lgg .selectricOpen .selectricItems, .lgg .selectricOpen .selectricItems {
  display: block;
}

.titleBar_lgg .selectricDisabled, .lgg .selectricDisabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.titleBar_lgg .selectricHideSelect, .lgg .selectricHideSelect {
  position: relative;
  overflow: hidden;
  width: 0;
  height: 0;
}

.titleBar_lgg .selectricHideSelect select, .lgg .selectricHideSelect select {
  position: absolute;
  left: -100%;
  display: none;
}

.titleBar_lgg .selectricInput, .lgg .selectricInput {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 1px !important;
  height: 1px !important;
  outline: none !important;
  border: none !important;
  *font: 0/0 a !important;
  background: none !important;
}

.titleBar_lgg .selectricTempShow, .lgg .selectricTempShow {
  position: absolute !important;
  visibility: hidden !important;
  display: block !important;
}

/* Items box */

.titleBar_lgg .selectricItems, .lgg .selectricItems {
  display: none;
  position: absolute;
  overflow: auto;
  top: 100%;
  left: 0;
  background: #F9F9F9;
  border: 1px solid #CCC;
  z-index: 9998;
}

.titleBar_lgg .selectricItems ul,
.titleBar_lgg .selectricItems li,
.lgg .selectricItems ul,
.lgg .selectricItems li {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 12px;
}

.titleBar_lgg .selectricItems li, .lgg .selectricItems li {
  display: block;
  color: #666;
  cursor: pointer;
  padding: 0 5px;
}

.titleBar_lgg .selectricItems li.selected, .lgg .selectricItems li.selected {
  background: #EFEFEF;
  color: #888;
}

.titleBar_lgg .selectricItems li:hover, .lgg .selectricItems li:hover {
  background: #F0F0F0;
  color: #888;
}

.titleBar_lgg .selectricItems li.disabled, .lgg .selectricItems li.disabled {
  background: #F5F5F5;
  color: #BBB;
  border-top-color: #FAFAFA;
  cursor: default;
}



@media screen and (max-width: 736px) {

  .titleBar_lgg { position: fixed; right: 5px; top: 13px; width: 85px; }
  .lgg { display: none; }

}