/* Admin Menu style */
#admin_menu {
	margin: .5em;
	padding: .75em;
	/* background-color: #1c334d; */
	background-image: url(/img/debug.png);
}

#admin_menu ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#admin_menu li {
	font-size: 11px;
	margin-left: 1em;
	color: #fff;
}

#admin_menu>ul {
	margin-top: .2em;
}

#admin_menu>ul>li {
	margin-bottom: .2em;
	margin-left: .5em;
}

#admin_menu a {
	font-weight: normal;
	color: #fff;
	/* color: #8ad2ff; */
}

#admin_menu a:hover {
	text-decoration: underline;
	/* color: #fb4; */
}

#admin_menu>ul>li>a {
	color: #8ad2ff;
}

/* Tourdates Panel */
.tourdates.index label[for="VenueName"], .tourdates.index label[for="TourdateVenueLocation"] {
	width: 206px;
	padding-right: 0;
	float: left;
}
.tourdates.index label[for="TourdateVenueLocation"] {
	margin-left: 10px;
}
.tourdates.index select#TourdateArtistId {
	padding: 2px;
	width: 204px;
	max-width: 204px;
}
.tourdates.index input#TourdateTour {
	width: 200px;
}
.tourdates.form {
	width: 600px;
}
input.dp-applied {
	width: 200px;
}
/* datePicker button */
a.dp-choose-date {
	float: left;
	width: 16px;
	height: 16px;
	padding: 0;
	margin: 5px 3px 0;
	display: block;
	text-indent: -2000px;
	overflow: hidden;
	background: url('/img/silk/calendar.png') no-repeat;
}

a.dp-choose-date.dp-disabled {
	background-position: 0 -20px;
	cursor: default;
}
/* makes the input field shorter once the date picker code
 * has run (to allow space for the calendar icon
 */
input.dp-applied {
	width: 140px;
	float: left;
}
