.app-margen{
	margin-left:3%;
	margin-right:3%;
}
table.display th{
	text-align: left;
}
.hwth_dt_dummy{
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;    
}
.ui-autocomplete {
	max-height: 200px;
	overflow-y: auto;
	overflow-x: hidden;
	z-index:1500;
}

.clearable{
	background:#ffffff url('../img/x.png') no-repeat right -10px center;
	border:1px solid #999;
	width:170px;
	border-radius:3px; 
}
.clearable.x{
	background-position: right 5px center;
}
.clearable.onX{
	cursor:pointer;
}
.ui-tooltip{
	z-index:1500;		
}
.no_padding{
	padding:0px 0px 0px 0px;
}
.no_margin{
	margin:0px 0px 0px 0px;
}
.hwth-inputfield{
	background-color:white;
	/*
	width:28px;*/
	height:20px;
    margin-left: -15px;
	text-align:center;
	display: inline-block;
    top: -2px;
}
.hwth-autocomplete{
	background-color:white;
	width:28px;
    margin-left: -30px;
	text-align:center;
	display: inline-block;
    top: 0px;
	cursor:pointer;
}
.hwth-input{
	width:90%;
}