/*--***********************-->
<!-- CSS audio collection  -->
<!-- ********************* -->
<!-- Author: gpr           -->
<!-- Version: 1.0 mar 2016 -->
<!-- ********************* -->*/

.colAudioDetail {
	border-left: 1px solid #666666;
	padding: 15px 15px;
	text-align: justify;
	margin-top:50px;
	background: -webkit-linear-gradient(top , transparent, rgba(181, 45, 185, 0.5), transparent);
	background: -moz-linear-gradient(top , transparent, rgba(181, 45, 185, 0.5), transparent);
	background: -o-linear-gradient(top , transparent, rgba(181, 45, 185, 0.5), transparent);
	background: linear-gradient(top , transparent, rgba(181, 45, 185, 0.5), transparent); 
	height: 300px;
	overflow-y: auto;
}

.colAudioList {
	margin-top:50px;
	border-radius: 5px;
	height: 300px;
	overflow-y: auto;
	padding: 15px 15px;
}

.colAudioListTitle {
	text-align: justify;
	width: 100%;
	border-bottom: 1px solid #74740f;
}

.colAudioListTitle:hover {
	border-width: 3px;
	cursor: pointer;
}

.colAudioListTitle.activeSong {
	background: -webkit-linear-gradient(top , transparent, rgba(181, 45, 185, 0.5), transparent);
	background: -moz-linear-gradient(top , transparent, rgba(181, 45, 185, 0.5), transparent);
	background: -o-linear-gradient(top , transparent, rgba(181, 45, 185, 0.5), transparent);
	background: linear-gradient(top , transparent, rgba(181, 45, 185, 0.5), transparent);
}

.colAudioControl {
    width: 100%;
	vertical-align: middle;
	text-align: center;	
	padding: 10px 0px;
	z-index: 900;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	border-radius: 10px;
	background-image: url("../img/pat1.jpe");
	background-repeat: repeat;

}

.colAudioControlBox {
	margin: 0px 5px;
	display: inline-block;
	text-align: left;
}

.colAudioBar {
	width:200px;
	display: inline-block;
	vertical-align: middle;
	background-color: rgb(251, 250, 250);
	height: 10px;
	background: -webkit-linear-gradient(top,rgb(251, 250, 250) ,rgb(63, 64, 64) 75%);
	background: -moz-linear-gradient(top,rgb(251, 250, 250) ,rgb(63, 64, 64) 75%);
	background: -o-linear-gradient(top,rgb(251, 250, 250) ,rgb(63, 64, 64) 75%);
	background: linear-gradient(top,rgb(251, 250, 250) ,rgb(63, 64, 64) 75%);
    border-radius: 5px;	
}
.colAudioBarProgress {
	width:200px;
	display: inline-block;
	vertical-align: middle;
	background-color: white;
	height: 10px;
    border-radius: 5px;	
}

.colAudioButton {
	font-size: large;
	color: rgb(162, 149, 208);
	cursor: pointer;
}
.colAudioButtonSmall {
	font-size: larger;
	color: rgb(162, 149, 208);
	cursor: pointer;
}
.colAudioBarMark {
	position: relative;
	left: 0px;
	top: -5px;
	vertical-align: top;
	cursor: pointer;
	width: 10px;
	height: 20px;
	color: black;
	cursor: pointer;
}

.colAudioVolBar {
	width: 50px;
	display: inline-block;
	vertical-align: middle;
	background-color: rgb(188,188,255);
	background: -webkit-linear-gradient(left,rgb(6,6,80),rgb(188,188,255));
	background: -moz-linear-gradient(left,rgb(6,6,80),rgb(188,188,255));
	background: -o-linear-gradient(left,rgb(6,6,80),rgb(188,188,255));
	background: linear-gradient(left,rgb(6,6,80),rgb(188,188,255));
	border-radius: 2px;
	height: 5px;
	cursor: pointer;
}
.colAudioTimePlayed, .colAudioTimeTotal {
	color: #817272;
	padding: 0px 5px;
}

.audioCol .colAudioTitle {
	color: 	#747E8F;
	font-weight: bold;
	text-align: center !important;
	overflow: hidden;  
	margin: 0 0;
	padding: 0 0;
}
