
/**
----------------------------------------------------
Global
---------------------------------------------------- */
.ui.container{
	margin-left:5px !important;
	margin-right:5px !important;
}

/**
----------------------------------------------------
Liste
---------------------------------------------------- */
#liste .spacer.top{
	width:100%;
	height:60px;
}

#btnmainadd{
	position:fixed;
	z-index:100;
	bottom:70px;
	right:40px;
}

#liste .spacer.bottom{
	width:100%;
	height:75px;
}
/**
----------------------------------------------------
Filter/Suche
---------------------------------------------------- */
.ui.search{
	background:white;
}

.ui.search .objstatus{
	margin-left:10px;
}

/**
----------------------------------------------------
Alarm
---------------------------------------------------- */
.alarmmodal.icon{
	float:left;
	margin-bottom:20px;
}
	

/**
----------------------------------------------------
Formular
---------------------------------------------------- */
.ui.formular{
	width:100%;
	margin-top:60px;
}

/**
----------------------------------------------------
Formularobjekte
---------------------------------------------------- */
.ui.objimg{
	max-height:400px;
	overflow-y:scroll;
}

.ui.objimg.card img{
	height:133px !important;
	width:auto !important;
	margin:0 auto;
}

.ui.selection.dropdown{
	padding:0px !important;
}

.ui.icon.input input{
	padding-right:0px !important;
}