body{
	background-color:#FFFFFF !important;
}

.loadingIcon{
    position:absolute;

    background-repeat:no-repeat;
    background-position:center center;
    background-size: 100px 100px;
    width:100px;
    height:100px;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

#pageContent {
	background-color:#403A60;
	width:393px;
	height:851px;
	margin:auto;
	margin-top:10px;
	border:solid 1px #FFFFFF;
}

#menuContent{
	position:absolute;
	top:0px;
	left:9px;
	background-color:#403A60;
	width:200px;
	min-height:200px;
	border-radius:5px;

}

 .navbar-expand-lg {
 justify-content: initial;
 }
