/* Custom CSS */
.scroll-y {
	height: 500px !important;
	max-height:500px;
	overflow-y:scroll;
}
.scroll-x {
	*max-height:300px;
	overflow-x:scroll;
}
textarea {
	vertical-align: top;
	-webkit-transition: height 0.2s !important;
	-moz-transition: height 0.2s !important;
	-o-transition: height 0.2s !important;
	transition: height 0.2s !important;
}
.floatalert {
	position:fixed;
	top:55px;
	left:40%;
	width:300px;
	z-index:9999;
}
.input-group-addon {
	background:#c6c6c5;
	border-color:#c6c6c5;
	color:#000;
}
.form-control {
	border-color:#c6c6c5 !important;
}
.media-toolbar {
	background:rgba(0,0,0,0.3);
	padding:3px 5px 7px 5px;
	color:#fff;
	font-weight:bold;
}
audio {
	width:100%;
}
.text-small {
	font-size:85%;
}