/* This CSS file is unnecessary if you are not using vertical buttons functionality */
.bootstrap-touchspin .bootstrap-touchspin-vertical-button-wrapper {
  position: relative;
  width: 25px;
  border: none;
}

.bootstrap-touchspin .input-group-btn-vertical {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom:0;
  z-index: 11;
}

.bootstrap-touchspin .input-group-btn-vertical > .btn {
  position: absolute;
  left: 0;
  right: 0;
  height: 50%;
  padding: 0;
  text-align: center;
  line-height: 1;
}

.bootstrap-touchspin .input-group-addon .input-group-btn-vertical .bootstrap-touchspin-up {
  border-radius: 0 4px 0 0;
  top: 0;
}

.bootstrap-touchspin .input-group-btn-vertical .btn {
  font-size: 12px;
  line-height: 1;
}

.rtl .bootstrap-touchspin .input-group-addon .input-group-btn-vertical .bootstrap-touchspin-up {
  border-radius: 4px 0 0 0;
}

.bootstrap-touchspin .input-group-addon:not(:last-child) .input-group-btn-vertical .bootstrap-touchspin-up,
.bootstrap-touchspin .input-group-addon:not(:last-child) .input-group-btn-vertical .bootstrap-touchspin-down,
.bootstrap-touchspin .input-group-btn:not(:last-child):not(:first-child) .btn {
  border-radius: 0;
}

.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down {
  border-radius: 0 0 4px 0;
  bottom: 0;
}


.rtl .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down {
  border-radius: 0 0 0 4px;
}

.bootstrap-touchspin .input-group-btn-vertical i {
  position: absolute;
  top: 3px;
  left: 5px;
  font-size: 9px;
  font-weight: normal;
}

.rtl .bootstrap-touchspin .input-group-btn-vertical i {
  left: auto;
  right: 5px;
}

.bootstrap-touchspin input {
  width: 50px ! important;
  display: inline-block;
  border: none;
  box-shadow: none;
  background: #eee;
  text-align: center;
  border-radius: 10px;
  padding: 5px;
  font-size: 16px;
}
.bootstrap-touchspin input::-webkit-inner-spin-button {
   display: none;
}
.bootstrap-touchspin {
  display: inline-block;
  margin-left: 12px;
}