.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;
	width: 100%;
	max-width: 100%;
	padding: 8px 10px;
	margin-left: -1px;
	position: relative
}

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

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

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

.input-group.bootstrap-touchspin {
	display: flex
}


.bootstrap-touchspin .group-span-filestyle .btn-touchspin,
.group-span-filestyle .bootstrap-touchspin .btn-touchspin,
.group-span-filestyle .btn-default {
	background-color: #232323;
	color: #fff;
	line-height: 1.25rem;
	text-transform: uppercase;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none
}

.bootstrap-touchspin {
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important
}

.bootstrap-touchspin input:focus {
	outline: none
}

.bootstrap-touchspin input.form-control,
.bootstrap-touchspin input.input-group {
	width: 3rem;
	height: 2.2rem;
	padding: 0.175rem 0.5rem;
	border: 1px solid rgba(0, 0, 0, 0.25);
	background-color: #fff;
	color: #232323;
	text-align: center
}

.bootstrap-touchspin .btn-touchspin {
	height: 1.3125rem;
	border: 1px solid rgba(0, 0, 0, 0.25);
	background-color: #232323;
	color: #fff !important;
	background-color: #969696 !important
}

.bootstrap-touchspin .btn-touchspin:hover {
	background-color: #232323
}

.bootstrap-touchspin .input-group-btn-vertical {
	float: left;
	width: auto;
	color: #232323
}

.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down,
.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0
}

.bootstrap-touchspin .input-group-btn-vertical .touchspin-up:after {
	content: "\E5CE"
}

.bootstrap-touchspin .input-group-btn-vertical .touchspin-down:after {
	content: "\E5CF"
}

.bootstrap-touchspin .input-group-btn-vertical i {
	top: 0.0625rem;
	left: 0.1875rem;
	font-size: .9375rem
}






.bootstrap-touchspin .btn-touchspin {
	height: 2.2rem;
    background-color: #969696;
}