.form-message {
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 20px;
}

.error
{
	color: red !important;
	font-weight: bold;
}

.success
{
	color: green !important;
	font-weight: bold;
}

.link
{
	color: blue !important;
}

.hide {
	display: none !important;
}

.show {
	display: block !important;
}

.custom-file-label {
	background-color: #eee;
}

.tox-statusbar__branding, .tox-promotion
{
	display: none;
}

.modal-body {
	max-height: 60vh;
	overflow-y: scroll;
}

.sqb {
	border: 1px solid black;
}

.mr-10 {
	margin-right: 10px;
}

td, th { 
	white-space: nowrap; 
	overflow: hidden; 
	text-overflow:ellipsis; 
}

