/**
 * @package		mod_cmse_audioplayer
 * @copyright	Copyright (C) CmsEnergizer.com All rights reserved.
 * @license		GNU General Public License version 2 or later; see http://www.gnu.org/licenses/
 */
.cmseaudio {
	padding: 0;
	margin: 0;
	line-height: normal !important;
	text-align: left;
	font-size: 13px;
	}
.cmseaudio a {color: #dddddd;}
.cmseaudio ul, .cmseaudio ul li {
	margin: 0;
	padding: 0;
	list-style: none;
}

.cmseaudio .pad {padding: 5px;}

.cmseaudio.bg1, .cmseaudio .bg1 {background: #111111;}
.cmseaudio.bg2, .cmseaudio .bg2 {background: #222222;}
.cmseaudio.bg3, .cmseaudio .bg3 {background: #333333;}
.cmseaudio.bg4, .cmseaudio .bg4 {background: #444444;}
.cmseaudio .bg1, 
.cmseaudio .bg2, 
.cmseaudio .bg3, 
.cmseaudio .bg4 {color: #dddddd;}

.jsclock, .popbtn, .listbtn {
	display: table-cell;
	vertical-align: middle;
	}

.cmseaudio .leftbox {
	overflow: hidden;
}

.cmseaudio .tickerads {}

.cmseaudio.single .itemtitle, 
.cmseaudio.single #jp_container.jp-container {
	display: inline-block;
	vertical-align: middle;
	margin: 0;
	padding: 0;
}
.cmseaudio .itemtitle {
	margin-left: 10px;
	}
.hostwrap {

	font-size: 12px;
	}

.hostwrap .hosttext {
	padding: 5px; 
	text-align: center;
	}

.hostimg img {
	width: auto;
	margin: auto;
	display: block;
	border: 0;
	padding: 0;
}

a.popurl {
	display: block;
	line-height: 3em;
}


.cmseaudio h4 {
	background: #900000;
	color: #ffffff;
	padding: 2px;
	margin-bottom: 3px;
	text-align: center;
	}

/*--Jplayer--*/
#jp_container.jp-container {
	overflow: hidden; 
	line-height: normal !important;
	}

#jp_container .jp-interface {width: 100%;}

#jp_container .jp-controls a {
	display: block;
	margin: 0;
	padding: 0 0 0 5px;
	font-weight: 100 !important;
	text-decoration: none;
	line-height: normal;
	}

#jp_container .jp-controls a.jp-play,
#jp_container .jp-controls a.jp-pause {
	color: #ff0000 !important; 
	font-size: 40px;
	padding-right: 8px;
	}
#jp_container .jp-controls a.jp-play:hover {color: #c0ff00;}
#jp_container .jp-controls a.jp-pause {color: #900000 !important;}
#jp_container .jp-controls a.jp-pause:hover {color: #c0ff00;}

.jp-playlist ul, .jp-playlist ul li {
	margin: 0; 
	padding: 0; 
	list-style: none;
	display: block;
	width: auto;
	float: none;
	clear: both;
	}
.jp-playlist ul li {display: block; float: none; width: auto;}
.jp-playlist li a {
	color: #dddddd;
	display: block;
	padding: 4px 4px 4px 6px;
	background: #333333;
	border-bottom: 1px solid #444444;
	font-size: 13px;
	line-height: normal;
	}
.jp-playlist li a::before {
	font-family: fontawesome;
	content: "\f01d";
	margin-right: 10px;
}
.jp-playlist li a:hover,
.jp-playlist .jp-playlist-current a {
	background: #ffcc00;
	color: #222222;
}
.jp-playlist .jp-playlist-current a::before {
	font-family: fontawesome;
	content: "\f028";
	margin-right: 10px;
}

.navtab {left: 210px;}

/*-----jquery clock--*/
.jsclock {
	text-align: center;
	font-size: 12px;
	padding: 5px;
	background: #222222;
}

.unit {
	display: inline-block;
	vertical-align: middle;
}


/*--[ ad ticker ]---*/
.fixedfoot .tickerads {
	float: left; 
	width: 190px; 
	height: 40px;
	overflow: hidden;
	padding: 5px; 
	line-height: normal;
}
.tickerads span {
	display: table-cell;
	vertical-align: middle;
}
.tickerads span:first-child {
	padding-right: 5px;
}
.tickerads img {
	max-height: 40px;
	width: auto;
	padding: 0;
	margin: 0;
	display: block;
}
.tickerads a {
	display: block;
	line-height: normal;
	font-weight: 100;
	text-decoration: none;
}
.tickerads ul {
	display: block; 
	right: 0; 
	width: 100%;
	}


/*--- Fixed foot--*/
.cmseaudio.fixedfoot .inner {height: 50px;}
.cmseaudio.fixedfoot {
	position: fixed; 
	left: 0; 
	right: 0; 
	bottom: 0; 
	width: 100%; 
	z-index: 9999;
	max-height: 50px;
	}

.cmseaudio.fixedfoot .leftbox {
	float: left;
}
.cmseaudio.fixedfoot .rightbox {
	float: right; 
	}
.cmseaudio.fixedfoot .itemtitle {
	padding: 0 5px;
}

.cmseaudio.fixedfoot .cmsetd {
	display: table-cell;
	vertical-align: middle;
	}

.cmseaudio.fixedfoot .slidepanel {
    width: 230px;
    position: absolute;
    right: 5px;
    bottom: 0;
	background: #222222;
	color: #eeeeee;
	z-index: 2;
}

.cmseaudio.fixedfoot .hostimg {
	width: 45px; 
	overflow: hidden;
	}
.cmseaudio.fixedfoot .hostimg img {
	max-width: 100%;
	display: block;
	border: 0;
	padding: 0;
}


/*---end fixed foot --*/


/*--tooltip action--*/
.cmseaudio .listbtn {
	padding: 5px;
}
.cmsetip {
	color: #dddddd;
	cursor: pointer;
}
.fixedfoot .tipbox {display: none;}
.tooltipster-sidetip .tooltipster-content {
	padding: 1px !important; 
	max-height: 200px;
	}



/*---[ Popup Window Page Styles ]---*/
/*-body class*/
.cmsepopwin {}

/*-content wrapper class*/
.pagecontent {}


@media all and (max-width: 640px) {
.cmseaudio.fixedfoot .inner {display: table; width: 100%;}
.cmseaudio.fixedfoot #jp_container.jp-container, 
.cmseaudio.fixedfoot .itemtitle, 
.cmseaudio.fixedfoot .leftbox, 
.cmseaudio.fixedfoot .rightbox {display: table-cell !important; float: none;}

.cmseaudio.fixedfoot .hide-it {display: none !important;}
}