/* PIM.red custom css */
.field-dataset-image.detail-view {
	position: static;
}

.widget-list.inline .zusammenfassung {
	display: none;
}

.sortArrowMoveUp .fa,
.sortArrowMoveDown .fa {
	font-size: 1.5em;
	font-weight: bold ! important;
}

.toggle.expanded {
	display: table-row;
}

.toggle.collapsed {
	display: none;
}

td.col_name {
	width: 280px;
}

#download_list .ui-sortable-placeholder {
	background-color: rgba(107, 187, 186, 0.2);
	height: 100px;
	margin-bottom: 5px;
	margin-top: 5px;
	width: 100%;
}

#header_2111 .count,
#header_1384 .count {
	display: none;
}

#editable_list_notifications {
	font-weight: bold;
	font-size: 18px;
}

/* chrome breaks whitespaces different to firefox */
#popup_whcms3_feld_relation_zugewiesen table {
	table-layout: fixed;
	overflow-wrap: break-word;
}

.button-bar {
	padding-top: 8px;
	padding-bottom: 5px;
	padding-left: 8px;
	border-bottom: 1px solid #DDDDDD;
	border-top: 1px solid #DDDDDD;
	width: 100%;
	background-color: rgba(107, 187, 186, 0.2);
}

.button-bar-top {
	margin-bottom: 8px;
}

.button-bar-bottom {
	margin-top: 13px;
}

.button-bar a:focus {
	color: #098e8d;
}

.button-bar-bottom,
.button-bar .btn-expand-all,
.button-bar .btn-collapse-all {
	display: none;
}

/* Hide Subtabs of "Tapete"-Tab (Seitenbaum) */
#whcms3_modul_content_edit_content_tab_2018 ~ .subtab, #whcms3_modul_content_edit_content_tab_2404 ~ .subtab, #whcms3_modul_content_edit_content_tab_3328 ~ .subtab, #whcms3_modul_content_edit_content_tab_5056 ~ .subtab{
    display: none;
}

/* Smaller Screensize for mobile Preview */
.responsive-preview .iframe-wrapper.mobile {
	width: 500px;
}

input[type=number].widget-simple-input {
	border-radius: 0;
	padding: 6px 8px;
	height: 34px;
	border: 1px solid #ddd;
}

.color-scheme {
	vertical-align: top;
}

.color-scheme-element {
	padding-right: 4rem;
	display: flex;
	margin: 5px 0 5px 0;
}

.color-scheme-element .color-scheme-box {
	width: 50px;
	height: 30px;
	border: 1px lightgrey solid;
	border-radius: 2px;
}

.color-scheme-element .color-name {
	padding-left: 8px;
	margin-top: auto;
	margin-bottom: auto;
}