#control{
	width:590px;
	height:205px;
	border:1px solid #ccc;
	font-family:Calibri;
	border-radius:10px;
}
#panou1{
	border:1px solid #ccc;
	border-top:none;
	border-bottom:none;
	border-left:none;
	padding-top:10px;
	width:345px;
	height:100px;
	float:left;
}
#panou1 .inputs{
	margin-left:5px;
}
#panou1 .inputs .input{
	float:left;
	width:100px;
}
#panou1 .inputs .input span{
	float:left;
	line-height:27px;
}
#panou1 .inputs .input input{
	float:left;
	border:1px solid #ccc;
	height:26px !important;
}
#panou1 .type_bucla{
	height:30px;
	float:left;
	margin-top:20px;
}
#panou1 .type_bucla .label{
	width:100px;
	float:left;
	text-align:center;
	height:20px;
	line-height:23px;
}
#panou1 .type_bucla .switch{
	float:left;
}
#panou4{
	float: right;
    height: 102px;
    margin-right: 6px;
    padding-left: 0;
    padding-top: 8px;
    width: 120px;
}
.incarca_parametri{
	margin-top:20px;
	float:left;
	height:30px;
	margin-left:10px;
}
input[type=button]{
	background:#eee;
	border-radius:5px;
	height:27px;
	line-height:27px;
	border:1px solid #999;
	font-family:Calibri;
	cursor:pointer;
	margin-bottom:5px;
	min-width:110px;
}
input[type=button]:hover{
	box-shadow:2px 2px 2px rgba(0,0,0,0.5);
}
#raspuns_parametri{
	border-radius: 5px;
	float: right;
    height: 27px;
    margin-right: 10px;
    margin-top: 20px;
    width: 30px;
	background:#3DDB00;
}
#raspuns_parametri.eroare{
	background:#DB0000;
}

#panou2{
	border-top: 1px solid #CCCCCC;
    float: left;
    height: 47px;
    padding-left: 10px;
    width: 580px;
}
#slider_1{
	width:400px;
	height:8px;
	float:left;
}
#gradatie_mare{
	width:400px;
	height:24px;
	background:url(../images/gradatie_mare.png) no-repeat bottom center;
	float:left;
}
#slider_1_value{
	border: 1px solid #CCCCCC;
    float: left;
    height: 26px !important;
    text-align: center;
    width: 32px;
	margin-top:-8px;
	margin-left:10px;
	border-radius:5px;
}
#panou3{
	border-top: 1px solid #CCCCCC;
    float: left;
    height: 47px;
    padding-left: 10px;
    width: 580px;
}
#slider_2{
	width:150px;
	height:8px;
}
#gradatie_mica{
	width:150px;
	height:24px;
	background:url(../images/gradatie_mica.png) no-repeat bottom center;
	float:left;
}
#slider_2_value{
	border: 1px solid #CCCCCC;
    float: left;
    height: 26px !important;
    text-align: center;
    width: 20px;
	margin-top:-8px;
	margin-left:10px;
	border-radius:5px;
}
#panou3 .type_bucla{
	height:30px;
	float:left;
	margin-top:-9px;
}
#panou3 .type_bucla .label{
	width:100px;
	float:left;
	text-align:center;
	height:20px;
	line-height:23px;
}
#panou3 .type_bucla .switch{
	float:left;
}
.ui-slider .ui-slider-handle{
	width:6px;
	height:16px;
}
.ui-slider-horizontal .ui-slider-handle{
	margin-left:0px;
}
.ui-spinner {position: relative}
.ui-spinner-buttons {position: absolute}
.ui-spinner-button {overflow: hidden;height:11px !important;}
.apasat{
	background:#fff !important;
	border:1px solid red !important;
}