/*
 *  Project: bootstrap-au
 *  Version: 0.5
 *  Author: Renhard Julindra
 *  License: MIT License
 */
 
.au-input {
	border-radius: 0 !important;
}
.au-select {
	position: absolute;
	height: 200px;
	overflow: auto;
	z-index: 999999 !important;
}
.au-select .list-group-item {
	padding: 5px;
	cursor: pointer;
}
.au-select .list-group-item:first-child {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}
.au-select .list-group-item:last-child {
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}

.au-message {
	position: absolute;
	z-index: 999999 !important;
}
.au-message .list-group-item:first-child {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}
.au-message .list-group-item:last-child {
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}