.k-login-logo {
    background-image: url("../image/logo-korona-studio-almond.svg");
}

@media screen and (min-width: 768px) {
	.k-login-view {
		background-image: url('../image/login-bg-almondtree.jpg');
	}
}

.k-input[type="checkbox"]:checked {
	background-image: url('../image/korona-checkbox-checkmark.svg');
}

.k-input[type="radio"]:checked {
	background-image: url('../image/korona-radio-dot.svg');
}

.priceChangeManualPrice {
	color: #FF0000;
}

.priceChangeSaleDiscount {
	color: #FF00FF;
}

.priceChangeReceiptDiscount {
	color: #0F0FFF;
}

td.leftAlignedAggregationRow>div {
	text-align: left;
}

td.rightAlignedAggregationRow>div {
	text-align: right;
}

.centerAlignedRow {
	text-align: center;
}

.wrapping-row {
	white-space: normal !important;
	word-break: break-all;
}

.wrapping {
	white-space: normal !important;
}

iframe.report-frame {
	padding-top: 20px;
	padding-bottom: 10px;
	padding-left: 50px;
	padding-right: 40px;
	float: none !important;
}

div.report-frame {
	margin: 0 auto;
	margin-top: 15px;
	margin-bottom: 15px;
	border-radius: 5px;
}

.payment-method-checked {
	border: 1px solid #FF9800 !important;
}

.payment-method-over {
	border-style: solid;
	border-width: 1px;
	border-color: #FFB74D;
	cursor: pointer;
}

.payment-method-out {
	border-style: solid;
	border-width: 1px;
	border-color: transparent;
	cursor: default;
}

.grid-cell-multiline {
	white-space: normal !important;
	overflow: visible !important;
}

.grid-row-default-height {
	height:31px;
}

.auto_suggest {
    z-index: 20;
    background-color: white;
    padding: 10px;
    width: 400px;
    height: 230px;
}

.original-token-input {
    width: 396px;
    border: 1px solid #8496ba;
    font-size: 12px;
    font-family: Verdana, sans-serif;
    padding: 4px 8px;
}

td.item-selected {
	background-color:#dfe8f6;
	border: 1px dotted #a3bae9 !important;
}

td.item {
	font-size: 12px;
	padding: 2px;
	border: 1px solid #ffffff;
}

.grid-link {
	cursor: pointer;
	font-size: 18px;
    color: var(--orange-A700);
}

.flextable-outer-border-top {
	border-top: 1px solid #c0c0c0 !important;
}

.flextable-outer-border-left {
	border-left: 1px solid #c0c0c0 !important;
}

.flextable-outer-border-right {
	border-right: 1px solid #c0c0c0 !important;
}

.flextable-outer-border-bottom {
	border-bottom: 1px solid #c0c0c0 !important;
}

.flextable-outer-border-top.flextable-outer-border-left {
	border-top-left-radius: 6px
}

.flextable-outer-border-top.flextable-outer-border-right {
	border-top-right-radius: 6px
}

.flextable-outer-border-bottom.flextable-outer-border-left {
	border-bottom-left-radius: 6px
}

.flextable-outer-border-bottom.flextable-outer-border-right {
	border-bottom-right-radius: 6px
}

.flextable-inner-border {
	border-right: 1px solid #f0f0f0;
	border-bottom: 1px solid #f0f0f0;
}

.flextable-inner-border-right {
	border-right: 1px solid #f0f0f0;
}

.flextable-inner-border-bottom {
	border-bottom: 1px solid #f0f0f0;
}

.flextable-inner-padding {
	padding: 5px;
}

.flextable-background-green {
	background-color: #DAFBBD;
}

.flextable-background-red {
	background-color: #FFA48E;
}

.flextable-background-yellow {
	background-color: #FDFF8C;
}

.flextable-hide {
	display: none;
}

.flextable-width-10 {
	width: 10%;
	min-width: 125px;
    max-width: 125px;
}

.flextable-width-30 {
	width: 30%;
}

.gray-link a:link {
	color: rgb(96, 96, 96);
}

.gray-link a:visited {
	color: rgb(96, 96, 96);
}

.gray-link a:hover {
	color: rgb(96, 96, 96);
}

.gray-link a:active {
	color: rgb(96, 96, 96);
}

.premium-highlight {
	background-color: #DAFBBD;
	border-bottom-color: #DAFBBD;
}

.circle-list {
	list-style-type: circle;
	list-style-position: inside;
}

.gm-style-iw + div {display: none;}
.gm-style-iw {text-align:center;}


.order-ralations-view-help-container {
	background-color: #FFFFFF;
	border: 1px solid #C0C0C0;
	border-radius: 5px;
	z-index: 9;
}

.order-relation-item {
	width: 250px;
	height: 95px;
	box-sizing: border-box;
	margin: 10px 0px;
	padding: 10px;
	background-color: #FFFFFF;
	border: 2px solid #C0C0C0;
	border-radius: 5px;
	cursor: pointer;
	z-index: 8;
}

.order-relation-item:hover {
	border: 2px solid #FFB74D;
}

.order-relation-item-icon {
	align-self: center;
	width: 58px;
    height: 58px;
    box-sizing: border-box;
    font-size: 40px;
	display: flex !important;
	align-items: center;
	justify-content: center;
	border-width: 2px;
	border-style: solid;
	border-radius: 5px;
}