﻿div.NumberSelector {
  position: relative;
  padding-right: 24px;
}
div.NumberSelector input {
  width: 50px;
  text-align: center;
  border: none;
  border-radius: 0;
  font-weight: bold;
  font-size: 24px;
  outline: none;
}
div.NumberSelector a {
  font-size: 14px;
  position: absolute;
  right: 0;
  outline: none;
  color: white !important;
}
div.NumberSelector a.Up {
  top: 0px;
}
div.NumberSelector a.Down {
  bottom: 0px;
}
div.NumberSelector a.Disabled {
  color: #666 !important;
  cursor: default;
}
div.NumberSelector.Disabled input {
  color: #ccc;
}
div.NumberSelector.Disabled a {
  color: #ccc;
  cursor: default;
}

/*# 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/NumberSelector.scss%22,%22file:///C:/Progetti/Lux/Lux/Content/Theme/_Library.scss%22%5D,%22names%22:%5B%5D,%22mappings%22:%22AAEA;EACI;EACA;;AAEA;EACI;EACA;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA;;AAEA;EACI;;AAGJ;EACI;;AAGJ;EACI;EACA;;AAKJ;EACI,OC/BM;;ADkCV;EACI,OCnCM;EDoCN%22%7D */