*{
	margin:0;
	padding:0;
	border:0;
	outline:none;
}
a{ 
	text-decoration: none; 
}
body {
	background: url("../beta5/deploy/data/pattern/3.png") repeat;
}

#hap-wrapper{
	position:relative;
	min-width:300px;
	max-width:900px;
	width:100%;
	margin: 0 auto;
	margin-top:100px;
	font-family:Arial, Helvetica, sans-serif;
}
.hap-player-holder{
	position:relative;
	height:26px;
	background-image: -moz-linear-gradient(top, #ffffff 0%, #f1f1f1 50%, #e1e1e1 51%, #f6f6f6 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(50%,#f1f1f1), color-stop(51%,#e1e1e1), color-stop(100%,#f6f6f6));
    background-image: -webkit-linear-gradient(top, #ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%);
    background-image: -o-linear-gradient(top, #ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%);
    background-image: -ms-linear-gradient(top, #ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%);
    background-image: linear-gradient(to bottom, #ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%);
    border: 1px solid #cbcbcb;
    display: flex;
}
.hap-contr-btn > i{
	color:#666;
}
.hap-contr-btn:hover > i,
.hap-contr-btn-hover{
	color:#fff!important;
}
.hap-contr-btn{
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box;    
	box-sizing: border-box;       
}
.hap-contr-btn > i{
	position:absolute;
	top:0px;
	left:0px;
	width:30px;	
	height:100%;
	text-align: center;
	display: inline-block;
	font-size: 14px!important;
	line-height: 26px!important;
}
.hap-playback-toggle{
	position: relative;
	width:30px;	
	height:100%;
	float: left;
}
.hap-prev-toggle{
	position: relative;
	width:30px;	
	height:100%;
	float: left;
}
.hap-next-toggle{
	position: relative;
	width:30px;	
	height:100%;
	float: left;
}
.hap-media-title-mask{
	position:relative;
	float: left;
	margin: 0 15px;
	width:180px;
	height:100%;
	overflow:hidden;
}
.hap-media-title{
	position:absolute;
	left:0px;
	white-space: nowrap;
	line-height: 26px!important;
	font-size:12px;
	color:#666;
}
.hap-seekbar-wrap{
    overflow: hidden;
    height: 100%;
    cursor: pointer;
    touch-action: none;
    flex: 1;
}
.hap-seekbar{
	margin: 0 10px;
    height: 100%;
}
.hap-progress-bg{
	position:relative;
	height:3px;
	background:#666;
	top:50%;
	margin-top:-2px;
	width: 100%;
	overflow: hidden;
}
.hap-load-level{
	position:absolute;
	height:100%;
	background:#888;
	top:0;
}
.hap-progress-level{
	position:absolute;
	height:100%;
	background:#fff;
	top:0;
}
.hap-player-controls-right{
	position: relative;
    margin-left: auto;
}
.hap-media-time{
	position:relative;
	height:100%;
	float:left;
	top:0px;
	margin: 0 5px 0 10px;
}
.hap-media-time-current,
.hap-media-time-separator,
.hap-media-time-total{
	line-height: 26px!important;
	text-align: center;
	margin:0!important;
	padding: 0!important;
	color:#666 !important;
	font-size:12px!important;
	float:left;
	-moz-user-select: none; 
	-khtml-user-select: none; 
	-webkit-user-select: none; 
	-o-user-select: none; 
	width:auto;
}
.hap-volume-wrapper{
	position:relative;
	width:30px;	
	height:100%;
	float:left;
	top:0px;
}
.hap-volume-wrapper:hover .hap-volume-seekbar{
	display: block;
}
.hap-player-volume{
	width:30px;	
	height:100%;
}
.hap-volume-seekbar{
	position:absolute;
	top:-82px;
	left:-1px;
	width:30px;
	height:80px;
	display:none;
	cursor: pointer;
	touch-action: none;
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(229,229,229,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    border: 1px solid #cbcbcb;
}
.hap-volume-bg{
	position:absolute;
	width:3px;
	height:60px;
	background:#888;
	left:13px;
	bottom:10px;
}
.hap-volume-level{
	position:absolute;
	width:100%;
	background:#fff;
	left:0;
	bottom:0;
}
.hap-playlist-toggle{
	position:relative;
	top:0px;
	width:30px;	
	height:100%;
	float:left;
	cursor: pointer;
}




#hap-playlist-list{
	display:none;
}
.hap-playlist-holder{
	position:relative;
	margin-top:4px;
	background-image: -ms-linear-gradient(top, #f6f6f6 0%, #e1e1e1 100%);
    background-image: -moz-linear-gradient(top, #f6f6f6 0%, #e1e1e1 100%);
    background-image: -o-linear-gradient(top, #f6f6f6 0%, #e1e1e1 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f6f6f6), color-stop(1, #e1e1e1));
    background-image: -webkit-linear-gradient(top, #f6f6f6 0%, #e1e1e1 100%);
    background-image: linear-gradient(to bottom, #f6f6f6 0%, #e1e1e1 100%);
    border: 1px solid #cbcbcb;
	overflow:hidden;
}
.hap-playlist-inner{
	margin:20px;
	min-height:100px;
	max-height:200px;
}
.hap-playlist-item{
	position: relative;
	top:0px;
	left:0px;
	overflow: hidden;
	display: flex;
    width: 100%;
    line-height: 25px;
}
.hap-playlist-item:last-child {  
	margin-bottom:0px!important;
}
.hap-playlist-item-content {
	cursor: pointer;
	flex:1;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.hap-playlist-item-selected .hap-playlist-title-num,
.hap-playlist-item-selected .hap-playlist-title{
	color:#fff;
}
.hap-playlist-title-num{
	margin-left: 5px;
}
.hap-playlist-title-num,
.hap-playlist-title {
	font-size:13px;
	color:inherit;
	color:#666;
}

.hap-download, .hap-link{
	color:#666!important;
	font-size: 13px!important;
	width: 30px;
	border: 0!important;
	box-shadow: none!important;
	text-align: center;
	display: flex;
	justify-content: center;
}
.hap-download i, .hap-link i{
	line-height:30px;
	color:inherit;
}
.hap-download:hover, .hap-link:hover{
	color:#fff!important;
}



.hap-playlist-filter-msg{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: none;
    font-size:15px!important;
	color:#666!important;
}
.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;
}



.hap-bottom-bar{
	position:relative;
	top:0px;
	clear:both;
	height:30px;
	width:100%;
	overflow:hidden;
	border-top:1px solid #ccc;
}
.hap-search-filter{
	position:relative;
	width:125px!important;
	height:18px!important;
	top:50%;
	margin:-9px 30px 0 0!important;
	padding:0 0 0 2px!important;
	border:0!important;
	-moz-border-radius:0 !important;
    -webkit-border-radius:0 !important;
	border-radius:0 !important;
	background:#eee !important;
	color:#666 !important;
	box-shadow:none!important; 
	line-height:1!important; 
	float: right;
	outline:none;
	font-size: 16px;
}
.hap-search-filter::placeholder { 
	color: inherit!important;
}

.hap-bottom-bar i{
	line-height: 30px!important;
}
.hap-sort-alpha{
	position:relative;
	left:5px;
	top:0px;
	width:25px;
	height:100%;
	text-align: center;
	float: left;
}
.hap-sort-alpha i{
	font-size: 18px!important;
}
.hap-share-item{
	position:relative;
	top:0px;
	right:20px;
	width:25px;
	height:100%;
	margin-left:5px;
	text-align: center;
	float: right;
}


.hap-tooltip{
	position:absolute;
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(229,229,229,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */
	text-align:center;
	z-index:10000;
	border:1px solid #ccc;
	color:#666!important;
	pointer-events:none;
	-moz-box-shadow: 1px 1px 1px #ddd;
	-webkit-box-shadow: 1px 1px 1px #ddd;
	box-shadow: 1px 1px 1px #ddd;
	display:none;
	font-size:12px!important;
	padding:2px 5px !important;
	line-height:20px !important;
	white-space:nowrap;
	color:inherit;
}

.hap-preloader {
	position:absolute;
	top:50%;
	left:50%;
    width: 40px;
    height: 40px;
    margin-left:-20px;
	margin-top:-20px;
    background-color: #fff!important;
    -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;
}


@media only screen and (max-width: 500px) {
	.hap-media-time{
		display: none;
	}
	.hap-media-title-mask{
		display: none;
	}
}

.border-box { 
  box-sizing: border-box;
  margin-left:10%;
  margin-right:10%;
  padding: 0px;
  border: 4px solid red;
  background: yellow;
}
