/**
 * Reset defaults
 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-family: inherit;
	vertical-align: baseline;
}

:focus {
	outline: 0;
}

ol, ul {
	list-style: none;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}



caption, th, td {
	font-weight: normal;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote, 
q {
	quotes: "" "";
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/**
 * General
 */
body {
	font: 12px/18px Arial, Helvetica, sans-serif;
	color: #333;
	background: #f0f0f0;
}

img {
	display: block;
}

td {
	vertical-align: top;
}

h1 {
	float: left;
	margin: 70px 0 0 40px;
	font-size: 24px;
	line-height: 30px;
}

h1 a,
h1 a:visited {
	color: #9f9e9a;
}

h1 a:hover {
	color: #9f9e9a;
}

h2 {
	margin: 0 0 18px 0;
	font-size: 22px;
	font-weight: normal;
	color: #9f9e9a;
}

h3 {
	font-size: 12px;
	font-weight: normal;
	color: #aaa;
}

p {
	margin: 0 0 14px 0;
}

th {
	font-weight: bold;
}

a,
a:visited {
	color: #d6810a;
	text-decoration: none;
}

a:hover,
a:focus {
	color: #333;
}

.hide {
	position: absolute;
	top: -9999px;
	left: -9999px;
}

/**
 * Structure
 */
#wrapper {
	position: relative;
	width: 1280px;
	margin: 0 auto;
	padding: 0 0 100px 0;
	background: #fff;
}

#header {
	width: 1280px;
	background: url(../images/login_logo.png) no-repeat 980px 40px;
}

#mainnav {
	float: left;
	width: 1200px;
	padding: 20px 40px;
	background: #b0aca6;
	background: -moz-linear-gradient(100% 67% 90deg,#cac7c2, #9b9690);
	background: -webkit-gradient(linear, 0% 20%, 0% 100%, from(#9b9690), to(#cac7c2));
}

#sidebar {
	float: left;
	width: 250px;
	padding: 20px 20px 0 40px;
}

.home-sidebar {
	padding-top: 50px !important;
	border-top: 30px solid #eae6e3;
}

#content {
	float: right;
	width: 970px;
	padding: 20px 0 0 0;
}

.home-content {
	padding: 0 !important;
}

#login {
	background: #fff;
}

#login-wrapper {
	width: 260px;
	margin: 150px auto 0;
}

/**
 * Navigation
 */

#mainnav li {
	float: left;
	margin: 0 10px 0 0;
}

#mainnav a,
#mainnav a:visited {
	padding: 3px 8px;
	color: #fff;
	text-transform: uppercase;
	border: 0;
	background: #e28d18;
	background: -moz-linear-gradient(100% 67% 90deg,#d6810a, #f9a531);
	background: -webkit-gradient(linear, 0% 26%, 0% 60%, from(#f9a531), to(#d6810a));
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

#stream-nav {
	float: left;
}

#user-admin-nav {
	float: right;
}

#logout {
	float: right;
	margin: 0;
}

/**
 * Header
 */
#stream-name {
	clear: left;
	margin: 0 0 10px 40px;
	color: #6a635d;
	text-transform: uppercase;
	font-size: 33px;
	line-height: 38px;
}

#stream-name span {
	font-weight: bold;
}

.no-stream {
	font-size: 20px;
	line-height: 20px;
}

.panel-parrent {
	position: relative;
}

#change-stream,
#new-playlist,
#new-stream {
	cursor: pointer;
}

#stream-selection,
#new-playlist-list,
#new-stream-list {
	display: none;
	position: absolute;
	top: 25px;
	z-index: 99;
	padding: 20px 40px;
	background: #fff;
	border: 1px solid #ddd;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: 2px 2px 5px #aaa;
}

#new-stream-list {
	width: 360px;
}

/**
 * Content
 */
#user-list-table {
	width: 500px;
	margin: 0 0 20px 0;
	text-align: left;
}

#user-detail {
	margin: 0 0 14px 0;
}

.data-table td,
.data-table th {
	padding: 5px;
	text-align: left;
}

.back-link,
.next-link {
	clear: both;
}

.jingle-notice {
	font-size: 18px;
	font-style: italic;
}

.stream-error {
	width: 200px;
}

.small {
	font-size: 10px;
}

/**
 * Sidebar
 */
.sidebar-item {
	float: left;
	width: 250px;
	margin: 0 0 15px 0;
}

.color-label {
	display: block;
	float: left;
	border: 0;
	width: 10px;
	height: 10px;
	margin: 4px 5px 0 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.playlist-menu,
.stream-menu {
	display: none;
	margin: 0 0 0 15px;
}

.sidebar-default-notice {
	font-size: 12px;
	font-style: italic;
	color: #9f9e9a;
}

#current-song {
	margin: 0;
	min-height: 16px;
}

.jclock {
	font-size: 44px;
	line-height: 44px;
	color: #ccc;
}

#remaining-time {
	display: block;
	margin: 5px 0 0 0;
	font-size: 22px;
	line-height: 22px;
	color: #aaa;
}

/**
 * Calendar
 */
#timesheet {
	float: left;
	width: 58px;
	padding: 0 0 10px 0;
	border-right: 1px dotted #aaa5a1;
}

#timesheet li {
	margin: 0 0 1px 0;
	padding: 0 5px 0 0;
	font-size: 11px;
	text-align: right;
	height: 15px;
}

li#tme_sh_first {
	margin: 0 0 -10px 0;
}

#calendar {
	float: left;
	width: 840px;
}

#calendar li {
	float: left;
	width: 119px;
	background: #eae6e3;
	border-right: 1px dotted #aaa5a1;
	text-align: center;
	font-size: 11px;
}

#calendar .date-row {
	display: block;
	padding: 6px 0;
	color: #5c5651;
	font-size: 12px;
}

#calendar .current-day span {
	background: #b0aca6;
	background: -moz-linear-gradient(100% 90% 90deg, #eae6e3, #cac7c2);
	background: -webkit-gradient(linear, 0% 15%, 0% 90%, from(#cac7c2), to(#eae6e3));
}

#calendar ul li {
	position: relative;
	width: 114px;
	padding: 0 5px 0 0;
	height: 15px;
	background: #fff;
	border-bottom:  1px dotted #aaa5a1;
	text-indent: -9999px;
}

#calendar .current-day ul li {
	background: #eae6e3 !important;
}

#calendar .full-column {
	border-bottom:  1px dotted #666;
}

.big-time {
	font-size: 14px;
}

#cal-next-nav {
	float: right;
	width: 66px;
	padding: 6px 0 6px 5px;
	background: #eae6e3;
	color: #5c5651;
	cursor: pointer;
}

#cal-prev-nav {
	padding: 7px 5px 8px 0 !important;
	background: #eae6e3;
	text-align: right;
	font-size: 12px;
	color: #5c5651;
	cursor: pointer;
}

#cal-sidebar-panel {
	position: absolute;
	left: 40px;
	top: 255px;
	font-size: 25px;
	color: #6a635d; 
}

#cal-sidebar-panel span {
	font-size: 20px;
}

.match {
	float: right;
	display: block;
	margin: 0 0 0 5px;
	width: 10px;
	height: 16px;
}

li.last-cell .match {
	height: 15px;
}

.jingle-match {
	position: absolute;
	right: 20px;
	top: 0;
	width: 15px;
	height: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
}

/**
 * Forms
 */
#login-wrapper h1 a {
	display: block;
	text-indent: -9999px;
	width: 256px;
	height: 65px;
	background: url(../images/login_logo.png) no-repeat;
} 

#login-wrapper h1 {
	margin: 0 0 30px 0;
}

#login-form {
	clear: both;
}

#login-form input {
	color: #666;
	padding: 5px;
	background: #fbf7f4;
	border: 1px solid #ccc;
}

#login-form label {
	font-size: 13px;
	color: #999;
}

#login-form #user_name,
#login-form #password,
#login-form #email {
	width: 247px;
}

.note {
	width: 255px;
	margin: 0 0 10px 0;
	text-align: right;
}

input,
label {
	display: block;
}

label {
	margin: 0 0 3px 0;
	
}

input {
	margin: 0 0 8px 0;
}

input[type=text],
input[type=password] {
	width: 205px;
}

select {
	margin: 0 0 8px 0;
}

#add-user-form select {
	display: block;
}

.checkbox-wrap {
	margin: 0 0 10px;
	width: 280px;
}

.checkbox-wrap input {
	float: left;
	margin: 1px 5px 0 0;
}

.label-clear {
	clear: both;
}

.panel-form {
	margin: 20px 0 0 0;
	position: relative;
}

.update-form {
	/*width: 400px; Edit: Stefan Oberli | Grund: Zeilenumbruch bei Playlists verhindern*/
	position: relative;
}

.panel-form .form-sep {
	float: left;
	width: 350px;
	padding: 8px 0 0 0;
	border-bottom: 1px dotted #ccc;
}

.panel-form .last-sep {
	margin: 0 0 20px 0;
}

.panel-form label {
	float: left;
	margin-top: 2px;
	width: 70px;
}

#playlist_label,
#pl_label {
	float: left;
	border: 0;
	width: 18px;
	height: 15px;
	margin: 0 15px 0 0;
	text-indent: -9999px;
	background: #9C3D35;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
}

#colorpicker,
#upd-colorpicker {
	display:none;
	position: absolute;
	top: -40px;
	right: -70px;
	border: 1px solid #ddd;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: 2px 2px 5px #aaa;
	border-radius: 5px;
	background: #fff;
}

#upd-colorpicker {
	right: 0;
}

#open-colorpicker,
#upd-open-colorpicker {
	float: left;
	margin: 2px 0 15px 0;
}

#ui-datepicker-div {
	display: none;
}

#playlist_crossfade,
#pl_crossfade {
	float: left;
	width: 40px;
	margin: 0 5px 10px 0;
}

#pl_crossfade {
	float: left;
	margin: 0 5px 20px 0;
}

.crossfade-field span {
	margin: 2px 0 0 0;
	font-size: 10px;
}

.update-form label {
	clear: both;
}

input#login-submit,
.submit-button {
	float: right;
	color: #fff;
	text-transform: uppercase;
	width: 100px;
	padding: 2px 5px;
	border: 0;
	background: #d6810a;
	background: -moz-linear-gradient(100% 67% 90deg,#d6810a, #f9a531);
	background: -webkit-gradient(linear, 0% 26%, 0% 60%, from(#f9a531), to(#d6810a));
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.submit-button {
	clear: both;
	float: none;
}

.upd-sound-submit {
	float: left;
	margin: 10px 0 0 0;
}

#jstree-ul li.treefolder {
    margin: 10px 0px;
}

#jstree-ul li.treechild {
    margin-top: 10px;
}

#jstree-ul li.treechild+li {
    margin-top: 0px;
    margin-bottom: 0px;
}

.user-submit {
	width: 220px;
}

.error {
	clear: both;
	display: block;
	color: #EF4A4A;
}

.playlist-tree li {
	float: left;
	width: 350px;
}

.playlist-tree a,
.playlist-tree a:visited,
.sidetreecontrol a,
.sidetreecontrol a:visited,
.el-link,
.el-link:visited {
	background: none !important;
	border: none !important;
	color: #d6810a !important;
}

.playlist-tree a:hover,
.playlist-tree a:focus,
.sidetreecontrol a:hover,
.sidetreecontrol a:focus,
.el-link:hover,
.el-link:focus {
	color: #333 !important;
}

.el-link {
	cursor: pointer;
}

#pl_decibel {
	display: block;
}

.playlist-tree input {
	float: left;
	margin: 0 10px 0 0;
}

.playlist-tree label {
	width: 250px;
}

.upd-sound.playlist-tree input {
	display: block;
}

.upd-sound.playlist-tree label {
	display: inline;
	width: 30px;
	margin: 0 10px 0 0;
}

#jquery-jplayer {
	width: 0;
	height: 0;
}

.sidetreecontrol,
.upd-sidetreecontrol {
	clear: both;
	margin: 0 0 10px;
}

.folder {
	font-weight: bold;
}

.folder:hover {
	color: #333 !important;
}

#schedule_form {
	width: 600px;
}

#schedule_form fieldset {
	clear: both;
}

#schedule_form input {
	float: left;
}

#schedule_form label {
	clear: left;
}

#sel_start_wrap {
	width: 110px;
	float: left;
}

#sel_end_wrap {
	float: left;
}

#sel_repeat {
	vertical-align: top;
}

#pl_default_check,
#pl_jingle, #pl_jingle_sequence {
	float: left;
	margin: 2px 5px 0 0;
}

#pl_default_form label {
	float: left;
	margin: 0 5px 0 0;
}

#pl_default_submit {
	padding: 1px 0 0 0;
	border: none;
	background: none;
	color: #d6810a;
	font-size: 11px;
	cursor: pointer;
}

#pl_default_submit:hover {
	color: #333;
}

#pl_default_form fieldset {
	clear: left;
	margin: 0 0 5px 0;
}



#jstree-ul ul li span {
	padding: 0;
	background-repeat: no-repeat;
	background-position: 0 3.5px;
	padding: 1px 0 0 14px;
	cursor: pointer;
}
#jstree-ul ul li span.starter{
	background-image: url("http://www.boutique.fm/admin/js/Boutique_Playlists-Dateien/images/plus.gif");
}
#jstree-ul ul li span.open{
	background-image: url("http://www.boutique.fm/admin/js/Boutique_Playlists-Dateien/images/minus.gif");
}
#jstree-ul ul li span.empty{
	background-image: url("http://www.boutique.fm/admin/js/Boutique_Playlists-Dateien/images/minus.gif");
}
#jstree-ul ul li ul li {
	padding: 0 0 0 20px;
}
#jstree-ul ul li ul li ul li {
	padding: 0 0 0 20px;
}
#jstree-ul ul li ul li ul li ul li {
	padding: 0 0 0 20px;
}
#jstree-ul li input ,
#jstree-ul li label {
		display: inline;
		background-image: none;
}
#jstree-ul li label  {
	margin-right: 20px;
}
