/* Add here all your css styles (customizations) */
.bg-color-primary {
background-color: #0B70AE !important;
}
.content-md {
    padding-top: 10px;
    padding-bottom: 10px;
}
.header {
    background: #D5E8FF;
    padding-bottom: 3px;
}
dt, dd {
    padding: 5px 0;
}
.bg-color-light {
    background-color: #D5E8FF !important;
}
.headline {
    border-bottom: 1px dotted #78B9ED;
}
.profile .profile-body {
    background: #E1E1E1;
}
.bg-image-v2 {

    background: url(../img/q-parallax.jpg) repeat fixed;
}
.bg-image-v2:before {
    background: rgba(52,152,219,0.2);
} 
.parallaxBg1 .col-md-2.col-xs-6 {
    /*background-color: rgba(153,200,229,0.9);
    min-height: 370px !important;
	padding-top: 25px;*/
}
/* AUTOCOMPLETE */
.autocomplete-suggestions { border: 1px solid #999; background: #FFF; overflow: auto; }
.autocomplete-suggestion { padding: 2px 5px; white-space: nowrap; overflow: hidden; }
.autocomplete-selected { background: #F0F0F0; }
.autocomplete-suggestions strong { font-weight: normal; color: #3399FF; }
.autocomplete-group { padding: 2px 5px; background-color: #ccc;}
.loadinggif 
{
   background:
     url('/assets/img/ajax-loader.gif')
     no-repeat
     right center;
}
/* SONGS */
.song .song-details dt{
	text-align: start;
}
.song .song-details hr {
    margin: 15px 0;
}
.sm2_link.sm2_playing, .sm2_link.sm2_paused {
    padding: 5px 5px 0px 10px;
    background-color: #ddd;
    font-size: 18px;
	
}

 .sm2_link.sm2_playing:after{
	content:'playing...';
	
}
.sm2_link.sm2_paused:after{
	content:'paused';
	
}
.sm2-playlist li {
    color: #fff !important;
}
.latest-songs-index dl.dl-horizontal {
    min-height: 250px;
}
.latest-songs-index .sm2_link.sm2_playing, .latest-songs-index .sm2_link.sm2_paused {
    padding: 0;
    background-color: inherit;
    font-size: inherit;
	
}
/* ARTISTS */
.team-v6 > div > small{
	text-transform: capitalize;
}

.artists_search > div {
	width: 70%;
	margin: 0 auto;
	right: 40px;
}
.team-v6 > div.artist {
    min-height: 450px;
}

.albums-list li.album {
min-height: 510px;
	
}

/* SEARCH */
.tab-content #artists div.row > div{
min-height: 510px;
}
.tab-content #albums div.row > div{
min-height: 510px;
}
.tab-content #songs div.row > div{
min-height: 510px;
}