/**************************************************************************************
	purpose: style for only design page
**************************************************************************************/
/* image.css */
/*-------temporary------------*/
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle{
	background-color: #a7ffdb !important;
}

/*--------------------common part---------------------------*/
.full {
	width: 100%;
	height: 100%;
}
.dropdown-menu{
	padding:0px !important;
}
.bootstrap-touchspin .input-group-btn-vertical{
	width: 25% !important;
	height: 100%;
}
.bootstrap-touchspin .input-group-btn-vertical .btn{
	background-color: #ccc !important;
}
.bootstrap-touchspin .input-group-btn-vertical i{
	color: white !important;
}
	