/*======================================================================
  Selectric
======================================================================*/
.selectricWrapper {
  position: relative;
  margin: 0 0 2px 0;
  width: 100%;
  cursor: pointer;
}

.selectricResponsive {
  width: 100%;
}

.selectric {
  border: 1px solid #000;
  background: #fff;
  position: relative;
}
.selectric .label {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  margin: 0 15px 0 0;
  padding: 1px 6px 1px 6px;
  line-height: 18px;
  color: #000;
  min-height: 18px;
}
.selectric .button {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 16px;
  height: 20px;
  color: #BBB;
  text-align: center;
  font: 0/0 a;
  /* IE Fix */
  *font: 20px/30px Lucida Sans Unicode, Arial Unicode MS, Arial;
}
.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;
}

.selectricHover .selectric {
  border-color: #000;
}
.selectricHover .selectric .button {
  color: #000;
}
.selectricHover .selectric .button:after {
  border-top-color: #000;
}

.selectricOpen {
  z-index: 9999;
}
.selectricOpen .selectric {
  border-color: #000;
  background: #fff;
}
.selectricOpen .selectricItems {
  display: block;
}

.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;
}

.selectricHideSelect {
  position: relative;
  overflow: hidden;
  width: 0;
  height: 0;
}
.selectricHideSelect select {
  position: absolute;
  left: -100%;
  display: none;
}

.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;
}

.selectricTempShow {
  position: absolute !important;
  visibility: hidden !important;
  display: block !important;
}

/* Items box */
.selectricItems {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  border: 1px solid #000;
  z-index: -1;
  box-shadow: 0 0 10px -6px;
}
.selectricItems .selectricScroll {
  height: 100%;
  overflow: auto;
}
.selectricAbove .selectricItems {
  top: auto;
  bottom: 100%;
}
.selectricItems ul, .selectricItems li {
  list-style: none;
  padding: 0;
  margin: 0;
  line-height: 20px;
  min-height: 20px;
}
.selectricItems li.last {
  margin-left: 0px;
}
.selectricItems li {
  display: block;
  padding: 2px;
  border-top: 1px solid #FFF;
  border-bottom: 1px solid #fff;
  color: #000;
  cursor: pointer;
}
.selectricItems li.selected {
  background: #e0e0e0;
  color: #000;
  border-top-color: #fff;
}
.selectricItems li:hover {
  background: #e0e0e0;
  color: #000;
}
.selectricItems li.disabled {
  background: #fff;
  color: #BBB;
  border-top-color: #fff;
  cursor: default;
}

li .seatingico {
  display: inline-block;
  vertical-align: middle;
  zoom: 1;
  *display: inline;
  height: 19px;
  width: 17px;
  margin: 0 6px 0 0;
}

li .seatingico-A  { background: url(/images/piktogramme/seating_A.gif) no-repeat; }
li .seatingico-B  { background: url(/images/piktogramme/seating_B.gif) no-repeat; }
li .seatingico-C  { background: url(/images/piktogramme/seating_C.gif) no-repeat; }
li .seatingico-D  { background: url(/images/piktogramme/seating_D.gif) no-repeat; }
li .seatingico-E  { background: url(/images/piktogramme/seating_E.gif) no-repeat; }
li .seatingico-F  { background: url(/images/piktogramme/seating_F.gif) no-repeat; }
li .seatingico-H  { background: url(/images/piktogramme/seating_H.gif) no-repeat; }
li .seatingico-I  { background: url(/images/piktogramme/seating_I.gif) no-repeat; }
li .seatingico-J  { background: url(/images/piktogramme/seating_J.gif) no-repeat; }

