/**
 * Band-Management - eine Band erobert die Welt
 * Eine Prüfungsleistung für das Modul Internetanwendungsentwicklung
 * SS 2017
 * 
 * Without the permission of the author, this document may not be modified.
 *
 * @author Sven Ballay
 * @copyright Copyright (c) 2017 Sven Ballay
 */
.pointer {
	cursor: pointer;
}

.text-bold {
	font-weight:bold;
}

.alert-success .aclose {
	color: #3c763d !important;
}

.alert-success .aclose:hover {
	color: #5ba05c !important;
}

.alert-danger .aclose {
	color: #a94442 !important;
}

.alert-danger .aclose:hover {
	color: #aa8786 !important;
}

.grid-action {
	margin-right: 5px;
}

.form-control[required] {
	border-left: 3px solid red !important;
}