.dataTables_wrapper{
	margin-bottom:45px;
}

.az-notification-list .media-body p {
	margin-bottom: 5px;
	line-height: 1.3;
	overflow: hidden;
	width: 230px;
	text-overflow: ellipsis;
	text-overflow: '...';
	white-space: nowrap;
}

.az-sidebar-header{
	height: 120px; 
}

a > i {
	width: 25px;
	padding-right: 8px;
}

.wizard {
	border: 0px solid #e3e7ed !important;	
}

.btn, .sp-container button {
	line-height: 1.3 !important;	
}

.select2-container--default .select2-selection--single{
	border-radius: 0px !important;
	height: 38px !important;
	padding: 0.375rem 0.75rem;
}
.select2-container--default .select2-selection--multiple {
	border-radius: 0px !important;
	min-height: 38px !important;
	padding: 0.175rem 0.75rem;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
	padding-left: 20px;	
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
	background-color: #475dc8 !important; 
	border: 1px solid #475dc8 !important; 
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
	color: #fff !important; 
	opacity: 1 !important; 
	top: 1px !important;
}


