body, html {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	position: relative;
	border: none;

	scrollbar-face-color      : #666;
	scrollbar-arrow-color     : #111;
	scrollbar-track-color     : #333;
	scrollbar-shadow-color    : #222;
	scrollbar-highlight-color : #888;
	scrollbar-3dlight-color   : #888;
	scrollbar-darkshadow-Color: #222;

	background-color: #252525;
	font-family: open_sansregular,"Helvetica Neue",Helvetica,Arial,sans-serif;
	box-sizing: border-box;
	color: #999;
	overflow: hidden;
}



/* misc */
.mgr-wait {
        text-align: center;
        padding-top: 15px;
        margin-bottom: 20px;
        padding-bottom: 20px;
}

.queued {

	display: inline;
	float: right;
	color: #666;
}

.container {

	cursor: pointer;
}

.container img {

	vertical-align: middle;
	opacity: .5;
	cursor: pointer;
	width: 25px;
	height: 25px;
}

.container img:hover {

	opacity: .9;
}

.message_wrapper {

	position: fixed;
	z-index: 100;
	left: 50%;
	margin-left: -300px;
	margin-top: 15px;
	width: 600px;
	display: none;
	cursor: pointer;
}

.message {

	position: relative;

        padding: 12px;
        color: #ddd;
        background: #333;
        border-radius: 3px;
        border: 1px solid #a55;
}



/* login dialog */

.login {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: #222;
        z-index: 5;
}

.login-dialog {

        background-color: #252525;
        width: 400px;
        margin: 10% auto;
        border-radius: 5px;
        box-shadow: 0 0 50px #000;
        box-sizing: border-box;
        padding: 40px 40px 80px 40px;
        color: #999;
        font-size: 16px;
        text-align: center;
}

.login-dialog a {

        color: #ddd;
}

.login input[type="submit"] {
        width: 100%;
        padding: 10px;
        font-weight: bold;
}

.login-content input[type="text"], input[type="email"], input[type="password"] {
        width: 100%;
}




/* library */

.library {

        background-color: #252525;
        width: 80%;
        margin: 35px auto;
        border-radius: 5px;
        box-shadow: 0 0 50px #000;
        box-sizing: border-box;
        padding: 40px 40px 80px 40px;
        color: #999;
        font-size: 16px;
        text-align: center;
	position: relative;
	overflow: hidden;
}

.playlists {

	text-align: left;
	font-size: 14px;
	line-height: 30px;
	padding: 10px;

	width: 100%; 
	height: 300px; 
	overflow-y: auto; 
	overflow-x: hidden; 
	overflow: auto; 
	border: 1px solid #000; 
	white-space: nowrap;
	display: block;
	box-sizing: border-box;
	background: #1c1c1c;
}

.albums {

	text-align: left;
	font-size: 14px;
	line-height: 30px;
	padding: 10px;

	width: 100%; 
	height: 300px; 
	overflow-y: auto; 
	overflow-x: hidden; 
	border: 1px solid #000; 
	white-space: nowrap;
	display: block;
	box-sizing: border-box;
	background: #1c1c1c;
}

.by {

	margin: 0 3px 0 2px;
	color: #666;

}

.right-column {

	width: 50%;
	box-sizing: border-box;	
	display: inline-block;
	padding: 15px;
	float: right;
	position: relative;
}

.left-column {

	width: 50%;
	display: inline-block;
	box-sizing: border-box;	
	padding: 15px;
	text-align: center;
	position: relative;
}

.label {

	text-align: left;
	font-size: 110%;
	margin: 15px 0 5px 0;
	color: #ddd;

}

.right-column input[type="text"] {
        width: 100%;
	margin: 0;
	background: #1c1c1c;
}

.now-playing {

	width: 400px;
	margin: 0 auto 0;
	text-align: left;
	cursor: pointer;
}

.action-bar {

	text-align: left;
	width: 400px;
	margin: 25px auto 0;
	border-top: 1px solid #444;
	padding: 20px 0 0 0;
	
}

.icon:hover {
	
	opacity: .9;
}

.icon {

	opacity: .6;
	height: 25px;
	cursor: pointer;

}

.artwork {

	width: 400px;
	height: 400px;
}

.title {

        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;

	font-size: 120%;
	color: #ddd;
	margin: 10px 0 3px 0;
}

.album {

        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;

	font-size: 100%;
	margin: 0 0 3px 0;
}

.artist {

        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;

	font-size: 80%;
	color: #ddd;
}

.playqueue-status {

	margin: 35px auto 0;
	width: 400px;
	cursor: pointer;
}

.playqueue-clear:hover {
	
	color; #ddd;
}

.playqueue-clear {
	
	display: inline-block;
	margin: 0 0 0 5px;
	text-decoration: underline;
}




/* form input defaults */

form, fieldset {
        border: none;
}

input {
        padding: 5px;
        border: 1px solid #888;
        border-radius: 3px;
        outline: none;
}

button, input[type="submit"] {
        background-color:#bbb;
        border-radius: 3px;
        border:2px solid #bbb;
        color:#333;
        font-size:12px;
        font-weight:normal;
        text-align:center;
        padding: 5px 15px 5px 15px;
        cursor: pointer;
        text-decoration: none;
}

button:hover, input[type="submit"]:hover {
        text-decoration: none;
        background: none;
        background-color:#ccc;
}

button:active, input[type="submit"]:active {
        position:relative;
        top:1px;
}

input[type="submit"] {
        border: 1px solid #ddd;
        outline: none;
        background-color: #aaa;
        cursor: pointer;
}


input[type="checkbox"] {
        background: none !important;
        border: none !important;
        display: inline-block !important;
        position: relative;
}

input[type="password"], input[type="text"], input[type="search"], input[type="email"], textarea {
        display: block;
        margin: 0 0 5px 0;
        padding: 12px;
        color: #ddd;
        background: #333;
        border-radius: 3px;
        border: 1px solid #555;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-appearance: none;
        -moz-appearance: none;
        outline: none;
}

.search {
	
	position: relative;
}

.search-clear {
        position: absolute;
        display: none;
        top: 6px;
        right: 5px;
        cursor: pointer;
        width: 18px;
        height: 18px;
	opacity: .7
}

.search-clear:hover {
	
	opacity: .9;

}


/* list tracks */

.list-tracks {

	position: absolute;
	top: 70px;	
	bottom: 15px; left: 15px; right: 15px;
	background-color: #111;
	box-sizing: border-box;
}

.list-tracks .close:hover {
	
	opacity: .9;
}

.list-tracks .close {
	
	cursor: pointer;
	opacity: .5;
	position: absolute;
	top: 5px; 
	right: 5px;
}

.list-tracks-artwork {

	position: absolute;
	left: 25px;
	top: 25px;
	width: 150px;
	height: 150px;
}

.list-tracks-header {

	position: absolute;
	left: 190px;
	top: 90px;
	text-align: left;
	width: 310px;
}

.list-tracks-header-container-type {

	text-transform: uppercase;
	font-size: 60%;
}


.list-tracks-header-name {

	color: #ddd;
	margin: 5px 0 5px 0;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
	font-size: 110%;

}

.list-tracks-header-artist {

	font-size: 70%;
}

.list-tracks-header-play {

	position: relative;
	left: -5px;
	bottom: -2px;
	cursor: pointer;
	opacity: .5;
}

.list-tracks-header-play:hover {
	
	opacity: .9;
}

.list-tracks-list {

	text-align: left;
	position: absolute;
	top: 200px;
	left: 15px;
	bottom: 0;
	right: 0;
	overflow-y: scroll; 
	overflow-x: hidden; 
	font-size: 14px;
	padding: 10px;
	line-height: 15px;
}

.list-tracks-track-playing {

	background: #444;
	padding: 5px 5px 5px 5px !important;
}

.list-tracks-track {

	cursor: pointer;
	color: #ddd;
	padding: 5px 0 5px 0;
	margin-bottom: 5px;
	box-sizing: border-box;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
}

.list-tracks-track-artist {

	font-size: 80%;
	color: #666;
}



/* player controls */

.ui-slider .ui-slider-handle {
    cursor: pointer !important;
}

.player-controls {

	text-align: center;
	margin: 15px 0 15px 0;
}

.player-prev {

	cursor: pointer;
	height: 70px;
}

.player-play {

	cursor: pointer;
	height: 70px;
}

.player-next {

	cursor: pointer;
	height: 70px;
}

.jp-volume-mute:hover img {
        opacity: .8;
        cursor: pointer;
}

.jp-volume-mute img {
        width: 15px;
        height: 15px;
        opacity: .4;
}

.jp-volume-mute {
        position: absolute;
        left: 65%;
        margin-left: 30px;
        top: 27px;
        display: inline-block;
}

.jp-volume-value {
        font-size: 12px;
        color: #666;
        position: absolute;
        left: 0;
        right: 0;
        top: 20px;
        text-align: center;

}

.jp-current-time {
        position: absolute;
        top: 20px;
        left: 0;
        font-size: 12px;
        color: #666;
}

.jp-duration {
        position: absolute;
        top: 20px;
        right: 0;
        font-size: 12px;
        color: #666;
}

.jp-progress-slider {

	cursor: pointer;
        width: 65%;
        display: inline-block;

}

.jp-volume-slider {

        width: 25%;
        display: inline-block;
        margin: 0 0 0 25px;

}

