﻿.msg {
	font-weight: bold;
	padding-left: 12px;
}

#errormsg {
	font-weight: bold;
}

.modal-title {
	font-weight: bold;
}

.modal-header {
	padding-bottom: 8px !important;
	padding-top: 10px !important;
}

.modal-body {
	padding-bottom: 0px !important;
}

.modal-dialog-center {
	margin-top: 15%;
}

.alert-error {
	background: #C9232D;
	text-align: left;
}

.alert-success {
	background: #11805D;
	text-align: left;
}

.msg {
	color: #fff;
	padding-top: 5px;
}



.rounded {
	background-color: #FFF;
	border-radius: 72%;
	width: 34px;
	height: 32px;
}

.alert-close {
	float: right;
	cursor: pointer;
}

.separator {
	display: flex;
	align-items: center;
	text-align: center;
	padding-top: 12px;
	padding-bottom: 12px;
}

	.separator::before,
	.separator::after {
		content: '';
		flex: 1;
		border-bottom: 1px solid #000;
	}

	.separator:not(:empty)::before {
		margin-right: .25em;
	}

	.separator:not(:empty)::after {
		margin-left: .25em;
	}
