




#new-toolbox {
	/*outline: 1px solid #fff;*/
	outline-offset: -2px;
} 


.tbx_top{
	position: absolute;
	/*background-color: #fff2;*/
	/*outline: 2px solid #00f;*/
	top: -30px;
	/*bottom: 52px;*/
	bottom: 56px;
	right: 0;
	left: 0;
	z-index: 400;
	/*margin-bottom: 2px;*/
	/*border-radius: 20px;*/
}

.tbx_cont input{
	position: relative;
		height: 20px;
		top: 4px;
	padding: 10px;
}
.tbx_cont{
	position: absolute;
	bottom: 0;
	top: 0;
	left: 0;
	right:  0;
	margin: 7px;
	left: 10px;
	margin-top: 2px;
	/*background-color: red;*/
}



.toolbox-content {
	/*padding-bottom: 10px !important;*/

}





.tbx_cont input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 20px;
  height: 10px;
  cursor: pointer;
  animate: 2s;
  background: #ccc;
  box-sizing: border-box;
  /*box-sizing: content-box;*/
  /*padding-bottom: 10px;*/
  margin-bottom: 10px;
  /*outline: 2px solid #ff0;*/
  /*padding: 4px;*/

  /*border: 1px solid #f00;*/

  /*border-bottom: 5px solid #0ff;*/
}

.tbx_cont input[type=range]::-webkit-slider-thumb {
  border: 1px solid #333;
  height: 30px;
  width: 8px;
  background: #fff;
  border-radius:0;
  -webkit-appearance: none;
  margin-top: -7px;
}










