.overflow-hidden {
	overflow: hidden;
}
.visibility-hidden {
	visibility: hidden;
}
.bottom-0 {
	bottom: 0;
}
.left-0 {
	left: 0;
}
.flex-grow-1 {
	flex-grow: 1;
}
.text-decoration-none {
	text-decoration: none !important;
}
.rotatable {
	-moz-transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.rotatable.down {
	-ms-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

.catalogproduct-container .dropzone {
	min-height: 32px !important;
	padding: 0px !important;
}
.catalogproduct-container .dropzone .dz-message {
	padding: 0px !important;
	margin: 0px !important;
}

.inline-image-container {
	border: 1px solid #eaeaea;
	padding: 8px
}
.inline-image-container .empty-container {
	margin: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-right: -50%;
	transform: translate(-50%, -50%)

}

.sortable-list li { list-style: none; border-bottom: 1px solid #ddd; }

.sortable-list li .item-container { padding: 4px; border-radius: 4px; margin: 2px; background-color: #ffffff }

.sortable-sections li { list-style: none; }

.sortable-catalogproducts li.sortable-grid-entry {
	display: inline-block !important;
	width: 400px;
	height: 340px;
	float: left
}

.sortable-sections li .section-container { padding: 4px; border-radius: 4px; margin: 2px; background-color: #ffffff }

.sidepanel-list li {
	list-style: none;
	border-bottom: 1px dashed #14F2C9;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #fff;
}

.sidepanel-list li h3 {
	font-size: 14px;
	line-height: 28px;
}

.sidepanel-list li h3 small .label { font-size: 10px !important; }

.draggable {
    cursor: move;
}

.sortablehandle {
    cursor: move;
}

.loader {
	opacity: 0.4;
}

.droppable-hover {
	background-color: white;
	border: 2px dashed #888888;
}

.placeholder {
	background-color: white;
	border: 2px dashed #888888;
}

.removable-object {
	cursor: pointer
}

.relation-container {
	padding: 6px;
	background-color: #eeeeee;
}

.sidepanel {
	position: -webkit-sticky;
	position: -moz-sticky;
	position: -o-sticky;
	position: -ms-sticky;
	position: sticky;
	top: 10px;
}
.sidepanel .tab-pane {
	background-color: white;
	border-left: 1px solid #ddd;
	padding: 8px
}
.tab-container-horizontal .tab-pane {
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

.pricecalculationpropertyhandler input.form-control {
	padding: 2px !important;
}

.pricecalculationpropertyhandler .tax-container {
	padding: 4px; border: 1px solid #eeeeee
}

.price-compact .label-default {
	margin-top: 2px
}

.price-compact br {
	display: none !important;
}

@media print {
	.print-hide {
 		display: none !important;
	}
}

.left { float: left }


.catalogproduct-container { background-color: #efefef; padding: 4px; border-radius: 4px }


.catalogsection-options { padding-left: 4px; }

img.admin-preview { max-height: 100px; max-width: 100px; border-radius: 5px }

.editable-outline-outline {
	border: 2px dotted #dadada;
	margin: 4px 0;
	border-radius: 4px;
}

.ui-draggable-dragging .fancybox {
	display: none;
}

.toggle-inline-editor {
	min-width: 12px;
	min-height: 24px
}
.toggle-inline-editor .edit-button {
	opacity: 0.8;
	display: none;
}
.toggle-inline-editor:hover {
	background-color: #FFFFFF;
	cursor: hand !important;
}
.toggle-inline-editor.editing .edit-button {
	display: block;
	visibility: visible;
}
.toggle-inline-editor.editing .edit-button {
	opacity: 1.0;
}
.toggleTr .toggle-inline-editor .edit-button {
	display: none
}
.toggleTr .toggle-inline-editor.editing .edit-button {
	display: inline-block
}
.toggleTr .toggle-inline-editor:hover .edit-button {
	display: inline-block;
}
.toggle-inline-editor:hover * {
	cursor: pointer
}
.toggle-inline-editor.editing * {
	text-decoration: none;
}
.toggle-inline-editor.editing {
    z-index: 10000;
    position: absolute;
    border: 2px dashed black;
    padding: 2px;
    margin: 2px;
    min-width: 200px;
    background-color: white;
}
.toggle-inline-editor.editing form {
	padding: 2px;
}
.toggle-inline-editor.updating {
	opacity: 0.5;
}
.toggle-inline-editor .inlineform:after {
	clear: both;
}
.toggle-inline-editor:hover .object-container {
	border: 1px dot-dash black !important;
}

.catalogeditor-container .label { padding: 4px; line-height: 14px}
.catalogeditor-container .section-header { font-size: 1.5em }
.catalogeditor-list h3, .catalogeditor-list h4 { padding: 0px; margin: 2px 0px}
.catalogeditor-container img {
	display: block !important;
	height: auto !important;
	max-width: 100% !important;
}

li.catalogeditor-product > div.ui-sortable-handle {
	background: none !important;
	border: none !important;
}

.admin-preview-container { border: 1px solid #eee; border-radius: 3px; margin: 4px; max-height: 100px; max-width: 100px; float: left; }
.admin-preview-container .remove-button { background: white; position: absolute; padding: 8px; cursor: pointer; border-radius: 4px; border: 1px solid #888888 }
.admin-preview-container .remove-button:hover { background: #eeeeee; border: 1px solid #aaaaaa }

.test-watermark {
    pointer-events: none;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
    z-index: 9999;
    left: -95px;
    width: 240px;
    position: fixed;
    background: #eee;
    color: red;
    top: -34px;
    padding: 76px 30px 8px 30px;
    font-size: 20px;
    opacity: 0.7;
}

.test-watermark span {
    text-align: center;
    display: block;
}

.test-watermark small {
    text-align: center;
    display: block;
}


.trumbowyg-editor {
    background-color: white;
}

.fa-white { color: white}

.bg-heading,
.bg-buttons {
	background-color: #F5FAFF;
}

.fancybox-bottom {
	background-color: #F5FAFF;
	position: fixed;
	bottom: 0;
	left: 15px;
	width: 100%;
	padding-top: 8px;
	padding-bottom: 8px;
	z-index: 99;
}

@media only screen and (min-width: 768px) and (max-height: 512px) {
    .fancybox-bottom {
        position: inherit;
        bottom: auto;
    }
}


.missing-catalog-entry {
	background-color: rgba(255, 126, 141, 0.35) !important;
}

.btn-group-nowrap {
	display: flex;
}
.input-group > .input-group-append .btn:last-child {
	border-top-right-radius: 0.25rem !important;
	border-bottom-right-radius: 0.25rem;
}

input:invalid, input.invalid-input {
	background-color: var(--variant3) !important;
}

.label-lg {
	font-size: 1.7em
}

.strike-through {
	text-decoration: line-through;
}

.options-group .dropdown-menu {
	padding: 8px;
}

.options-group li {
	border: 0 !important;
}

.options-group .btn-option {
	text-align: left;
	padding: 0.25rem 1px !important;
}

.options-group .btn-option i {
	width: 24px;
	padding-left: 4px;
	text-align: center;
	color: #000;
}

.embedded-form .field-column {
	text-align: right;
}

.orderitem-separator {
	height: 8px
}

.order-price {
	font-size: 18px
}

.float-language-bar {
	position: fixed;
	top: 5px;
	left: 5px;
	z-index: 999;
}
.float-language-bar.language-bar-right {
	right: 5px;
	left: unset;
}

.pagination {
	margin: 10px 0;
}

.ui-autocomplete {
	max-height: 200px;
	overflow-y: auto;
	/* prevent horizontal scrollbar */
	overflow-x: hidden;
	border: 1px solid #eeeeee;
	position: absolute;
	padding: 2px;
	z-index: 10000;
}

.ui-autocomplete li {
	list-style: none;
	border-bottom: 1px solid #eeeeee;
	padding: 5px 10px;
	cursor: pointer;
}

.ui-autocomplete li.ui-state-focus {
	border-style: none !important;
	border-bottom: 1px solid #dddddd !important;
	background-color: #eeeeee;
}

.badge-icon i {
	width: 14px;
	height: 14px;
	padding-top: 1px;
}

.badge-block {
	display: block;
	width: 100%
}

.thumbnail {
	text-align: center;
	border: 1px solid #dddddd;
	border-radius: 3px;
}

.modal {
    z-index: 9999
}

.formfield-zipcodeselectionpropertyhandler .tab-content {
    border: 1px solid #dee2e6;
    border-top: none;
}

.col-paymentmethod-selection {
    margin: 10px 0
}

.col-paymentmethod-selection .btn {
	white-space: initial;
	text-transform: uppercase;
	width: 100%;
	border: none;
	overflow: hidden;
}
.col-paymentmethod-selection .btn:not(:disabled):not(.disabled):active,
.col-paymentmethod-selection .btn:not(:disabled):not(.disabled).active {
	color: #fff;
	background-color: #545b62;
	border-color: #4e555b;
}

.col-paymentmethod-selection .thumbnail {
    border-color: #CCE9FF;
    border-radius: 5px;
    color: #707070;
    font-weight: bold;
    text-transform: uppercase;
    cursor: pointer;
    padding: 10px 0px;
    min-height: 160px;
    width: 100%;
    display: block;
}

.col-paymentmethod-selection .company-name {
    font-size: 16px;
    text-align: center;
}

.col-paymentmethod-selection .company-type-icon {
    font-size: 30px;
    text-align: center;
    height: 40px
}

.submethodlist .thumbnail {
    border-color: #CCE9FF;
    border-radius: 5px;
    color: #707070;
    font-weight: bold;
    text-transform: uppercase;
    cursor: pointer;
    width: 100%;
    display: block;
    padding: 8px;
    margin: 4px 0;
}

.hidden {
    display: none
}

.row-unread {
    background-color: #ffc9c9 !important;
}

.row-closed {
    background-color: #ffccff !important;
}

.row-cancelled {
    background-color: #ffcccc !important;
}

.number-cell {
    display: inline-block;
    width: 100px;
    text-align: right;
}

.fullscreen-loader {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 99999;
	background: rgba(0, 0, 0, 0.65);
	color: white
}

.fullscreen-loader div {
    margin: auto
}

.fullscreen-loader div {
    margin: 0;
    position: absolute;
    left: 50%;
    top: 50%;
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.fullscreen-loader div i {
    display: block;
    font-size: 40px;
}

.selected-entry {
    background-color: #00b76f !important;
}

.selected-entry .btn-select {
    background-color: #0b2e13 !important;
}

.loading {
    opacity: 0.5
}

.checkbox-switch-container {
    padding: 0.275rem 0;
}

.fancybox-type-iframe .fancybox-outer {
    background-image: url("/resource/gfx/scanfie-loader.gif");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
}

.dropzone .dz-error-message {
    color: white !important;
}

.edit-translation {
    background-color: #e2d160 !important;
    border: 1px solid black !important;
    margin: 2px !important;
    padding: 3px !important;
    cursor: help;
}

.translation-needed {
    background-color: #f03a32 !important;
}

.fullscreen-spinner {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	z-index: 99999;
    background: rgba(0, 0, 0, 0.65);
}

.fullscreen-spinner .fullscreen-spinner-container {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 100%
}

.fullscreen-spinner i {
    margin: auto;
    color: white;
    font-size: 40px
}

input[type="radio"]:checked + .radio-selection-box {
    color: #fff;
    background-color: #545b62;
    border-color: #4e555b;
}

input[type="radio"]:checked + .radio-selection-box .thumbnail {
    border-color: #000000;
    color: #000000;
}

.iti {
	display: block;
}

.psp-iframe {
	border: 0;
	display: flex;
	min-height: 520px
	
}

.fancybox-close {
	background-image: none;
	text-decoration: none !important;
	top: -24px;
}
.fancybox-close::before {
	content: "";
	font-family: "Font Awesome 5 Pro";
	font-size: 2rem;
	background-color: #fff;
	color: #dc3545;
	border-radius: 50%;
	padding: 2px 8px;
	box-shadow: rgba(42, 142, 209, 0.16) 0 3px 6px;
}

#fancybox-loading div {
    background-color: #fff;
	background-image: url("/resource/gfx/scanfie-loader.gif");;
}

.display-front {
	z-index: 100
}

.draggable, .disable-selection {
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.position-right {
	right: 8px;
}

.bootbox-xl .modal-dialog {
	max-width: 640px !important;
}