* {
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0) !important; 
    -webkit-focus-ring-color: rgba(255, 255, 255, 0) !important; 
    outline: none !important;
} 

html, body {
	width: 100%;
    height: 100%;
	background-color: #E6E6FA;
}

.pageContainer{width: 100%;height: 100%;}
.embedObject{
	background-color: #CCCCCC;
    width: 100%;
	height: 100%;
	min-width: 100%;
    min-height: 100%;
}
	
@media screen and (min-width: 800px) {
	
	.musishNavBar {
		position: relative;
		min-height: 50px;
		border-radius: 4px;
		border: 1px solid transparent;
		margin-bottom: 4px;
	}

	.siteBrand {
		padding: 0px;
		padding-left:6px;
	}

	.siteTitle {
		display:inline-block;
		vertical-align:middle;
		margin-top:12px;
		margin-left:8px;
		font-size:24px;
	}

	.siteVersion {
		display:inline-block;
		padding-top:7px;
		vertical-align:top;
		margin-left:2px;
		font-size:8px;
	}

	.logoImage {
		vertical-align:middle;
		display:inline-block;
		padding: 1px;
		box-shadow: 1px 3px 6px rgba(0, 0, 0, .75);
		-moz-box-shadow: 1px 3px 6px rgba(0, 0, 0, .75);
		-webkit-box-shadow: 1px 3px 6px rgba(0, 0, 0, .75);
	}
	
}


@media screen and (max-width: 800px) {

	.musishNavBar {
		position: relative;
		min-height: 10px;
		border-radius: 4px;
		border: 1px solid transparent;
		margin-bottom: 2px;
	}

	.siteBrand {
		padding: 0px;
		padding-left:6px;
		height:28px;
	}

	.siteTitle {
		display:inline-block;
		vertical-align:middle;
		margin-top:4px;
		margin-left:4px;
		font-size:18px;
	}

	.siteVersion {
		display:inline-block;
		padding-top:7px;
		vertical-align:top;
		margin-left:2px;
		font-size:8px;
	}

	.logoImage {
		vertical-align:middle;
		display:inline-block;
		padding: 1px;
		box-shadow: 1px 3px 6px rgba(0, 0, 0, .75);
		-moz-box-shadow: 1px 3px 6px rgba(0, 0, 0, .75);
		-webkit-box-shadow: 1px 3px 6px rgba(0, 0, 0, .75);
	}
	
	.navbar-nav>li>a {
		padding-top: 4px;
		padding-bottom: 4px;
		padding-left: 6px;
		padding-right: 6px;
	}

	.navbar-toggle  {
		position: relative;
		float: right;
		padding: 4px;
		margin-top: 2px;
		margin-right: 15px;
		margin-bottom: 4px;
		background-color: transparent;
		background-image: none;
		border: 1px solid transparent;
		border-radius: 4px;
	}

}


body {
	overflow:hidden;
}

div#pageContent {
	overflow:hidden;
}

.pageContainer {
	overflow:hidden;
}

.list-group-item {
	color: #202020;
	font-weight: 800;
}

.searchFormInput {
	margin-bottom: 8px;
}

.list-group-item .list-group-item-primary .active {
	color: #FFFFFF;
}

.searchActive {
	color: #FF2020;
}

.songListItem {
	height:48px;
}

.songTrackNumber {
	display:inline; 
	font-weight: 800;
	font-size: 18px;
	padding-left:0px;
}

.songLink {
	display:inline; 
	position: absolute;
	left: 32px;
	right: 0px;
	top: 0px;
	bottom: 0px;
}

.songLinkWithTrackNumber {
	padding-left:34px;
}

.songName {
	font-size:18px;	
	height:24px;
	overflow:hidden;
}

.songArtist {
	font-size: 12px;
	height:16px;
	overflow:hidden;
}

.artistListItem {
	height:48px;
	cursor:pointer;
}

.artistLink {
	position: absolute;
	left: 32px;
	right: 0px;
	top: 0px;
	bottom: 0px;
}

.artistName {
	font-size:18px;	
	height:24px;
	overflow:hidden;
}

.artistInfo {
	font-size: 12px;
	height:16px;
	overflow:hidden;
}

.albumListItem {
	height:48px;
	cursor:pointer;
}

.albumListItem:hover {
    text-shadow: 0 -1px 0 #286090;
    background-image: -webkit-linear-gradient(top,#337ab7 0,#2b669a 100%);
    background-image: -o-linear-gradient(top,#337ab7 0,#2b669a 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#337ab7),to(#2b669a));
    background-image: linear-gradient(to bottom,#337ab7 0,#2b669a 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2b669a', GradientType=0);
    background-repeat: repeat-x;
    border-color: #2b669a;
	color:#ffffff;
}

.albumLink {
	position: absolute;
	left: 32px;
	right: 0px;
	top: 0px;
	bottom: 0px;
}

.albumName {
	font-size:18px;	
	height:24px;
	overflow:hidden;
}

.albumInfo {
	font-size: 12px;
	height:16px;
	overflow:hidden;
}

.musicItem {
	display:inline-.block;
	padding-left: 20px;	
}

.state-icon {
	position: relative;
	top: 2px;
	left: -5px;
}

.fbPageLikesDiv {
	width: 114px;
	height: 20px;
	overflow: hidden;
}

.btn-footer-close {
	text-align: right;
	display: inline-block;
	float:right;
	font-size: 14px;
	font-weight: 800;
}

.menuButtonSelection {
	/*float: left;*/
	position:relative;
	float:left;
	margin-left:16px;
	margin-right:8px;
}

.fileUploadMenuButton {
	display:inline-block;
	float:left;
}

.fileBrowseMenuButton {
	display:inline-block;
	float:left;
}

.manageTabCollapseButton {
	display:inline-block;
	float:right;
}

.listViewButton {
	display:inline-block;
	float:right;
}

.folderViewButton {
	display:inline-block;
	float:right;
}


@media screen and (min-width: 800px) {

	.musishPanelHeading {
		position: relative;
		display: inline-block;
		width: 100%;
		height: 44px;
		padding-top: 0px;
		padding-bottom: 0px;
		padding-left: 6px;
		padding-right: 6px;
		background-image: -webkit-linear-gradient(top,#f5f5f5 0,#e8e8e8 100%);
		background-image: -o-linear-gradient(top,#f5f5f5 0,#e8e8e8 100%);
		background-image: -webkit-gradient(linear,left top,left bottom,from(#f5f5f5),to(#e8e8e8));
		background-image: linear-gradient(to bottom,#f5f5f5 0,#e8e8e8 100%);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
		background-repeat: repeat-x;
		color: #333;
		background-color: #f5f5f5;
		border-color: #ddd;	
		border-bottom: 1px solid transparent;
		border-top-left-radius: 3px;
		border-top-right-radius: 3px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		line-height: 1.42857143;
	}

	.musish-panel-header-btn {	
		padding-left: 16px;	
		padding-right: 16px;
		margin-top: 0px;
	}

	.musish-panel-header-btn .collapseButton {
		margin-top:0px;
	}
	
	.musishTabSymbol {
		float: left;
		width: 24px;
		height: 24px;
		margin-left: 2px;
		margin-top: 10px;
		margin-right: 10px;
		border: 2px solid #AAAAAA;
		
	}



}

@media screen and (max-width: 800px) {

	.musishPanelHeading {
		position: relative;
		display: inline-block;
		width: 100%;
		height: 38px;
		padding-top: 0px;
		padding-bottom: 0px;
		padding-left: 6px;
		padding-right: 6px;
		background-image: -webkit-linear-gradient(top,#f5f5f5 0,#e8e8e8 100%);
		background-image: -o-linear-gradient(top,#f5f5f5 0,#e8e8e8 100%);
		background-image: -webkit-gradient(linear,left top,left bottom,from(#f5f5f5),to(#e8e8e8));
		background-image: linear-gradient(to bottom,#f5f5f5 0,#e8e8e8 100%);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
		background-repeat: repeat-x;
		color: #333;
		background-color: #f5f5f5;
		border-color: #ddd;	
		border-bottom: 1px solid transparent;
		border-top-left-radius: 3px;
		border-top-right-radius: 3px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		line-height: 1.42857143;
	}
	
	.musish-panel-header-btn {	
		padding-left: 12px;	
		padding-right: 12px;
		margin-top: 0px;
		font-size:14px;
		margin-bottom: 1px;
	}

	.musish-panel-header-btn .collapseButton {
		margin-top:0px;
	}
	
	.musishTabSymbol {
		float: left;
		width: 24px;
		height: 24px;
		margin-left: 2px;
		margin-top: 6px;
		margin-right: 10px;
		border: 2px solid #AAAAAA;	
	}

}	


.musish-panel-footer-btn {
	height: 30px !important;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	padding-right: 10px;
	margin-top: 0px;
	font-size: 14px;
}

.song-filter-dropdown button{
	height: 30px !important;
}

.musishPanelBody {
	/*padding: 2px;*/
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #ffffff;
	width: 100%;
	height: 100%;
	/*overflow-y: scroll;*/
}

.musishPanelFooter {
	padding-top: 0px;
	padding-left: 15px;
	padding-right: 15px;
	height: 34px;
	background-color: #f5f5f5;
	border-top: 1px solid #ddd;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.musishTabPanel {
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.05);
	box-shadow: 0 1px 2px rgba(0,0,0,.05);
	border-color: #ddd;
	margin-bottom: 20px;
	background-color: #fff;
	border: 1px solid transparent;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
	box-shadow: 0 1px 1px rgba(0,0,0,.05);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;	
}

div#videosTabBody {
	overflow: hidden;
}

.siteContainer {
	margin: 0;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 4px;
	padding-right: 4px;
}

.scrollable {
	overflow: scroll;
}

.cropped {
	overflow: hidden;
}

.dialog {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    /*overflow: scroll;*/
    -webkit-overflow-scrolling: touch;
    outline: 0;
	scrollbar-width: none;
}

.dialogSymbol {
	font-size:32px;
	font-weight:800;
	display:inline-block;
	margin-right: 8px;
}

.dialogTitle {
	font-size:32px;
	font-weight:800;
	display:inline-block;
}

div#podcastSelectionDialog {
	overflow: scroll;
}

.headerMinimizeButton {
	margin-right: 8px;
	font-weight: 800;
}

.mp3WrapperDiv {
	background-color: #E6E6FA;
	width: 100%;
	height: 100%;
	position:relative;
}

.mp3TopWrapperDiv {
	height: 6px;
	width: 100%;
	overflow-x: auto;
	-ms-overflow-x: auto;
	overflow-y: hidden;
	-ms-overflow-y: hidden;
}

.mp3TopDiv {
	background-color: #E6E6FA;
	height: 6px;
	width: 648px;
	overflow: display;
}

.mp3RightDiv {
	background-color: #E6E6FA;
	width: 6px;
	overflow-x: hidden;
	-ms-overflow-x: hidden;
	overflow-y: auto;
	-ms-overflow-y: auto;
}

#mp3ScrollContentDiv {
	margin:0px;
	padding:0px;
	margin-left:-15px;
}

.podcastList {
	width: 100%;
	height: 100%;
	overflow-y: scroll;
}

.podcastLoadingDiv {
	
}

.counterBadge {	
	vertical-align: top;
	float: right;
	position: 2px;
	min-width: 10px;
	margin-top: 8px;
	padding: 3px 7px;
	font-size: 12px;
	font-weight: 700;
	line-height: 1;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	background-color: #777;
	border-radius: 10px;
}

.mp3WrapperDiv .box {
  display: flex;
  flex-flow: column;
  height: 100%;
  padding-left:12px;
}

.mp3WrapperDiv .box .header {
  flex: 0 1 auto;
}

.mp3WrapperDiv .box .content {
	/*padding-right: 6px;*/
  flex: 1 1 auto;
  overflow-y:auto;
  -ms-overflow-y:auto;
  /*padding-right: 10px;*/
}

.mp3ScrollContentDiv {
	overflow-x: hidden;
	overflow-y: scroll;
	-ms-overflow-x:hidden;
	-ms-overflow-y:scroll;
	/*overflow: hidden;*/
}

.mp3WrapperDiv .mp3FolderNavigation {
	background-color: #E6E6FA;
}

.mp3WrapperDiv .albumView {
	background-color: #E6E6FA;
	padding-left:24px;
}
.mp3WrapperDiv .browseAlbumView {
	background-color: #E6E6FA;
	padding-left:24px;
}

.mp3WrapperDiv .browseAlbumView .browseAlbumTitle {
	font-size:22px;
	font-weight:800;
	color:#AAAAAA;
}

.mp3WrapperDiv .browseAlbumView .browseAlbumBackButton {
	position:absolute;
	left: 10px;
	top:0px;
	background-color: transparent !important;
}

.mp3WrapperDiv .albumView .albumViewBackButton {
	position:absolute;
	left: 10px;
	top:4px;
	background-color: transparent !important;
}

.mp3WrapperDiv .albumView .albumViewTitle {
	font-size:26px;
	font-weight:800;
	color: #CCCCCC;
}

.mp3WrapperDiv .albumView .albumViewArtist {
	font-size:16px;
	font-weight:700;
	color: #BBBBBB;
}

.mp3WrapperDiv .albumView .albumViewYear {
	font-size:12px;
	font-weight:600;
	color: #808080;
}

.mp3WrapperDiv .browseArtistsView {
	background-color: #E6E6FA;
	padding-left:24px;
}

.mp3WrapperDiv .browseArtistsView .browseArtistsTitle {
	font-size:22px;
	font-weight:800;
	color:#AAAAAA;
}

.mp3WrapperDiv .browseArtistsView .browseArtistsBackButton {
	position:absolute;
	left: 10px;
	top:0px;
	background-color: transparent !important;
}

.mp3WrapperDiv .browseArtistView {
	background-color: #E6E6FA;
	padding-left:24px;
}

.mp3WrapperDiv .browseArtistView .browseArtistTitle {
	font-size:22px;
	font-weight:800;
	color:#AAAAAA;
}

.mp3WrapperDiv .browseArtistView .browseArtistBackButton {
	position:absolute;
	left: 10px;
	top:0px;
	background-color: transparent !important;
}

.browseArtistView .nav-tabs .nav-link.active {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff;
}
.browseArtistView .nav-tabs .nav-link {
    border: 1px solid transparent;
        border-top-color: transparent;
        border-right-color: transparent;
        border-bottom-color: transparent;
        border-left-color: transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
}

.browseArtistView .nav > li > a {
    position: relative;
    display: block;
    padding: 2px 16px;
}

.navigationLetterH {
	display: inline-block;
	margin-top: 4px;
	text-align: center;
	float: top;
	padding: top: 0px;
	padding: left: 1px;
	padding: right: 6px;
	color: #CCCCCC;
	font-weight: 800;
	font-size: 18px;
	width: 24px;
	height: 26px;
	/*
	font-size: 36px;
	width: 34px;
	height: 38px;*/
	/*border: 2px solid navy;*/
	text-shadow: -2px 0 black, 0 2px black, 2px 0 black, 0 -2px black;
}

.navigationLetterV {
	display: block;
	margin-top: 4px;
	text-align: center;
	float: top;
	padding: top: 0px;
	padding: left: 1px;
	padding: right: 6px;
	color: #CCCCCC;
	font-weight: 800;
	font-size: 18px;
	width: 24px;
	height: 26px;
	/*border: 2px solid navy;*/
	text-shadow: -2px 0 black, 0 2px black, 2px 0 black, 0 -2px black;
}

.disabledLink:link {
	color: #404040;
	opacity: 0.4;
}

.disabledLink:hover {
	color: #505050;
	opacity: 0.4;
}

.disabledLink:visited {
	color: #404040;
	opacity: 0.4;
}

.disabledLink:active {
	color: #404040;
	opacity: 0.4;
}

.horizontalCenterDiv {
	display: table;
    margin-left: auto;
	margin-right: auto;
}

.siteLoadingProgress {
	padding: 12px;
	width: 220px;
    height: 132px;
    background-color: #A2A2D6;
    position: absolute;
    top:0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
	-moz-border-radius:0 0 10px 10px;
	-webkit-border-radius: 0 0 10px 10px;
	border-radius: 10px 10px 10px 10px;
	border: 3px solid gray;
	-webkit-box-shadow: 0 6px 6px 0 #808080;
	box-shadow: 0 6px 6px 0 #808080;
	color: #EEEEEE;
}

.siteLoadingAnimation {
	margin-top: 6px;
	font-size: 30px;
}


.siteLoadingDialogTitle {
	font-size: 20px;
}

.siteLoadingMessage {
	padding: 6px;
	text-align: center;
	font-size: 24px;
	font-weight: 800;	
	text-shadow: 2px 2px #C2C2C2;
}

li {
	list-style-type: none;
	list-style: none;
}

.featureList {
	list-style-type: disc;
	list-style: disc;
}

ul.a {
    list-style-type: none;
	list-style: none;
}

ul.li {
    list-style-type: none;
	list-style: none;
}

ul.li.a {
    list-style-type: none;
	list-style: none;
}

.noBullet {
	list-style-type: none;
	list-style: none;
}

.datePickerInput {
	height: 46px;
}

.activeLink.a{
	color: #EEEEEE;
}

.activeLink.a:link {
	color: #EEEEEE;
}

.activeLink.a:hover {
	color: #FFFFFF;
}

.activeLink.a:active {
	color: #FFFFFF;
}

.activeLink.a:focus {
	color: #FFFFFF;
}

div#mp3Title {float:right;}

ul#mp3List {
  list-style-type: none;
}

.btn-group-single > .btn:first-child {
	border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.scrollableTrackList {
	width:100%;
}


div#newsTabBody {
	overflow: hidden;
}

div#newsContainer {
	overflow: hidden;
}

div#mp3SelectionDiv {
	margin-left:0px;
}

div#podcastSelectionDiv {
	margin-left: 2px;
}

div#updateDialog {
	margin-top: 100px;
}

.turdPlayerHeader {
	margin: 2px;
	margin-right: 8px;
}

.turdPlayerFooter {
	margin: 2px;
	margin-right: 8px;
}

.entryField {
	margin-bottom: 8px;
}

/* About Section */
.aboutSection {
	width: 100%;
	height: 100%;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 8px;
	padding-right: 8px;
	overflow: auto;
}

/* Management Section */

.panelHeading {
	display:inline-block;
	float:left;
	font-size: 14px;
	font-weight: 700;
	vertical-align: center;
}

.manageSection {
	position: relative;
	width: 100%;
	height: 100%;
}

.manageSection .menuPanel {
	position: absolute;
	top: 0;
	left: 0;
	width: 160px;
	height: 100%;
	overflow: auto;
	background-color: #DDDDDD;
}

.manageSection .contentPanel {
	position: absolute;
	top: 0;
	left: 160px;
	right: 0px;
	bottom: 0px;
	/*overflow: auto;*/
	border: 1px solid #AAAAAA;
}

.manageSection .tabContent {
	position: relative;
	width: 100%;
	padding-top : 0px;
	padding-bottom: 0px;
	padding-left: 2px;
	padding-right: 2px;
	background-color: #FFFFFF;
	/*overflow-y: scroll;*/
}

.manageSection .managePanelDescription {
	height: 56px;	
	padding: 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-bottom: 1px solid #AAAAAA;
}

.manageSection .panelBody {
	padding: 0px;
	margin: 0px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.manageSection .soundFileTabNav {
	width: 100%;
	padding-top: 2px;
	padding-left: 2px;
	height: 44px;
	background-color: #eee;
}

.manageSection .soundFileTabs {
	position: absolute;
	left: 0px;
	right: 0px;
	top: 44px;
	bottom: 0px;
	/* ok */
}

.manageSection .soundFileTab {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	/* ok */
	background-color: #eee;
	overflow: hidden;
}

.tabbedContent {
	position: relative;
	width: 100%;
	height: 100%;
	padding : 0;
	background-color: #eee;
	overflow: hidden;
}

.manageSection .menuCountBadge {
	float:right;
	margin-left: 8px;
}

.manageSection .soundFiles {
	width: 100%;
	height: 100%;
}

.manageSection .soundFilesPanelBody {
	position: relative;
	width: 100%;
	height: 100%;
}

.manageSection .scrollContentWithDescription {
	position: absolute;
	top: 56px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	width: 100%;
	overflow: auto;
}

.manageSection .box {
  display: flex;
  flex-flow: column;
  height: 100%;
  padding-left:12px;
}

.manageSection .box .header {
  flex: 0 1 auto;
}

.manageSection .box .content {
  flex: 1 1 auto;
  overflow:scroll;
}

.manageSection .manageSongsSongList {
	width: 100%;
	height: 100%;
	overflow-y:scroll;
}

.manageSection .manageSongsFolderView {
	width: 100%;
	height: 100%;
	background-color:#EEEEEE;
	overflow-y:scroll;
	position:relative;
}

.manageSection .manageSongsFolderView .contextMenu {	
	width: fit-content;
	height: fit-content;
	background-color:#DDDDDD;
	position: absolute;
	top:0px;
	left:0px;
	list-style: none;
	/*
	width: 100%;
	height: 100%;	
	*/
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 2px;
	padding-right: 2px;	
	font-weight: bold;
	
	margin:0px;
	margin-bottom:0px;
	
	border: solid 1px #555;
	background-color: #808080;
	box-shadow: 4px 4px 2px  rgba(0,0,0,0.2);
	-moz-box-shadow: 4px 4px 2px  rgba(0,0,0,0.2);
	-webkit-box-shadow: 4px 4px 2px  rgba(0,0,0,0.2);
	-o-box-shadow: 4px 4px 2px  rgba(0,0,0,0.2);
	border-radius:3px;
}

.context-menu-list-group {
	background-color: #AAAAAA;
	padding: 0px;
	padding-left: 0px;
	margin: 0px;
	margin-bottom: 0px;
	width: fit-content;
	height: fit-content;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 4px;
	padding-right: 4px;	
}

.folderPathNavigation {
	height: 24px;
	width: 100%;
	background-color: #DDDDDD;
	padding: 2px;
	padding-left:24px;
	padding-right:24px;
	font-weight:900;
}

.folderContainer {
	
}

.svg:hover {
	fill:red;
}

.folder {
	display:inline-block;
	width: 64px;
	height: 66px;	
	margin: 8px;
	/* margin-bottom: 2px;*/
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	/*background-color: #FF0000;*/
	overflow: hidden;
	text-align: center;
	text-shadow: 2px 2px red;
	
}

.folder  .folderImageContainer {
	width: 32px;
	height: 32px;
	background-color: #FFEEEE;
	color: #DDDDDD;	
	margin: 0px;
	margin-bottom:1px;
	position:relative;
}

.folder .folderImageClickArea {
	position:relative;
	top:0px;
	left:16px;
	width: 32px;
	height: 32px;
	background-color: #FFAAAA;
}

.folder  .folderImage {
	position: absolute;
	top:0px;
	left: 16px;
	width: 32px;
	height: 32px;
	color: #DDDDDD;	
	margin:0px;
	padding:0px;
}

.folder .folderName {
	width: 64px;
	font-weight: 900;
	font-size: 11px;
	line-height: 0.84;
	text-shadow: 1px 1px #A6A6A6;
	padding: 0px;
	margin:0px;
	position: relative;
	left: 0px;
	right: 0px;
}

.folder .inputNameField {
	border: 0px;
	background-color : #00000000;
	width: 64px;
	height:32px;
	position: relative;
	left: 0px;
	right: 0px;
	text-align: center;
	resize: none;
}

.cursorText {
	color: #707020;
}

.cursorDefault {
	cursor: default;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.contextMenuLink {
	pointer-events: none;
}

.contextMenuAction {
	outline-style: solid;
	background-color: #BBBBBB;
}

.contextMenuAction:hover {
	background-color: #FFFFBB;
}

.manageSection .manageSongsFolderView .contextMenu .contextMenuEmpty {
	width: fit-content;
	height: fit-content;
}

.manageSection .manageSongsFolderView .contextMenu .contextMenuFolder {
	width: fit-content;
	height: fit-content;
}

.manageSection .manageSongsFolderView .contextMenu .contextMenuFile {
	width: fit-content;
	height: fit-content;
}

.manageSection .songEntry {
	height: 36px;
}

.manageSection .songEditButton {
	position:absolute;
	top:4px;
	right:10px;
}

.manageSection .scrollContent {
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	width: 100%;
	overflow: scroll;
}

.manageSection .tabTitleMenu {
	position: absolute;
	top: 8px;
	left: 160px;
	width: 200px;
	background-color: #00FF00;
}

.manageSection .genreEntry {
	font-size: 18px;
	font-weight: 600;
}

.rightSideInputBackground {
	height: 46px;
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.3333333;
	border-radius: 6px;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	font-weight: 400;
	text-align: center;
	background-color: #eee;
	border: 1px solid #ccc;
	width: 1%;
	white-space: nowrap;
	vertical-align: middle;
	display: table-cell;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-collapse: separate;
}

.badgeLoadDialog {
	overflow: hidden;
}

.badgeLoadDialog .dialogSymbol {
	display:inline-block;
}

.badgeLoadDialog .dialogTitle {
	display:inline-block;
}

.badgeLoadDialog  .taskLog {
	display:inline-block;
	padding: 2px;
	padding-left: 6px;
	padding-right: 6px;
	font-size:16px;
	font-weight:800;
	width: 100%;
	height: 80px;
	background-color: #BBBBBB;
	overflow-y: scroll;
}

.badgeLoadDialog .currentTask {
	display:inline-block;
	padding: 2px;
	padding-left: 6px;
	padding-right: 6px;
	font-size:18px;
	font-weight:800;
	width: 100%;
	height: 28px;
	color: #606060;
	background-color: #DDDDDD;
}

.badgeLoadDialog .progressContainer {
	margin-left: 16px;
	margin-right: 16px;
}

.badgeLoadDialog .progressBar {	
	min-width: 2em;
}

.moveInward {
	margin-left: 20px;
}