/*Main page BEGIN*/
html, body {
	background-color: #cacaca;
	font-family: Segoe UI, Arial;
	height: 100%;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.mCSB_container {
margin-right: 15px !important;
}

#wrapper {
    margin: 0 auto;
    width: 960px;
}
/*Main page END*/

/*Sidebar BEGIN*/
#sidebar {
    background-color: #323232;
    float: left;
    height: 662px;
    margin-bottom: 20px;
    position: relative;
    width: 250px;
}

#side-tracks {
	margin-top: 10px;
	height: 578px;
	overflow: auto;
}

.mejs-list li {
    border: 1px solid #FFFFFF;
    color: #FFFFFF;
    height: 63px;
    margin: 10px 20px 20px;
    position: relative;
    width: 208px;
}

.mejs-list li:hover {
	background-color: #215CAC;
	cursor: pointer;
}

.mejs-list li.current {
	background-color: #cddfff;
}

.mejs-list li img {
    border-right: 1px solid #FFFFFF;
    float: left;
    height: 63px;
    width: 63px;
}

.title, .aa {
    left: 79px;
    overflow: hidden;
    position: absolute;
    width: 119px;
}

.title {
    font-size: 13px;
    height: 19px;
    top: 10px;
}

.aa {
    font-size: 9px;
    top: 31px;
}

#side-buttons {
    border-top: 2px solid #FFFFFF;
    bottom: 0;
    height: 32px;
    padding: 15px;
    position: absolute;
    width: 220px;
}

#settings, #download, #info, #lock, #quality, #more {
	display: block;
	float: left;
	height: 32px;
	width: 32px;
	cursor: pointer;
}

#settings:hover, #download:hover, #info:hover, #lock:hover, #quality:hover, #more:hover {
	background-position: -32px 0;
}

#settings {
    background: url("../images/settings.svg") repeat scroll 0 0 rgba(0, 0, 0, 0);
}

#download {
    background: url("../images/download.svg") repeat scroll 0 0 rgba(0, 0, 0, 0);
    margin-left: 15px;
}

#info {
    background: url("../images/info.svg") repeat scroll 0 0 rgba(0, 0, 0, 0);
    margin-left: 15px;
}

#more {
    background: url("../images/more.svg") repeat scroll 0 0 rgba(0, 0, 0, 0);
    margin-left: 15px;
}

#lock {
    background: url("../images/lock.svg") repeat scroll 0 0 rgba(0, 0, 0, 0);
    margin-left: 15px;
}

.locked {
    background-position: 0 -32px !important;
}

.locked:hover {
    background-position: -32px -32px !important;
}

#quality {
    background: url("../images/quality.svg") repeat scroll 0 0 rgba(0, 0, 0, 0);
    margin-left: 15px;
}

.low {
    background-position: 0 -32px !important;
}

.low:hover {
    background-position: -32px -32px !important;
}

.mCSB_inside > .mCSB_container {
    margin-right: 16px !important;
}
/*Sidebar END*/

header {
    background-color: #215CAC;
    float: right;
    height: 90px;
    width: 690px;
}

#logo {
    background-image: url("../images/logo.svg");
    background-repeat: no-repeat;
    height: 50px;
    margin-left: 20px;
    margin-top: 20px;
}

#headertext {
    color: #FFFFFF;
    font-size: 30px;
    height: 68px;
    margin-left: 17%;
    margin-top: -7%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 573px;
}

#headertext span {
	display: none;
	text-overflow: ellipsis;
}

#content-wrap {
    float: right;
    margin-top: 20px;
    width: 690px;
	height: 440px;
}

#content {
    background-color: #999999;
    background-position: center top;
    background-repeat: no-repeat;
    color: #000000;
    padding: 20px;
	position: relative;
}

select {
    max-width: 210px;
    width: 100%;
}

input {
	max-width: 210px;
	width: 100%;
}

#contact-submit {
    background: none repeat scroll 0 0 #39b54a;
    border: 0 none;
    color: #ffffff;
    width: 100%;
}

#info-box {
	background-color: #ffffff;
    border: 3px solid #808080;
    padding: 15px;
    position: absolute;
    right: 20px;
    top: 20px;
    width: 270px;
}

#tracklist {
	display: none;
}

article {
    font-size: 12pt;
    padding: 0 20px;
}

#player-wrap {
    background-color: #FFFFFF;
    border: 1px solid #000000;
    float: right;
    height: 90px;
    margin-bottom: 20px;
    margin-top: 20px;
    position: relative;
    width: 688px;
}

.title-player, .artist-album {
    float: left;
    margin-left: 111px;
    width: 170px;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.title-player {
    font-size: 15px;
    margin-top: 10px;
    height: 25px;
}

.artist-album {
    clear: both;
    font-size: 12px;
    height: 17px;
}

.cover {
    position: absolute;
    height: 90px;
    width: 90px;
    border-right: 1px solid #000;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.cover > img {
    height: 90px;
    width: 90px;
}

/*Audio-Player BEGIN*/
.audio-player {
    margin-left: 91px;
    position: relative;
}

ol, ul {
    list-style: none outside none;
	padding: 0;
}

.hidden {
	display: none;
}

.visible {
	display: block !important;
}

#mute {
    background: url("../images/controls.svg") no-repeat scroll 0 -280px rgba(0, 0, 0, 0);
    cursor: pointer;
    height: 41px;
    margin: 0;
    position: absolute;
    right: 61px;
    top: 18px;
    width: 41px;
}

#mute:hover {
    background-position: -42px -280px;
}

#mute.muted {
    background-position: 0 -238px;
}

#mute.muted:hover {
    background-position: -42px -238px;
}

.currenttime {
	bottom: -85px;
    float: left;
    left: 15px;
    position: absolute;
}

.duration {
	bottom: -85px;
    float: right;
    position: absolute;
    right: 30px;
}

.bottomrail {
	background-color: #aeaeae;
    bottom: -80px;
    cursor: pointer;
    height: 5px;
    left: 65px;
    position: absolute;
    width: 450px;
}

.progress {
	background-color: #dadada;
    cursor: pointer;
    height: 5px;
    position: absolute;
    width: 0;
}

.currentrail {
	background-color: #215cac;
    cursor: pointer;
    height: 5px;
    position: absolute;
    width: 0;
}

/*#popup {
	background-color: gray;
    left: -17.5px;
    padding-left: 3px;
    padding-right: 3px;
    position: absolute;
    top: -30px;
}*/

#popup {
    background: none repeat scroll 0 0 #88b7d5;
    border: 1px solid #c2e1f5;
    padding-left: 3px;
    padding-right: 3px;
    position: absolute;
    top: -35px;
}

#popup:after, #popup:before {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
#popup:after {
	border-color: rgba(136, 183, 213, 0);
	border-top-color: #88b7d5;
	border-width: 5px;
	margin-left: -5px;
}
#popup:before {
	border-color: rgba(194, 225, 245, 0);
	border-top-color: #c2e1f5;
	border-width: 6px;
	margin-left: -6px;
}

.handle {
	background-image: url("../images/handle.svg");
    cursor: pointer;
    height: 12px;
    margin: 0 0 0 -5px;
    position: absolute;
    text-align: center;
    top: -4px;
    width: 12px;
}

.volume {
    background-color: #aeaeae;
    cursor: pointer;
    height: 70px;
    position: absolute;
    right: 15px;
    top: 10px;
    width: 4px;
}

.current-volume {
    background-color: #215cac;
    bottom: 0;
    cursor: pointer;
    height: 70px;
    position: absolute;
    width: 4px;
}

.volume-handle {
    background: url("../images/handle.svg") repeat scroll 0 0 / 10px auto rgba(0, 0, 0, 0);
    cursor: pointer;
    height: 10px;
    margin-top: -4px;
    position: absolute;
    right: -3px;
    width: 10px;
}
/*Audio-Player END*/

footer {
    background-color: #215CAC;
    clear: both;
    color: #FFFFFF;
    height: 50px;
    margin: 0 auto;
    width: 960px;
}

#copyright {
    font-size: 14px;
    font-weight: normal;
    padding: 15px;
    text-align: center;
}

#qtip-growl-container{
    position: fixed;
    top: 10px; right: 10px;
}

#qtip-growl-container .qtip{
        position: static;
        min-height: 0;
        overflow: hidden;
        margin: 0 0 5px 0;
    }

/*.jgrowl {
    position: fixed !important;
    z-index: 14800 !important;
}*/

/*Algemeen begin*/
p {
    font-size: 12pt;
    margin-top: 16px;
}

.ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

a {
    color: #FFFFFF;
}

a:hover {
    color: black;
}
/*Algemeen end*/

#prev, #play, #pause, #next, #shuffle {
	background-image: url("../images/controls.svg");
    cursor: pointer;
    height: 41px;
    position: absolute;
    width: 41px;
}

#prev {
	background-position: 0 -112px;
    left: 205px;
    top: 18px;
}

#prev:hover {
	background-position: -42px -112px;
}

#play {
    height: 55px;
    left: 271px;
    top: 10px;
    width: 55px;
}

#play:hover {
	background-position: -56px 0;
}


#pause {
    background-position: 0 -56px;
    display: none;
    height: 55px;
    left: 271px;
    top: 10px;
    width: 55px;
}

#pause:hover {
	background-position: -56px -56px;
}

#next {
    background-position: 0 -154px;
    right: 205px;
    top: 18px;
}


#next:hover {
    background-position: -42px -154px;
}

#shuffle {
	background-position: 0 -196px;
    right: 134px;
    top: 18px;
}


#shuffle:hover {
	background-position: -42px -196px;
}