.clr { clear: both; }

div.rcontainer {
    background-color: #EDF2F7;
    border: 1px solid #CCCCCC;
    display: inline-block;
    width: 100%;
    margin: 10px 0 !important;
    overflow: hidden;
    padding: 10px;
}

div.attachment {
	display: inline-block;
	width: 100%;
	margin: 2px 10px 2px 0;
	padding: 3px 5px;
	background-color: #fff;
}

.important { color: #990000; }

table.verlagTable {
	width: 100%;
	max-width: 1120px!important;
}
table.verlagTable td.data {
	width: 80%;
	padding: 5px;
}
table.verlagTable td.key {
	width: 20%;
	padding: 5px;
}

table.verlagTable td.key small {
	line-height: 1em; opacity: 0.65;
}

.input-group-text {
	background: #f0f4fb!important;
	color: #666666!important;
	border-color: #cccccc!important;
}

td {
	vertical-align: top;
}

legend {
    font-size: 16px !important;
    line-height: 16px !important;
	padding-bottom: 10px!important;
    margin: 10px 0 !important;
}

.minibox {
	font-size: 10px !important;
	line-height: 14px  !important;
	height: 14px;
	padding: 0px 2px !important;		
	margin: 0px !important;
	width: 20px;
	display: inline;
}

.editable {
	cursor: pointer;
	border-bottom: 1px dotted #888888;
}

.editable:hover {
	background: #ffedb0;
	border-bottom: none;
}

.editable input, .editable select  {
	background-color: #ffffff;
	border: 1px solid #aaaa;
	box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.025);
	padding: 1px 3px;
	min-width: 120px;
	margin: 0;
	width: 100%;
}

.autocomplete-suggestions { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; border: 1px solid #999; background: #FFF; cursor: default; overflow: auto; -webkit-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64); -moz-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64); box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64); }
.autocomplete-suggestion { padding: 2px 5px; white-space: nowrap; overflow: hidden; }
.autocomplete-no-suggestion { padding: 2px 5px;}
.autocomplete-selected { background: #F0F0F0; }
.autocomplete-suggestions strong { font-weight: bold; color: #000; }
.autocomplete-group { padding: 2px 5px; font-weight: bold; font-size: 16px; color: #000; display: block; border-bottom: 1px solid #000; }

.form-control-feedback { font-size: 0.75em!important; }