/* /Pages/Common/Contexts/ListDocumentByEntity.razor.rz.scp.css */
[b-8qnd5izzug].list-item li {
	border: 0 !important;
	padding: 0 !important;
}
/* /Pages/Shared/Components/AmountColumnLabel.razor.rz.scp.css */
.price[b-wcz2ldq9co] {
    font-size : 15px;
    font-weight : bold;
    width:100%;
}

.price-color-default[b-wcz2ldq9co] {
    color: blue;
}

.price-color-green[b-wcz2ldq9co] {
    color: green;
}

.price-color-red[b-wcz2ldq9co] {
    color: red;
}

.price-color-black[b-wcz2ldq9co] {
    color: black;
}

.price-color-white[b-wcz2ldq9co] {
    color: white;
}

.price-color-primary[b-wcz2ldq9co] {
    color: var(--rz-primary);
}

.price-color-zero[b-wcz2ldq9co] {
    color: var(--rz-primary);
    font-weight: normal;
}


/* /Pages/Shared/Components/DateLabel.razor.rz.scp.css */
.date[b-v9bz0r1pdu] {
	color: purple;
}
/* /Pages/Shared/Components/LoadingBar.razor.rz.scp.css */
/* https://icons8.com/cssload/en/horizontal-bars */

#floatBarsG[b-hoenejjz7t] {
	position: relative;
	width: 234px;
	height: 28px;
	margin: auto;
}

.floatBarsG[b-hoenejjz7t] {
	position: absolute;
	top: 0;
	background-color: rgb(0,0,0);
	width: 28px;
	height: 28px;
	animation-name: bounce_floatBarsG-b-hoenejjz7t;
	-o-animation-name: bounce_floatBarsG;
	-ms-animation-name: bounce_floatBarsG;
	-webkit-animation-name: bounce_floatBarsG;
	-moz-animation-name: bounce_floatBarsG;
	animation-duration: 1.5s;
	-o-animation-duration: 1.5s;
	-ms-animation-duration: 1.5s;
	-webkit-animation-duration: 1.5s;
	-moz-animation-duration: 1.5s;
	animation-iteration-count: infinite;
	-o-animation-iteration-count: infinite;
	-ms-animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
	-moz-animation-iteration-count: infinite;
	animation-direction: normal;
	-o-animation-direction: normal;
	-ms-animation-direction: normal;
	-webkit-animation-direction: normal;
	-moz-animation-direction: normal;
	transform: scale(.3);
	-o-transform: scale(.3);
	-ms-transform: scale(.3);
	-webkit-transform: scale(.3);
	-moz-transform: scale(.3);
}

#floatBarsG_1[b-hoenejjz7t] {
	left: 0;
	animation-delay: 0.6s;
	-o-animation-delay: 0.6s;
	-ms-animation-delay: 0.6s;
	-webkit-animation-delay: 0.6s;
	-moz-animation-delay: 0.6s;
}

#floatBarsG_2[b-hoenejjz7t] {
	left: 29px;
	animation-delay: 0.75s;
	-o-animation-delay: 0.75s;
	-ms-animation-delay: 0.75s;
	-webkit-animation-delay: 0.75s;
	-moz-animation-delay: 0.75s;
}

#floatBarsG_3[b-hoenejjz7t] {
	left: 58px;
	animation-delay: 0.9s;
	-o-animation-delay: 0.9s;
	-ms-animation-delay: 0.9s;
	-webkit-animation-delay: 0.9s;
	-moz-animation-delay: 0.9s;
}

#floatBarsG_4[b-hoenejjz7t] {
	left: 88px;
	animation-delay: 1.05s;
	-o-animation-delay: 1.05s;
	-ms-animation-delay: 1.05s;
	-webkit-animation-delay: 1.05s;
	-moz-animation-delay: 1.05s;
}

#floatBarsG_5[b-hoenejjz7t] {
	left: 117px;
	animation-delay: 1.2s;
	-o-animation-delay: 1.2s;
	-ms-animation-delay: 1.2s;
	-webkit-animation-delay: 1.2s;
	-moz-animation-delay: 1.2s;
}

#floatBarsG_6[b-hoenejjz7t] {
	left: 146px;
	animation-delay: 1.35s;
	-o-animation-delay: 1.35s;
	-ms-animation-delay: 1.35s;
	-webkit-animation-delay: 1.35s;
	-moz-animation-delay: 1.35s;
}

#floatBarsG_7[b-hoenejjz7t] {
	left: 175px;
	animation-delay: 1.5s;
	-o-animation-delay: 1.5s;
	-ms-animation-delay: 1.5s;
	-webkit-animation-delay: 1.5s;
	-moz-animation-delay: 1.5s;
}

#floatBarsG_8[b-hoenejjz7t] {
	left: 205px;
	animation-delay: 1.64s;
	-o-animation-delay: 1.64s;
	-ms-animation-delay: 1.64s;
	-webkit-animation-delay: 1.64s;
	-moz-animation-delay: 1.64s;
}



@keyframes bounce_floatBarsG-b-hoenejjz7t {
	0% {
		transform: scale(1);
		background-color: rgb(0,0,0);
	}

	100% {
		transform: scale(.3);
		background-color: rgb(255,255,255);
	}
}

@-o-keyframes bounce_floatBarsG {
	0% {
		-o-transform: scale(1);
		background-color: rgb(0,0,0);
	}

	100% {
		-o-transform: scale(.3);
		background-color: rgb(255,255,255);
	}
}

@-ms-keyframes bounce_floatBarsG {
	0% {
		-ms-transform: scale(1);
		background-color: rgb(0,0,0);
	}

	100% {
		-ms-transform: scale(.3);
		background-color: rgb(255,255,255);
	}
}

@-webkit-keyframes bounce_floatBarsG {
	0% {
		-webkit-transform: scale(1);
		background-color: rgb(0,0,0);
	}

	100% {
		-webkit-transform: scale(.3);
		background-color: rgb(255,255,255);
	}
}

@-moz-keyframes bounce_floatBarsG {
	0% {
		-moz-transform: scale(1);
		background-color: rgb(0,0,0);
	}

	100% {
		-moz-transform: scale(.3);
		background-color: rgb(255,255,255);
	}
}
/* /Pages/Shared/Components/PriceColumnLabel.razor.rz.scp.css */
.price[b-tlfu8o0jat] {
    font-weight : bold;
    width: 100%;
}

.price-color-default[b-tlfu8o0jat] {
    color: var(--accent-fill-rest);
}

.price-color-green[b-tlfu8o0jat] {
    color: green;
}

.price-color-red[b-tlfu8o0jat] {
    color: red;
}

.price-color-zero[b-tlfu8o0jat] {
    color: blue;
    font-weight: bold;
}


/* /Pages/Shared/Components/QuantityColumnLabel.razor.rz.scp.css */
.quantity[b-megdab66zp] {
    font-weight: bold;
    font-size: 15px;
    width : 100%;
}

.quantity-color-default[b-megdab66zp] {
    color: blue;
}

.quantity-color-green[b-megdab66zp] {
    color: green;
}

.quantity-color-red[b-megdab66zp] {
    color: red;
}

.quantity-color-zero[b-megdab66zp] {
    color: lightgray;
    font-weight: normal;
}
