.day.disabled > button {
   cursor: not-allowed;
   color: lightgrey;
}

div.crmEntityFormView {
	box-shadow: 0px 2px 3px #cccccc;
	border-radius: 5px;
	padding: 10px;
}

#modalTitle {
	display:none;
}

legend.section-title {
	margin-left:15px;
}

.sidebar-home h3{
	color: #2e456b !important;
	font-weight: 900;
}

div.ms-SearchBox{
	width:400px;
	border:1px #eeeeee solid;
	}
	
ol.progress.list-group {
	font-size:16px;
	border-radius: 5px;
	box-shadow: 0px 2px 3px #cccccc;
}

.list-group-item.active {
	background-color: #2e456b !important;
}

td.crmquickform-cell div.table-info {
	display:none;
}

a[role="button"] {
	font-weight:700;
}

div.alert-warning {
	--bs-alert-bg:#fdfbf7;
}

.entitylist-filter-option-group .h4 {
	font-size:16px;
}

div.portal-lookup-help {
	text-align:right;
	margin-right:10px;
	margin-bottom:-10px;
	margin-top:5px;
}

.btn {
	box-shadow: 0px 2px 3px #cccccc;
}

.page-item:not(:first-child) .page-link {
    margin-left: -1px;
    width: auto;
}