a{
	text-decoration: none;
}
#hap-wrapper{
	padding: 0 36px;
	margin-bottom:120px;
}
.hap-thumbimg{
	width:100%;
}
.hap-playlist-thumb .hap-thumbimg{
	width:70px!important;
}
.hap-select{
    color:#fff;
    font-size:13px!important;
    height: 22px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	text-indent: 0.01px;
	text-overflow: '';
	background: url('../data/misc/arrow.png') no-repeat right #222 !important;
	padding:3px 22px 3px 7px;
	border:0;
	margin:0;
	border-radius: 0;
	line-height:normal!important;
	width:auto;
}
.hap-select::-ms-expand {
    display: none;
}
.hap-player-holder{
	width:100%;
}

.hap-player-artist{
	width:100px;
	font-size:12px;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	display: -webkit-box;
}

.hap-player-controls{
	margin:45px 0px;
	padding:0 30px;
}
.hap-player-controls.radio{
	margin: 12px 0px;
}


.hap-media-title-mask{
	position:relative;
	top:7px;
	left:20px;
	float:left;
	width:60%;
	width: -webkit-calc(100% - 135px);
    width: -moz-calc(100% - 135px);
    width: calc(100% - 135px);
	height:20px;
	overflow:hidden;
	background:#333;
}
.hap-media-title{
	position:absolute;
	top:0;
	left:0;
	white-space: nowrap;
	font-size:14px;
	color:#fff;
	height: 100%;
    line-height: 20px;
}

.hap-media-time-current,
.hap-media-time-total{
	font-size:12px;
	padding: 0 3px;
	.Roboto;
	color:#171f24;
}
.hap-seekbar{
	margin: 0 -18px;
	cursor: pointer;
	margin-bottom:40px;
	touch-action: none;
	display:flex;
}
.hap-progress-bg{
	position:relative;
	background:#d7dde1;
	width:100%;
	top:7px;
	height:3px;
	margin: 0px 36px;
	margin-top: 2px;
}
.hap-load-level{
	position:absolute;
	background:#d7dde1;
	top:0;
	height:100%;
}
.hap-progress-level{
	position:absolute;
	background-image: linear-gradient(135deg, #d4040d 42%, #ff9500 58%);
	top:0;
	height:100%;
}

.hap-volume-seekbar {
	position:relative;
	width:100%;
	cursor: pointer;
	touch-action: none;
}


.hap-volume-bg {
	position: absolute;
	top: 11px;
	left:10px;
	right:10px;
	height: 4px;
	background: #ddd;
}

.hap-volume-level {
	position: absolute;
	top: 0px;
	left: 0;
	height: 5px;
	border-radius:4px;
	background: #000;
}



#hap-playlist-list{
	display:none;
}

.hap-playlist-item{
	margin-top: 20px;
}

.hap-playlist-item:last-child {  
	margin-bottom:0px!important;
}

.hap-playlist-item-content {
	cursor: pointer;
	flex:1;
	display:flex;
	flex-direction:row;
	align-items:flex-end;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	color:#000;
}
.hap-playlist-title-num{
	margin-left: 5px;
}
.hap-playlist-title-num{

	display:flex;
	flex-direction:column-reverse;
	font-size: 12px;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-transform: uppercase;

}
.icon-heart-container{
	height: 18px;
	width: 49px;
	margin-top: -21px;
	float: right;
}
.icon-heart-container img{
	margin-top: 21px;
	height: 100%;
}
.hap-playlist-description {
	display:none;
}

.hap-playlist-title .title{
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	letter-spacing: -0.15px;
	font-size: 15px;
	text-transform:uppercase;
	margin-left:0;
	color: inherit;
}

.hap-playlist-item-selected .title{
	color:#000000;
}
.hap-playlist-item-selected .hap-playlist-title{
	color:#ff9500!important;
	font-size: 19px;
	font-weight: 600;
	font-family:'Roboto Condensed',cursive;
}

.hap-playlist-info{
	flex:1;
	display: flex;
    flex-direction: column;
    justify-content: space-around;
    overflow: hidden;
    margin-left: 10px;
}
.hap-playlist-info2{
	position: relative;
    margin-left: auto;
	flex-shrink:0;
	display: flex;
	flex-direction:column;
	justify-content: space-around;
    text-align: right;
}
.hap-playlist-duration{
	font-size: 12px;
}
.hap-playlist-date{
	font-size: 11px;
	color: #666;
}
.hap-playlist-title-wrap{
	display: flex;
    flex-direction: row;
}

.hap-download, .hap-link{
	color:#fff!important;
	font-size: 13px!important;
	margin-left: 15px;
	margin-right: 4px;
	display: flex;
	justify-content: center;
	border: 0!important;
	box-shadow: none!important;
}
.hap-download i, .hap-link i{
	line-height:40px;
	color:inherit;
}
.hap-download:hover, .hap-link:hover{
	color:#4DA7FE!important;
}

.hap-playlist-filter-msg{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: none;
}
.hap-playlist-filter::placeholder { 
    color: inherit!important;
}
.hap-playlist-filter-msg span{
    position: relative;
    float: left;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 16px;
	color: #fff;
}

.hap-bottom-bar{
	position:relative;
	top:0;
	height:30px;
	width:100%;
	overflow:hidden;
	border-top:1px solid #222;
	background:#111;
}
.hap-search-filter{
	position:relative;
	margin-left:20px;
	width:125px!important;
	height:18px!important;
	top:50%;
	margin-top:-9px;
	padding:0!important;
	border:0!important;
	-moz-border-radius:0 !important;
    -webkit-border-radius:0 !important;
	border-radius:0 !important;
	background:#222 !important;
	color:#fff !important;
	box-shadow:none!important; 
	line-height:1!important; 
	float: left;
	outline:none;
}
.hap-search-filter::placeholder { 
	color: inherit!important;
}
.hap-sort-alpha{
	position:relative;
	left:5px;
	top:0;
	width:25px;
	height:100%;
	text-align: center;
	float: left;
}
.hap-sort-alpha i{
	display: inline-block;
	font-size: 18px!important;
	line-height: 30px!important;
}
.hap-share-item i{
	display: inline-block;
	font-size: 15px!important;
	line-height: 30px!important;
}
.hap-sort-alpha i,
.hap-share-item i{
	color:#fff;
}
.hap-share-holder{
	float: right;
}
.hap-share-item{
	position:relative;
	top:0;
	right:20px;
	width:20px;
	height:100%;
	margin-right:7px;
	text-align: center;
	float: right;
}






.hap-tooltip{
	position:absolute;
	background:#4DA7FE;
	text-align:center;
	z-index:10000;
	pointer-events:none;
	display:none;
	font-size:12px!important;
	color:#fff!important;
	padding:2px 5px !important;
	line-height:20px !important;
	white-space:nowrap;
}

.hap-preloader {
	position:absolute;
	top:50%;
	left:50%;
    width: 40px;
    height: 40px;
    margin-left:-20px;
	margin-top:-20px;
    background-color: #eee;
    -webkit-animation: hap_preloader 1.2s infinite ease-in-out;
    animation: hap_preloader 1.2s infinite ease-in-out;
}
@-webkit-keyframes hap_preloader {
    0% { -webkit-transform: perspective(120px) }
    50% { -webkit-transform: perspective(120px) rotateY(180deg) }
    100% { -webkit-transform: perspective(120px) rotateY(180deg)  rotateX(180deg) }
}
@keyframes hap_preloader {
    0% { 
	    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
	    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg) 
    } 50% { 
	    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
	    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg) 
    } 100% { 
	    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
	    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    }
}



.hap-hidden {
	opacity: 0; 
	filter: alpha(opacity=0); 
}
.hap-visible {
	opacity: 1;
	-webkit-transition: opacity 500ms ease-out;
	-moz-transition: opacity 500ms ease-out;
	transition: opacity 500ms ease-out;
}




/* scroll */
.hap-playlist-inner .mCSB_inside > .mCSB_container {
    margin-right: 30px;
}
.hap-mCSB_full{/* hide scroll area when no scroll */
	margin-right: 0!important;
}




/* api */
#api-panel {
	position:fixed;
	top:0;
	right:0;
	height:100%;
	overflow-y:auto;
	z-index: 999999;
	display:none;
}
#api-panel ul {
	padding: 30px;
	background:#444;
	font-size: 16px;
	color:#eee;
}
#api-panel li a{
	color:#fff;
}
#api-panel li a:hover{
	text-decoration: underline;
}
#api-panel li.space {
   margin-bottom: 20px;
}
#toggle-panel {
	position:fixed;
	top:0;
	right:0;
	width:40px;
	height:40px;
	background: #555 url('../data/api_open.png') no-repeat center center;
	z-index: 999999;
	cursor: pointer;
}


.hap-youtube-holder,
.hap-iframe-blocker{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	overflow:hidden;
}	
.hap-media{
	width: 100%;
    height: 100%;
    position:absolute;
    user-select: none;
    visibility: visible;
    top:0;
    left:0;
    max-width:none!important;
}