




















body {
	background-color:  rgb(242, 242, 242);
}

a {
	color:  #555;
}
a:hover {
	color:  rgb(49, 148, 232);
}
.nav-link {
	text-transform: uppercase;
	font-size: 11px;
	color:  #999;
}
.nav-link.active {
	font-weight: bold;
}

.main-menu {
	width: 90px;
	height: 100%;
	/*border-right: 1px solid  rgb(37, 42, 48);*/
	position: absolute;
	left: 0px;
	top: 0px;
}
.main-menu .item {
	color: #444;
	text-align: center;
	display: block;
	padding: 16px 0;
	border: 1px solid  rgb(242, 242, 242);
}
.main-menu .item.selected {
	color: #222;
	color:  rgb(49, 148, 232);
	background-color: #f4f4f4;
	border-color: #ddd;
}
.main-menu .item:hover, .main-menu .item.selected {
	text-decoration: none;
	background:  rgb(51, 150, 234);
	border-color:  rgb(49, 148, 232);
	color: white;
}
.main-menu .item i {
	font-size: 32px;
	display: block;
	color: #888;
}
.main-menu .item.selected i {
	color: #555;
	color:  rgb(49, 148, 232);
}
.main-menu .item:hover i, .main-menu .item.selected i {
	color: white;
}
.main-menu .item b {
	font-size: 10px;
	font-weight: normal;
	text-transform: uppercase;
}


.secondary-menu-bg {
	width: 280px;
	height: 100%;
	min-height: 800px;
	border-right: 1px solid  rgb(37, 42, 48);
	border-left: 1px solid  rgb(37, 42, 48);
	background:  rgb(39, 44, 50);
	position: absolute;
	left: 90px;
	top: 0px;
}
.secondary-menu {
	width: 280px;
	min-height: 100%;
	border-right: 1px solid  rgb(37, 42, 48);
	border-left: 1px solid  rgb(37, 42, 48);
	background:  rgb(39, 44, 50);
	color: #ccc;
	font-size: 14px;
	position: absolute;
	left: 90px;
	top: 0px;
	padding: 0px 15px;
}
.secondary-menu h2 {
	font-size: 11px;
	text-transform: uppercase;
	color: #ccc;
	margin: 20px 0 10px 0;
	padding-bottom: 5px;
	border-bottom: 1px solid #ccc;
}
.secondary-menu h2 a {
	color: inherit;
}
.secondary-menu h2 a.selected {
	color:  rgb(49, 148, 232);
	font-weight: bold;
}
.secondary-menu .item {
	display: block;
	font-size: 14px;
	padding: 1px 0 3px 1px;
	color: #ccc;
}
.secondary-menu .item .icon {
	display: inline-block;
	width: 20px;
	text-align: center;
	font-size: 80%;
}
.secondary-menu .item.selected, .secondary-menu .item:hover {
	color:  rgb(49, 148, 232);
	text-decoration: none;
}
.secondary-menu .item.selected {
	font-weight: bold;
}
.secondary-menu .form-control {
	background-color: rgba(255, 255, 255, 0.2);
	border-color: rgba(204, 204, 204, 0.3);
	color: #ccc;
}
.secondary-menu .form-control::placeholder {
	color: #aaa;
}
.secondary-menu .tt-menu {
	color: #555;
}
.secondary-menu .checkboxes-result-box {
	margin-top: 10px;
}
.secondary-menu .input-group-text {
	background-color: rgba(255, 255, 255, 0.2);
	border-color: transparent;
	color: #aaa;
}


.tree-list .node-title {
	white-space: nowrap;
	overflow: hidden;
	display: block;
	text-overflow: ellipsis;
}
.tree-list .node-title:hover {
	color:  rgb(49, 148, 232);
	cursor: pointer;
}
.tree-list .node-title i.checked {
	display: none;
}
.tree-list .node-title i.not-checked {
	opacity: 0.2;
}
.tree-list .tree-list-item.checked > .node-title > i.checked {
	display: inline-block;
}
.tree-list .tree-list-item.checked > .node-title > i.not-checked {
	display: none;
}
.tree-list i.not-expandable {
	opacity: 0.1;
}
.tree-list i.expanded {
	opacity: 0.5;
	display: none;
}
.tree-list i.not-expanded {
	opacity: 0.5;
	display: none;
}
.tree-list .tree-list-item.is-expandable > .node-title > i.not-expandable {
	display: none;
}
.tree-list .tree-list-item.is-expandable > .node-title > i.not-expanded {
	display: inline-block;
}
.tree-list .tree-list-item.is-expandable.expanded > .node-title > i.not-expanded {
	display: none;
}
.tree-list .tree-list-item.is-expandable.expanded > .node-title > i.expanded {
	display: inline-block;
}
.tree-list .tree-list-item.checked > .node-title {
	font-weight: bold;
	color:  rgb(49, 148, 232);
}
.tree-list .tree-list-item > .tree-list {
	display: none;
}
.tree-list .tree-list-item.expanded > .tree-list {
	display: block;
}
.tree-list {
	padding: 0;
	list-style-type: none;
}
.tree-list > .tree-list-item {
	padding: 0;
}
.tree-list > .tree-list-item .tree-list {
	padding-left: 20px;
}
.form-block .tree-list-container {
	margin-bottom: 0;
	margin-top: 15px;
}
.form-block .tree-list-container .tree-list {
	margin-bottom: 0;
}


.session-info {
	position: absolute;
	top: 5px;
	right: 20px;
}
.session-info .username {
	display: block;
	padding: 0;
	/*background:  rgb(51, 150, 234);
	border-color:  rgb(49, 148, 232);*/
	color:  rgb(49, 148, 232);
	font-size: 12px;
	line-height: 20px;
}
.session-info .username:hover {
	text-decoration: none;
}
.session-info .btn {
	text-transform: none;
	border-color: transparent;
	background-color: transparent;
}



.content {
	padding: 15px 30px 100px 30px;
}
.default-block {
	border-top: 1px solid  rgb(49, 148, 232);
	border: 1px solid  rgb(230, 230, 230);
	border-radius: 4px;
	padding: 15px;
	margin-bottom: 30px;
	background: #fcfcfc;
}
.default-block .block-title {
	text-transform: uppercase;
	font-size: 14px;
	color:  #555;
	margin-bottom: 10px;
	display: block;
}
.modal-body .default-block {
	border: none;
	padding: 0;
	background: none;
}
h1.main-title {
	color:  #555;
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 0 0px;
	background: white;
	border-bottom: 1px solid #ddd;
	height: 40px;
	line-height: 16px;
	padding: 10px 30px;
	margin-bottom: 15px;
}

.form .form-block {
	padding-top: 0;
}
.form-block-minimized .form-row {
	display: none;
}
/*.form .form-block h3 {
	display: none;
	text-transform: uppercase;
	font-size: 11px;
	color: white;
	position: absolute;
	top: -16px;
	left: 50%;
	padding: 0px 10px;
}*/
.form-block-title {
	color:  #999;
	font-size: 16px;
	font-weight: normal;
	margin: -10px 0 10px 0;
}
.form .col {
	margin-top: 10px;
}
.form label {
	text-transform: uppercase;
	font-size: 11px;
	color:  #999;
}
.form label {
	position: relative;
	display: block;
	padding-right: 16px;
	display: flex;
}
.form label span {
	flex: 1;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.form .custom-file {
	margin-top: 5px;
}
.form .custom-file label {
	position: absolute;
	display: inline-block;
	font-size: 1rem;
	text-transform: none;
}
.form-block > p:first-child {
	margin-top: 15px;
	margin-bottom: 0px;
}
.form-block table:first-child {
	margin-top: 10px;
}
.form-block table th {
	border-top: none;
}
.form-group-options {
	float: right;
}
.form-group-options i {
	cursor: pointer;
	color: #ccc;
	min-width: 16px;
	min-height: 19px;
	text-align: center;
	vertical-align: middle;
	display: inline-block;
}
.form-group-options i:hover {
	color: #555;
}


body {
	
}
.frame {
	position: relative;
	padding-left: 370px;
}


.content .btn {
	text-transform: uppercase;
	font-size: 14px;
}
.content .btn-sm {
	font-size: 0.75rem;
	text-transform: none;
}
.btn-primary {
	background-color:  rgb(51, 150, 234);
	border-color:  rgb(49, 148, 232);
}
.btn-success {
	background-color:  rgb(92, 184, 92);
	border-color:  rgb(76, 174, 76);
}
.btn-warning {
	color: #fff;
	background-color:  rgb(217, 132, 79);
	border-color:  rgb(212, 117, 58);
}
.btn-warning:hover {
	color: #fff;
	background-color: #bd5d21;
	border-color: #b2581f;
}
.btn-warning:not(:disabled):not(.disabled).active, .btn-warning:not(:disabled):not(.disabled):active, .show > .btn-warning.dropdown-toggle {
	color: #fff;
	background-color: #bd5d21;
	border-color: #b2581f;
}
.btn-danger {
	background-color:  rgb(217, 83, 79);
	border-color:  rgb(212, 63, 58);
}


.alert-messages {
	margin-left: -29px;
	margin-right: -30px;
	margin-top: -30px;
	margin-bottom: 15px;
}
.alert-messages .alert {
	border-radius: 0;
	margin-bottom: 0;
}

h1 + .alert-messages {
	margin-top: -20px;
}
.alert-danger {
	border-color:  rgb(212, 63, 58);
	background-color:  rgb(217, 83, 79);
	color: #fff;
}
.alert-success {
	border-color:  rgb(76, 174, 76);
	background-color:  rgb(92, 184, 92);
	color: #fff;
}






.counter-block {
	padding: 15px;
}
.counter-block h3 {
	text-transform: uppercase;
	font-size: 14px;
	color:  #555;
}
.counter-block .graph {
	margin-right: 160px;
}
.counter-block .current {
	width: 160px;
	float: right;
	border-left: 1px solid  rgb(230, 230, 230);
	text-align: center;
	color:  #555;
}
.counter-block .current .label {
	font-size: 12px;
	margin-top: 30px;
}
.counter-block .current .value {
	font-size: 200%;
}
.counter-block .graph-label {
	font-size: 11px;
	color:  #999;
}


.log-block {
	padding: 15px;
}
.log-block .log-row {
	color:  #555;
	font-size: 14px;
	padding: 4px;
	border-bottom: 1px solid  rgb(230, 230, 230);
}
.log-block .log-time {
	color:  #999;
	font-size: 80%;
}


.svg-graph-label {
	font-size: 11px;
	fill:  #999;
}


.version-block .block-title {
	text-transform: none;
}
.version-block-deleted {
	background-color:  #fdeded;
	border-color:  rgb(212, 63, 58);
}

.version-table {
	font-size: 80%;
	color:  #555;
	margin-bottom: 0;
}
.version-table .icon {
	width: 32px;
}
.version-table .action {
	width: 100px;
	padding-right: 15px;
	white-space: nowrap;
}
.version-table .field-name {
	white-space: nowrap;
	width: 100px;
	padding-right: 15px;
}
.version-table .last-update-user {
	white-space: nowrap;
	width: 100px;
	padding-right: 15px;
}
.version-table .last-update-time {
	white-space: nowrap;
	width: 100px;
	padding-right: 15px;
}
.version-table .old-value {
	text-decoration: line-through;
	color: red;
}
.version-table .new-value {
	color: green;
}
.version-table .version-row-gray .icon, .version-table .version-row-gray .action, .version-table .version-row-gray .field-name, .version-table .version-row-gray .new-value, .version-table .version-row-gray .old-value {
	color: #bbb;
}



.images-input-block {
	margin-top: 15px;
}
.images-input-block.drag-hover .images {
	border: 3px dashed #ccc;
	margin: -3px;
	background-color:  rgb(242, 242, 242);
}
.images-input-block .images .image {
	display: inline-block;
	position: relative;
	margin-right: 15px;
	margin-bottom: 30px;
}
.images-input-block .images .image img {
	height: 128px;
	min-width: 60px;
}
.images-input-block .images .image .remove-icon {
	display: none;
	position: absolute;
	top: 5px;
	right: 5px;
	color: black;
	text-shadow: 0px 0px 1px #fff;
}
.images-input-block .images .image:hover .remove-icon {
	display: block;
}
.images-input-block .images .image .num-duplicates {
	display: block;
	position: absolute;
	right: 5px;
	bottom: 5px;
}
.images-input-block .images .image.duplicate {
	display: none;
}
.images-input-block .images.show-duplicates .image.duplicate {
	display: inline-block;
}
.images-input-block .images.show-duplicates .image .num-duplicates {
	display: none;
}
.images-input-block .images .image .remove-icon:hover {
	color: red;
}
.images-input-block .images .image .info {
	display: none;
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	font-size: 11px;
	padding: 4px 8px;
	color: white;
	background: rgba(50, 50, 50, 0.8);
}
.images-input-block .images .image:hover .info {
	display: block;
}
.images-input-block .image-label-widget {
	height: 20px;
	font-size: 12px;
	color: #999;
	font-family: arial;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	position: absolute;
	bottom: -20px;
	width: 100%;
}


.files-input-block {
	margin-top: 15px;
}
.files-input-block.drag-hover .files {
	border: 3px dashed #ccc;
	margin: -3px;
	background-color:  rgb(242, 242, 242);
}
.file-container {
	margin-bottom: 10px;
}
.file-container .file-block {
	border-bottom: 1px solid #eee;
	margin-bottom: 10px;
}
.file-container .file-block .form-row {
	margin-bottom: 10px;
}



td.column-images {
	width: 60px;
	padding: 0;
}
td.column-images .image-block {
	width: 60px;
	height: 60px;
	background-size: contain;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: 50% 50%;
}

td.column-images .image-block .info {
	display: none;
	width: 60px;
	height: 60px;
	background: rgba(0, 0, 0, 0.7);
	overflow: hidden;
	text-align: center;
	font-size: 12px;
	color: #fff;
	line-height: 14px;
	padding-top: 8px;
}
td.column-images .image-block:hover .info {
	display: block;
}

td.column-actions, td.column-completeness {
	width: 60px;
}


#search-result {
	position: relative;
}
.search-result-loading {
	position: absolute;
	z-index: 10;
	height: 100%;
	width: 100%;
	background:  rgb(242, 242, 242);
	opacity: 0.5;
	top: 0;
	left: 0;
}
.search-bar {
	margin-bottom: 30px;
}



.export-images-processing .button-export, .export-images-processing .button-cancel, .export-images .button-close, .export-images-processing #export-images-config, #export-images-info {
	display: none;
}
.export-images-processing.export-images .button-close, .export-images-processing #export-images-info {
	display: block;
}

.export-excel-processing .button-export, .export-excel-processing .button-cancel, .export-excel .button-close, .export-excel-processing #export-excel-config, #export-excel-info {
	display: none;
}
.export-excel-processing.export-excel .button-close, .export-excel-processing #export-excel-info {
	display: block;
}



.checkbox-row {
	cursor: pointer;
}
.checkbox-row:hover {
	color:  rgb(49, 148, 232);
}
.checkbox-row.checked {
	color:  rgb(49, 148, 232);
	font-weight: bold;
}
.checkbox-row .checkbox-icon.checked {
	display: none;
}
.checkbox-row.checked .checkbox-icon.checked {
	display: inline-block;
}
.checkbox-row .checkbox-icon.not-checked {
	opacity: 0.2;
}
.checkbox-row.checked .checkbox-icon.not-checked {
	display: none;
}



.boolean-button input, .boolean-button.state-false .true, .boolean-button.state-true .false {
	display: none;
}


#field-type-blocks .form-block {
	display: none;
}


.select-fields-widget .selected-fields .field-block {
	display: block;
}
.select-fields-widget h4 {
	font-weight: normal;
	margin: 10px 0 6px 0;
	font-size: 14px;
}
.select-fields-widget .selected-fields .field-block .delete-row {
	float: right;
	display: block;
	line-height: 20px;
	cursor: pointer;
}
.select-fields-widget .all-fields .field-block .delete-row {
	display: none;
}
.select-fields-widget .btn-block {
	text-align: left;
}
.select-fields-widget .btn-block + .btn-block {
	margin-top: 0;
}


.sortable-column {
	cursor: pointer;
}


.modal-body .form-column {
	width: 100%;
	max-width: none;
	flex: none;
}


pre {
	border: 1px solid #ccc;
	background: #fff;
	border-radius: 4px;
	padding: 10px 15px;
	color: #e83e8c;
}
.help-page h1 {
	font-size: 2rem;
	margin: 0 0 5px 0;
}
.help-page h2 {
	font-size: 1.6rem;
	margin: 30px 0 10px 0;
}
.help-page h3 {
	font-size: inherit;
	font-weight: bold;
	margin: 30px 0 5px 0;
}
.help-page a {
	color:  rgb(49, 148, 232);
}
.help-page p {
	max-width: 800px;
}



.form-tabs {
	padding-top: 0px;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
	background-color:  rgb(242, 242, 242);
	border-bottom-color:  rgb(242, 242, 242);
	color:  rgb(49, 148, 232);
}
.form-tabbar {
	padding-left: 29px;
	padding-right: 30px;
	margin: -0px -30px 30px -30px;
	background:  rgb(39, 44, 50);
	padding-top: 15px;
	border-left: 1px solid  rgb(242, 242, 242);
	border-bottom: none;
}
.form-tabbar .btn {
	position: relative;
	top: -7px;
	margin-left: auto;
}
.product-form {
	margin-top: -30px;
}
.alert-messages + form {
	margin-top: 30px;
}
.alert-messages + .product-form {
	margin-top: 0px;
}


i.change-field-width {
	display: none;
	position: absolute;
	top: 0;
	right: 0;
	height: 16px;
	width: 16px;
	vertical-align: middle;
	cursor: ew-resize;
	padding-top: 3px;
	text-align: right;
	opacity: 0.2;
}
i.move-form-field {
	display: none;
	height: 16px;
	width: 16px;
	cursor: pointer;
	text-align: center;
	padding-top: 3px;
	opacity: 0.5;
}
i.move-form-field:hover {
	opacity: 1;
}
.form .form-field-container:hover i.move-form-field {
	display: inline-block;
}
.form .form-field-container:hover i.change-field-width {
	display: block;
}
.form-field-container.is-dragging {
	background-color:  rgb(242, 242, 242);
}
.form-field-container.is-dragging label {
	color:  rgb(49, 148, 232);
}



.content .dataset-button {
	text-align: left;
	text-transform: none;
}
.content .dataset-button .remove-dataset-item {
	float: right;
	margin-top: 3px;
}


.widget-build-filter .filters {
	line-height: 31px;
}
.widget-build-filter .filters .delete-filter {
	margin-left: 6px;
}
.widget-build-filter .filters .delete-filter:hover {
	color: red;
}



.dialog-filter {
	font-size: 14px;
	margin-bottom: 20px;
}
.dialog-filter h2 {
	font-size: 11px;
	text-transform: uppercase;
	border-bottom: 1px solid #ccc;
	padding-bottom: 5px;
}



.btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show > .btn-secondary.dropdown-toggle {
	background-color:  rgb(92, 184, 92);
	border-color:  rgb(76, 174, 76);
}



.table td.row-checkbox-cell {
	padding: 0;
}
table thead th.row-checkbox-cell {
	padding: 0;
}
.row-checkbox {
	padding: 0.75rem;
	cursor: pointer;
	color: #999;
}
tr.row-checked, .table-striped tbody tr.row-checked:nth-of-type(2n+1) {
	background-color: #d1ecf1;
}
.row-checkbox:hover, tr.row-checked .row-checkbox {
	color: #333;
}
.row-checkbox .checkbox-checked, tr.row-checked .row-checkbox .checkbox-not-checked, .row-checkbox.is-checked .checkbox-not-checked {
	display: none;
}
tr.row-checked .row-checkbox .checkbox-checked, .row-checkbox .checkbox-not-checked, .row-checkbox.is-checked .checkbox-checked {
	display: inline-block;
}



.table-value-updated {
	color: fuchsia;
}

label.is-invalid {
	color: #dc3545;
}
.images-input-block.is-required .empty-text {
	color: #dc3545;
}


.input-group .twitter-typeahead {
	flex: 1 1 auto;
	width: 1%;
}
.input-group .twitter-typeahead input {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}
.typeahead-show-full-list {
	cursor: pointer;
}
.dataset-date-range-add {
	cursor: pointer;
}

.products-input-block {
	margin-top: 15px;
	position: relative;
}
.products_field_rows {
	margin: 0;
}
.form-block table.products_field_rows:first-child {
	margin-top: 0;
}
.products_field_rows .image-td {
	padding: 4px;
	width: 48px;
}
.products_field_rows .image-block {
	width: 40px;
	height: 40px;
	background-size: cover;
	background-position: 50% 50%;
}
.products_field_rows td {
	border-top: none;
	border-bottom: 1px solid #dee2e6;
}
.products-input-block .search-results, .product-group-product-input-block .search-results {
	display: none;
	position: absolute;
	border: 1px solid #ccc;
	padding: 15px;
	border-radius: 4px;
	background: #fff;
	z-index: 10;
	max-width: 100%;
}
.products-input-block .search-results tr:last-child td, .product-group-product-input-block .search-results tr:last-child td {
	border-bottom: none;
}
.products-input-block .search-results .result-row td, .product-group-product-input-block .search-results .result-row td {
	cursor: pointer;
}
.products-input-block .remove-row-td {
	text-align: right;	
}
.products-input-block .remove-result-row {
	cursor: pointer;
	color: #ccc;
}
.products-input-block .remove-result-row:hover {
	color: #555;
}
.products_field_rows input.amount {
	width: 50px;
	display: inline;
	text-align: right;
}



.table-filter th.is-sortable {
	cursor: pointer;
}




.product-overview-table .inline-edit {
	display: none;
}
.product-overview-table.inline-edit .inline-view {
	display: none;
}
.product-overview-table.inline-edit .inline-edit-cell.column-text, .product-overview-table.inline-edit .inline-edit-cell.column-euro, .product-overview-table.inline-edit .inline-edit-cell.column-length, .product-overview-table.inline-edit .inline-edit-cell.column-ean13, .product-overview-table.inline-edit .inline-edit-cell.column-id {
	padding-left: 2px;
	padding-right: 2px;
}
.product-overview-table.inline-edit .inline-edit {
	display: block;
}
.inline-edit-cell.column-euro {
	white-space: nowrap;
}



.rv-korting-table {
	font-size: 80%;
}


.product-overview-table thead {
	position: -webkit-sticky;
	position: sticky;
    top: 0;
	z-index: 5;
	background: rgb(242, 242, 242);
}
.product-overview-table thead th {
	border-bottom: 1px solid #ccc;
	position: sticky;
    top: 0;
	z-index: 5;
	background: rgb(242, 242, 242);
}



.rv_verkocht_stats {
	margin-top: 15px;
}
.rv_verkocht_stats .graph {
	height: 200px;
}
.rv_verkocht_stats.show_total_net_price .amount {
	display: none;
}
.rv_verkocht_stats .total_net_price {
	display: none;
}
.rv_verkocht_stats.show_total_net_price .total_net_price {
	display: inline;
}
.verkocht_graph .data {
	border-bottom: 1px solid #ccc;
	margin-top: 10px;
}
.verkocht_graph .data .bar_bg {
	height: 100%;
	position: relative;
	float: left;
}
.verkocht_graph .data .bar_bg .bar {
	background-color: hsl(208, 79.9%, 55.1%);
	position: absolute;
	bottom: 0px;
	width: 100%;
}
.verkocht_graph .data .bar_bg:hover .bar {
	background-color: hsl(208, 79.9%, 65%);
}
.verkocht_graph .data .bar_bg .bar:nth-child(2) {
	background-color: hsl(35, 79.9%, 55.1%);
}
.verkocht_graph .data .bar_bg:hover .bar:nth-child(2) {
	background-color: hsl(35, 79.9%, 65%);
}
.verkocht_graph .data .bar_bg .bar:nth-child(3) {
	background-color: hsl(105, 79.9%, 55.1%);
	background-color: hsl(98.5, 57.8%, 49.2%);
}
.verkocht_graph .data .bar_bg:hover .bar:nth-child(3) {
	background-color: hsl(105, 100%, 55.1%);
	background-color: hsl(98.5, 56.7%, 57.5%);
}
.verkocht_graph .data .bar_bg .bar:nth-child(4) {
	background-color: hsl(291, 79.9%, 55.1%);
	background-color: hsl(0, 69.8%, 61%);
}
.verkocht_graph .data .bar_bg:hover .bar:nth-child(4) {
	background-color: hsl(291, 100%, 55.1%);
	background-color: hsl(0, 69.8%, 71%);
}
.verkocht_graph .data .bar_bg .bar:nth-child(5) {
	background-color: hsl(169, 79.9%, 55.1%);
	background-color: hsl(174.2, 63.3%, 48%);
}
.verkocht_graph .data .bar_bg:hover .bar:nth-child(5) {
	background-color: hsl(169, 100%, 55.1%);
	background-color: hsl(174.2, 63.3%, 68%);
}
.verkocht_graph .data .bar_bg:hover {
	background-color: #eee;
}

.verkocht_graph .footer {
	position: relative;
}
.verkocht_graph .x_label {
	position: absolute;
	text-align: center;
	font-size: 11px;
	line-height: 30px;
	height: 30px;
	font-family: verdana;
	color: #555;
}
.verkocht_graph .x_label .lines {
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	height: 5px;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
}
.verkocht_graph .x_label:first-child .lines {
	border-left: 0;
}
.verkocht_graph .x_label:last-child .lines {
	border-right: 0;
}




.product-group-block {
	margin-top: 15px;
	font-size: 80%;
}
.product-group-block .table {
	margin-bottom: 0;
}
.product-group-block .table .image-td {
	padding: 1px;
	width: 28px;
}
.product-group-block .table .image-block {
	width: 26px;
	height: 26px;
	background-size: cover;
	background-position: 50% 50%;
}
.product-group-block .group-fields {
	margin-bottom: 10px;
}
.product-group-block .group-fields a {
	display: block;
}
.product-group-block .group-fields a:hover {
	text-decoration: none;
}
.product-group-block .group-fields .fieldname {
	color: #999;
}
.product-group-block .current-product {
	background-color: #e9ecef;
}


.table .image-td {
	padding: 4px;
	width: 48px;
}
.table .image-block {
	width: 40px;
	height: 40px;
	background-size: cover;
	background-position: 50% 50%;
}


.table-compact thead th {
	font-size: 90%;
	padding-left: 8px;
	padding-right: 8px;
}
.table-compact tbody td {
	padding: 6px 8px;
	font-size: 90%;
}
.table-compact tbody td.button-td {
	padding-top: 4px;
	padding-bottom: 4px;
}
.table-compact tbody td .btn-sm {
	padding-top: 2px;
	padding-bottom: 2px;
}


.keyval-table {
	width: auto;
}


.overview-images-cell {
	display: flex;
}
.overview-images-collapsed > div {
	display: none;
}
.overview-images-collapsed > div:first-child {
	display: block;
}
.overview-images-expanded > div {
	display: block;
	float: left;
}
td.column-images .overview-images-collapsed > div .info {
	line-height: 44px;
	text-align: right;
}
.overview-images-collapsed .icon-collapse {
	display: none;
}
td.column-images .overview-images-expanded > div .info {
	line-height: 44px;
	text-align: left;
}
.overview-images-expanded .icon-expand {
	display: none;
}



.html_delta {
	color: #999;
	white-space: pre-wrap;
}
.html_delta .removed {
	color: red;
	text-decoration: none;
	background-color: rgb(255, 235, 233);
}
.html_delta .added {
	color: green;
	text-decoration: none;
	background-color: rgb(230, 255, 236);
}



.set-columns-to-preset .delete-preset {
	opacity: 0.2;
}
.set-columns-to-preset:hover .delete-preset {
	opacity: 1;
}



.form-control.is-invalid, .was-validated .form-control:invalid {
	background: none;
}



.infobox {
	display: flex;
	max-width: 1000px;
	border: 2px solid  rgb(49, 148, 232);
	background: #fff;
	border-radius: 6px;
	margin-bottom: 30px;
}
.infobox .icon {
	padding: 10px 20px;
	font-size: 30px;
	color:  rgb(49, 148, 232);
}
.infobox .text {
	padding: 10px 10px 10px 0;
}
.alert-messages + .infobox {
	margin-top: 30px;
}


.panel {
	border: 2px solid  #999;
	background: #fff;
	border-radius: 6px;
	margin-bottom: 30px;
	margin-top: 30px;
}
.panel .table {
	margin-bottom: 0;
}
.panel .table th {
	border-top: none;
	background: none;
}
.panel .table ul {
	padding-left: 20px;
	margin: 0;
}
.panel .table a {
	color: inherit;
}
.panel > p {
	margin: 0.75rem;
}
.panel h2 {
	font-size: 120%;
	font-weight: 600;
	margin: 30px 0;
}
.panel h2:first-child {
	margin-top: 0px;
}
.panel h3 {
	font-size: 110%;
	font-weight: 600;
	margin: 30px 0 10px 0;
}
.panel table.properties td {
	padding: 2px 12px;
}
.panel table.properties td:first-child {
	padding-left: 0;
}
.panel table.properties a {
	color: inherit;
}

.panel .inline-table {
	font-size: 90%;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
.panel .inline-table th {
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
}

.gs1_confirm_product {
	border: 2px solid  #999;
	background: #fff;
	border-radius: 6px;
	margin: 30px 0;
	padding: 10px 15px;
}
.gs1_confirm_product .head {
	display: flex;
	justify-content: space-between;
}
.gs1_confirm_product .head h3 {
	font-size: 20px;
}
.gs1_confirm_product .head h3 a {
	color: inherit;
}
.gs1_confirm_product .table {
	margin: 0;
}
.gs1_confirm_product .table th {
	border-top: none;
	font-size: 14px;
	color: #bbb;
}
.gs1_confirm_product .table th:first-child, .gs1_confirm_product .table td:first-child {
	padding-left: 0;
}
.gs1_confirm_product .table td {
	font-size: 14px;
}
.gs1_confirm_product .table .old-value {
	color: red;
}
.gs1_confirm_product .table .new-value {
	color: green;
}
.gs1_confirm_product .table .no-changes {
	display: none;
	color: #bbb;
}
.gs1_confirm_product .table .no-changes .old-value, .gs1_confirm_product .table .no-changes .new-value {
	color: #bbb;
}




.handleiding-search {
	max-width: 1000px;
	margin-bottom: 15px;
}
.handleiding-page {
	border: 2px solid  rgb(49, 148, 232);
	background: #fff;
	border-radius: 6px;
	margin-bottom: 30px;
	margin-top: 0px;
	max-width: 1000px;
	padding: 10px 20px;
}
.handleiding-page .breadcrumb {
	padding: 0 0 10px 0;
	background: none;
	border-bottom: 1px solid #ddd;
}
.handleiding-page .breadcrumb-item a {
	color:  rgb(49, 148, 232);
}
.handleiding-page .breadcrumb-item.active a {
	color:  #555;
}
.handleiding-page h1 {
	color: #333;
	font-size: 32px;
}
.handleiding-page h2 {
	color: #222;
	font-size: 24px;
	margin-top: 32px;
	margin-left: 0px;
}
.handleiding-page h3 {
	color: #333;
	font-size: 18px;
	margin-top: 24px;
	font-weight: 600;
	margin-left: 16px;
}
.handleiding-page .heading-level-3 {
	margin-left: 16px;
}
.handleiding-page h4 {
	color: #222;
	font-size: inherit;
	margin-top: 24px;
	font-weight: 600;
	margin-left: 32px;
}
.handleiding-page .heading-level-4 {
	margin-left: 32px;
}
.handleiding-page h2 a {
	color: inherit;
}
.handleiding-nav a {
	color: #333;
}

.handleiding-page ul {
	list-style-type: none;
	padding: 0 0 0 10px;
}
.handleiding-page ul li i {
	margin-right: 5px;
	color:  rgb(49, 148, 232);
}
.handleiding-page ul li a {
	color:  rgb(49, 148, 232);
}

.handleiding-page .search_result {
	display: block;
	padding: 15px 0;
	border-top: 1px solid #ccc;
	color: inherit;
	display: flex;
	gap: 15px;
}
.handleiding-page .search_result .icon {
	font-size: 20px;
	color:  #999;
}
.handleiding-page .search_result .heading {
	font-size: 70%;
	text-transform: uppercase;
	font-weight: bold;
	color:  rgb(49, 148, 232);
}
.handleiding-page .search_result .highlight {
	background-color: #ffff91;
}
.handleiding-page a.link {
	color:  rgb(49, 148, 232);
}

.handleiding-page table {
	margin: 10px 0;
}
.handleiding-page table tr th, .handleiding-page table tr td {
	border-top: 1px solid #ddd;
	font-size: 90%;
	padding: 8px 16px;
	vertical-align: top;
}
.handleiding-page table tr td.term {
	font-weight: bold;
	padding-left: 0;
	white-space: nowrap;
}
.handleiding-footer {
	margin: 20px 0 0 0;
	border-top: 1px solid #eee;
	padding-top: 8px;
	color: #777;
	font-size: 70%;
	font-style: italic;
}



.change-input-language-container {
	display: flex;
	gap: 5px;
	justify-content: flex-end;
}
.change-input-language-container .change-input-language {
	display: block;
	border: 1px solid #ccc;
	border-bottom: 0;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	padding: 2px 8px;
	font-size: 12px;
	cursor: pointer;
	background: rgb(242, 242, 242);
	color: #777;
}
.change-input-language-container .change-input-language.active {
	background: #fff;
	color: #333;
}
.language-input-container {
	display: none;
}
.language-input-container.active {
	display: block;
}


.joined-has-conflict {
	background-color: #f2dede;
}
.joined-has-manual-data {
	background-color: #e5fbe0;
}


.product-joined-data {
	padding-top: 5px;
}
.product-joined-data .header a {
	color: #000;
}
.product-joined-data .header {
	margin: 10px 0;
}
.product-joined-data .header + .version-link {
	border-top: 1px solid #ccc;
	padding-top: 5px;
}
.product-joined-data .version-link {
	margin: 5px 0;
}
.product-joined-data .version-link a {
	color:  rgb(49, 148, 232);
}
.product-joined-data .data {
	border-top: 1px solid #ccc;
	padding-top: 5px;
}
.product-joined-data .data p {
	margin: 5px 0;
}
.product-joined-data .data p .label {
	display: inline-block;
	min-width: 120px;
}


.summary-table tr.level-1 td {
	font-size: 90%;
}
.summary-table tr.level-1 td.type-label {
	padding-left: 24px;
}
.summary-table td.type-label {
	border-right: 1px solid #eee;
}
.summary-table td.type-field_value {
	border-right: 1px solid #eee;
	text-align: right;
}
.summary-table td.type-remaining {
	border-right: 1px solid #eee;
	text-align: right;
	color: #999;
}
.summary-table td.type-total {
	background: #f4f4f4;
	font-weight: bold;
	text-align: right;
}
.summary-table th {
	text-align: right;
}
.summary-table th.type-label {
	text-align: left;
}
.summary-table th.type-field_value {
	font-size: 90%;
}
.summary-table th.type-remaining {
	font-size: 90%;
	color: #999;
}
.summary-table tr.is-remaining-row td {
	color: #999;
}
.summary-table tfoot td {
	background: #f4f4f4;
	font-weight: bold;
}
.summary-table tfoot td:first-child {
	border-bottom-left-radius: 4px;
}
.summary-table tfoot td:last-child {
	border-bottom-right-radius: 4px;
}


.panel-tabs {
	margin-left: 10px;
	border-bottom: none;
}
.nav-tabs.panel-tabs .nav-item {
	margin-bottom: 0;
}
.panel-tabs + .panel {
	margin-top: 0;
}
.panel-tabs .nav-item.show .nav-link, .panel-tabs .nav-link.active {
	background: #fff;
	border: 2px solid #999;
	border-bottom: none;
}


.gs1-package-material-block.template {
	display: none;
}
.gs1-package-material-block + .gs1-package-material-block {
	border-top: 1px solid #ccc;
	margin-top: 10px;
}
.grondstof-row.template {
	display: none;
}


.table-gs1-info {
	margin-bottom: 0;
}
.table-gs1-info tr:first-child td {
	border-top: none;
}
.table-gs1-info td {
	font-size: 90%;
}
.table-gs1-info td:first-child {
	text-transform: uppercase;
	font-size: 11px;
	color: #999;
	line-height: 21px;
}
.table-gs1-info .item {
	
}
.table-gs1-info .item + .item {
	margin-top: 10px;
}
.table-gs1-info .item-description + .item {
	margin-top: 10px;
}

.table-gs1-info .fa-angle-right {
	font-size: 80%;
	color:  rgb(49, 148, 232);
}
.table-gs1-info .item-description {
	font-size: 90%;
	font-style: italic;
	color:  rgb(49, 148, 232);
}

.gs1-allergen-table {
	margin-bottom: 0;
}
.gs1-allergen-table + .gs1-allergen-table {
	margin-top: 15px;
}
.gs1-allergen-table tr:first-child td {
	border-top: none;
}
.gs1-allergen-table td {
	font-size: 90%;
}


select.select-empty-gray option {
	color: rgb(33, 37, 41);
}
select.select-empty-gray option:first-child {
	color: #999;
}




.pricewatch-table td.highlight {
	background: #f4f4f4;
}
.spider-table {
	width: 100%;
}
.spider-table td {
	border: 0;
	padding: 2px 0px 2px 10px;
	text-align: right;
}
.spider-table td:first-child {
	text-align: left;
	padding-left: 0;
}
.show-spider-table {
	cursor: pointer;
}
.pricewatch-table tbody td .row-checkbox {
	padding-top: 7px;
	padding-bottom: 7px;
}


.pricewatch-graph-row {
	display: flex; 
	min-height: 100px; 
	gap: 30px;
}
.pricewatch-graph-row > div {
	background: #fff;
	box-shadow: 0 0 3px rgba(0,0,0,.1);
	border-radius: 6px;
}

/*
.pricewatch-spider-blocks {
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
}
.pricewatch-spider-block {
	flex: 1;
	min-width: 240px;
	display: flex;
	background: #fff;
	box-shadow: 0 0 3px rgba(0,0,0,.1);
	border-radius: 6px;
	padding: 5px 10px;
}
.pricewatch-spider-block .title {
	flex: 2;
	white-space: nowrap;
	
}
.pricewatch-spider-block .count {
	flex: 1;
	text-align: right;
}
.pricewatch-spider-block .percentage {
	flex: 1;
	text-align: right;
}*/


.pricewatch-spider-blocks {
	border-right: 1px solid #ccc;
}
.pricewatch-spider-blocks:last-child {
	border-right: none;
}
.pricewatch-spider-block {
	display: grid;
	grid-template-columns: 2fr 1fr 1fr;
	padding: 4px 4px;
	font-size: 90%;
	cursor: pointer;
}
.pricewatch-spider-block:hover {
	background: #fff;
}
.pricewatch-spider-block .title {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.pricewatch-spider-block .count {
	text-align: right;
}
.pricewatch-spider-block .percentage {
	text-align: right;
}




.time-graph {
	position: relative;
}
.time-graph svg {
	position: absolute;
}
.time-graph .x-axis {
	border-top: 1px solid #ccc;
	position: absolute;
	top: 0;
	left: 0;
}
.time-graph .y-axis {
	border-right: 1px solid #ccc;
	position: absolute;
	top: 0;
	left: 0;
}
.time-graph .x-axis .max-value, .time-graph .x-axis .min-value {
	position: absolute;
	top: 1px;
	right: 3px;
	font-size: 11px;
}
.time-graph .x-axis .min-value {
	left: 0;
	right: auto;
}
.time-graph .y-axis .max-value, .time-graph .y-axis .min-value {
	position: absolute;
	top: 0;
	right: 3px;
	font-size: 11px;
	text-align: right;
}
.time-graph .y-axis .min-value {
	top: auto;
	bottom: 0;
}
.time-graph .bar {
	fill: none;
	pointer-events: all;
}

.highlight-label-top, .highlight-label-bottom {
	display: block;
	position: absolute;
	top: 100px;
	left: 100px;
	border-radius: 6px;
	background: white;
	box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.15);
	padding: 4px 8px;
	font-size: 12px;
	text-align: center;
}

.highlight-label-top .arrow {
	position: absolute;
	bottom: -14px;
	border: 7px solid transparent;
	border-top: 7px solid white;
	left: 50%;
	margin-left: -7px; 
}

.highlight-label-bottom .arrow {
	position: absolute;
	top: -14px;
	border: 7px solid transparent;
	border-bottom: 7px solid white;
	left: 50%;
	margin-left: -7px; 
}

.time-graph-highlight-table tr:first-child td {
	border-top: none;
}
.time-graph-highlight-link:hover {
	background: #f4f4f4;
	cursor: pointer;
}


.metadata_report_block {
	margin-bottom: 30px;
}
.metadata_report_block .group {
	border: 1px solid #ccc;
	padding: 5px 15px 15px 15px;
	background: #fff;
	border-radius: 4px;
	
}
.metadata_report_block .group + .group {
	margin-top: 15px;
}
.metadata_report_block .group + .attribute-row {
	margin-top: 15px;
}
.metadata_report_block .group-items {
	border: 1px solid #ccc;
	padding: 5px 15px 15px 15px;
	background: #fff;
	border-radius: 4px;
}
.metadata_report_block .group-items + .group-items {
	margin-top: 15px;
}
.metadata_report_block .group-title {
	font-size: 120%;
	font-weight: 600;
	margin: 5px 0 10px 0;
}
.metadata_report_block .table {
	font-size: 80%;
	width: auto;
}

.metadata_report_block .attribute-row {
	display: flex;
	margin: 5px 0;
	font-size: 90%;
	border-top: 1px solid #eee;
	padding-top: 5px;
}
.metadata_report_block .attribute-row .attribute-name {
	min-width: 320px;
	color: gray;
	margin-right: 30px;
}
.gs1-help-text p {
	margin: 0;
}


pre.json {
	color: #fff;
	font-size: 14px;
	background: rgb(11, 22, 29);
	border: 1px solid #333;
	border-radius: 10px;
	color: white;
	font-size: 14px;
}

pre.json .number {
	color: rgb(255, 58, 131);
}
pre.json .key {
	color: white;
}
pre.json .string {
	color: rgb(85, 228, 57);
}
pre.json .boolean, pre.json .null {
	color: rgb(255, 170, 0);
}





/* Nieuwe inline edit tabel */
.product-overview-table.inline-edit {
	table-layout: fixed;
	width: auto;
}
.product-overview-table.inline-edit .inline-edit-cell {
	padding: 0;
}
.product-overview-table.inline-edit .inline-edit-cell .inline-view-end-edit {
	padding: 4px 8px;
	line-height: 32px;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.product-overview-table.inline-edit .inline-edit input.form-control {
	padding: 4px 8px;
	height: 40px;
	margin: 0;
	border: none;
	border-radius: 0;
}
.product-overview-table.inline-edit tr:nth-child(even) .inline-edit input.form-control {
	background: #f4f4f4;
}
.product-overview-table.inline-edit tr.selected-row .inline-edit input.form-control {
	/*background: #c6f2d5;*/
	background: #c6f2d5 !important;
}
.product-overview-table.inline-edit tr.selected-row .selected-cell .inline-edit input.form-control {
	background: #90eeb1 !important;
}
.product-overview-table.inline-edit td.column-images .image-block {
	width: 40px;
	height: 40px;
}
.product-overview-table.inline-edit td.column-images {
	width: 40px;
}
.product-overview-table.inline-edit .row-checkbox {
	padding-top: 0;
	padding-bottom: 0;
	height: 40px;
	line-height: 40px;
}
.product-overview-table.inline-edit td.column-completeness {
	padding: 0;
}
.product-overview-table.inline-edit td.column-actions {
	padding: 0;
	width: 40px;
}
.product-overview-table.inline-edit .btn {
	border-radius: 0;
	height: 40px;
}
.product-overview-table.inline-edit .inline-edit-cell {
	background: #e9ecef !important;
}
.product-overview-table.inline-edit tr:nth-child(even) .inline-edit-cell {
	background: #ddd !important;
}
.product-overview-table.inline-edit tr.selected-row .inline-edit-cell {
	background: #c6f2d5 !important;
}
.product-overview-table.inline-edit td {
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
}
.product-overview-table.inline-edit td:last-child {
	border-right: 1px solid #ccc;
}
.product-overview-table.inline-edit th {
	border-left: 1px solid #ccc;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	position: relative;
}
.product-overview-table.inline-edit th:last-child {
	border-right: 1px solid #ccc;
}
.product-overview-table.inline-edit thead {
	border-bottom: 1px solid #ccc;
}
.product-overview-table.inline-edit {
	border-collapse: separate;
	border-spacing: 0;
}
.product-overview-table.inline-edit .inline-edit-cell.column-text, .product-overview-table.inline-edit .inline-edit-cell.column-euro, .product-overview-table.inline-edit .inline-edit-cell.column-length, .product-overview-table.inline-edit .inline-edit-cell.column-ean13, .product-overview-table.inline-edit .inline-edit-cell.column-id {
	padding-left: 0;
	padding-right: 0;
}
.product-overview-table.inline-edit td.column-images .image-block .info {
	width: 40px;
	height: 40px;
}
.product-overview-table.inline-edit td.column-images .overview-images-collapsed > div .info {
	line-height: 24px;
}


.product-overview-table .inline-edit-change-column-width {
	display: none;
	width: 10px;
	height: 100%;
	top: 0;
	right: 0;
	position: absolute;
	cursor: col-resize;
}
.product-overview-table.inline-edit .inline-edit-change-column-width {
	display: block;
}



.option-header-sticky h2.overview-title {
	height: 46px;
	background: rgb(242, 242, 242);
	position: sticky;
	top: 0;
	z-index: 5;
}
.option-header-sticky .overview-options-right {
	position: sticky;
	top: 0;
	z-index: 6;
}
.option-header-sticky .product-overview-table thead {
	top: 46px;
}



.product-update-log-row {
	margin: 5px 0;
}
.product-update-log-row .head {
	display: flex;
	gap: 10px;
	background:  rgb(92, 184, 92);
	padding: 4px 8px;
	border-radius: 4px;
	border: 1px solid  rgb(76, 174, 76);
	color: #fff;
	font-size: 90%;
}
.product-update-log-row-deleted .head {
	background:  rgb(217, 83, 79);
	border: 1px solid  rgb(212, 63, 58);
}
.product-update-log-row-partially-deleted .head {
	background:  rgb(217, 132, 79);
	border: 1px solid  rgb(212, 117, 58);
}
.product-update-log-row .head .date {
	width: 60px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 11px;
	line-height: 22px;
	text-transform: uppercase;
	font-weight: 600;
}
.product-update-log-row-fullscreen .head .date {
	width: 120px;
}
.product-update-log-row .head .user {
	width: 120px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #000;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 11px;
	line-height: 22px;
}
.product-update-log-row .head .product {
	flex: 1;
	color: #fff;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.product-update-log-row .head .actions {
	display: flex;
	gap: 5px;
}
.product-update-log-row-fullscreen .head .actions {
	gap: 15px;
}
.product-update-log-row .head .actions a {
	color: white;
	opacity: 0.5;
	cursor: pointer;
}
.product-update-log-row .head .actions a:hover {
	opacity: 1;
}

.product-update-log-row .updates {
	margin-left: 15px;
}
.product-update-log-row .updates .update-row {
	display: flex;
	gap: 10px;
	font-size: 13px;
	line-height: 18px;
	margin: 4px 8px;
}
.product-update-log-row .updates .update-row .field {
	width: 160px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.product-update-log-row-fullscreen .updates .update-row .field {
	width: 240px;
}
.product-update-log-row .updates .update-row .action {
	width: 50px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	text-transform: uppercase;
	font-size: 10px;
	line-height: 18px;
	color:  rgb(49, 148, 232);
	font-weight: bold;
}
.product-update-log-row .updates .update-row .value {
	flex: 1;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.product-update-log-row .updates .update-row .value-string {
	font-style: italic;
}
.product-update-log-row .updates .update-row .value-bool {
	color: orange;
	font-weight: bold;
}
.product-update-log-row .updates .update-row .value-number {
	color: fuchsia;
}

.dialog-product-updates {
	max-height: 400px;
	overflow: auto;
	margin: 0 -15px;
	padding: 0 15px;
	border-bottom: 1px solid #ccc;
}


.field-value-bool {
	color: orange;
	font-weight: bold;
}
.field-value-null {
	color: orange;
	font-weight: bold;
}
.field-value-string {
	font-style: italic;
}
.field-value-number {
	color: fuchsia;
}
.field-value-other {
	color: crimson;
	font-weight: 600;
}
.field-value-item {
	color: darkviolet;
}
.field-value-keyword {
	color: darkviolet;
}
.field-value-product-group {
	color: darkviolet;
}
.field-value-images img {
	height: 32px;
}



#sidemenu-form .checkbox-row {
	display: flex;
	gap: 8px;
}
#sidemenu-form .checkbox-row .checkbox-label {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	flex: 1;
}
#sidemenu-form .checkbox-row .count {
	opacity: 0.5;
}


.full-field-title .field-key {
	opacity: 0.5;
	font-size: 80%;
}