button.selectpicker, .form-group div.btn-group.bootstrap-select {
	width: 100% !important;
}

.file-input-container {
	white-space: nowrap;
}

.fileinput-filename {
	text-overflow: ellipsis;
	width: 80%;
}

body {
	background-image: url('/img/studio-small.jpg'); 
	/*background-color: #68160c;*/
}

.container.root-container{
	background-color: rgba(255,255,255,0.95);
	-webkit-box-shadow: 0px 0px 12px 0px rgba(50, 50, 50, 0.97);
	-moz-box-shadow:    0px 0px 12px 0px rgba(50, 50, 50, 0.97);
	box-shadow:         0px 0px 12px 0px rgba(50, 50, 50, 0.97);
	padding-bottom:     18px;
}

h1 {
	text-shadow: 1px 1px 1px rgba(150, 150, 150, 0.5);
}

.panel {
	margin-bottom: 0;
}

.footer {
	text-align: center;
	margin-top: 15px;
	font-size: 10px;
}

.footer a {
	color: white;
}

.footer .glyphicon-heart {
	color: red;
}

.error-404 h2, .error-404 h4 {
	text-align: center;
}

@media (max-width : 992px) {
	audio.main-page-audio {
		width: 100%;
	}
}

.preview-waveform {
	background-repeat: no-repeat;
/*	background-size: cover;*/
	background-position: center;
}

.midi2mp3-waveform {
	background-repeat: no-repeat;
	background-position: center;
	height: 68px;
	width: 1138px;
}

.song-text {
	background-color: rgba(0,0,0,0.7);
	color: #fff;
	display: inline;
	padding: 2px 3px;
}

.valign {
    display: inline-block;
    vertical-align: middle;
    float: none;
}