html, body{
	height:100%;
	width:100%;
	background: white;
}

h1, h2, h3 {
	margin-top: 10px;
	margin-bottom: 10px;
}

*, *:before, *:after{
	/* Reverse changed bootstrap rules */
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

.modal-backdrop.in {
	opacity: .6;
	filter: alpha(opacity=60);
}

.modal-header {
	padding: 10px 15px;
}

.modal-title {
	font-weight: bolder;
	font-size: 1.6em;
}

.modal-dialog {
	padding-top: 100px;
}

.modal-body .checker {
	vertical-align: middle;	
}

.modal-body label {
	line-height:16px;
	font-weight:normal;
	
}

.checker{
    height: 12px;
    width: 12px;
    border: 1px solid #c6c6c6;
    border: 1px solid rgba(155, 155, 155, .57);
    transition: font-size .218s,height .218s,line-height .218s,margin .218s,padding .218s,width .218s;
    border-radius: 2px;
    display:inline-block;
    background-repeat: no-repeat;
    -webkit-font-smoothing: antialiased;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
}


.checker.checked{
   background-position: -87px -5px;
   background-image: url("../images/icon-sprite.1ea5fcf6a884.png");
}


.checker:checked{
   background-position: -87px -5px;
   background-image: url("../images/icon-sprite.1ea5fcf6a884.png");
}


.clear{
	clear:both;
}


body.loading:after{
	content:"Loading...";
	top: 0;
	left: 46%;
	z-index: 999;
	position: absolute;
	border: 1px solid #F0C36D;
	border-radius: 0 0 4px 4px;
	background-color: #F9EDBE;
	box-shadow: 0px 2px 2px 0px #D5D5D5;
	padding: 4px 5px 7px 8px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 13px;	
}
body.error:after{
	content:"Lost Connection";
	top: 0;
	left: 46%;
	z-index: 999;
	position: absolute;
	border: 1px solid #F0636D;
	border-radius: 0 0 4px 4px;
	background-color: #FAAEBF;
	box-shadow: 0px 2px 2px 0px #D5D5D5;
	padding: 4px 5px 7px 8px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 13px;	
}


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


form {
	/*Overide bootstrap which puts a margin on the forms */
	margin:0px;
}


input[type="checkbox"] {
	/*Overide bootstrap which puts a margin on top of the checkbox*/
	margin: 0;
	margin-right: 5px;
}


.jp-playlist-item a{
	color: #111 !important;
}


.jp-playlist-item-remove{
	display:none !important;
	visibility:hidden ;
}


.jp-playlist-current{
	font-weight:bold;
}


.jp-interface{
	height: 70px;
	background-color:white;
	background-image:none;
	padding: 5px 0px;
}


.jp-control-table{
	width:100%
}


.jp-control-table td {
	vertical-align:middle;
	white-space:nowrap;
}


.jp-no-solution{
	display:none;
}


.jp-gui{
	position:fixed;
	z-index:1;
	top:0;
	left:0;
	right:0;
}


.jp-controls-holder{
	clear:none !important;
	float:left !important;
}


.jp-playbar-holder{
	height: 30px;
	margin: 16px 10px;
}


.jp-volume-bar-value {
	background: black;
	opacity: 0.5;
	border-radius: 5px;
}


.jp-seek-bar {
	/*Seek bar jumps to 100% with html5*/
	/*background: #555;*/
	/*border-radius: 5px;*/
}


.jp-song-title {
	width:260px;
	margin-left: 30px;
	font-size: 20px;
	overflow:hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-weight: bold;
}


.jp-volume-holder{
	white-space:nowrap;
	min-width:150px;
	width:150px;
}


#jp_container_1{
	background: white;
	position: absolute;
	top:0;
	left:0;
}


/* Legacy code */
.song-list tbody{
	position:absolute;
	bottom:0;
	width:100%;
	overflow-y:scroll;
	overflow-x:hidden;
}


.song-list tr{
	background-color:#ffffff;
	height: 40px;
	width: 100%;
}
.song-list tbody tr.ignore{
	/* Hide filtered songs */
	display:none;
}
.song-list tbody tr:hover{
	/*Only highlight body rows*/
	background-color:#FFFFD6;
}
.song-list th, .song-list td{
	width: 25%;
	text-align: left;
	line-height:40px;
	color: #111;
	white-space: nowrap;
	empty-cells: show;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	border-spacing: 0;
}
.song-list thead{
	/* Account for the scroll bar on the tbody */
	width: 100%;
	position: absolute;
	margin-right: 16px;
	font-weight: bold;
	color: #333;
	/*text-transform: uppercase;*/
}
.song-list thead tr{
	display: block;
	width: 100%;
	border-bottom: 1px solid #EBEBEB;
}
.song-list th span{
	padding:0 20px;
	font-weight: bold;
	font-size: 11px;
	color: #333;
	display: block;
	cursor: pointer;
}
.song-list th span:hover{
	background: #FAFAFA;
}
.song-list th.ordered span{
	color:#DD4B39;
	cursor:default;
}
.song-list th.ordered:hover span{
	background: transparent;
}
.playlist{
	min-width:1000px;
	position: absolute;
	left: 200px;
	right: 0px;
	top: 120px;
	bottom: 0px;
	z-index: 0;
	background-color: transparent;
}
.playlist li{
	color: #111 !important;
}
.playlist li a{
	float: left;
	min-width: 400px;
}
.playlist li .sprite{
	float: left;
	margin: 9px 8px 0 0;
	width: 20px;
	height: 20px;
}
.playlist .song-list {
	top:42px;
	position:absolute;
	bottom:0;
	width:100%;
	overflow-y:scroll;
	overflow-x:hidden;
	border-spacing: 0;
}
.playlist ul{
	padding: 0;
	margin: 0;
}
.playlist li, .playlist p{
	width: 25%;
	min-width:100px;
	text-align: left;
	line-height:40px;
	color: #111;
	white-space: nowrap;
	empty-cells: show;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	border-spacing: 0;
}
.playlist li{
	/* Account for the scroll bar on the tbody */
	color: #333;
	display: block;
	padding-left:0;	
	margin-right: 16px;
	height: 40px;
	width: 100%;
	border-bottom: 1px solid #EBEBEB;
}	
.playlist li a{
	text-decoration: none;
	color: black;
	outline: none;
	font-size: 12px;
}
.playlist .header {
	width:auto;
	position: absolute;
	left:0;
	right:8px;
}
.playlist .header span, .playlist .header a{
	text-transform: uppercase;
    font-size: 11px !important;
    font-weight: bold;
    cursor: pointer;
}
.playlist .header:hover{
	background: transparent;
}
.playlist .header span:hover{
	background-color: #FAFAFA;
}
.playlist .selected{
	color:#DD4B39;
	cursor:default;
}
.playlist .selected:hover{
	background: transparent;
}
.playlist .arrow-up, .jp-playlist .arrow-down {
	visibility: hidden;
	display: none;
}
.playlist .header.reversed .selected .arrow-up{
	visibility:visible;
	display:inline;
}
.playlist .header:not(.reversed) .selected .arrow-down{
	visibility:visible;
	display:inline;
}

.playlist .checker{
	margin: 14px 10px 5px 5px;
}
.playlist .column{
	float: left;
	margin:0 20px 0 0;
	display: block;
	height: 40px;
	text-overflow:ellipsis;
}
.playlist .column0{
	/* Left most column */
	width: 80px;
	overflow: hidden;
	padding: 0 !important;
	margin: 0;
}
.playlist .column0 * {
	float: left;
}
.playlist .header .column0:hover{
	background-color: #fff;
}
.playlist .column1{
	/* Left most column */
	width: 30%;
	overflow: hidden;
	padding-left: 20px;
}
.playlist .column2{
	/*All other columns */
	width: 17%;
	overflow: hidden;
	padding-left: 20px;
}
.playlist .column3{
	/*Scrollbar placeholder*/
	width: 6%;
	padding-left: 30px;
}
.playlist .sprite{
	width: 20px;
	height: 20px;
	background: transparent url("../images/icon-sprite.1ea5fcf6a884.png");
}
.playlist .folder  .sprite{background-position: 0,0;}
.playlist .song    .sprite{background-position: -20px,0;}
.playlist .playing .sprite{background-position: -40px,0;}
.playlist .error   .sprite{background-position: -60px,0;}
.playlist .loading .sprite{background: transparent url("../images/tinyloader.8f169c1781e8.gif") 0 0;}
.playlist li.ignore{
	/* Hide filtered songs */
	display:none;
}
.playlist li:hover{
	/*Only highlight body rows*/
	background-color:#FFFFD6;
}
.playlist li.playing{
	font-weight:bold;
	background-color: #DDF2FD;
}
.playlist li.error{
	font-weight:bold;
	background-color: #FF8686;
}
/*Current folder naviagtion*/
#jp-nav-wrapper{
	float:left;
	padding:0;
	height: 20px;
	line-height: 30px;
	text-transform:	none;
	font-weight:normal;
	font-size: 12px;
	height: 20px;	
}
#jp-nav-wrapper a{
	color: #777;
	text-decoration: none;
	float: left;
}
#jp-nav-wrapper a:last-child{
	font-weight: bold;
}
#jp-nav-wrapper .drive-navigation-triangle{
	background-image: url(https://ssl.gstatic.com/docs/doclist/images/icons_31.png);
	background-position: -1598px 8px!important;
	background-repeat: no-repeat;
	height: 16px;
	opacity: 0.55;
	filter: alpha(opacity=55);
	width: 20px;
	float:left;
	display:block;
	margin: 3px 0;
}
#jp-nav-wrapper div{
	float:left;
}
.song a{
	cursor:pointer;
}
.song a:hover{
	color: #15C;
	text-decoration: underline;
}
/* Row Icons
.song a:before{
	content:url("../images/tinyicon.dff8dbf9fadf.png");
	vertical-align: -4px;
	margin: 0 8px 0 0;
	height: 20px;
	width: 20px;
}
.folder a:before{
	content:url("../images/tinydrive.d1e371bda11f.png");
	vertical-align: -4px;
	margin: 0 8px 0 0;
	height: 20px;
	width: 20px;
}
.buffering a:before{
	content:url("../images/tinyloader.8f169c1781e8.gif");
	vertical-align: -4px;
	margin: 0 8px 0 0;
	height: 20px;
	width: 20px;
}
.folder td:last-child{
	/*Hide plays for folder
	color: white;
}
*/
/* Error message at daily limit */
.song-list tr.error{
	background: #FFF0ED;
}
.song-list tr.error:hover{
	background: #FFF0ED;
}
.song-list tr.error td{
	padding: 20px;
	line-height: normal;
}
.song-list tr.error a{
	color:#15C;
}
.song-list tr.error a:before{
	content: none;
	height: 0px;
	width: 0px;
}
#jquery_jplayer{
	width: 80%;
	float: left;
	height: 100%;
}
#jp_poster_0{
	display:none !important;
	visibility: hidden;
	width: 0px;
	height: 0px;
}
#jquery_jplayer_1{
	max-height: 50px;
	overflow: hidden;
}
#jp-search{
	margin: 0px;
	padding: 5px 0px 5px 200px;
	border-top: 1px solid #DFDFDF;
	border-bottom: 1px solid #DADADA;
	-webkit-box-shadow: 0px 1px 4px rgba(0, 0, 0, .08);
	-moz-box-shadow: 0px 1px 4px rgba(0,0,0,.08);
	box-shadow: 0px 1px 4px rgba(0, 0, 0, .08);
	
	background: #EEEEEE;
	background-image: linear-gradient(bottom, #EEEEEE, #F3F3F3);
	background-image: -o-linear-gradient(bottom, #EEEEEE, #F3F3F3);
	background-image: -moz-linear-gradient(bottom, #EEEEEE, #F3F3F3);
	background-image: -webkit-linear-gradient(bottom, #EEEEEE, #F3F3F3);
	background-image: -ms-linear-gradient(bottom, #EEEEEE, #F3F3F3);
	
}
#jp-search input{
	height: 18px;
	padding:4px;
	width: 220px;
	font-size: 0.9em;
	line-height:16px;
	background: transparent;
	border: 0;
	margin: 0;
	float: left;
	outline: none;
	box-shadow: none; 
}
#jp-search-icon{
	width:20px;
	height:20px;
	float:left;
	opacity:0.5;
	margin:3px;
	background:transparent url("https://www.gstatic.com/docs/gview/images/icon_sprites_6.png");
	background-position: -126px 0px;
	
}
#jp-search-wrapper{
	background: #FAFAFA;
	height: 26px;
	color: #ddd;
	float: right;
	margin-right: 30px;
	border: 1px solid #ddd;	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border-top: 1px solid #ccc;
	-webkit-box-shadow: inset 0px 1px 2px rgba(0, 0, 0, .05);
	-moz-box-shadow: inset 0px 1px 2px rgba(0,0,0, .05);
	box-shadow: inset 0px 1px 2px rgba(0, 0, 0, .05);
	transition: 0.1s ease;
}
#jp-search-wrapper{
	height: 26px;
	line-height:26px;
}
#jp-search-wrapper.input-hover{
	/*Class should be added with jquery*/
	border: 1px solid #ccc;
}
#jp-search-wrapper.selected{
	/*Class should be added with jquery*/
	color: #444;
	font-style: normal;
	border-color: #0094ff;
}
#left-pane{
	float: left;
	width: 190px;
	height: 100%;
	margin: 0;
	padding: 0;
	background-color:#F9F9F9;
	border-right: 1px solid #DDD;
}
#left-pane a{
	text-decoration: none;
}
#left-pane-navigation{
	margin-top: 160px;
	margin-right:10px;
	padding-left: 0px;
	margin-left: 0px;
	
}
#left-pane-navigation a{
	color: #333;
	font-size: 13px;
	font-family: arial;
	line-height: 40px;
	font-weight: bold;
}
#left-pane-navigation li div{
	width: 3px;
	height: 26px;
	margin: 7px 25px 7px 0;
	float: left;
}
#left-pane-navigation a.hover{
	color:#444;
}
#left-pane-navigation li{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#left-pane-navigation li.selected a{
	color:#DD4B39;
}
#left-pane-navigation li.selected div{
	background:#DD4B39;
}
#left-pane-navigation li.disabled{
	color:#BBB;
}
#left-pane .alert-left-pane {
    visibility:hidden;
    padding: 8px 10px;
    padding-right: 25px;
    font-size:12px;
}
#left-pane .alert-left-pane .stop-tagdata:hover {
    cursor:pointer;
    text-decoration:underline;
}
#left-pane-icon-holder{
	/* Flexible div allocates allowable space*/
	position: absolute;
	margin:0;
	width: 160px;
	bottom: 5px;
	left: 10px;
	height: 40px;
}
#left-pane-icon-holder ul{
	/* ul located at the bottom of this space */
	position: absolute;
	width: 160px;
	margin:0;
	padding:0;
	bottom:0;		
}
#left-pane-icon-holder ul li{
	/* ul located at the bottom of this space */
	width: 60px;
	float: left;		
}
#left-pane-shuffle-icon,
#left-pane-repeat-icon,
#left-pane-settings-icon{
	width: 21px;
	height: 21px;
	float: left;
	opacity: 0.7;
	display: block;
	margin: 10px 15px;
	background: transparent url("../images/shuffle-sprite.331802fbbf55.png");
    -webkit-transition: opacity 0.1s ease-in-out;
    -moz-transition: opacity 0.1s ease-in-out;
    -o-transition: opacity 0.1s ease-in-out;
    transition: opacity 0.1s ease-in-out;
}
#left-pane-shuffle-icon:hover,
#left-pane-repeat-icon:hover,
#left-pane-settings-icon:hover{
	opacity:1;
}
/*Shuffle sprite*/
#left-pane-shuffle-icon{
	background-position: -3px -22px;
}
#left-pane-shuffle-icon.selected{
	opacity: 1.0;
	background-position: -3px 0px;
}
/*Repeat sprite*/
#left-pane-repeat-icon{
	background-position: -43px -22px;
}
#left-pane-repeat-icon.selected{
	opacity: 1.0;
	background-position: -43px 0px;
}
/*Repeat sprite*/
#left-pane-settings-icon{
	background-position: -70px -22px;
}
#left-pane-settings-icon.selected{
	opacity: 1.0;
	background-position: -70px 0px;
}
/* fallback placeholder */
.placeholder {
	color: #bbb;
}
/* webkit placeholder */
::-webkit-input-placeholder {
	color: #bbb;
}
/* moz placeholder */
:-moz-placeholder {
	color: #bbb;
}
/* slider root element */
.slider {
    background: #706D6D;
    height:8px;
    position:relative;
    cursor:pointer;
    border:1px solid #444;
    width:70px;
    float:left;
    clear:right;
    margin:13px 10px 0 5px;
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    box-shadow: inset 0px 1px 4px rgba(0, 0, 0, .4), 0px 1px 0px rgba(255, 255, 255, .4)
}
/* progress bar (enabled with progress: true) */
.progress {
    height:8px;
    background-color:#111;
    background-image:none;
    opacity:0.6;
}
/* drag handle */
.handle {
    height:18px;
    width:18px;
    top:-4px;
    position:absolute;
    display:block;
    background:url("../images/volume.9d858cb888fa.png") no-repeat center;
    /*-moz-box-shadow:0 0 4px #000;
    -webkit-box-shadow:0 0 4px #000;
    -moz-border-radius:9px;
    -webkit-border-radius:9px;
	*/
}
/* the input field */
.range {
   display:none;
}
.adscript{
position: absolute;
top: 350px;
bottom: 60px;
padding: 20px;
width: 190px;
overflow: hidden;
box-sizing: border-box;
}
	