.text-right{
	text-align: right;
}
.text-center{
	text-align: center;
}

.input-group .select2-container--default .select2-selection--single
{
	border-radius: 0;
}

.select2-container .select2-selection--single{
	height: 38px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow{
	height: 38px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered{
	line-height: 38px;
}

.dropify-wrapper .dropify-message span.file-icon{
	font-size: 50px;
}

.dropify-wrapper .dropify-message p{
	font-size: 25px;
}

.alert p:last-child{
	margin-bottom: 0 !important;
}

.dot {
  	height: 25px;
  	width: 25px;
  	background-color: #bbb;
  	border-radius: 50%;
  	display: inline-block;
	margin-right: 25px;
}

.dot-warning{
	background-color: rgba(var(--cui-warning-rgb), var(--cui-bg-opacity)) !important
}

.dot-danger{
	background-color: rgba(var(--cui-danger-rgb), var(--cui-bg-opacity)) !important
}

.dot-success{
	background-color: rgba(var(--cui-success-rgb), var(--cui-bg-opacity)) !important
}

.dot-primary{
	background-color: rgba(var(--cui-primary-rgb), var(--cui-bg-opacity)) !important
}