* {
	font-family: 'Quicksand';
	scroll-behavior: smooth;
}

body {
	height: 100%;
}

.pageTitle {
	font-weight: bold;
}

.navBarCustom {
    padding: 0;
}

.menuSnippet {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 10;
    min-width: 300px;
}

.header, .footer {
	width: 100%;
}

img {
	image-rendering: -webkit-optimize-contrast;
}

.footer {
	background-color: #343a40;
}

/*
.navbar {
    justify-content: unset;
}*/

.banner {
	overflow: hidden;
    max-height: 400px;
	position: relative;
}

.bannerImg {
	width: 100%;
}

.bannerLogo {
    position: absolute;
    top: 4px;
    left: 4px;
    width: 110px;
    height: auto;
}


.box-content {
	min-height: 52.5vh;
}

#messageBox {
	width: 100%;
    /*padding: 1rem 1rem 0rem 1rem;*/
}

.loadingSnippet {
	display: block;
    margin: 1rem auto 1rem auto;
    text-align: center;
}

.loadingSnippet span {
	font-size: 2rem;
    padding-left: 1rem;
    vertical-align: text-bottom;
    font-weight: bold;
    font-style: italic;
}

@media screen and (orientation: portrait) and (min-height: 650px) {
	.box-content {
		min-height: 54.5vh;
	}
}

@media screen and (orientation: portrait) and (min-height: 700px) {
	.box-content {
		min-height: 44.5vh;
	}
}

@media screen and (orientation: portrait) and (min-height: 730px) {
	.box-content {
		min-height: 54.5vh;
	}
}

@media screen and (orientation: portrait) and (min-height: 800px) {
	.box-content {
		min-height: 62vh;
	}
}

@media screen and (orientation: portrait) and (min-height: 820px) {
	.box-content {
		min-height: 60vh;
	}
}

@media screen and (orientation: portrait) and (min-height: 1024px) {
	.box-content {
		min-height: 48vh;
	}

	.bannerLogo {
		top: 20px;
		left: 20px;
		width: 160px;
	}
}

@media screen and (orientation: portrait) and (min-height: 1280px) {
	.box-content {
		min-height: 57vh;
	}

	.bannerLogo {
		top: 20px;
		left: 20px;
		width: 160px;
	}
}

@media screen and (orientation: landscape) and (min-width: 1200px) {
	.box-content {
		min-height: 22.5vh;
	}

	.bannerLogo {
		top: 20px;
		left: 20px;
		width: 160px;
	}
}

@media screen and (min-width: 992px) {
	.header, .footer {
		max-width: 1110px;
		margin: 0 auto 0 auto;
	}

	.bannerLogo {
		top: 20px;
		left: 20px;
		width: 160px;
	}
}




.back-to-top {
	position: fixed;
	display: none;
	width: 40px;
	height: 40px;
	border-radius: 3px;
	right: 15px;
	bottom: 15px;
	background: #343a40!important;
	color: #fff;
	transition: display 0.5s ease-in-out;
	z-index: 99999;
}

.back-to-top i {
	font-size: 24px;
	position: absolute;
	top: 8px;
	left: 8px;
}

.back-to-top:hover {
	color: #fff;
	background: #343a40!important;
	border: 2px solid #c1e0f5;
	transition: background 0.2s ease-in-out;
}



.menuSnippetBox {
	height: 100vh;
}

.owner_name {
	font-size: 1em;
	font-weight: bold;
}

.form-control[readonly] {
    background-color: white;
}


.search-box {
	width: 100%;
	height: auto;
	padding: 30px;
	background-color: #f5f5f5;
	margin-bottom: 20px;
}

#all_reservations {
	width: 100%;
	height: auto;
}

.all_reservations_margins {
	margin-top: 10px;
	margin-bottom: 20px;
	padding: 30px;
	background-color: #f5f5f5;
}

#all_reservations .remove-item, #current_blocks .remove-item {
	margin-top: -5px;
	float: right;
}

.pages {
	width: 100%;
	text-align: center;
}

.info-portal-file-list {
	border: 1px solid silver;
    border-radius: 4px 4px;
    padding: 1em;
}

.otherSection {
	display: none;
}
