.ticketsOpts {
  max-height: 10000px;
}
.ticketsOpts p {
  margin: 0;
}
.ticketsOpts small {
  font-size: 85%;
}
.ticketsOpts md-menu-item {
  height: auto;
}
.ticketsOpts ul.unstyled li {
  display: inline-block;
  width: 90px;
  padding-right: 15px;
}
.ticketsOpts ul.unstyled li.header {
  width: 100%;
}
.ticketsOpts md-icon {
  cursor: pointer;
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Chrome/Safari/Opera */
  -khtml-user-select: none;
  /* Konqueror */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
}
.ticketsOpts md-icon:focus {
  outline: none !important;
}
.noselect {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Chrome/Safari/Opera */
  -khtml-user-select: none;
  /* Konqueror */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
                                               not supported by any browser */
}
input[name=start],
input[name=end] {
  cursor: pointer;
}
.md-scroll-mask {
  position: initial;
}
