
.contentLanguageWrapper {
	margin-bottom: 2.5rem;
	float: right;
	margin-right: 15rem;
}

.contentLanguageWrapper button{
	width: 15rem !important;
}

.contentLanguageWrapper + .topPagination .pagination {
    margin-top: 0;
}

.overviewItem .overviewItemTitle {
    height: 7.5rem;
    line-height: 7.5rem;
    vertical-align: middle;
    margin-top: 0;
}

.overviewItemText{
  	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: block;
}

.overviewListing i{
	font-size: 2.5rem;
}

.overviewListing .row{
	background-color: rgb(255, 255, 255);
	box-shadow: 0px 0px 5px rgb(51, 51, 51);
	box-shadow: 0px 0px 5px rgba(51, 51, 51, 0.7);
	padding: 0px;
	margin: 0px 0px 20px;
 	height: 8.3rem;
	-o-transition:.200s;
	-ms-transition:.200s;
	-moz-transition:.200s;
	-webkit-transition:.200s;
	transition:.200s;	
	position: relative;
}
.overviewListing .row:hover { 
	background-color: rgb(229, 229, 229);
}

.overviewListing .row a{
	color: black !important;
	text-decoration: none !important;
}

.overviewListing .pictureWrapper {
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	border-right: 2px solid #ddd;
	width: 10rem;
	height: 8rem;
	padding: 5px;
}

.overviewListing .overviewMedium {
    background-color: initial;
}

.overviewListing .expandImage {
    padding: 3px 5px;
}

.overviewListing .expandImage i {
    font-size: 2rem;
    position: relative;
    top: 0.5px;
}

.overviewMedium .iconButton.notFound > .svg {
    width: 3rem;
    margin: 0 auto;
}

.overviewListing .iconButton .buttonHoverText.tooltipLeft,
.overviewListing .iconButton .buttonHoverText.tooltipRight {
    top: 3px;
}

.overviewListing {
	font-size: 1.2rem;
	position: relative;
}

.overviewListing .col {
	float: left;
}

.overviewListing .iconButton {
	width: 38px;
	flex: 1;
	min-height: 2rem;
}

.overviewItemTitle{
	font-weight: 800;
	font-size: 1.5rem;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display:block;
}

.overviewItemTitle .itemTitleSmall {
	line-height: 2rem;
    position: relative;
    top: 1.5rem;
}

.dataManagementProductText{
	font-weight: 500;
	font-size: 1.3rem;
	overflow: hidden;
}

.dataManagementProductText.dataManagementEllipsis {
	display: block;
	-ms-text-overflow: ellipsis;
  	-o-text-overflow: ellipsis;
 	text-overflow: ellipsis;
	position: relative;
  	overflow: hidden;
  	white-space: normal;
  	text-overflow: ellipsis;
  	line-height: 1.2em;  
  	min-height: 3.0em; 
}

.editInstanceAction {
	margin-top: 1rem;
	margin-left: 1rem;
	margin-right: 1rem;
	width: calc(100% - 19rem);
}

.smallerTitle {
    width: calc(100% - 24.5rem);
}

.overviewActionsWrapper {
    float: right;
}

.overviewActions {
	height: 8.3rem;
    width: initial;
    display: inline-flex;
    flex-wrap: wrap-reverse;
    flex-direction: column;  
}


.testhidden {
	display: none;
}







