
html {
	height: 100%;
	width: 100%;
}

body {
	height: 100%;
	width: 100%;
	overflow: hidden !important;
	background-image: url("../media/background.jpg") ;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.tenants-container {
	margin-bottom: 15px;
	padding: 40px 40px;
	background: rgba(255,255,255,0.95);
	width: 90%;
	margin: 0 auto;
	margin-top: 40px;
	border-radius: 20px;
}

.forgotpass_box {
	padding: 20px 0;
	text-align: center;
}

.forgotpass_box a {
	color: #000;
}



.lity-close{
right: 15px !important;
  top: 10px !important;
}



.navbar-container {
	background-color: #f3f2f1;
	background-color: #fff !important;
	display: flex;
	flex-direction: row;
	height: 85px !important;
	justify-content: flex-start;
	position: relative;
	width: 98% !important;
	z-index: 1;
	margin: 0 auto;
	margin-top: 10px;
	border-radius: 10px;
}


#navbar-home-btn {
	background-color: #0078d4;
	border-bottom: 0;
	border-radius: 8px;
}

#navbar-home-btn span > i {
	color: #fff !important;
}


.navbar-home-container {
	margin-left: 13px;
}

.custom-navbar {
	margin: 0;
	padding-left: 20px;
}

.custom-navbar li {
	background: #0078d4;
	color: #fff;
	text-align: center;
	white-space: wrap;
	float: left;
	margin-right: 18px;
	font-family: Calibri;
	font-size: 14px;
	padding: 0;
	height: 50px;
	width: 100px;
	border: ;
	border-radius: 11px;
	list-style: none;
}

.custom-navbar li a {
	height: 100%;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	
}

.custom-navbar {
	margin: 0;
	padding-left: 20px;
	width: 27%;
	display: flex;
	align-items: center;
}

.tenants {
	padding-top: 70px;
}

.tenants {
	padding-top: 0 !important;
	min-height: 50vh;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

.tenants-container {
	max-height: 40vh;
	width: 95%;
	min-height: 40vh;
	margin-bottom: 0px !important;
	padding: 0px 30px !important;
}

.tenant-resources {
	overflow: auto !important;
	position: relative !important;
	max-height: 60vh;
	overflow-x: hidden !important;
	height: 57vh;
}

.navbar-resize-group {
	position: unset !important;
	width: 100%;
	z-index: 1;
}
.navbar-parent{
	display:flex;
	justify-content:center;
}
.navbar-container {
		/* display: block !important; */
		height: auto !important;
		padding:10px;
		width:50% !important;
		/* position:absolute !important; */
		top:-10px !important;
	}

@media only screen and (max-width: 990px) {
	.navbar-container {
		/* display: block !important; */
		/* height: 140px !important; */
	}
	
	.navbar-home-container {
		height: 50% !important;
		float: left;
	}
	.custom-navbar {
		min-width: 50%;
		height: 50%;
		float: left;
	}
	.navbar-session-container {
		height: 50% !important;
		width: 65% !important;
		float: left;
	}

	.navbar-extras-container {

		height: 50% !important;
		margin-left: auto;
		float: left;
	}
}
@media only screen and (max-width: 670px) {
		#headerLogo {
			display:none;
		}
		.custom-navbar {
			min-width: 65%;
			height: 50%;
			float: left;
		}
		.navbar-session-container {
			height: 50% !important;
			width: 55% !important;
			float: left;
		}
}


@media only screen and (max-width: 515px) {
	.custom-navbar {
		min-width: 60%;
		height: 50%;
		float: left;
	}
	.navbar-session-container {
		height: 50% !important;
		width: 32% !important;
		float: left;
	}
}

.lity-container{
max-width:990px !important;
}
