/* _content/ServISWebApp/Components/AdditionalEquipmentCard.razor.rz.scp.css */
a[b-8cra0oy4zc] {
	text-decoration: none;
}

.card-container[b-8cra0oy4zc] {
	width: 370px;
	height: 120px;
}

.card-title[b-8cra0oy4zc] {
	color: black;
}

.card-text[b-8cra0oy4zc] {
	color: grey;
}
/* _content/ServISWebApp/Components/AuctionOfferCard.razor.rz.scp.css */
a[b-ql9p1cppoe] {
	color: black;
	text-decoration: none;
}

.card-container[b-ql9p1cppoe] {
	background-color: #cccccc;
	width: 250px;
	height: 310px;
	border-radius: 25px;
}

	.card-container img[b-ql9p1cppoe] {
		width: 100%;
		border-top-left-radius: 25px; /* the same value as in .card-container */
		border-top-right-radius: 25px; /* the same value as in .card-container */
	}

	.card-container:hover[b-ql9p1cppoe] {
		box-shadow: 1px 1px 3px 0.5px #ff8000, -1px -1px 3px 0.5px #ff8000;
		transition: box-shadow 0.3s ease-out;
	}

.panel[b-ql9p1cppoe] {
	position: relative;
	width: 100%;
	display: flex;
	justify-content: center;
}

.heading[b-ql9p1cppoe] {
	background-color: grey;
	text-align: center;
	font-size: 20px;
	padding: 6px;
	width: 100%;
	color: whitesmoke;
	outline: 1px solid #ff8000;
}

.countdown[b-ql9p1cppoe] {
	background-color: grey;
	border-radius: 25px;
	min-width: 150px;
	max-width: 250px; /* same as .card-container */
	text-align: center;
	padding: 9px 14px;
	position: absolute;
	top: 120%;
	font-size: 18px;
	color: whitesmoke;
	font-size: 17px;
	transition: transform 0.3s ease-out;
}

.card-container:hover .countdown[b-ql9p1cppoe] {
	box-shadow: 1px 1px 3px 0.2px #ff8000, -1px -1px 3px 0.2px #ff8000; /* same as in .card-container:hover */
	transition: all 0.3s ease-out; /* same as in .card-container:hover */
	transform: scale(1.035, 1.035);
}
/* _content/ServISWebApp/Components/AuctionOffersLister.razor.rz.scp.css */
.my-container[b-lycpanf9oq] {
	gap: 42px 23px;
	padding: 20px 0;
}
/* _content/ServISWebApp/Components/ExcavatorCard.razor.rz.scp.css */
a[b-5eehpq1hur] {
	text-decoration: none;
}

.card-content[b-5eehpq1hur] {
	width: 18rem;
	height: 320px;
	margin: 0 15px 15px 0;
}

.card-title[b-5eehpq1hur] {
	text-align: center;
	margin-top: 8px;
	color: black;
	font-size: 125%;
}
/* _content/ServISWebApp/Components/Forms/AuctionBidForm.razor.rz.scp.css */
#auction-bid-form[b-06x65huuyy] {
	margin-right: auto;
	margin-left: auto;
}

#disclaimer[b-06x65huuyy] {
	font-size: x-small;
	color: grey;
	margin-bottom: -5px;
}

.flex-no-wrap[b-06x65huuyy] {
	flex-wrap: nowrap;
}

.form-group[b-06x65huuyy] {
	margin: 8px;
	width: 45%;
}

#btn-panel[b-06x65huuyy] {
	margin-bottom: 9px;
}

@media (max-width: 950px) {
	.flex-no-wrap[b-06x65huuyy] {
		flex-wrap: wrap;
	}

	.form-group[b-06x65huuyy] {
		width: 100%;
		display: block;
	}
}
/* _content/ServISWebApp/Components/Forms/AuctionOfferForm.razor.rz.scp.css */
#auction-offer-form[b-8h38lop94m] {
	display: flex;
	flex-direction: column;
	align-content: center;
	margin: 12px auto;
	padding: 4px;
}

.flex-no-wrap[b-8h38lop94m] {
	flex-wrap: nowrap;
}

.form-group[b-8h38lop94m] {
	margin: 8px;
	width: 45%;
}

#btn-panel[b-8h38lop94m] {
	margin: 4px 0;
}

.w-50-100[b-8h38lop94m] {
	width: 50%;
}

@media (max-width: 950px) {
	.flex-no-wrap[b-8h38lop94m] {
		flex-wrap: wrap;
	}

	.form-group[b-8h38lop94m] {
		width: 100%;
		display: block;
	}

	.w-50-100[b-8h38lop94m] {
		width: 100%;
	}
}
/* _content/ServISWebApp/Components/Forms/AutogeneratedMessageForm.razor.rz.scp.css */
.form[b-s9tvvappf4] {
	width: 100%;
	border: 1px solid grey;
	border-radius: 12px;
	padding: 12px;
	margin: 18px 0;
	display: flex;
	flex-direction: column;
}

form > *[b-s9tvvappf4] {
	margin: 8px;
}

.text-inputs[b-s9tvvappf4] {
	display: flex;
	flex-direction: column;
}

	.text-inputs label[b-s9tvvappf4] {
		margin: 8px;
		margin-left: 0;
	}

.tags[b-s9tvvappf4] {
	max-height: 365px;
	border: 1px solid gray;
	border-radius: 12px;
	overflow: scroll;
}
/* _content/ServISWebApp/Components/Forms/DemandForm.razor.rz.scp.css */
#demand-form[b-7sfml831qu] {
	margin: 5px auto 18px auto;
}

.flex-no-wrap[b-7sfml831qu] {
	flex-wrap: nowrap;
}

.form-group[b-7sfml831qu] {
	margin: 8px;
	width: 45%;
}

#btn-panel[b-7sfml831qu] {
	margin-bottom: 9px;
}

@media (max-width: 950px) {
	.flex-no-wrap[b-7sfml831qu] {
		flex-wrap: wrap;
	}

	.form-group[b-7sfml831qu] {
		width: 100%;
		display: block;
	}
}
/* _content/ServISWebApp/Components/Forms/ExcavatorForm.razor.rz.scp.css */
.pos-rel > img[b-1reql88g04] {
	margin: 0 15px 10px 0;
}
/* _content/ServISWebApp/Components/Forms/UserForm.razor.rz.scp.css */
#user-form[b-9mixw7tuca] {
	display: flex;
	flex-direction: column;
	align-content: center;
	margin: 12px auto;
	padding: 4px;
}

	#user-form h3[b-9mixw7tuca] {
		margin-right: auto;
		margin-left: auto;
	}

.flex-no-wrap[b-9mixw7tuca] {
	flex-wrap: nowrap;
}

.form-group[b-9mixw7tuca] {
	margin: 8px;
	width: 45%;
}

#btn-panel[b-9mixw7tuca] {
	margin: 4px 0;
	position: relative;
}

.delete-account-btn[b-9mixw7tuca] {
	width: 116px;
	position: absolute;
	right: 18px;
}

.export-data-btn[b-9mixw7tuca] {
	position: absolute;
	right: calc(116px + 23.5px); /* width of .delete-account-btn + some margin */
}

@media (max-width: 950px) {
	.flex-no-wrap[b-9mixw7tuca] {
		flex-wrap: wrap;
	}

	.form-group[b-9mixw7tuca] {
		width: 100%;
		display: block;
	}
}
/* _content/ServISWebApp/Components/InputPassword.razor.rz.scp.css */
#input-password[b-m7yklmhum8] {
	position: relative;
}

#visibility-toggle[b-m7yklmhum8] {
	position: absolute;
	top: 13px;
	right: 12px;
	cursor: pointer;
}

.form-control.is-valid[b-m7yklmhum8], .was-validated .form-control:valid[b-m7yklmhum8] {
	/* This rule exists because the green check mark was overlapping the eye icon */
	background-position: right 35px center;
}
/* _content/ServISWebApp/Components/LoginPanel.razor.rz.scp.css */
#login-panel[b-dbck3lllh0] {
	background-color: white;
	display: flex;
	justify-content: space-between;
	margin: 15px 12px -2px 12px;
	padding: 2px;
}

	#login-panel a[b-dbck3lllh0] {
		text-decoration: none;
	}

	#login-panel .login-panel-btn[b-dbck3lllh0] {
		transition: background-color .15s ease-in-out;
	}

		#login-panel .login-panel-btn:hover[b-dbck3lllh0] {
			background-color: rgba(255,136,0,0.5);
		}

.login-panel-btn[b-dbck3lllh0] {
	color: white;
	text-shadow: 
		-1px -1px 0 rgba(255,136,0,0.15),
		1px -1px 0 rgba(255,136,0,0.15),
		-1px 1px 0 rgba(255,136,0,0.15),
		1px 1px 0 rgba(255,136,0,0.15);
	margin: 3px 8px;
	padding: 5px;
}

#login-btn[b-dbck3lllh0] {
	background-color: #4D4D4D;
	padding-right: 12px;
	padding-left: 12px;
}

#register-btn[b-dbck3lllh0] {
	background-color: #808080;
	padding-right: 8px;
	padding-left: 8px;
}

#profile-btn[b-dbck3lllh0] {
	background-color: #808080;
	padding-right: 45px;
	padding-left: 45px;
}

#logout[b-dbck3lllh0] {
	padding-top: 2px;
	margin-right: 8.5px;
}

@media (max-width: 640px) {
	#login-panel[b-dbck3lllh0] {
		max-width: 280px;
		margin: 8px auto;
	}
}
/* _content/ServISWebApp/Components/MainCard.razor.rz.scp.css */
.card-main-box[b-ghca2rmbau] {
    background-color: #CCCCCC;
    border-radius: 18px;
    box-shadow: 1px 1px 10px gray;

    display: flex;
    flex-direction: column;
    width: 320px;
    height: 420px;

    margin: 18px;

    text-align: center;
    
}
.card-main-box:hover[b-ghca2rmbau] {
    box-shadow: 1px 1px 20px gray;
}

.card-main-img[b-ghca2rmbau] {
    flex-grow: 1;
    background-size: cover;
}
.card-main-box:hover .card-main-img[b-ghca2rmbau] {
    display: none;
}

.card-main-title[b-ghca2rmbau] {
    background-color: gray;
    border-top-left-radius: 18px;
    border-top-right-radius: 18px;

    font-family: 'Roboto Slab', serif;
    font-size: 23px;

    padding-top: 1px;
    padding-bottom: 3px;

}
.card-main-title-locust[b-ghca2rmbau] {
    color: #FF8800;
    text-shadow: 0px 0px 7px #ffa033;

}
.card-main-title-eurocomach[b-ghca2rmbau] {
    color: rgb(255, 59, 11);
    text-shadow: 0px 0px 7px #FFA880;
}

.card-main-subtitle[b-ghca2rmbau] {
    background-color: white;
    color: gray;
    padding-top: 1px;
    padding-bottom: 3px;

    font-family: 'Roboto Slab', serif;
    font-size: 15px;
    font-weight: normal;

}

.card-main-text[b-ghca2rmbau] {
    background-color: #CCCCCC;
    color: white;
    display: none;
    font-size: 115%;

    text-shadow: 1px 1px 10px black;
    padding: 30px 7px 0px 7px;

    margin-bottom: auto;
}

.card-main-box:hover .card-main-text[b-ghca2rmbau] {
    display: inline;
}

.card-main-button[b-ghca2rmbau] {
    background-color: gray;
    border-bottom-left-radius: 18px;
    border-bottom-right-radius: 18px;
    padding-top: 12.5px;
    padding-bottom: 13px;

    box-shadow: 0px -3px 7px gray;
}
.card-main-button a[b-ghca2rmbau] {
    background-color: white;

    color: gray;
    border-radius: 15px;
    padding: 6px;

    text-decoration: none;
    text-shadow: 0px 0px 1px gray;
    transition: all 0.2s ease-in;
}
.card-main-button-locust a[b-ghca2rmbau] {
    box-shadow: 0px 0px 10px #FF8800;
}
.card-main-button-locust a:hover[b-ghca2rmbau] {
    box-shadow: 0px 0px 12px 3px #FF8800,
                inset 0px 0px 2px 0.3px #FF8800;
}
.card-main-button-eurocomach a[b-ghca2rmbau] {
    box-shadow: 0px 0px 10px  rgb(255, 72, 0);
}
.card-main-button-eurocomach a:hover[b-ghca2rmbau] {
    box-shadow: 0px 0px 12px 3px rgb(255, 72, 0),
                inset 0px 0px 2px 0.3px rgb(255, 72, 0);
}
/* _content/ServISWebApp/Components/Managements/ItemsManagement.razor.rz.scp.css */
.plus-padding[b-o3tesfz3js] {
    padding-top: 5px;
    padding-left: 14px;
}
/* _content/ServISWebApp/Components/Message.razor.rz.scp.css */
.message[b-qh7rorbihy] {
	display: flex;
	flex-direction: column;
	border-bottom: 1px solid grey;
	padding: 15px 0 30px 0;
	width: 100%;
	height: 100%;
	min-width: 500px;
}

.panel[b-qh7rorbihy] {
	width: 100%;
	height: 30px;
	position: relative
}

.sender[b-qh7rorbihy] {
	position: absolute;
	left: 0;
}

.date[b-qh7rorbihy] {
	position: absolute;
	right: 0;
	font-size: smaller;
}

.apply-newlines[b-qh7rorbihy] {
	white-space: pre-wrap;
}

.previous-messages[b-qh7rorbihy] {
	color: grey;
}

.prev-msgs-toggle[b-qh7rorbihy] {
	width: 25px;
	height: 11px;
	padding-bottom: 9px;
	margin-top: 2px;
	font-size: 6px;
	font-weight: 900;
	border: 1px solid #ff8800;
	border-radius: 20px;
	color: orangered;
	background: lightgrey;
}
/* _content/ServISWebApp/Components/Messages.razor.rz.scp.css */
.my-container[b-h6pogw5fbd] {
	position: relative;
	width: 100%;
	height: 100%;
	margin-right: auto;
	margin-left: auto;
}

.top-right[b-h6pogw5fbd] {
	position: absolute;
	right: 8px;
	top: 8px;
}

.paging-panel[b-h6pogw5fbd] {
	margin-top: 8px;
}

	.paging-panel *[b-h6pogw5fbd] {
		margin: 0 4px;
	}
/* _content/ServISWebApp/Components/PhotoSlider.razor.rz.scp.css */
.inactive[b-6yhypnathg] {
	opacity: 0.75;
}

.carousel[b-6yhypnathg] {
	margin-top: auto;
	margin-bottom: auto;
}

.carousel-indicators > button[b-6yhypnathg] {
	border-style: none;
	margin: 0.5px;
}

.carousel-control-prev-icon[b-6yhypnathg], .carousel-control-next-icon[b-6yhypnathg] {
	background-color: #aaaaaaff;
}

.carousel-indicators button[b-6yhypnathg] {
	background-color: #aaaaaaff;
}
/* _content/ServISWebApp/Components/ThreadRow.razor.rz.scp.css */
.thread-row[b-qkg3yxrze3] {
	position: relative;
	display: flex;
	width: 100%;
	height: 45px;
	min-width: 588px;
	padding: 5px;
	border-radius: 2px;
	border-bottom: 1px solid rgb(255,136,0);
}

	.thread-row:first-child[b-qkg3yxrze3] {
		border-top: 1px solid rgb(255,136,0);
	}

	.thread-row:hover[b-qkg3yxrze3] {
		box-shadow: 
			inset 1px 0 0 orange, 
			inset -1px 0 0 orange, 
			0 0.5px 1px 0 rgb(255,136,0, 0.75),
			0 1px 3px 1px rgb(255,136,0, 0.75);
	}

	.thread-row > input[b-qkg3yxrze3] {
		position: absolute;
		align-self: center;
		z-index: 1;
		margin-left: 6px;
	}

	.thread-row > div[b-qkg3yxrze3] {
		display: flex;
		flex-wrap: nowrap;
		cursor: pointer;
		padding-left: 28px
	}

.seen[b-qkg3yxrze3] {
	background-color: #cccccccc;
}

.cols[b-qkg3yxrze3] {
	width: 100%;
}

	.cols > div[b-qkg3yxrze3] {
		padding-top: 5px;
		display: flex;
	}

.from[b-qkg3yxrze3] {
	width: 200px;
}

.preview-text[b-qkg3yxrze3] {
	width: calc(100% - (200px + 100px)); /* 100% - width of the .from and .date */
	white-space: normal;
	overflow: hidden;
	text-overflow: clip;
	margin-top: 1px; /* without this rule the overflown text is visible */
	color: #555555;
}

.subject[b-qkg3yxrze3] {
	white-space: nowrap;
	color: black;
	white-space: normal;
	overflow: hidden;
	text-overflow: clip;
	min-width: 185px;
}

.date[b-qkg3yxrze3] {
	width: 100px;
	position: absolute;
	right: 5px;
	justify-content: flex-end;
}

.bold[b-qkg3yxrze3] {
	font-weight: 600;
}
/* _content/ServISWebApp/Components/ThreadsView.razor.rz.scp.css */
[b-9wdr3tv1eh] .btns button {
	margin: 1px 6px 7px 1px;
}

.thread-rows[b-9wdr3tv1eh] {
	width: 100%;
	height: 100%;
}
/* _content/ServISWebApp/Components/ThreadView.razor.rz.scp.css */
[b-m7rcw396t3] .top-panel * {
	margin: 0 1px 5px 0;
}

.subject[b-m7rcw396t3] {
	margin-left: 3px;
	font-size: large;
}

.first-msg-container[b-m7rcw396t3] {
	display: flex;
	flex-wrap: nowrap;
	min-height: 350px;
}

.msg-part[b-m7rcw396t3] {
	width: 50%;
	min-height: 100%;
	padding-right: 3px;
}

.required-item-window-part[b-m7rcw396t3] {
	width: 50%;
	min-height: 100%;
}

	.required-item-window-part > a[b-m7rcw396t3] {
		display: block;
		width: 100%;
		height: 100%;
	}

		.required-item-window-part > a > iframe[b-m7rcw396t3] {
			width: 100%;
			height: 100%;
			pointer-events: none;
			border: 1px solid grey;
			border-radius: 5px;
		}

		.required-item-window-part > a:hover > iframe[b-m7rcw396t3] {
			border: 1px solid #ff8000;
		}

.reply-container[b-m7rcw396t3] {
	margin-top: 10px;
}

	.reply-container textarea[b-m7rcw396t3] {
		width: 100%;
		height: 23vh;
		border-radius: 5px;
		margin: 2px 0 4px 0;
		padding: 9px 12px;
	}

		.reply-container textarea:focus[b-m7rcw396t3] {
			outline-color: #ff880088;
		}

	.reply-container button[b-m7rcw396t3] {
		color: #555555;
		border: 1px solid #555555;
		border-radius: 25px;
		padding: 4px 14px;
		margin: 1px 0 13px 0;
	}

		.reply-container button:hover[b-m7rcw396t3] {
			color: #ff8800;
			border: 1px solid #ff8800;
		}

		.reply-container button[disabled][b-m7rcw396t3] {
			color: #555555;
			border: 1px solid #555555;
		}

@media (max-width: 1330px) {
	.first-msg-container[b-m7rcw396t3] {
		flex-wrap: wrap;
		flex-direction: column-reverse;
	}

	.msg-part[b-m7rcw396t3] {
		width: 100%;
	}

	.required-item-window-part[b-m7rcw396t3] {
		width: 641px; /* this is set accoring to breaking point when navbar goes up */
		height: 320px;
		margin-left: auto;
		margin-right: auto;
	}

		.required-item-window-part > a[b-m7rcw396t3] {
			/* For some reason even though outside of media query this "a" element 
			has height set to 100% it is not stretching... That's why it is here
			manually set to the same value as height in rule above (its container
			.required-item-window-part) */
			height: 320px;
		}
}

@media (max-width: 641px) {
	.required-item-window-part[b-m7rcw396t3] {
		max-width: 100%;
	}
}
/* _content/ServISWebApp/Pages/About.razor.rz.scp.css */
img[b-6e69lt7z7e] {
	width: 280px;
	margin-left: 15px;
	float: right;
}
/* _content/ServISWebApp/Pages/AdditionalEquipmentDetail.razor.rz.scp.css */
.img-container[b-362w24wh13] {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 350px;
}

.img[b-362w24wh13] {
	width: 75%;
}

.desc[b-362w24wh13] {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 0 12px;
}

	.desc h4[b-362w24wh13] {
		margin-bottom: 20px;
	}

	.desc button[b-362w24wh13] {
		width: 70px;
		margin-top: 2px;
		border-radius: 25px;
		color: #333333;
		border: 1px solid #333333;
	}

		.desc button:hover[b-362w24wh13] {
			color: #ff8000;
			border: 1px solid #ff8800;
		}

@media (max-width: 850px) {
	.img-and-desc-container[b-362w24wh13] {
		display: flex;
		flex-direction: column;
	}

	.img-container[b-362w24wh13] {
		min-height: 380px;
	}
}
/* _content/ServISWebApp/Pages/Admin/AdministratorPage.razor.rz.scp.css */
.column-disabled-search[b-y3l0ihg17d] {
	font-style: italic;
}

.w-50-100[b-y3l0ihg17d] {
	width: 50%;
}

@media (max-width: 1359px) {
	.w-50-100[b-y3l0ihg17d] {
		width: 100%;
	}
}
/* _content/ServISWebApp/Pages/AuctionOfferDetail.razor.rz.scp.css */
.img-container[b-s1itme2fhj] {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 350px;
	margin: 50px 0;
}

.img[b-s1itme2fhj] {
	width: 75%;
}

.desc[b-s1itme2fhj] {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 0 12px;
}

	.desc h4[b-s1itme2fhj] {
		margin-bottom: 20px;
	}

	.desc button[b-s1itme2fhj] {
		width: 120px;
		height: 32px;
		margin-top: 2px;
		border-radius: 25px;
		color: #333333;
		border: 1px solid #333333;
	}

		.desc button:hover[b-s1itme2fhj] {
			color: #ff8000;
			border: 1px solid #ff8800;
		}

		.desc button[disabled][b-s1itme2fhj] {
			color: grey;
			border: 1px solid grey;
		}

@media (max-width: 850px) {
	.img-and-desc-container[b-s1itme2fhj] {
		display: flex;
		flex-direction: column;
	}

	.img-container[b-s1itme2fhj] {
		min-height: 380px;
		margin: 5px;
	}
}
/* _content/ServISWebApp/Pages/ExcavatorDetail.razor.rz.scp.css */
.img-container[b-mn3tbf5h02] {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 350px;
}

.img[b-mn3tbf5h02] {
	width: 75%;
}

.desc[b-mn3tbf5h02] {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 0 12px;
}

	.desc h4[b-mn3tbf5h02] {
		margin-bottom: 20px;
	}

	.desc button[b-mn3tbf5h02] {
		width: 70px;
		margin-top: 2px;
		border-radius: 25px;
		color: #333333;
		border: 1px solid #333333;
	}

		.desc button:hover[b-mn3tbf5h02] {
			color: #ff8000;
			border: 1px solid #ff8800;
		}

@media (max-width: 850px) {
	.img-and-desc-container[b-mn3tbf5h02] {
		display: flex;
		flex-direction: column;
	}

	.img-container[b-mn3tbf5h02] {
		min-height: 380px;
	}
}
/* _content/ServISWebApp/Pages/Index.razor.rz.scp.css */
.content[b-lm8ekvr897] {
	flex-grow: 1;
	display: flex;
	flex-direction: row;
	justify-content: space-evenly;
	align-items: center;
	animation: ContentLoad-b-lm8ekvr897 0.5s;
}

.wrap-on[b-lm8ekvr897] {
	flex-wrap: wrap;
}

@keyframes ContentLoad-b-lm8ekvr897 {
	from {
		opacity: 0;
		transform: rotateY(-10deg);
	}

	to {
		opacity: 1;
		transform: rotateY(0);
	}
}
/* _content/ServISWebApp/Pages/Login.razor.rz.scp.css */
#login[b-zodhh42kvz] {
	min-width: 300px;
	max-width: 32vw;
	margin-right: auto;
	margin-left: auto;
	padding: 10px;
	display: flex;
	flex-direction: column;
	align-content: center;
}

	#login h3[b-zodhh42kvz] {
		text-align: center;
	}

#login-data[b-zodhh42kvz] {
	padding-left: 2px;
}

	#login-data .form-group[b-zodhh42kvz] {
		padding: 8px;
	}
/* _content/ServISWebApp/Shared/MainLayout.razor.rz.scp.css */
.page[b-i3rzx4i7bq] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-i3rzx4i7bq] {
    flex: 1;
}

.sidebar[b-i3rzx4i7bq] {
    background-color: grey;
    border-right: 1px solid rgba(255,136,0);
}

.top-row[b-i3rzx4i7bq] {
    background-color: #f7f7f7;
    border-bottom: 1px solid rgba(255,136,0);
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-i3rzx4i7bq]  a, .top-row .btn-link[b-i3rzx4i7bq] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-i3rzx4i7bq] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

#contact-icon[b-i3rzx4i7bq] {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    padding: 4px;
    box-shadow: black 0 0 10px; /* black is inverted white */
    transition: all 0.35s ease-in;
    filter: invert();
    background-color: #0077FF; /* #0077FF is inverted #FF8800 */
}

#contact-container:hover #contact-icon[b-i3rzx4i7bq] {
    transform: rotateY(180deg);
}

#phone-number[b-i3rzx4i7bq] {
    color: #FF8800;
    display: inline-block;
    text-decoration: none;
    text-shadow: white 1px 1px 12px;
    margin: 10px 14px 0 2px;
}

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-i3rzx4i7bq] {
        display: none;
    }

    .top-row.auth[b-i3rzx4i7bq] {
        justify-content: space-between;
    }

    .top-row a[b-i3rzx4i7bq], .top-row .btn-link[b-i3rzx4i7bq] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-i3rzx4i7bq] {
        flex-direction: row;
    }

    .sidebar[b-i3rzx4i7bq] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-i3rzx4i7bq] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row[b-i3rzx4i7bq], article[b-i3rzx4i7bq] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* _content/ServISWebApp/Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-ux935ratxr] {
	background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-ux935ratxr] {
	height: 3.5rem;
	background-color: rgba(0,0,0,0.4);
	border-bottom: 1px solid rgba(255,136,0);
}

.navbar-brand[b-ux935ratxr] {
	font-size: 1.1rem;
}

.oi[b-ux935ratxr] {
	width: 2rem;
	font-size: 1.1rem;
	vertical-align: text-top;
	top: -2px;
}

.nav-item[b-ux935ratxr] {
	font-size: 0.9rem;
	padding-bottom: 0.5rem;
}

	.nav-item:first-of-type[b-ux935ratxr] {
		padding-top: 1rem;
	}

	.nav-item:last-of-type[b-ux935ratxr] {
		padding-bottom: 1rem;
	}

	.nav-item[b-ux935ratxr]  a {
		color: #d7d7d7;
		border-radius: 4px;
		height: 3rem;
		display: flex;
		align-items: center;
		line-height: 3rem;
	}

		.nav-item[b-ux935ratxr]  a.active {
			background-color: rgba(255,136,0,0.75);
			color: white;
		}

		.nav-item[b-ux935ratxr]  a:hover:not(.active) {
			background-color: rgba(255,136,0,0.5);
			color: white;
		}

[b-ux935ratxr] .special-background-color {
	background-color: rgb(255, 69, 0, 0.75);
}

@media (min-width: 641px) {
	.navbar-toggler[b-ux935ratxr] {
		display: none;
	}

	.collapse[b-ux935ratxr] {
		/* Never collapse the sidebar for wide screens */
		display: block;
	}
}
