/* /Pages/AccountInfoPage.razor.rz.scp.css */
@media (min-width: 641px) {
	.fixed-bottom[b-rwsnmhrplf] {
		position: fixed;
		z-index: 1030;
		left: 275px;
		right: 0;
		bottom: 0;
	}
}
/* /Pages/ApplicationPage.razor.rz.scp.css */
@media (min-width: 641px) {
	.fixed-bottom[b-fstxet9z8u] {
		position: fixed;
		z-index: 1030;
		left: 275px;
		right: 0;
		bottom: 0;
	}
}
/* /Pages/EditVisitorPage.razor.rz.scp.css */
@media (min-width: 641px) {
	.fixed-bottom[b-q39tcwfa55] {
		position: fixed;
		z-index: 1030;
		left: 275px;
		right: 0;
		bottom: 0;
	}
}
/* /Pages/ListPage.razor.rz.scp.css */
@media (min-width: 641px) {
	.fixed-bottom[b-s0wl4phcib] {
		position: fixed;
		z-index: 1030;
		left: 275px;
		right: 0;
		bottom: 0;
	}
}
/* /Shared/EditVisitorInfo.razor.rz.scp.css */
@media (min-width: 641px) {
	.fixed-bottom[b-q69i95anf8] {
		position: fixed;
		z-index: 1030;
		left: 275px;
		right: 0;
		bottom: 0;
	}
}
/* /Shared/EnterAndExit.razor.rz.scp.css */
@media (min-width: 641px) {
	.fixed-bottom[b-16703pwrs3] {
		position: fixed;
		z-index: 1030;
		left: 275px;
		right: 0;
		bottom: 0;
	}
}

/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-lqw3ku9g7h] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-lqw3ku9g7h] {
    flex: 1;
}

.sidebar[b-lqw3ku9g7h] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-lqw3ku9g7h] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-lqw3ku9g7h]  a, .top-row[b-lqw3ku9g7h]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-lqw3ku9g7h]  a:hover, .top-row[b-lqw3ku9g7h]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-lqw3ku9g7h]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-lqw3ku9g7h] {
        display: none;
    }

    .top-row.auth[b-lqw3ku9g7h] {
        justify-content: space-between;
    }

    .top-row[b-lqw3ku9g7h]  a, .top-row[b-lqw3ku9g7h]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-lqw3ku9g7h] {
        flex-direction: row;
    }

    .sidebar[b-lqw3ku9g7h] {
        /*width: 250px;*/
        width: 275px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-lqw3ku9g7h] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-lqw3ku9g7h]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-lqw3ku9g7h], article[b-lqw3ku9g7h] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-buz2emmmrg] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-buz2emmmrg] {
    height: 3.5rem;
    /*background-color: rgba(0,0,0,0.4);*/
    background-color: rgba(255,255,255,0.1);
}

.navbar-brand[b-buz2emmmrg] {
    /*font-size: 1.1rem;*/
    font-size: 1.2rem;
}

.nav-scrollable[b-buz2emmmrg] {
    /* Allow sidebar to scroll for tall menus */
    overflow-y: auto;
}

.oi[b-buz2emmmrg] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-buz2emmmrg] {
    /*font-size: 0.9rem;*/
    font-size: 1.0rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-buz2emmmrg] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-buz2emmmrg] {
        padding-bottom: 1rem;
    }

    .nav-item[b-buz2emmmrg]  a {
/*        color: #d7d7d7;*/
        color: #3f3f3f;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

        .nav-item[b-buz2emmmrg]  a.active {
/*            background-color: rgba(255,255,255,0.25);*/
            background-color: rgba(255,255,255,0.75);
            /*            color: white;*/
            color: black;
            font-weight:bold;
        }

        .nav-item[b-buz2emmmrg]  a:hover {
/*            background-color: rgba(255,255,255,0.1);*/
            background-color: rgba(255,255,255,0.3);
            /*            color: white;*/
            color: #101010;
        }

@media (min-width: 641px) {
    .navbar-toggler[b-buz2emmmrg] {
        display: none;
    }

    .collapse[b-buz2emmmrg] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }

    .nav-scrollable[b-buz2emmmrg] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        /*overflow-y: auto;*/
    }
}

@media(max-width:640px){
    .version-info[b-buz2emmmrg] {
        display: none;
    }
}
/* /Shared/SignUp.razor.rz.scp.css */
body[b-7zlzpubost] {
}
/* /Shared/VisitorForm.razor.rz.scp.css */
/*input[type="checkbox"].input-validation-error {
	outline: 1px solid #ff0000;
}
*/
/*input[type="radio"].input-validation-error {
	outline: 1px solid #ff0000;
}
*/
/*select.input-validation-error {
	outline: 1px solid #ff0000;
}
*/
/* /Shared/VisitPersonComponent.razor.rz.scp.css */

/*#company0 {
	outline: 1px solid #ff0000;
}

#name0 {
	outline: 1px solid #ff0000;
}
*/
