/* _content/WinterServer/Components/JF_WIS/Pages/Depesche_Drucken.razor.rz.scp.css */
html[b-jvpdyko8ji], body[b-jvpdyko8ji] {
    margin: 0;
    font-family: Arial, sans-serif;
    background-color: #111;
    color: #fff;
}

header[b-jvpdyko8ji] {
    background-color: #222;
    padding: 10px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
	vertical-align: middle;
	color: #fff;
}

.logo[b-jvpdyko8ji] {
    color: red;
    font-weight: bold;
    font-size: 1.5em;
}

.header-right[b-jvpdyko8ji] {
	vertical-align: middle;
    font-size: 1.7em;
}

.time[b-jvpdyko8ji] {
	float: right;
	font-size: 1.5em;
}

.vehicles[b-jvpdyko8ji] {
	margin-top: 0.15em;
    display: flex;
    /* flex-wrap: wrap; */
}

.vehicle[b-jvpdyko8ji] {
    /*flex: 1; */
    /*padding: 1%;*/
	align-items: center;
    font-size: 1.2em;
    border: 1px solid #333;
	width: 14%;
	min-height: 190px;
	margin-left: 0.12em;
}

@keyframes blink-b-jvpdyko8ji {
    100%   {
		background-color: #92942b;
	}
    50% {
		background-color: #ff0;
	}
}
.yellow[b-jvpdyko8ji] {
    background-color: #ff0;
    color: #000;
    animation: blink-b-jvpdyko8ji 1s infinite;
	text-align: center;
	font-size: 2em;
	font-weight: bold;
	padding-top: 20px;
}
.empty[b-jvpdyko8ji] {
    background-color: #333;
    color: #444;
	text-align: center;
	font-size: 2em;
	font-weight: bold;
	padding-top: 20px;
}

.idle[b-jvpdyko8ji] {
	position: relative;
    background-color: #333;
    color: #ffffff;
	text-align: center;
	font-weight: bold;
	font-size: 1.5em;
}

.idletop[b-jvpdyko8ji] {
	display: flex;
	align-items: center;
	width: 100%;
	height: 33px;
	text-align: center;
	font-weight : normal;
	font-size: 0.7em;
	margin-bottom: 25px;
}

.idlenumber[b-jvpdyko8ji] {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 33px;
	height: 33px; 
	float: left;
	text-align: center;
	font-weight : bold;
	margin-right: 10px;
	font-size: 1.4em;
}

.idle1[b-jvpdyko8ji] {
	background-color: lightgreen;
	color: black;
}
.idle2[b-jvpdyko8ji] {
	background-color: darkgreen;
	color: black;
}
.idle3[b-jvpdyko8ji] {
	background-color: orange;
	color: black;
}
.idle33[b-jvpdyko8ji] {
	background-color: yellow;
	color: black;
}
.idle4[b-jvpdyko8ji] {
	background-color: red;
	color: black;
}
.idle6[b-jvpdyko8ji] {
	background-color: grey;
	color: black;
}
.idle7[b-jvpdyko8ji] {
	background-color: violet;
	color: black;
}
.idle8[b-jvpdyko8ji] {
	background-color: darkviolet;
	color: black;
}
.idle9[b-jvpdyko8ji] {
	background-color: lightgreen;
	color: black;
}

.idlenr1[b-jvpdyko8ji] {
	background: #000;
	color: lightgreen;
}
.idlenr2[b-jvpdyko8ji] {
	background: #000;
	color: darkgreen;
}
.idlenr3[b-jvpdyko8ji] {
	background: #000;
	color: orange;
}
.idlenr33[b-jvpdyko8ji] {
	background: #000;
	color: yellow;
}
.idlenr4[b-jvpdyko8ji] {
	background: #000;
	color: red;
}
.idlenr6[b-jvpdyko8ji] {
	background: #000;
	color: grey;
}
.idlenr7[b-jvpdyko8ji] {
	background: #000;
	color: violet;
}
.idlenr8[b-jvpdyko8ji] {
	background: #000;
	color: darkviolet;
}
.idlenr9[b-jvpdyko8ji] {
	background: #000;
	color: lightgreen;
}
.idlealert[b-jvpdyko8ji] {
	position: absolute;
	bottom: 0;
	padding: 10px;
	color: #aaa;
	text-align: left;
	font-weight : normal;
	font-size: 0.7em;
}

.alert[b-jvpdyko8ji] {
    background-color: #0066cc;
    padding: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 2.2em;
    font-weight: bold;
}

.alert-timer[b-jvpdyko8ji] {
    font-size: 0.8em;
	vertical-align: middle;
}

.description[b-jvpdyko8ji] {
    background-color: #333;
    padding: 10px;
    font-size: 1.8em;
}

.wache[b-jvpdyko8ji] {
	padding-top: 1%; 
	padding-bottom: 1%; 
	margin-top: 0.12em; 
	margin-bottom: 0.12em;
    background-color: #888;
    padding: 10px;
	color: white;
    font-size: 2.1em;
}

.infoheader[b-jvpdyko8ji] {
	margin-bottom: 1em;
    background-color: #888;
	color: white;
    padding: 10px;
    font-size: 1.1em;
}

.infoleft[b-jvpdyko8ji] {
	float: left;
	width: 49.5%;
	margin-right: 0.12em;
	margin-left: 0.12em;
}

.infotext[b-jvpdyko8ji] {
	padding-left: 10px;
}

.infopicture[b-jvpdyko8ji] {
	position: relative;
	float: right;
	width: 49.5%;
	margin-right: 0.12em;
}

.mySlide[b-jvpdyko8ji] {
	display: none;
}

.alertdata[b-jvpdyko8ji] {
	color: #888;
	text-align: right;
	float: right;
}

.alerteinheit[b-jvpdyko8ji] {
	border-radius: 9px;
	background-color: black;
	color: white;
	padding: 3px;
	padding-right: 9px;
	margin-right: 5px;
	font-size: 0.7em;
	border: 1px solid;
	display: inline-block;
}
.e33[b-jvpdyko8ji] {
	border-color: yellow;
}
.e3[b-jvpdyko8ji]{
	border-color: orange;
}
.e4[b-jvpdyko8ji]{
	border-color: red;
}
.e6[b-jvpdyko8ji] {
	border-color: grey;
}
.e7[b-jvpdyko8ji] {
	border-color: violet;
}
.e8[b-jvpdyko8ji] {
	border-color: darkviolet;
}
.e9[b-jvpdyko8ji] {
	border-color: lightgreen;
}
.einheitstatus[b-jvpdyko8ji] {
	border-top-left-radius: 7px;
	border-bottom-left-radius: 8px;
	margin-left: -6px;
	margin-top: -3px;
	margin-right: 5px;
	color: black;
	padding: 8px;
	font-weight: bold;
}
.s33[b-jvpdyko8ji]{
	background-color: yellow;
}
.s3[b-jvpdyko8ji]{
	background-color: orange;
}
.s4[b-jvpdyko8ji]{
	background-color: red;
}
.s6[b-jvpdyko8ji] {
	border-color: grey;
}
.s7[b-jvpdyko8ji] {
	border-color: violet;
}
.s8[b-jvpdyko8ji] {
	border-color: darkviolet;
}
.s9[b-jvpdyko8ji] {
	border-color: lightgreen;
}

.map-left[b-jvpdyko8ji],
.map-right[b-jvpdyko8ji] {
	width: 50%;
	border: 2px solid #000;
	height: 500px;
	height: 500px;
}

.maps[b-jvpdyko8ji] {
	display: flex;
	justify-content: space-around;
	/*padding: 10px;*/
	background-color: #222;
	margin-top: 1%;
}

footer[b-jvpdyko8ji] {
    background-color: #111;
    padding: 10px;
    text-align: center;
}

.alarmkachel[b-jvpdyko8ji] {
	display: none;
}

.idlekachel[b-jvpdyko8ji] {
	display: block;
}

.footer-options button[b-jvpdyko8ji] {
    margin: 5px;
    padding: 10px;
    background-color: #444;
    color: #fff;
    border: none;
    cursor: pointer;
}
/* _content/WinterServer/Components/JF_WIS/Pages/JF_WIS_LST_Einheiten.razor.rz.scp.css */
header[b-72qlj03dra] {
    background-color: #222;
    padding: 10px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    vertical-align: middle;
    color: #fff;
}

.logo[b-72qlj03dra] {
    color: red;
    font-weight: bold;
    font-size: 1.5em;
}

.header-right[b-72qlj03dra] {
    vertical-align: middle;
    font-size: 1.7em;
}

.time[b-72qlj03dra] {
    float: right;
    font-size: 1.5em;
}

.td_wache[b-72qlj03dra] {
    font-size: 0.8em;
    writing-mode: sideways-lr;
    padding: 10px;
    vertical-align: top;
    text-align: justify-all;
    min-width: 40px;
}

.tablevehicle[b-72qlj03dra] {
    border-radius: 8px;
    background-color: #262626;
    min-width: 250px;
    max-width: 280px;
    display: inline;
    float: left;
    margin-left: 5px;
}

.statuskachel[b-72qlj03dra] {
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    font-size: 2.5em;
    text-align: center;
    vertical-align: middle;
    width: 55px;
}

.fahrzeugtabelle[b-72qlj03dra] {
    width: 77%;
}

.logkachel[b-72qlj03dra] {
    float: right;
    background-color: #070707;
    color: white;
    padding: 1em;
    margin: 0.5em;
    width: 22%;
    font-size: 0.8em;
}

.einsatzliste[b-72qlj03dra] {
    background-color: #070707;
    color: white;
    padding: 1em;
    margin: 0.5em;
    width: 70%;
    font-size: 0.95em;
}
/* _content/WinterServer/Components/JF_WIS/Pages/JF_WIS_LST_Einsatzliste.razor.rz.scp.css */
header[b-70juo57ozh] {
    background-color: #222;
    padding: 10px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    vertical-align: middle;
    color: #fff;
}

.logo[b-70juo57ozh] {
    color: red;
    font-weight: bold;
    font-size: 1.5em;
}

.header-right[b-70juo57ozh] {
    vertical-align: middle;
    font-size: 1.7em;
}

.time[b-70juo57ozh] {
    float: right;
    font-size: 1.5em;
}

.td_wache[b-70juo57ozh] {
    font-size: 0.8em;
    writing-mode: sideways-lr;
    padding: 10px;
    vertical-align: top;
    text-align: justify-all;
    min-width: 40px;
}

.tablevehicle[b-70juo57ozh] {
    border-radius: 8px;
    background-color: #262626;
    padding: 8px;
    min-width: 250px;
}

.statuskachel[b-70juo57ozh] {
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    font-size: 2.5em;
    text-align: center;
    vertical-align: middle;
    width: 55px;
}

.fahrzeugtabelle[b-70juo57ozh] {
    width: 77%;
}

.logkachel[b-70juo57ozh] {
    float: right;
    background-color: #070707;
    color: white;
    padding: 1em;
    margin: 0.5em;
    width: 22%;
    font-size: 0.8em;
}

.einsatzliste[b-70juo57ozh] {
    background-color: #070707;
    color: white;
    padding: 1em;
    margin: 0.5em;
    width: 70%;
    font-size: 0.95em;
}
/* _content/WinterServer/Components/JF_WIS/Pages/Settings.razor.rz.scp.css */
header[b-l8c9gm6v0c] {
    background-color: #222;
    padding: 10px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    vertical-align: middle;
    color: #fff;
}

.logo[b-l8c9gm6v0c] {
    color: red;
    font-weight: bold;
    font-size: 1.5em;
}

.header-right[b-l8c9gm6v0c] {
    vertical-align: middle;
    font-size: 1.7em;
}

.time[b-l8c9gm6v0c] {
    float: right;
    font-size: 1.5em;
}

.td_wache[b-l8c9gm6v0c] {
    font-size: 0.8em;
    writing-mode: sideways-lr;
    padding: 10px;
    vertical-align: top;
    text-align: justify-all;
    min-width: 40px;
}

.tablevehicle[b-l8c9gm6v0c] {
    border-radius: 8px;
    background-color: #262626;
    padding: 8px;
    min-width: 250px;
}

.statuskachel[b-l8c9gm6v0c] {
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    font-size: 2.5em;
    text-align: center;
    vertical-align: middle;
    width: 55px;
}

.fahrzeugtabelle[b-l8c9gm6v0c] {
    width: 77%;
}

.logkachel[b-l8c9gm6v0c] {
    float: right;
    background-color: #070707;
    color: white;
    padding: 1em;
    margin: 0.5em;
    width: 22%;
    font-size: 0.8em;
}

.einsatzliste[b-l8c9gm6v0c] {
    background-color: #070707;
    color: white;
    padding: 1em;
    margin: 0.5em;
    width: 70%;
    font-size: 0.95em;
}
/* _content/WinterServer/Components/JF_WIS/Pages/WIS_Monitor.razor.rz.scp.css */
html[b-f6jylv41e5], body[b-f6jylv41e5] {
    margin: 0;
    font-family: Arial, sans-serif;
    background-color: #111;
    color: #fff;
}

header[b-f6jylv41e5] {
    background-color: #222;
    padding: 10px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
	vertical-align: middle;
	color: #fff;
}

.logo[b-f6jylv41e5] {
    color: red;
    font-weight: bold;
    font-size: 1.5em;
}

.header-right[b-f6jylv41e5] {
	vertical-align: middle;
    font-size: 1.7em;
}

.time[b-f6jylv41e5] {
	float: right;
	font-size: 1.5em;
}

.vehicles[b-f6jylv41e5] {
	margin-top: 0.15em;
    display: flex;
    /* flex-wrap: wrap; */
}

.vehicle[b-f6jylv41e5] {
    /*flex: 1; */
    /*padding: 1%;*/
	align-items: center;
    font-size: 1.2em;
    border: 1px solid #333;
	width: 14%;
	min-height: 190px;
	margin-left: 0.12em;
}

@keyframes blink-b-f6jylv41e5 {
    100%   {
		background-color: #92942b;
	}
    50% {
		background-color: #ff0;
	}
}
.yellow[b-f6jylv41e5] {
    background-color: #ff0;
    color: #000;
    animation: blink-b-f6jylv41e5 1s infinite;
	text-align: center;
	font-size: 2em;
	font-weight: bold;
	padding-top: 20px;
}
.empty[b-f6jylv41e5] {
    background-color: #333;
    color: #444;
	text-align: center;
	font-size: 2em;
	font-weight: bold;
	padding-top: 20px;
}

.idle[b-f6jylv41e5] {
	position: relative;
    background-color: #333;
    color: #ffffff;
	text-align: center;
	font-weight: bold;
	font-size: 1.5em;
}

.idletop[b-f6jylv41e5] {
	display: flex;
	align-items: center;
	width: 100%;
	height: 33px;
	text-align: center;
	font-weight : normal;
	font-size: 0.7em;
	margin-bottom: 25px;
}

.idlenumber[b-f6jylv41e5] {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 33px;
	height: 33px; 
	float: left;
	text-align: center;
	font-weight : bold;
	margin-right: 10px;
	font-size: 1.4em;
}

.idle1[b-f6jylv41e5] {
	background-color: lightgreen;
	color: black;
}
.idle2[b-f6jylv41e5] {
	background-color: darkgreen;
	color: black;
}
.idle3[b-f6jylv41e5] {
	background-color: orange;
	color: black;
}
.idle33[b-f6jylv41e5] {
	background-color: yellow;
	color: black;
}
.idle4[b-f6jylv41e5] {
	background-color: red;
	color: black;
}
.idle6[b-f6jylv41e5] {
	background-color: grey;
	color: black;
}
.idle7[b-f6jylv41e5] {
	background-color: violet;
	color: black;
}
.idle8[b-f6jylv41e5] {
	background-color: darkviolet;
	color: black;
}
.idle9[b-f6jylv41e5] {
	background-color: lightgreen;
	color: black;
}

.idlenr1[b-f6jylv41e5] {
	background: #000;
	color: lightgreen;
}
.idlenr2[b-f6jylv41e5] {
	background: #000;
	color: darkgreen;
}
.idlenr3[b-f6jylv41e5] {
	background: #000;
	color: orange;
}
.idlenr33[b-f6jylv41e5] {
	background: #000;
	color: yellow;
}
.idlenr4[b-f6jylv41e5] {
	background: #000;
	color: red;
}
.idlenr6[b-f6jylv41e5] {
	background: #000;
	color: grey;
}
.idlenr7[b-f6jylv41e5] {
	background: #000;
	color: violet;
}
.idlenr8[b-f6jylv41e5] {
	background: #000;
	color: darkviolet;
}
.idlenr9[b-f6jylv41e5] {
	background: #000;
	color: lightgreen;
}
.idlealert[b-f6jylv41e5] {
	position: absolute;
	bottom: 0;
	padding: 10px;
	color: #aaa;
	text-align: left;
	font-weight : normal;
	font-size: 0.7em;
}

.alert[b-f6jylv41e5] {
    background-color: #0066cc;
    padding: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 2.2em;
    font-weight: bold;
}

.alert-timer[b-f6jylv41e5] {
    font-size: 0.8em;
	vertical-align: middle;
}

.description[b-f6jylv41e5] {
    background-color: #333;
    padding: 10px;
    font-size: 1.8em;
}

.wache[b-f6jylv41e5] {
	padding-top: 1%; 
	padding-bottom: 1%; 
	margin-top: 0.12em; 
	margin-bottom: 0.12em;
    background-color: #888;
    padding: 10px;
	color: white;
    font-size: 2.1em;
}

.infoheader[b-f6jylv41e5] {
	margin-bottom: 1em;
    background-color: #888;
	color: white;
    padding: 10px;
    font-size: 1.1em;
}

.infoleft[b-f6jylv41e5] {
	float: left;
	width: 49.5%;
	margin-right: 0.12em;
	margin-left: 0.12em;
}

.infotext[b-f6jylv41e5] {
	padding-left: 10px;
}

.infopicture[b-f6jylv41e5] {
	position: relative;
	float: right;
	width: 49.5%;
	margin-right: 0.12em;
}

.mySlide[b-f6jylv41e5] {
	display: none;
}

.alertdata[b-f6jylv41e5] {
	color: #888;
	text-align: right;
	float: right;
}

.alerteinheit[b-f6jylv41e5] {
	border-radius: 9px;
	background-color: black;
	color: white;
	padding: 3px;
	padding-right: 9px;
	margin-right: 5px;
	font-size: 0.7em;
	border: 1px solid;
	display: inline-block;
}
.e33[b-f6jylv41e5] {
	border-color: yellow;
}
.e3[b-f6jylv41e5]{
	border-color: orange;
}
.e4[b-f6jylv41e5]{
	border-color: red;
}
.e6[b-f6jylv41e5] {
	border-color: grey;
}
.e7[b-f6jylv41e5] {
	border-color: violet;
}
.e8[b-f6jylv41e5] {
	border-color: darkviolet;
}
.e9[b-f6jylv41e5] {
	border-color: lightgreen;
}
.einheitstatus[b-f6jylv41e5] {
	border-top-left-radius: 7px;
	border-bottom-left-radius: 8px;
	margin-left: -6px;
	margin-top: -3px;
	margin-right: 5px;
	color: black;
	padding: 8px;
	font-weight: bold;
}
.s33[b-f6jylv41e5]{
	background-color: yellow;
}
.s3[b-f6jylv41e5]{
	background-color: orange;
}
.s4[b-f6jylv41e5]{
	background-color: red;
}
.s6[b-f6jylv41e5] {
	border-color: grey;
}
.s7[b-f6jylv41e5] {
	border-color: violet;
}
.s8[b-f6jylv41e5] {
	border-color: darkviolet;
}
.s9[b-f6jylv41e5] {
	border-color: lightgreen;
}

.map-left[b-f6jylv41e5],
.map-right[b-f6jylv41e5] {
	width: 50%;
	border: 2px solid #000;
	height: 500px;
	height: 500px;
}

.maps[b-f6jylv41e5] {
	display: flex;
	justify-content: space-around;
	/*padding: 10px;*/
	background-color: #222;
	margin-top: 1%;
}

footer[b-f6jylv41e5] {
    background-color: #111;
    padding: 10px;
    text-align: center;
}

.alarmkachel[b-f6jylv41e5] {
	display: none;
}

.idlekachel[b-f6jylv41e5] {
	display: block;
}

.footer-options button[b-f6jylv41e5] {
    margin: 5px;
    padding: 10px;
    background-color: #444;
    color: #fff;
    border: none;
    cursor: pointer;
}
/* _content/WinterServer/Components/JF_WIS/Shared/JFWISLayout.razor.rz.scp.css */
html[b-3535qcu2kk], body[b-3535qcu2kk] {
    margin: 0;
    font-family: Arial, sans-serif;
    background-color: #111;
    color: #fff;
}
/* _content/WinterServer/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-qtqgc64a0s] {
    position: relative;
    display: flex;
    flex-direction: column;
}

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

.sidebar[b-qtqgc64a0s] {
    background-image: linear-gradient(180deg, rgb(136, 13, 13) 0%, #a60000 70%);
    /*background-color: #880d0d;*/
}

.top-row[b-qtqgc64a0s] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

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

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

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

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

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

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

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

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

    .main > div[b-qtqgc64a0s] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-qtqgc64a0s] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

#blazor-error-ui .dismiss[b-qtqgc64a0s] {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}
/* _content/WinterServer/Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-9lgmgsfe3m] {
    background-color: rgba(180, 180, 180, 0.7);
}

.top-row[b-9lgmgsfe3m] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

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

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

.nav-item[b-9lgmgsfe3m] {
    font-size: 0.8rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-9lgmgsfe3m] {
        padding-top: 0.6rem;
    }

    .nav-item:last-of-type[b-9lgmgsfe3m] {
        padding-bottom: 0.6rem;
    }

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

        .nav-item[b-9lgmgsfe3m]  a.active {
            background-color: rgba(255,255,255,0.25);
            color: white;
        }

        .nav-item[b-9lgmgsfe3m]  a:hover {
            background-color: rgba(255,255,255,0.1);
            color: white;
        }

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

    .collapse[b-9lgmgsfe3m] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}
/* _content/WinterServer/Components/Pages/Abstusi.razor.rz.scp.css */
body[b-a6kt93jwvu] {
}

h3[b-a6kt93jwvu] {
    display: inline;
}
/* _content/WinterServer/Components/Pages/Admin.razor.rz.scp.css */
body[b-bucs382qwi] {
}

h3[b-bucs382qwi] {
    display: inline;
}

.systemdata[b-bucs382qwi] {
    width: 94%;
    min-width: 565px;
    min-height: 150px;
    margin: 1%;
    padding: 1%;
    display: inline-block;
    background-color: rgba(0,0,0,0.05);
    box-shadow: 6px 6px 6px lightgray;
    border-radius: 10px;
}
/* _content/WinterServer/Components/Pages/BewFahrten.razor.rz.scp.css */
body[b-q0ob8314tl] {
}

h3[b-q0ob8314tl] {
    display: inline;
}
/* _content/WinterServer/Components/Pages/Bulli.razor.rz.scp.css */
body[b-03bf7zsfb6] {
}
th[b-03bf7zsfb6], td[b-03bf7zsfb6] {
    padding: 10px;
}
/* _content/WinterServer/Components/Pages/CronjobEdit.razor.rz.scp.css */
body[b-e035yhiveh] {
}

.contentdiv[b-e035yhiveh] {
    width: 42%;
    min-width: 500px;
    min-height: 200px;
    margin: 1%;
    padding: 1%;
    display: inline-block;
}
/* _content/WinterServer/Components/Pages/Dienste.razor.rz.scp.css */
body[b-7o87kec58f] {
}

h3[b-7o87kec58f] {
    display: inline;
}
/* _content/WinterServer/Components/Pages/EditEinsatz.razor.rz.scp.css */
body[b-hom4cpl1zt] {
}
.dialog[b-hom4cpl1zt] {
    min-width: 700px;
    max-width: 700px;
    height: 500px;
    overflow-y: auto;
    overflow-x: hidden;
}

.tablefont[b-hom4cpl1zt] {
    font-size: medium;
}


@media only screen and (max-width: 767px) {
    .dialog[b-hom4cpl1zt] {
        min-width: 85%;
        max-width: 580px;
        height: 450px;
        overflow-y: auto;
        overflow-x: auto;
    }
    .tablefont[b-hom4cpl1zt] {
        font-size: smaller;
    }
}
/* _content/WinterServer/Components/Pages/Einsaetze.razor.rz.scp.css */
body[b-0azs9v7k4e] {
}

.dialog[b-0azs9v7k4e] {
    min-width: 700px;
    max-width: 700px;
    height: 500px;
    overflow-y: auto;
    overflow-x: hidden;
}

.tablefont[b-0azs9v7k4e] {
    font-size: medium;
}


@media only screen and (max-width: 767px) {
    .dialog[b-0azs9v7k4e] {
        min-width: 85%;
        max-width: 580px;
        height: 450px;
        overflow-y: auto;
        overflow-x: auto;
    }

    .tablefont[b-0azs9v7k4e] {
        font-size: smaller;
    }
}
/* _content/WinterServer/Components/Pages/Home.razor.rz.scp.css */
body[b-29bs6tkxlg] {
}

.fotobox[b-29bs6tkxlg] {
    /*position: relative;*/
    float: left;
    bottom: 0;
    width: 100%;
}

.foto[b-29bs6tkxlg] {
    position: relative;
    display: inline-block;
    border-radius: 15px;
    box-shadow: 0 5px 5px rgba(0,0,0,0.25);
    margin: 1%;
}

.fotobox img[b-29bs6tkxlg] {
    border-radius: 10px;
    height: 250px;
    object-fit: cover;
    display: inline-block;
}

/* Bottom right text */
.bottom-right[b-29bs6tkxlg] {
    text-decoration: none;
    color: black;
    text-align: right;
    background-color: rgba(255,255,255,0.5);
    border-radius: 10px;
    position: absolute;
    bottom: 0px;
    right: 0px;
    padding-left: 6px;
    padding-right: 7px;
}
/* _content/WinterServer/Components/Pages/HomepageExport.razor.rz.scp.css */
body[b-xvnivfge0x] {
}
.dialog[b-xvnivfge0x] {
    min-width: 700px;
    max-width: 700px;
    height: 500px;
    overflow-y: auto;
    overflow-x: hidden;
}

.tablefont[b-xvnivfge0x] {
    font-size: medium;
}


@media only screen and (max-width: 767px) {
    .dialog[b-xvnivfge0x] {
        min-width: 85%;
        max-width: 580px;
        height: 450px;
        overflow-y: auto;
        overflow-x: auto;
    }
    .tablefont[b-xvnivfge0x] {
        font-size: smaller;
    }
}
/* _content/WinterServer/Components/Pages/Reinigungen.razor.rz.scp.css */
body[b-vrr2s0krx1] {
}

h3[b-vrr2s0krx1] {
    display: inline;
}

th span[b-vrr2s0krx1] {
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    white-space: nowrap;
}
/* _content/WinterServer/Components/Pages/Statistik.razor.rz.scp.css */
body[b-1r9yemjkdc] {
}

.statistikdiv[b-1r9yemjkdc] {
    width: 42%;
    min-width: 450px;
    min-height: 200px;
    max-height: 330px;
    margin: 1%;
    padding: 1%;
    display: inline-block;
    background-color: rgba(0,0,0,0.05);
    box-shadow: 6px 6px 6px lightgray;
    border-radius: 10px;
    font-size: large;
}

.statistikdivDuo[b-1r9yemjkdc] {
    width: 86%;
    min-width: 450px;
    min-height: 380px;
    max-height: 600px;
    margin: 1%;
    padding: 1%;
    display: inline-block;
    box-shadow: 6px 6px 6px lightgray;
    border-radius: 10px;
    font-size: large;
    background-color: rgba(0,0,0,0.05);
}
/* _content/WinterServer/Components/Pages/ViewEinsatz.razor.rz.scp.css */
body[b-9vsbaa0yqt] {
}
.dialog[b-9vsbaa0yqt] {
    min-width: 700px;
    max-width: 700px;
}

.tablefont[b-9vsbaa0yqt] {
    font-size: medium;
}


@media only screen and (max-width: 767px) {
    .dialog[b-9vsbaa0yqt] {
        min-width: 85%;
        max-width: 580px;
    }
    .tablefont[b-9vsbaa0yqt] {
        font-size: smaller;
    }
}
/* _content/WinterServer/Components/Terminal/Pages/TerminalEinsatz.razor.rz.scp.css */
body[b-3hlo0aoels] {
}

input[b-3hlo0aoels]{
    background-color: #ffffff;
}

input[type="checkbox"][b-3hlo0aoels] {
    transform: scale(1.7);
    margin: 5px;

}
/* _content/WinterServer/Components/Terminal/Shared/TerminalLayout.razor.rz.scp.css */
html[b-4o6l6wgyba], body[b-4o6l6wgyba] {
    background-color: #000000;
    color: #ffffff;
    margin: 0;
    padding: 0;
    height: 100%;
}
