@charset "UTF-8";
/*
 *  Bootstrap TouchSpin - v3.0.1
 *  A mobile and touch friendly input spinner component for Bootstrap 3.
 *  http://www.virtuosoft.eu/code/bootstrap-touchspin/
 *
 *  Made by István Ujj-Mészáros
 *  Under Apache License v2.0 License
 */
.bootstrap-touchspin .input-group-btn .bootstrap-touchspin-up {
  padding: 7px 10px; }

.bootstrap-touchspin .input-group-btn .bootstrap-touchspin-down {
  padding: 7px 10px; }

.bootstrap-touchspin .input-group-btn i {
  padding: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1; }

.bootstrap-touchspin .input-group-btn-vertical {
  position: relative;
  white-space: nowrap;
  width: 1%;
  vertical-align: middle;
  display: table-cell; }

.bootstrap-touchspin .input-group-btn-vertical > .btn {
  display: block;
  float: none;
  min-width: 45px;
  text-align: center;
  padding: 1px 10px;
  margin-left: 0px;
  position: relative; }

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

.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down {
  margin-top: 0px;
  border-radius: 0;
  border-bottom-right-radius: 3px; }

.bootstrap-touchspin .input-group-btn-vertical i {
  padding: 0;
  font-size: 11px;
  font-weight: normal;
  line-height: 1; }

.has-error .bootstrap-touchspin .input-group-btn-vertical > .btn {
  background-color: #D82306;
  border-color: #D82306;
  color: #fff; }

.bootstrap-touchspin .input-group-addon.bootstrap-touchspin-prefix:empty + .form-control {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px; }

.bootstrap-touchspin .input-group-btn + .input-group-addon.bootstrap-touchspin-prefix:empty + .form-control {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px; }
