﻿div.NumberPicker {
  border: 1px solid #999;
  background-color: white;
  position: relative;
  border-radius: 5px;
  width: 110px;
  height: 38px;
  text-align: center;
  box-sizing: content-box;
}
div.NumberPicker label {
  position: absolute;
  right: 0;
  top: -15px;
}
div.NumberPicker input {
  margin: 0 !important;
  border: none;
  border-radius: 5px;
  font-weight: bold;
  font-size: 24px;
  outline: none;
  margin-bottom: 0 !important;
  width: 100%;
  height: inherit;
  line-height: inherit;
  text-align: center;
}
div.NumberPicker input[readonly] {
  background-color: white;
}
div.NumberPicker.Open {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
div.NumberPicker:not(.Unblocked) input {
  width: calc(100% - 38px);
}
div.NumberPicker:not(.Unblocked)::before {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  top: 50%;
  transform: translate(50%, -50%);
  right: 19px;
  border-top: 7px solid black;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  z-index: 0;
  cursor: pointer;
}
div.NumberPicker:not(.Unblocked)::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 38px;
  cursor: pointer;
  z-index: 0;
  border-left: 1px solid #ccc;
}
div.NumberPickerList {
  font-family: var(--font-primary, MyriadPro, sans-serif);
  position: absolute;
  border: 1px solid #999;
  border-radius: 0 0 3px 3px;
  background: white;
  z-index: 9996;
}
div.NumberPickerList a {
  color: #999;
  display: block;
  height: 38px;
  line-height: 38px;
  text-align: center;
  font-size: 20px;
  text-decoration: none !important;
  border-bottom: 1px solid #999;
}
div.NumberPickerList a:last-child {
  border-bottom: 0;
}
div.NumberPickerList a:hover {
  color: #1f8fcf;
}
@media only screen and (max-width: 759px) {
  div.NumberPickerList a {
    height: 24px;
    line-height: 24px;
    font-size: 16px;
  }
}

/*# sourceMappingURL=data:application/json;charset=utf-8,%7B%22version%22:3,%22sourceRoot%22:%22%22,%22sources%22:%5B%22file:///C:/Progetti/Lux/Lux/Content/Theme/NumberPicker.scss%22,%22file:///C:/Progetti/Lux/Lux/Content/Theme/_Library.scss%22%5D,%22names%22:%5B%5D,%22mappings%22:%22AAEA;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA;EACA;;AAGJ;EACF;EACM;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;;AAIR;EACI;EACA;;AAYA;EACI;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAWZ;EACI,aCtFQ;EDuFR;EACA;EACA;EACA;EACA,SC7CiB;;AD+CjB;EACI,OCzFK;ED0FL;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;;AAGJ;EACI,OC/FM;;ADkGV;EAlBJ;IAmBQ;IACA;IACA%22%7D */