/* adaption */
#block-playlists-0, #block-playlists-1, #block-playlists-2 {
	display: none;
}
#player-pl-controls{
	display: none;
	margin-left: 10px;
}

/* {	margin: 2; padding: 0; } */
#cancelBar {
	height: 20px;
	width: 68px;
	float: left;
	border: 1px solid #efefef;
	cursor: pointer;
}
#sendBar {
	height: 20px;
	width: 68px;
	float: right;
	border: 1px solid #efefef;
	cursor: pointer;
	vertical-align: middle;
}
#commandsBar {
	font-size: 11px;
	padding: 10px;
	margin-top: 5px;
	background-color: #efefef;
	height: 17px !important;
	height: 14px;
	line-height: 17px;
	bottom: 0px;
	
}
#sendBarTest {

}

#info {
	display: block;
	padding: 10px;
	width: 280px;
}
#playlistBox {
	height: auto !important;
	min-height: 132px;
}
#playlist {
	list-style: none;
}

.playlist-add-item{
	cursor: pointer;
	color: #0000FF;
	white-space: nowrap;
}

.playlist-add-portion {
	cursor: pointer;
	color: #0000FF;
}

#playlistBox ul {
	padding: 0px;
}

#playlist li {
	display: block;
	padding-left: 4px;
	padding-top: 2px;
	padding-bottom: 2px !important;
	padding-bottom: 0px;
	height: 20px !important;
	overflow: hidden;
	/*min-height: 20px;*/
}

*:first-child+html  #playlist li {
	display: block;
	padding-left: 4px;
	padding-top: 2px;
	padding-bottom: 2px !important;
	padding-bottom: 0px;
	margin-bottom: 0px;
	height: 20px !important;
	overflow: hidden;
}

.entryLabel {
	float: left;
	width: 190px;
	height: 18px;
	overflow: hidden;
	/*border-right: 1px dashed lightgrey;*/
	padding: 1px;
	padding-top:2px;
	font-size: 13px;
	cursor: pointer;
}

.entryLabel a:link {
	color: #595454;
}

.entryLabel a:visited {
	color: #595454;
}

.entryLabel a:hover {
	color: black;
}

.entryRange {
	float: right;
	font-size: 8px;
  font-family: arial;
	width: 30px;
  text-align: center;
	border-right: 1px dashed lightgrey;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 0px;
	color: darkgrey;
	cursor: default;
}

.imageDuration{
	line-height: 20px;
}

.entryEditButton {
	float: right;
	padding: 2px;
	padding-right:4px;
	margin-left: 2px;
	border-right: 1px dashed lightgrey;
	cursor: pointer;
}

.entryMoveButton {
	float: right;
	padding: 2px;
	padding-right:4px;
	margin-left: 2px;
	border-right: 1px dashed lightgrey;
	cursor: move;
}

.entryRemoveButton{
	float: right;
	padding: 3px;
	padding-right: 4px;
	padding-top: 1px;
	cursor: pointer;
}

.entryTypeIcon{
	float: right;
	padding: 3px;
	padding-right: 4px;
	padding-top: 1px;
}

.entryStatusIcon{
	float: left;
	padding: 3px;
	padding-left: 0px;
	margin-right: 5px;
	padding-top: 1px;
	border-right: 1px dashed lightgrey;
}

#dialog {
	display: none;
}

.ui-dialog {
	background-color: #efefef;
	border: 3px solid grey;
  font-family: arial;
}

.ui-dialog-titlebar {
	border:0px;
	padding: 0px;
	font-size: 13px;
	height: 22px;
	border-bottom: 1px solid grey;
}

.ui-dialog-title-dialog {
	font-size: 10px;
}

.ui-dialog-titlebar-close {
	display: none;
}

.ui-dialog-content {
	font-size: 14px;
}

.ui-dialog-buttonpane {
	font-size: 10px;
	padding: 0px;
	padding-top: 2px;
}

.ui-dialog-buttonpane {
	
}
.ui-dialog-buttonpane button {
	font-size: 10px;
	margin-left: 50px;
}
#createPlaylistOutput{
	display: none;
}

.plEntry {
  border-bottom: 1px dotted #c4c4c4;
}

.plEntryEditing {
	background-color: #dedede;
  border-bottom: 1px dotted #c4c4c4;
}

#playlistLoadBox {
}

#playlistLoad {
	list-style: none;
}

#playlistLoadBox ul {
	padding: 0px;
}

#playlistLoad li {
	display: block;
	padding-left: 4px;
	padding-top: 2px;
	padding-bottom: 2px !important;
	padding-bottom: 0px;
	height: 20px !important;
	overflow: hidden;
  border-bottom: 1px dotted #c4c4c4;
}

*:first-child+html #playlistLoad li {
	display: block;
	padding-left: 4px;
	padding-top: 2px;
	padding-bottom: 2px !important;
	padding-bottom: 0px;
	margin-bottom: 0px;
	height: 20px !important;
	overflow: hidden;
}

.entryRangeLoad {
	float: right;
	font-size: 0.7em;
	width: 25px;
	border-left: 1px dashed lightgrey;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 0px;
	color: darkgrey;
	cursor: default;
}

.nowPlaying {
	background-color:#dedede;
}

#playbackFooter{
	padding: 1px 2px 1px 10px;
	background-color: #EFEFEF;
	margin-bottom: 0px;
	font-size: 9px;
	text-align: center;
	color: #6E6A6B;
	line-height: 20px;
	height: 20px;
}

#playbackHeader{
	background-color: #EFEFEF;
	margin-bottom: 3px;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	color: #6E6A6B;
	height: 35px;
	line-height: 35px;
}
#playbackHeaderLabel{
	padding-left: 10px;
	float: left;
}

#playbackItemsCounter {
	float: left;
}
#playbackLoopCheckboxLabel{
	float: right;
}
#playbackLoopCheckboxBox{
	padding:3px 3px 0px 4px;
	float: right;
}

#playbackHeaderControls{
	padding-top: 10px;
	padding-right: 4px;
	float: right;
}

#playbackInfo, #playbackClose{
	float: right;
	cursor: pointer;
}

#playbackSpacer{
	float: right;
	width: 9px;
	height: 15px;
}

/* player per immagini */
#progressBox{
	/*float: right;*/
	padding-right: 8px;
	right: 5px;
}

.progressBar{
	padding: 7px;
  display: inline-block;
  vertical-align: top;
}

#imagePlayButton{
	/*margin-right: 161px;*/
}

#minusButton{
	margin-left: 0px;
}

#plusButton{
	margin-left:2px;
}

#undoImgButton{
	margin-right: 0px;
	margin-left:2px;
}

#imageDurationEditBox{
	margin-right:10px;
	padding-top:7px;
	text-align: right;
	width: 25px;
	color: #6C6D6E;
}

#imageDurationEditLabel{
	font-size: 14px;
  font-family: arial;
  font-weight: bold;
}

#addToPLButton{
	float:right;
}


/* loading di una playlist in playback */

#player_loading{
	height: 100%;
	text-align: center;
}
#player_loading img{
	margin-top: 25%;
}

#playlistDetails{
	background-color: #fefefe;
}

.playlistDetailsHeader{
	text-transform: uppercase;
  font-family: arial;
  font-size: 12px;
  font-weight: bold;
  font-style: normal;
  background-color: #666;
	padding: 2px 0px 2px 5px;
	color: white;
  margin-top: 2px;
}

#dText_pl{
	background-color: #FBFBFB;
}

#downloadButtonBar_pl{
	background-color: #EFEFEF;
}

#detailsFooter_pl{
	padding: 5px 0px 0px 0px;
	/*background-color: #ffffff;*/
	/*text-align: center;*/
	
}

#detailsFooter_pl a{
	text-decoration: none;
}

.form-item-pl .fivestar-feedback-enabled{
	font-size: 0.85em;
}

#detailsFooter_pl .submitted{
	text-align: center;
	display: none;
}

#detailsFooter_pl .links{
	padding: 4px 0px 4px 0px;
}

#detailsFooter_pl .submitted a{
	text-decoration: underline;
}

#detailsFooter_pl .content{
	background-color: #fbfbfb;
}