/*
This file is part of a project by YOUHEY Communication AG.
Unless otherwise stated, all rights are held by the author.
*/
/* 
    Created on : 26.07.2022, 10:01:00
    Author     : Kilian Frey <kilian.frey@youhey.ch>
*/

.btn {
	text-decoration: none;
}

.btn + .btn {
	margin-left: 6px;
}

.typo3-messages {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.alert {
	padding: 15px;
	margin-bottom: 20px;
	border: 1px solid transparent;
	border-radius: 4px;
}

.alert-success {
	color: #3c763d;
	background-color: #dff0d8;
	border-color: #d6e9c6;
}

.alert-info {
	color: #31708f;
	background-color: #d9edf7;
	border-color: #bce8f1;
}

.alert-warning {
	color: #8a6d3b;
	background-color: #fcf8e3;
	border-color: #faebcc;
}

.alert-danger {
	color: #a94442;
	background-color: #f2dede;
	border-color: #ebccd1;
}

.modal .headerbar-bar,
.modal .headerbar-icon {
	margin-bottom: 15px;
	margin-top: 10px;
}
