:root {
        -webkit-var-leftcol: 125px;
        -moz-var-leftcol: 125px;
        -ms-var-leftcol: 125px;
        -o-var-leftcol: 125px;
        var-leftcol: 125px;
}

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;
}

::-webkit-scrollbar {
        width: 12px;
        background: #222;
}

::-webkit-scrollbar-track {
        background: #333;
}

::-webkit-scrollbar-track-piece  {
}

::-webkit-scrollbar-thumb {
        background: #666;
}

::-webkit-scrollbar-thumb:hover {
        background: #888;
}

::-webkit-scrollbar-button {
}

::-webkit-scrollbar-corner {
}

::-webkit-resizer {
}


.hr {

	margin: 35px 0 25px 0;
	border-top: 1px dotted #444;

}


.mgr-default {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #222;
	z-index: 200;
}


.mgr-top {

	position: absolute;
	box-sizing: border-box;
	padding: 5px 0 0 0;
	top: 0;
	right: 0;
	left: 0;
	height: 65px;
	background-color: #181818;
}

.mgr-login {
        z-index: 100;
        display: none;
        max-width: 450px;
        margin: 0 auto 0 auto;
}

.mgr-top {

	position: absolute;
	box-sizing: border-box;
	padding: 5px 0 0 0;
	top: 0;
	right: 0;
	left: 0;
	height: 65px;
	background-color: #181818;
}



.mgr-homeaudio-status-flag {
	
	position: absolute;
	top: -35px;
	right: -50px;
}


.mgr-homeaudio-status img {
	float: left;
	margin: 0 10px 0 0;
	width: 30px;
	height: 30px;
}

.mgr-homeaudio-status {
	position: absolute;
	top: 65px;
	left: 0;
	right: 0;
	box-sizing: border-box;
	padding: 10px 0 0 25px;
	display: none;
	color: #ddd;
	overflow: hidden;
	cursor: pointer;
}

.mgr-homeaudio-status-title {
	font-size: 16px;
}

.mgr-homeaudio-status-status {
	font-size: 12px;
}

.mgr-message {
	
	border: 1px dotted transparent;
	background: #2d2d2d;
	border-radius: 3px;
	position: absolute;
	left: 265px;
	top: 12px;
	bottom: 12px;
	right: 315px;
	padding: 0 0 25px 10px;
	overflow-x: hidden;
	overflow-y: auto;
}


.mgr-login-dialog {

	width: 100%;
	box-sizing: border-box;
	padding: 40px 40px 80px 40px;
	color: #999;
	font-size: 16px;
	text-align: center;
}

.mgr-login-dialog a {

	color: #ddd;
}

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

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

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

.mgr-search {
	display: inline-block;
	right: 50px;
	top: 12px;
	bottom: 12px;
	width: 250px;
	position: absolute;
}

.mgr-search-input {
	border: none !important;
}

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

.mgr-search-message:hover {
	color: #fff;
}

.mgr-search-message {

	padding: 25px 0 0 0;
	box-sizing: border-box;
	text-align: center;
	color: #dd8;
	cursor: pointer;
}

.mgr-search-message img {

	vertical-align: middle;
}


::-webkit-input-placeholder {
	color: #666;
}

::-moz-placeholder {
	color: #666;
}

.mgr-search input {

        padding: 0px 5px 0 10px;
        border: 1px solid #444;
        border-radius: 3px;
        display: inline-block;
	background: #222;
	color: #999;
	-webkit-appearance: none;
	-moz-appearance: none;
	outline: none;
	height: 40px;
	width: 250px;
	box-sizing: border-box;
}


.mgr-search img {
	
	width: 25px;	
	height: 25px;
	opacity: .5;
	vertical-align: middle;
}

.mgr-message-text {
	font-size: 14px;
	line-height: 18px;
}

.mgr-message-text a {
	
	color: #ddd;
}

.mgr-music {

	position: absolute;
	box-sizing: border-box;
	top: 70px;
	left: 250px;
	right: 0px;
	bottom: 80px;
	padding: 0 0 0 15px;
}

.mgr-playlists {

	position: absolute;
	box-sizing: border-box;
	left: 0;
	top: 65px;
	bottom: 80px;
	width: 250px;
	overflow-x: hidden;
	overflow-y: auto;
}


.mgr-player {

	position: absolute;
	box-sizing: border-box;
	bottom: 0;
	left: 0;
	right: 0;
	height: 80px;
	background-color: #181818;
	z-index: 15;
}

.mgr-music-container {

	position: absolute;
	box-sizing: border-box;
	bottom: 0;
	top: 48px; /* gets changed when searching */
	left: 15px;
	right: 0;
	overflow-y: auto;
	overflow-x: hidden;
}


.mgr-tabs {

	height: 48px;
	position: relative;
        white-space: nowrap;
	min-width: 920px;
}

.mgr-trash img {

	height: 12px;
	float: left;
	margin-right: 1px;
	opacity: .6;
	position: relative;
	top: 2px;
	left: -1px;
}

.mgr-trash:hover {

	color: #ddd;
}

.mgr-trash {

	display: inline-block;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
	background-color: #1a1a1a;
	vertical-align: bottom;
	padding: 11px 20px 6px 20px;
	margin: 0 5px 0 5px;
	font-size: 14px;
	cursor: pointer;
	border-top: 1px solid transparent;
	border-bottom: 1px solid transparent;
	border-right: 1px solid transparent;
	border-left: 1px solid transparent;
}



.mgr-empty-trash {
        text-align: center;
        font-size: 14px;
        color: #dd9;
        cursor: pointer;
        padding: 10px 40px 10px 40px;
        border: 1px solid #444;
        background-color: #333;
        background-image: url('/svg/icon-trash.svg');
        background-repeat: no-repeat;
        background-position: 10px;
        background-size: 20px 20px;

        position: relative;
        top: -50px;
        width: 250px;

        z-index: 1000;

        margin:  auto;
        box-shadow: 0 0 15px #000;
}

.mgr-tab {

	display: inline-block;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
	background-color: #1a1a1a;
	vertical-align: bottom;
	padding: 10px 20px 5px 20px;
	margin: 0 5px 0 0;
	font-size: 14px;
	cursor: pointer;
	border-top: 2px solid transparent;
	border-bottom: 2px solid transparent;
	border-right: 2px solid transparent;
	border-left: 2px solid transparent;
}

.mgr-tab:hover {

	color: #ddd;
}

.mgr-tab-active {

	border-right: 2px solid #1a1a1a;
	border-top: 2px solid #1a1a1a;
	border-left: 2px solid #1a1a1a;
	background-color: #252525;
	color: #ddd;
}

.mgr-tabs-sort {

	display: inline-block;
	position: absolute;
	right: 50px;
}

.mgr-tabs-sort-select {
	background: url(/images/select-arrow.png) no-repeat 96% 0;
	overflow: hidden;
	width: 250px;
	height: 32px;
	border: 1px solid #444;
	background-color: #222;
	color: #ddd;
	padding: 5px 5px 5px 10px;
	cursor: pointer;

	-webkit-appearance: none;
	-moz-appearance: none;
	text-indent: 1px;
	outline: none;
}

.mgr-tabs-sort-select select::-ms-expand {
	display: none;
}



.mgr-logo {

	display: inline-block;
	cursor: pointer;
}

.mgr-logo img {

	position: relative;
	left: 15px;
	top: 5px;
        width: 200px;
        height: 48px;
}


.mgr-menu {

	position: absolute;
	display: inline-block;
	right: 0;
	cursor: pointer;
}

.mgr-menu img:hover {

	opacity: .8;
}

.mgr-menu img {

	position: relative;
	top: 2px;	
	right: 0;
	width: 50px;
	height: 50px;
	opacity: .5;
}


.mgr-breadcrumb, .mgr-title {

	padding: 15px 0 15px 0;
	font-size: 16px;
	color: #ddd;
}

.mgr-container {

	display: inline-block;
	width: 150px;
	margin: 0 0 30px 0;
	position: relative;
	cursor: pointer;
	box-sizing: border-box;
	border: 1px solid transparent;
	box-sizing: border-box;
}

.mgr-container-overlay {
	
	position: absolute;
	top: 0;
	left: 0;
	width: 150px;
	height: 150px;
	text-align: center;
	vertical-align: bottom;
	background-color: rgba(0,0,0,.6);
}

.mgr-container-overlay img {
	opacity: .7;
	display: inline-block;
	width: 35px;
	height: 35px;
	margin: 0 4px 5px 4px;	
	position: relative;
	top: 100px;
}

.mgr-container-overlay img:hover {
	opacity: 1;

}

.mgr-container-artwork img {
	width: 150px;
	height: 150px;
	overflow: hidden;
	background: url("//artwork.ibroadcast.com/artwork/0-150");
}

.mgr-container-artwork {

	width: 150px;
	height: 150px;
	border: 3px solid #2a2a2a;
	box-sizing: border-box;
}

.mgr-container-injukebox img {
	display: inline-block;
}

.mgr-container-injukebox {
	
	position: absolute;
	top: 59px;
	right: -5px;
	opacity: 1;
}


.mgr-container-droppable-hover {

        background-color: rgba(100,100,100,.5) !important;
        border: 1px solid #004a80 !important;
}

.mgr-container-droppable-active {

        border: 1px solid #004a80 !important;
}




.mgr-playlist {

	background-color: #1a1a1a;
	padding: 5px 0px 5px 15px;
	margin: 0 0 5px 0;
	position: relative;
	border: 1px solid transparent;
	cursor: pointer;
}

.mgr-playlist-droppable-hover {

	background-color: #555;
}

.mgr-playlist-droppable-active {

        border-left: 1px solid #004a80 !important;
        border-right: 1px solid #004a80 !important;
        border-top: 1px solid #004a80 !important;
        border-bottom: 1px solid #004a80 !important;
}


.mgr-playlist-overlay {

	position: absolute;
	top: 0;
	right: 0;
	padding: 7px;
}

.mgr-playlist-overlay img {

	cursor: pointer;
	width: 30px;
	height: 30px;
	position: relative;
	opacity: .6;
	top: 50%;
}

.mgr-playlist-overlay img:hover {

	opacity: 1;

}

.mgr-playlist-add, .mgr-tag-add {

	margin: 10px 0 0 15px;
	font-size: 12px;
	cursor: pointer;
}

.mgr-playlist-menu-header {
        padding: 12px 8px 10px 8px;
        font-size: 12px;
        background: #161616;
        color: #999;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        cursor: default;
}

.mgr-playlist-menu {
        position: fixed;
        box-sizing: border-box;
        width: 200px;
        border: 1px solid #555;
        z-index: 1000;
}

.mgr-playlist-menu-item {
        padding: 8px;
        font-size: 12px;
        cursor: pointer;
        background: #444;
        color: #bbb;
}


.mgr-playlist-menu-item:hover {
        background: #555;
}
    


.mgr-container-title, .mgr-playlist-title {

        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
	font-size: 14px;
	line-height: 21px;
	color: #ddd;
}


.mgr-container-subtitle, .mgr-playlist-subtitle {
        
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
	font-size: 12px;
}


.mgr-loading {

	top:0;
	bottom:0;
	left:0;
	right:0;
	position: absolute;
	z-index: 10000;
	background-color: rgba(0,0,0,.6);
	cursor: default;
}

.mgr-loading-message {

	color: #ddd;
	text-align: center;
	position: relative;
	top: 50%;
	margin-top: 0px;
}

.mgr-loading img {

	width: 100px;
	height: 100px;
	top: 45%;
	left: 50%;
	margin-top: -50px;
	margin-left: -50px;
	position: absolute;
	opacity: .6;
}


.mgr-player-top {

	top: 15px;
	left: 15px;
	right: 15px;
	height: 80px;
	border: 1px solid transparent;

}

.mgr-player-scrubbers {
	white-space: nowrap;
	display: inline-block;
	width: 300px; /* inital width, gets reset on load */
	position: absolute;
	top: 25px;
	left: 550px;
}

.mgr-player-track-count {

	width: 200px;
	position: absolute;
	left: 50%;
	margin-left: -100px;
	text-align: center;
	color: #aaa;
	top: 8px;
	font-size: 10px;
	pointer-events: none;
}


.mgr-play-options-label {

	width: 105px;
	text-align: center;
	color: #ddd;
	font-size: 11px;
	display: inline-block;
	margin: none;
}

.save-playback-options {

	position: relative;
	top: 2px;
	left: -1px;
}

.mgr-play-options {

	position: relative;	
	margin: 20px 0 20px 0;
	text-align: center;
}

.mgr-play-options img:hover {

	opacity: 1;
	cursor: pointer;

}

.mgr-play-options img {

	width: 75px;
	margin: 0 15px 0 15px;
	opacity: .8;
}

.mgr-player-nowplaying {

	position: absolute;	
	left: 200px;
	top: 15px;	
	width: 300px;
}

.mgr-player-trackinfo {

	display: inline-block;
	margin: 0 0 0 10px;
	width: 230px;
	height: 51px;
	vertical-align: top;
	box-sizing: border-box;
}

.mgr-player-title {
	
	color: #ddd;
	margin: 0 0 4px 0;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
}

.mgr-player-album {

	font-size: 12px;
	margin: 0 0 4px 0;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
}

.mgr-player-artist {

	font-size: 12px;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
}

.mgr-player-artwork {
	
	display: inline-block;
	width: 51px;
	height: 51px;
	vertical-align: top;
}


.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 {

	width: 65%;
	display: inline-block;

}

.jp-volume-slider {
	
	width: 25%;
	display: inline-block;
	margin: 0 0 0 25px;

}

.mgr-player-bottom {

	position: absolute;
	top: 90px;
	bottom: 0;
	left: 0;
	right: 0;
}

.mgr-player-options {

	text-align: right;
	vertical-align: top;
	top: 15px;
	bottom: 15px;
	left: 0px;
	position: absolute;
	width: 20%;
	box-sizing: border-box;
	padding: 0 15px 0 0;
}

.mgr-page {

	position: absolute;
	top: 65px;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #000;
	z-index: 5;
	left: 1000px;
}

.mgr-page-content {

	max-width: 90%;
	margin: auto;
	background: #222;
	border: 1px solid #555;
	position: absolute; 
	top: 25px;
	bottom: 100px;
	left: 0;
	right: 25px;
	overflow-x: hidden;
	overflow-y: auto;
	box-sizing: border-box;
	padding: 25px;
	line-height: 25px;
	font-size: 16px;
}

.mgr-page-subtitle {

	font-size: 18px;
	padding: 0 0 10px 0;
	border-bottom: 1px solid #3a3a3a;
	margin: 50px 0 10px 0;
	font-weight: normal;
	color: #ddd;
}

.mgr-page-close {

	position: absolute;
	top: 15px;
	right: 15px;
	opacity: .6;
	cursor: pointer;
	z-index: 10;
}

.mgr-page-close:hover {
	
	opacity: 1;
}


.mgr-page-devices-list-device {
	
	border: 1px solid #333;
	border-radius: 3px;
	padding: 8px 10px 10px 10px;
	margin: 10px 50px 10px 20px;
	background: #191919;
	font-size: 13px;
	line-height: 15px;
}

.mgr-page-devices-list-device img {

	cursor: pointer;
	text-decoration: none; 
	position: relative; 
	top: 3px;
	opacity: .6;
}

.mgr-page-devices-list-device img:hover {
	
	opacity: 1;
}


/* jquery ui overrieds */
.ui-widget-overlay {
        background: #000 !important;
        opacity: .4 !important;
}

.mgr-player-options-opt {
	
	cursor: pointer;
	margin: 0 0 5px 0;
	opacity: .6;
	color: #ddd;
}

.mgr-player-options-opt img {

	vertical-align: middle;
}

.mgr-player-options-opt:hover {

	opacity: 1;
}


.mgr-player-tracklist-clear {
	
	cursor: pointer;
}

.mgr-player-tracklist-remove {
	
	width: 15px;
	height: 15px;
	opacity: .6;
}

.mgr-player-tracklist-remove:hover {

	opacity: 1;

}

.mgr-player-tracklist {

	display: inline-block;
	position: absolute;
	top: 20px;
	right: 0px;
	bottom: 15px;
	width: 80%;
	box-sizing: border-box;
	vertical-align: top;
}

.mgr-player-tracklist-scroller {
	
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	overflow-x: hidden;
	overflow-y: auto;
}

.mgr-player-tracklist-title {

}


.mgr-player-handle:hover {

	opacity: 1;
}

.mgr-player-handle {

	position: absolute;
	top: -4px;
	left: 50%;
	margin-left: -208px;
	cursor: pointer;
	opacity: 1;
}

.mgr-player-controls {
	
	display: inline-block;
	position: absolute;
	top: 15px;
	left: 15px;
}

.mgr-player-controls img {
	
	cursor: pointer;
}

.mgr-player-jukebox-icon {
	
	height: 50px;
	opacity: .6;
	margin: 0 10px 0 0;
	display: none;
}

.mgr-player-controls img:hover {
	
	opacity: 1;
}

.mgr-player-expand {

	 opacity: .8;
	margin-right: 5px;
}

.mgr-player-expand:hover {
	
	opacity: 1;
}

.mgr-player-prev {

	opacity: .8;
}

.mgr-player-next {

	opacity: .8;
}

.mgr-player-stop:hover {

	opacity: 1;
}

.mgr-player-stop {

	display: inline-block;
	opacity: .8;
	cursor: pointer;
	position: absolute;
	right: 15px;
	top: 15px;
}

.mgr-player-play {

	opacity: .8;
	margin: 0 4px 0 4px;

}

.mgr-player-history-title {

	margin: 20px 0 10px 0;
	
}

.mgr-player-history {

	margin: 0 0 25px 20px;
	overflow-x: hidden;
	overflow-y: auto;
        text-overflow: ellipsis;
        white-space: nowrap;
	text-align: left;
	max-height: 210px;
}

.mgr-player-history img {

	width: 15px;
	height: 15px;
	vertical-align: middle;
}

.mgr-player-history-item {

	font-size: 12px;
	line-height: 18px;
	padding: 5px;
	opacity: .6;
	cursor: pointer;
	background: #222;
	border-bottom: 1px solid #111;
}

.mgr-player-history-item:hover {

	opacity: 1;

}


.side-menu-close:hover {

	opacity: 1;
}


.side-menu-close {

	width: 25px !important;
	height: 25px !important;
	margin: 0 !important;
	position: absolute;
	top: 15px;
	right: 15px;
	opacity: .6;
	cursor: pointer;
}

.side-menu-modal {
	position: absolute;
	z-index: 9;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
}

.side-menu {

	position: absolute;
	z-index: 10;
	top: 0;
	bottom: 0;
	right: -400px;
	width: 400px; 
	background-color: #111;
	box-sizing: border-box;
	padding: 50px 10px 0 25px;
	overflow-x: hidden;
	overflow-y: auto;
}

.side-menu img {

	width: 14px;
	height: 14px;
	display: inline-block;
	margin-right: 5px;
}

.side-menu-item:hover {
	
	opacity: .9;
}

.side-menu-item {

	margin: 0 0 10px 0;
	cursor: pointer;
	opacity: .6;
	color: #fff;
}


/* this gets zoomed */
.mgr-list-tracks {

	position: fixed;
	border-left: 1px solid #555;
	border-top: 1px solid #555;
	border-right: 1px solid #555;
	border-bottom: 1px solid #555;
	background-color: #222;
	box-sizing: border-box;
	opacity: .1;
}

.mgr-list-tracks-header {

	position: relative;
	height: 150px;
	margin: 15px 15px 15px 15px;

}

.mgr-list-tracks-header-close {

	position: absolute;
	top: 0px;
	right: 0px;
	opacity: .6;
	cursor: pointer;
}


.mgr-list-tracks-header-close:hover {

	opacity: 1;

}

.mgr-list-tracks-header-artwork-collage {
	
	display: inline-block;
	float: left;
	width: 75px;
	height; 75px;
}

.mgr-list-tracks-header-artwork {

	display: inline-block;
	float: left;
	margin: 0 20px 0 0;
	width: 150px;
	height: 150px;
	overflow: hidden;
}



.mgr-list-tracks-header-info {
	
	display: inline-block;
	position: absolute;
	bottom: 0;
}

.mgr-list-tracks-header-type {
	
	text-transform: uppercase;
	font-size: 10px;
	margin-bottom: 5px;
}

.mgr-list-tracks-header-name {

	font-size: 16px;
	color: #ddd;
	margin-bottom: 5px;
}

.mgr-list-tracks-header-artist {

	font-size: 14px;
	margin-bottom: 10px;
}

.mgr-list-tracks-header-buttons {
	
}

.mgr-list-tracks-header-buttons img {

	cursor: pointer;
	opacity: .6;
	width: 30px;
	height: 30px;
}

.mgr-list-tracks-header-buttons img:hover {

	opacity: 1;
}



.mgr-list-tracks-notracks {
	
	margin: 0 15px 15px 15px;

}

.mgr-list-tracks-tracks {

	position: absolute;
	box-sizing: border-box;
	left: 0;
	right: 0;
	bottom: 0;
	top: 200px;
	margin: 0 15px 15px 15px;
	overflow-x: hidden;
	overflow-y: auto;
}

.mgr-list-tracks-table, .mgr-player-tracklist-table {

	width: 100%;
	box-sizing: border-box;
	border-collapse: collapse;
}

.mgr-list-tracks-table tr, .mgr-player-tracklist-table tr {
	background: #2d2d2d;
	border-bottom: 1px solid #151515;
	cursor: pointer;
}

.mgr-list-tracks-table tr:hover, .mgr-player-tracklist-table tr:hover {
	background: #444;
}

.mgr-list-tracks-table td, .mgr-player-tracklist-table td {
	padding: 8px 0 8px 10px;
	color: #ddd;
	font-size: 12px;
}


.mgr-track-draggable img {
	margin: 0 8px 0 0;
	width: 40px;
	height: 40px;
	float: left;

}

.mgr-track-draggable-artist {
	font-size: 14px;
	color: #999;
}

.mgr-track-draggable {

	padding: 8px 20px 8px 20px;
	background-color: #222;
	border: 1px solid #444;
	font-size: 16px;
	color: #ddd;
	width: 350px;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;

        border-bottom-right-radius: 10px;
        border-top-right-radius: 10px;
}



.mgr-button-small:hover {

	background-color: #aaa;
	border: 1px solid #ddd;
}

.mgr-button-small {

	position: relative;
	background-color: #888;
	display: inline-block;
	border: 1px solid #ddd;
	color: #222;
	cursor: pointer;
	margin: 0px 5px 0px 5px;
	border-radius: 3px;
	text-align: center;
	padding: 2px 8px 0px 8px;
	font-size: 12px;
	overflow: hidden;
	float: right;
}


.mgr-button-big:hover {

	background-color: #aaa;
	border: 1px solid #ddd;
}

.mgr-button-big {

	position: relative;
	background-color: #888;
	display: inline-block;
	border: 1px solid #ddd;
	color: #222;
	cursor: pointer;
	margin: 15px 15px 15px 0;
	font-weight: bold;
	border-radius: 8px;
	text-align: center;
	padding: 18px;
	overflow: hidden;
}

.mgr-ha-session {

	position: relative;
	background-color: #888;
	display: block;
	border: 1px solid #ddd;
	color: #222;
	font-weight: bold;
	margin: 15px 15px 15px 0;
	border-radius: 8px;
	text-align: left;
	padding: 18px;
	overflow: hidden;
}




/* jquery ui overrieds */
.ui-widget-overlay {
        background: #000 !important;
        opacity: .4 !important;
}

.ui-slider-horizontal {
        height: 5px !important;
}

.ui-slider .ui-slider-handle {
        width: 10px !important;
        height: 15px !important;
	cursor: pointer;
}


.ui-draggable {

}

.ui-draggable-dragging {
}

.ui-draggable-dragging .mgr-track-title {
}

.ui-draggable-dragging .mgr-tracks-header-artwork {
}

.ui-draggable-dragging img {
}

.ui-sortable-helper {

}

.ui-sortable {

}

.ui-sortable-placeholder {
	height: 36px;
}

.ui-tooltip {
        pointer-events: none;
}



/* form input defaults */
form, fieldset {
	border: 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 {
        padding: 5px;
        border: 1px solid #888;
        border-radius: 3px;
	outline: none;
}


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;
}

.ui-dialog input[type="text"] {

        padding: 7px 5px 7px 10px;
        display: block;
	box-sizing: border-box;
	width: 100%;
        border: 1px solid #888;
        border-radius: 3px;
	-webkit-appearance: none;
	-moz-appearance: none;
	outline: none;
        color: #ddd;
        background: #222;
	padding: 5px;
}

.ui-dialog-error-msg {

	color: #d99;

}

.hidden {

	display: none;
}


.mgr-page-title img {

        height: 18px;
        opacity: .8;

        position: absolute;
	left: 0;
	top: 2px;
}


.mgr-page-title {

        position: relative;
        font-size: 22px;
        color: #ddd;
        padding: 0 0 10px 25px;
        margin: 0 0 20px 0;
	border-bottom: 4px solid #aaa;
}

.mgr-page a {

        color: #aaa;
}

.mgr-page a:hover {

        color: #eee;
}




.mgr-page-faq-q {

        color: #ddd;

        margin-bottom: 10px;

        font-size: 17px;
}

.mgr-page-faq-a {

        margin: 0 0 25px 35px;
}


.mgr-upload-method-flag {

	position: absolute;
	top: -35px;
	left: -40px;
}


.mgr-upload-method {

	display: inline-block;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	border: 1px solid #555;
	background-color: #333;
	max-width: 30%;
	box-sizing: border-box;
	margin: 0 20px 20px 0;
	overflow: hidden;
	position: relative;
}

.mgr-upload-method-title {
	
	color: #ddd;
	font-size: 17px;
	padding: 15px 15px 0 15px;

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

.mgr-upload-method-description {

	padding: 0 15px 0 15px;
        text-overflow: ellipsis;
	box-sizing: border-box;
        overflow: hidden;
	font-size: 14px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3; /* number of lines to show */
	line-height: 18px;     /* fallback */
	max-height: 54px;      /* fallback */
}

.mgr-upload-method-icon {

	width: 50px;
	height: 50px;
	display: inline-block;
	position: relative;
	left: 50%;
	margin-left: -25px;
	margin-top: 25px;
}

.mgr-upload-method-description-full:hover {
	background-color: #ddd;
}

.mgr-upload-method-description-full {
	
	padding: 5px;
	text-align: center;
	background-color: #888;
	color: #222;
	border-bottom-left-radius: 10px;
	cursor: pointer;
	font-size: 12px;
	margin: 15px 0 0 0;
	display: inline-block;
	box-sizing: border-box;
	width: 50%;
	border-right: 1px solid #222;
}

.mgr-upload-method-description-btn:hover {
	background-color: #ddd;
}

.mgr-upload-method-description-btn {
	
	padding: 5px;
	text-align: center;
	background-color: #888;
	color: #222;
	border-bottom-right-radius: 10px;
	cursor: pointer;
	font-size: 12px;
	margin: 15px 0 0 0;
	display: inline-block;
	box-sizing: border-box;
	width: 50%;
	border-left: 1px solid #222;
}




/* dashboard */
.mgr-dashboard-wrapper {

        position: absolute;

        top: 60px;
        left: 25px;
        bottom: 50px;
        right: 25px;

        background-color: #252525;

        overflow: hidden;

        z-index: 15;
}


.mgr-dashboard-songs {

        border-collapse: collapse;
        width: 100%;
}


.mgr-dashboard-songs tfoot td img {

        vertical-align: middle;
        padding: 0 0 0 5px;
        cursor: pointer;
        position: relative;
        top: -1px;
}

.mgr-dashboard-songs tfoot td {
        font-weight: normal;
        text-align: left;
        padding: 5px 10px 5px 5px;
        font-size: 12px;
        background-color: #111;
        cursor: default;
        border: none !important;
}

.mgr-dashboard-songs th {
        font-weight: normal;
        text-align: left;
        padding: 0 0 0 5px;
        font-size: 12px;
        background-color: #111;
        cursor: default;
        cursor: pointer;
        border-right: 1px solid #222;
}

.mgr-dashboard-songs td {
        font-size: 12px;
        border-bottom: 1px solid #444;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        color: #bbb;
}


.mgr-dashboard-container {

        padding: 10px 10px 0 45px;
        position: absolute;
        bottom: 35px;
        top: 0px;
        right: 0px;
        left: 0px;
}


.mgr-account-notverified {

        border: 1px solid #ff8888;
        padding: 20px;
        color: #ffaaaa;
}


/* rating system */
.mgr-list-tracks-header-stars {
	position: relative;
	left: -20px;

}

.mgr-list-tracks-header-stars img:hover {
        cursor: pointer;
}

.mgr-list-tracks-header-stars img {
        opacity: .4;
        width: 22px;
        height: 22px;
}

.mgr-container-rating {
        position: relative;
        margin: 3px 0 0 0;
        left: -20px;
}

.mgr-container-rating img {
        width: 18px !important;
        height: 18px !important;
        margin: 0 !important;
        opacity: .3;
}






/* tagging */

.mgr-tagging-actions {

	border-bottom: 1px solid rgba(10,10,10,.5);
	border-right: 1px solid rgba(10,10,10,.5);
	padding: 5px 0 5px 0;
	text-align: center;
	background-color: #333;
}

.mgr-tagging-button:hover {
	
	color: #ddd;
	border: 1px solid #999;
}

.mgr-tagging-button-active {

	background-color: #999;
	color: #333 !important;
}

.mgr-tagging-button {

        white-space: nowrap;
        font-size: 10px;
        display: inline-block;
	border: 1px solid transparent;

        color: #999;

        cursor: pointer;
	padding: 5px 7px 5px 7px;

}

.mgr-tagging-list {

        margin: 0;

        background-color: rgba(10,10,10,.5);

        padding: 15px 10px 10px 10px;

        font-size: 12px;

        max-height: 150px;

        overflow-y: auto;

        lineheight: 18px;

        color: #999;
}

.mgr-tagging-editname {

        position: relative;

        bottom: 0;
        left: 0;
        right: 0;

        z-index: 10;

        overflow: hidden;
}

.mgr-tagging-editname input[type="submit"]:hover {

        color: #fff;

        opacity: 1;
}

.mgr-tagging-editname input[type="submit"] {

        color: #fff;

        position: relative;
        top: -1px;

        display: inline-block;
        margin: 0;
        padding: 1px 4px 1px 4px;

        font-size: 10px;
        font-weight: bold;

        height: 19px;

        box-sizing: border-box;

        border: 1px solid #666;

        opacity: .8;
}

.mgr-tagging-editname input[type="text"] {

        display: inline-block;
        margin: 0;
        padding: 2px;
        width: 100%;
        box-sizing: border-box;

        font-size: 12px;
}

.mgr-tag:hover {
        background-color: rgba(200,200,200,.8);
}

.mgr-tag {

        background-color: rgba(200,200,200,.5);
        color: #111;
        font-size: 11px;
        padding: 0 4px 0 2px;
        display: inline-block;
        cursor: pointer;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
        margin: 0 0 5px 5px;
        white-space: nowrap;
        border: 1px solid transparent;
}

.mgr-tag-active:hover {

        background-color: rgba(220,220,220,1);
}


.mgr-track-list-table tr {

	border: 1px solid transparent;
}

.mgr-track {
	
}

.mgr-track .mgr-tag {

}

.mgr-track .mgr-tag:hover {

}

.mgr-tag-archived {

        background-color: rgba(200,200,200,.3);
}

.mgr-tag-active {

        background-color: rgba(220,220,220,1);
}


.mgr-tag-dragging-img {
        opacity: .5;
        position: absolute;
        left: -30px;
        width: 30px !important;
        height: 30px !important;
}

.mgr-tag-dragging {
        min-width: initial !important;
        position: relative;
        margin: 10px 0 0 0;
        background-color: rgba(200,200,200,.5);
        padding: 3px 10px 3px 10px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
        color: #333;
        z-index: 99999999;
}





/* edit dialog */
.mgr-modal {
        position: absolute;
        top: 0; left: 0; right: 0; bottom: 0;
        z-index: 1000;
        background-color: rgba(0,0,0,.5);
}


.mgr-editdialog-artworkUrl-container {

        display: inline-block;
        width: 45%;
        font-size: 15px;

}

.mgr-editdialog-artworkUrl {

        width: 90%;
        color: #ddd;
        background: #333;
        margin-bottom: 20px;
}

.mgr-editdialog-main-artwork-container {
        margin: 15px 0 0 0;

}

.mgr-close:hover:after {
        opacity: 1;
}

.mgr-close {
        margin: 15px 0 0 0;
        cursor: pointer;
}

.mgr-close:after {
        content: "";
        height: 25px;
        width: 25px;
        background-image:url('/svg/icon-cancel-x.svg');
        background-repeat: no-repeat;
        background-size: cover;
        opacity: .5;
        display: inline-block;
        position: absolute;
        top: 10px;
        right: 5px;
}

.mgr-editdialog-close {
        position: absolute;
        top: 5px;
        right: 5px;
        cursor: pointer;
        height: 25px;
        width: 25px;
        background-image:url('/svg/icon-cancel-x.svg');
        background-repeat: no-repeat;
        background-size: cover;
        opacity: .5;
        z-index: 10000;
}

.mgr-editdialog-close:hover {
        opacity: 1;
}

.mgr-editdialog {
        position: absolute;
        top: -1000px;
        left: 0;
        width: 100%;
        z-index: 9000;
}

.mgr-editdialog-header {
        position: absolute;
        top: 10px;
        right: 10px;
        left: 0;
}

.mgr-editdialog-box {
        position: relative;
        max-width: 600px;
        margin: 3em auto;
        background: #222;
        color: #ddd;
        min-height: 500px;
        max-height: 600px;
        box-shadow: 0 0 50px #000;
        border-radius: 3px;
}

.mgr-editdialog-options {
        position: absolute;
        padding: 40px 0 0 0;
        top: 0;
        left: 0;
        bottom: 0;
        background: #2c2c2c;
        width: 150px;
}

.mgr-editdialog-options-btn {
        cursor: pointer;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        padding: 10px 0 10px 25px;
        width: 150px;
}

.mgr-editdialog-options-active {
        background: #222;
}

.mgr-editdialog-options-btn:hover {
        background: #3f3f3f;
        color: #59b4d4;
}

.mgr-editdialog-changed {
        border: 1px solid #90d9f3 !important;
        color: #90d9f3 !important;
        background: #444 !important;
}

.mgr-editdialog-main {
        position: absolute;
        top: 40px;
        left: 170px;
        bottom: 30px;
        right: 20px;
        overflow-y: auto;
        overflow-x: hidden;
}

.mgr-editdialog-btns {
        position: absolute;
        left: 170px;
        bottom: 0px;
        right: 25px;
        height: 75px;
        z-index: 100;
}

.mgr-editdialog-btns input[type="submit"] {

        display: inline-block;
        margin-right: 5px;

}

.mgr-editdialog-btns-trash {
        background-color: rgba(255,190,190,1) !important;
        border: 2px solid rgba(255,190,190,1) !important;
}

.mgr-editdialog-btns-trash:hover {
        background-color: rgba(255,130,130,1) !important;
        border: 2px solid rgba(255,130,130,1) !important;
}

.mgr-editdialog-artist:disabled {
        color: #444;
        background: #222;

}

.mgr-editdialog-info {
        margin-bottom: 15px;
        margin-top: 25px;
}

.mgr-editdialog-main input[type="text"] {
        width: 100%;
        margin: 5px 0 15px 0;

}

.mgr-editdialog select:disabled {

        color: #444;

}

.mgr-editdialog select {

        display: inline-block;
        margin: 5px 0 15px 0;
        padding: 12px;
        color: #ddd;
        background: #333;
        width: 100%;
        box-sizing: border-box;
        font-size: 12px;
        border: 1px solid #555;
}


::-webkit-search-cancel-button {
        color: #ddd;
}



.mgr-editdialog-artwork {

        display: inline-block;
        width: 120px;
        height: 120px;
        margin: 0 10px 10px 0;
        position: relative;
}

.mgr-editdialog-artwork img {

        width: 100%;
        height: 100%;
}

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

.mgr-click {
	cursor: pointer;
}




/* download library page */
.download-options {
        display: none;
        color: #ddd;
        background: #222;
        border: 1px solid #444;
        padding: 3px;
        margin: 0 0 0 25px;
        min-width: 350px;

}
