/* /Components/Information/AdditionalInformation.razor.rz.scp.css */
.customImage[b-ymz30e52bl] {
	display: grid;
	grid-template-areas: "container";
}

.controls[b-ymz30e52bl] {
    display: grid;
    grid-area: container;
    grid-template-rows: 64px auto 64px;
    grid-template-columns: 64px auto 64px;
}

.widgets[b-ymz30e52bl] {
    display: grid;
    grid-area: container;
    padding: 8px;
}

.sameImage[b-ymz30e52bl] {
    height: 35vh;
    width: 40vw;
    object-fit: contain;
    grid-area: container;
}

.undefined[b-ymz30e52bl] {
    background-color: #9E9E9E;
}

.expired[b-ymz30e52bl] {
    background-color: #B71C1C;
}

.notCome[b-ymz30e52bl] {
    background-color: #64B5F6;
}

.valid[b-ymz30e52bl] {
    background-color: #4CAF50;
}

.expiresTomorrow[b-ymz30e52bl] {
    background-color: #FFF176;
}

.expiresToday[b-ymz30e52bl] {
    background-color: #FF3D00;
}

.legend[b-ymz30e52bl] {
    opacity:0.6;
}

.legend:hover[b-ymz30e52bl] {
    opacity:1;
}

.status[b-ymz30e52bl] {
    width: 140px;
    height: 24px;
    border-radius: 2px;
    font-weight: bold;
    color: black;
    text-align: center;
    cursor: pointer;
}
/* /Components/Information/AdditionalInformationDialog.razor.rz.scp.css */
.customImage[b-42fauu7wr4] {
	display: grid;
	grid-template-areas: "container";
}

.controls[b-42fauu7wr4] {
	display: grid;
	grid-area: container;
	grid-template-rows: 64px auto 64px;
	grid-template-columns: 64px auto 64px;
}

.widgets[b-42fauu7wr4] {
	display: grid;
	grid-area: container;
	padding: 8px;
}

.sameImage[b-42fauu7wr4] {
	height: 35vh;
	width: 40vw;
	object-fit: contain;
	grid-area: container;
}

.undefined[b-42fauu7wr4] {
	background-color: #9E9E9E;
}

.expired[b-42fauu7wr4] {
	background-color: #B71C1C;
}

.notCome[b-42fauu7wr4] {
	background-color: #64B5F6;
}

.valid[b-42fauu7wr4] {
	background-color: #4CAF50;
}

.expiresTomorrow[b-42fauu7wr4] {
	background-color: #FFF176;
}

.expiresToday[b-42fauu7wr4] {
	background-color: #FF3D00;
}

.legend[b-42fauu7wr4] {
	opacity: 0.6;
}

	.legend:hover[b-42fauu7wr4] {
		opacity: 1;
	}

.status[b-42fauu7wr4] {
	width: 140px;
	height: 24px;
	border-radius: 2px;
	font-weight: bold;
	color: black;
	text-align: center;
	cursor: pointer;
}
/* /Components/TableSearch/TableSearchingWindow.razor.rz.scp.css */
.window[b-2i73gjul5d] {
	display: grid;
	align-items: center;
	grid-template-columns: 5vw 5vw 23vw;
	grid-template-rows: 3vh 3vh 3vh 3vh 3vh 3vh 3vh 3vh;
}
/* /Components/Videoplayer/Imageplayer.razor.rz.scp.css */
.playerLayersContainer[b-l46598edij] {
    font-family: "Roboto";
    display: block;
    color: white;
}

.playerLayersContainer.fullScreen[b-l46598edij] {
    height: 100vh !important;
    width: 100vw !important;
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    z-index: 1000 !important;
}

.hidden[b-l46598edij] {
    display: none !important;
}

.playerLayersContainer[b-l46598edij] {
    height: 100%;
}

.layer[b-l46598edij] {
    position: relative;
    height: 100%;
    background: black;
}

.videoContainer[b-l46598edij] {
    background-color: black;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
}

    .videoContainer img[b-l46598edij],
    .videoContainer video[b-l46598edij] {
        max-width: 100%;
        max-height: 100%;
    }

.controlsContainer[b-l46598edij] {
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 100%;
    position: absolute;
}

.line[b-l46598edij] {
    background: rgba(0, 0, 0, 0.1);
}

.header[b-l46598edij] {
    display: flex;
    justify-content: space-between;
    height: 30px;
    flex-shrink: 0;
}

    .header .name[b-l46598edij] {
        margin-left: 12px;
        margin-top: 8px;
    }

.representation[b-l46598edij] {
    display: flex;
    flex-grow: 1;
}

.sourceWindow[b-l46598edij] {
    width: 100%;
}

.triggers[b-l46598edij] {
    flex-basis: 200px;
    overflow: hidden;
    overflow-y: auto;
    white-space: nowrap;
    flex-shrink: 0;
}

.trigger[b-l46598edij] {
}

.button[b-l46598edij] {
    cursor: pointer;
    transition: background 0.4s;
    box-sizing: initial;
}

.trigger.button[b-l46598edij] {
    margin-bottom: 1px;
    height: 24px;
    padding: 8px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: rgba(27, 27, 27, 0.8);
}

    .trigger.button.link[b-l46598edij] {
        flex-direction: row;
        margin-bottom: 0;
    }

        .trigger.button.link.markared[b-l46598edij] {
            background: rgba(66, 133, 244, 0.2);
            cursor: default;
        }

    .trigger.button .text[b-l46598edij] {
        text-overflow: ellipsis;
        flex-grow: 1;
        overflow: hidden;
    }

.controls[b-l46598edij] {
    flex-basis: 35px;
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
    overflow: hidden;
}

.groups[b-l46598edij] {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-grow: 1;
}

    .groups .group[b-l46598edij] {
        display: flex;
        flex-direction: row;
    }

        .groups .group:first-child[b-l46598edij] {
            margin-left: 8px;
        }

        .groups .group:last-child[b-l46598edij] {
            margin-right: 12px;
        }

    .groups .button[b-l46598edij] {
        display: flex;
        width: 24px;
        align-items: center;
        height: 100%;
        padding-left: 8px;
        padding-right: 8px;
    }

.playerLayersContainer.stub .button[b-l46598edij] {
    display: none;
}

.button.animated:not(.markared):hover[b-l46598edij] {
    background: rgba(27, 27, 27, 1);
}

.button.animated:not(.markared):active[b-l46598edij] {
    background: #4285F4;
}

.hiding[b-l46598edij] {
    transition: flex-basis 0.2s;
}

.triggers.hiding[b-l46598edij] {
    transition-delay: 0.1s;
}

.playerLayersContainer:not(.stub) .layer:not(:hover) .hiding[b-l46598edij] {
    flex-basis: 0;
}

.playerLayersContainer.stub .layer .hiding[b-l46598edij] {
    flex-basis: 5px;
}

.main[b-l46598edij] {
    display: flex;
    flex-direction: row;
    flex-grow: 1
}

.content[b-l46598edij] {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.pages[b-l46598edij] {
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow: hidden;
    overflow-y: auto;
    color: white;
}

.page[b-l46598edij] {
    padding-top: 12px;
    padding-bottom: 12px;
}

.trigger.button.link .marker[b-l46598edij] {
    flex-basis: 4px;
    margin-top: -8px;
    margin-bottom: -8px;
    margin-left: -8px;
}

.trigger.button.link .text[b-l46598edij] {
    margin-left: 8px;
    align-self: center;
}

.trigger.button.link.markared .marker[b-l46598edij] {
    background: #4285F4;
}

.trigger.button.link.markared .text[b-l46598edij] {
    color: #4285F4;
}

.playerLayersContainer .loadingProgress[b-l46598edij] {
    opacity: 0;
    height: 0;
    background: rgba(33, 150, 243, 0.5);
    transition: opacity 0.2s linear, height 0.2s linear;
    overflow: hidden;
}

    .playerLayersContainer .loadingProgress.loading[b-l46598edij],
    .playerLayersContainer .stub .loadingProgress[b-l46598edij] {
    opacity: 1;
    height: 5px;
}

    .playerLayersContainer .loadingProgress.error[b-l46598edij],
    .playerLayersContainer.stub.error .loadingProgress[b-l46598edij] {
        background: #F44336;
    }

    .playerLayersContainer .loadingProgress .step[b-l46598edij] {
        height: inherit;
        position: relative;
        background: #2196F3;
    }

    .playerLayersContainer .loadingProgress.error .step[b-l46598edij],
    .playerLayersContainer.stub.error .loadingProgress .step[b-l46598edij] {
        display: none;
    }

    .playerLayersContainer .loadingProgress:not(.error) .step.indeterminate[b-l46598edij] {
        animation: indeterminateLoad-b-l46598edij 1.8s linear infinite;
    }

@keyframes indeterminateLoad-b-l46598edij {
    0% {
        width: 0;
        left: 0;
    }

    50% {
        width: 40%;
        left: 50%;
    }

    100% {
        width: 60%;
        left: 100%;
    }
}

.layerLocker[b-l46598edij] {
    position: absolute;
    width: 100%;
    height: 100%;
}

.playerLayersContainer.fullScreen .ExpandBtn[b-l46598edij],
.playerLayersContainer:not(.fullScreen) .CollapseBtn[b-l46598edij],
.recognition.layer .videoContainer.hidden + .controlsContainer #ShowFormBtn[b-l46598edij],
.recognition.layer .videoContainer:not(.hidden) + .controlsContainer #ShowFrameBtn[b-l46598edij] {
    display: none;
}

.groups .button.waitable.wait[b-l46598edij] {
    animation: indeterminateWait-b-l46598edij 1.8s linear infinite;
}

.groups .button.waitable.error[b-l46598edij] {
    animation: errorState-b-l46598edij 1.8s linear 3;
}

@keyframes indeterminateWait-b-l46598edij {
    0% {
        background-color: #1B1B1B;
    }

    50% {
        background-color: #2196F3;
    }

    100% {
        background-color: #1B1B1B;
    }
}

@keyframes errorState-b-l46598edij {
    0% {
        background-color: #1B1B1B;
    }

    50% {
        background-color: rgba(244, 67, 54, 0.7);
    }

    100% {
        background-color: #1B1B1B;
    }
}
/* /Pages/GuestPass/GuestPasses.razor.rz.scp.css */
tr:hover td b[b-1a8efmrru8] {
    color: var(--mud-palette-text-primary) !important;
}

tr td b[b-1a8efmrru8] {
    white-space: nowrap;
    color: black;
}
/* /Pages/Lists/VehicleLists.razor.rz.scp.css */
.mainWindow[b-up85najs1p] {
    display:grid;

    height:100vh;

    grid-template-rows:64px auto 4.5vh;

    grid-template-columns: auto 60vw auto;
}

.items[b-up85najs1p] {
    grid-row-start:2;
    grid-row-end:3;

    grid-column-start:2;
    grid-column-end:3;
}
/* /Shared/LoginLayout.razor.rz.scp.css */
.background[b-un8p5onrs9] {
	background-image: url(/LoginBackground.png);
	height: 100%;
	width: 100%;
}
/* /Shared/MainLayout.razor.rz.scp.css */
