@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@400&display=swap');
html, body {
	font-family: 'Nunito Sans', sans-serif !important;  
}
#helpcontent{
	margin-left: 270px;
}

.row {
    margin-bottom: 0px;
}

.padding5{
	padding-left:15px;
}

blockquote {
    border-left: 5px solid #ad96d9;
	margin: 10px 0;
}

img.logocircle{
	height: 60px;
}

nav .brand-logo {
    padding: 0px 0px 0px 81px;
}

nav{
	background-image: linear-gradient(to right,#5f0086 35%, #300090 70% );
}

.sidemanu {
    margin-top: 65px;
	width: 250px;
	height: calc(100vh - 50px);
}	

#img_dash {
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
  width: 100%;
  border: 2px solid #9900f5;
  margin:2% 0% 2% 0% !important;			 
}

#img_dash:hover {
	opacity: 0.7;
	box-shadow: 0 0 3px 2px rgba(130, 0, 186, 0.71);
	}

.img_dash {
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
  width: 100%;
  border: 2px solid #9900f5;
  margin:2% 0% 2% 0% !important;			 
}

.img_dash:hover {
	opacity: 0.7;
	box-shadow: 0 0 3px 2px rgba(130, 0, 186, 0.71);
	}

.sidenav li>a {
    padding: 0 5px;
}

.btn-floating.btn-large i {
    color: darkblue;
}

.icon{
	font-size:15px !important;
}

@media print {
.navbar-fixed nav ,
.sidemanu 
   {
	display:none;
}
#helpcontent {
	width: auto;
	overflow: hidden;
	height: auto !important;
	margin-left:0px !important;
	margin-top:-50px;
}
}

@media only screen and (max-width: 992px){
	.sidenav.sidenav-fixed {
		-webkit-transform: none !important;
		transform: none !important;
	}
}

.margin2020{
	margin:2% 0% 2% 0% !important;
}


