
.mblDomButtonGrayPlus {
  position: relative;
  width: 29px;
  height: 29px;
}
.mblDomButtonGrayPlus > div {
  
  position: absolute;
  top: 12px;
  left: 6px;
  width: 18px;
  height: 3px;
  margin: 0px;
  font-size: 1px;
  background-color: #848684;
  border-top: 1px solid #525152;
  border-radius: 2px;
}
.mblDomButtonGrayPlus > div > div {
  
  position: absolute;
  top: -8px;
  left: 7px;
  width: 3px;
  height: 17px;
  margin: 0px;
  font-size: 1px;
  background-color: #848684;
  border-top: 1px solid #525152;
  border-left: 1px solid #808080;
  border-radius: 2px;
}
.mblDomButtonGrayMinus {
  position: relative;
  width: 29px;
  height: 29px;
}
.mblDomButtonGrayMinus > div {
  
  position: absolute;
  top: 12px;
  left: 6px;
  width: 18px;
  height: 3px;
  margin: 0px;
  font-size: 1px;
  background-color: #848684;
  border-top: 1px solid #525152;
  border-radius: 2px;
}
.mblValuePicker {
  height: 126px;
}
.mblValuePicker > .mblValuePickerSlot {
  float: left;
  margin: 0 5px;
}
.mblValuePickerSlotButton {
  position: relative;
  height: 38px;
}
.mblValuePickerSlotPlusButton {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.mblValuePickerSlotMinusButton {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.mblValuePickerSlotIcon {
  top: 5px;
  margin: 0 auto;
}
.mblValuePickerSlotInputArea {
  position: relative;
  height: 48px;
  border-top: 1px solid #7b797b;
  border-bottom: 1px solid #c6c3c6;
}
.mblValuePickerSlotInput {
  display: block;
  width: 90%;
  height: 90%;
  margin: 5% auto;
  padding: 0;
  text-align: center;
  border-style: none;
  background-color: transparent;
  font-size: 17pt;
}
.mblValuePickerTimePicker > .mblToolBarButton {
  top: 45px;
}
.mblValuePicker {
  margin-top: 8px;
  margin-bottom: 8px;
}
.mblValuePickerSlot {
  border: 2px solid #ffffff;
}
.mblValuePickerSlot:first-child {
  margin-left: 0px !important;
}
.mblValuePickerSlotInputArea {
  border-top: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
}
.mblValuePickerSlotInput {
  color: #ffffff;
}
.mblValuePickerSlotButton {
  color: #ffffff;
  border-radius: 0px;
}
.mblValuePickerSlotButton .mblValuePickerSlotIcon {
  width: 100%;
  height: 100%;
  top: 0px;
  display: -ms-flexbox;
  -ms-flex-pack: center;
  -ms-flex-align: center;
}
.mblValuePickerSlotButton .mblValuePickerSlotIcon:active {
  background-color: Highlight;
}
.mblValuePickerSlotButton > div > div {
  position: relative;
  background-color: #ffffff;
  left: 0px;
  top: 0px;
}
.mblValuePickerSlotButton > div > div > div {
  background-color: #ffffff;
}
