.btn-primary{
	background-color:#0d6efd!important;
	border-color:#0d6efd!important;
}
.list>li{
	padding:10px;
	color:#4f4c4c;
	font-size:14px;
	padding:10px 10px 10px 30px!important;
}
.highlight{
	background: #67aeed26;
	padding:10px 10px 10px 30px!important;				
	color: #3979b1!important;
	font-weight:bold;
	border-top-right-radius:50px;
	border-bottom-right-radius:50px;
}
hr{
	color:#898d92;
}
.inputBorderIndicator{
	border:1px solid red!important;
}
.left_nav{	
	padding:10px 10px 10px 30px!important;	
	border-top-right-radius:50px;
	border-bottom-right-radius:50px;
	color:#606161;
	font-size:14px;	
}

.left_nav:hover{	
	padding:10px 10px 10px 30px!important;	
	border-top-right-radius:50px;
	border-bottom-right-radius:50px;
	color:#202124;
	background-color:#ebebeb;
	font-size:14px;
}
.boxShadow{
	box-shadow:0 .125rem .25rem rgba(0, 0, 0, 0.28) !important
}
.sideBar{			
	padding-right:16px!important;
	font-size:14px;
	left:0;
	top:0;
	bottom:0;
	background:#fff;
	position:fixed;
	padding:65px 0px 0px;
	color:#25527a;
	margin-top:64px;
	box-shadow:inset -1px 0 0 rgba(0, 0, 0, .1);
	background:#80808008;
}	

.active_link{
	border-bottom:solid 2px purple;
}
.active_link_text{
	color:purple!important;	
}
.link{
	text-decoration:none;font-size:14px;font-weight:bold;color:#5f6368;
}
.formLabel{
	font-size:15px;
	margin-bottom:3px;
	font-weight:bold;
}
.form-control{
	border:none!important;
	border-bottom:solid 1px gray!important;
	border-bottom-left-radius:0px!important;
	border-bottom-right-radius:0px!important;
}
.form-select{
	border:none!important;
	border-bottom:solid 1px gray!important;
	border-bottom-left-radius:0px!important;
	border-bottom-right-radius:0px!important;
}
.themeColor{
	color:purple;
}
.photo{
	padding: 15px;
	object-fit: cover;
	width: 140px;
	height: 140px;
	margin-top: auto;
	margin-bottom: auto;
	border-radius:100px;
}