body {
	background: rgb(184, 196, 214, 0.5);
	font-family: 'Open Sans', sans-serif;
	
	margin: 0 !important;
	
	display: flex;
	flex-direction: column;
	min-height: 100vh;
}

body .ui-button:active, body .ui-button:focus {
	text-decoration: none !important;
	border: none !important;
	box-shadow: none !important;
}

#mySidebar {
	width: 4%;
	height: 100vh;
	background-color: #44546a;
	color: white;
	border-bottom-right-radius: 20px;
	border-top-right-radius: 20px;
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 9999;
	transition: width 0.8s;
	overflow: hidden;
	font-size: 2vh;
}

.sidebarDiv {
	width: 100%;
	margin-bottom: 3vh;
	text-align: center;
}

.sidebarLink {
	text-decoration: none;
	width: 100%;
	display: inline-block;
}

.sidebarImg {
	width: 1.6vw;
	height: auto;
	float: left;
	margin-right: 0.5vw;
	margin-left: 1vw;
	margin-top: 1vh;
	margin-bottom: 1vh;
	transition: margin-left 0.5s;
}

.sidebarText {
	display: inline-block;
	text-decoration: none;
	color: white;
	margin-top: 1.2vh;
	float: left;
	overflow: hidden;
	width: 0px;
	transition: width 0.5s;
	text-align: left;
	height: 3vh;
}

.borderTopDiv, .borderBottomDiv {
	background-color: white;
	width: 0%;
	display: block;
	height: 1px;
	transition: width 0.5s;
}

#sidebarHomeDiv {
	margin-top: 5vh;
	margin-bottom: 6vh;
}

#sidebarLogoutDiv {
	margin-top: 20vh;
	margin-bottom: 0px;
}

#logoutForm>.ui-button {
	background-color: transparent;
	color: white;
	border: none;
	font-size: 2vh !important;
}

#logoutForm>button>.pi {
	font-size: 1.8vw !important;
	margin-left: 0.5vw;
	margin-right: 0.5vw;
	display: block;
	transition: margin-left 0.5s;
}

#logoutForm>.ui-button>.ui-button-text {
	float: left;
	font-size: 2vh !important;
	margin-left: 2.6vw;
	text-align: left;
	margin-top: 1.2vh;
	overflow: hidden;
	width: 0px;
	transition: width 0.5s, margin-left 0.5s;
}

#mySidebar.expandable:hover {
	width: 18vw;
	transition: width 0.5s;
}

#mySidebar.expandable:hover>div>a>.sidebarImg {
	margin-left: 3vw;
	transition: margin-left 0.8s;
}

#mySidebar.expandable:hover>div>a>.sidebarText {
	width: 10vw;
	transition: width 0.8s;
}

.sidebarDiv:hover>.borderTopDiv, .sidebarDiv:hover>.borderBottomDiv {
	width: 15%;
}

#mySidebar.expandable:hover>div>#logoutForm>button>.pi {
	margin-left: 3vw;
	transition: margin-left 0.8s;
}

#mySidebar.expandable:hover>div>#logoutForm>button>.ui-button-text {
	margin-left: 4.1vw;
	width: 10vw;
	transition: width 0.8s, margin-left 0.8s;
}

.pin>img {
	width: 1.6vw;
}

#sidebarLockButton {
	background: #44546a;
	border: none;
}

h1 {
	color: #44546a;
}

h2 {
	color: #44546a;
}



.center {
	width: 100%;
	text-align: center;
}
#content{
	width: 92%;
	margin-right: 1%;
	float: right;
	z-index: 1;
}
#main {
	flex: 1;
}

#footer {
	background-color: white;
	text-align: center;
	font-size: 1.2em;

}
#footer > div{
	display:inline-block;
	margin-left: 20px;
	text-decoration: none;
}

#footer > div > a{
	color: black;
}