/*
Stylesheet generated by Turbine - http://turbine.peterkroener.de/
*/
ul#spells, section.spellbook ul, ul#spellbook-list {
	overflow: hidden;
	margin: 0;
	padding: 0;
}
ul#spells li, section.spellbook ul li, ul#spellbook-list li {
	float: left;
	margin: 0.3em;
	padding: 0.2em 0.5em;
	list-style-type: none;
	border-radius: 0.4em;
	border: 1px solid rgba(0, 0, 0, 0.5);
	box-shadow: 0.1em 0.1em 0.1em rgba(0, 0, 0, 0.5);
}
ul#spells li {
	background: #EEE;
	cursor: move;
}
ul#spells li.fade {
	opacity: 0.2;
}
ul#spells li.hide {
	display: none;
}
div#spell-list {
	float: left;
	width: 60%;
}
p#class-selector label {
	white-space: nowrap;
}
p#class-selector label input {
	vertical-align: top;
}
ul#spellbook-list li {
	border-radius: 0;
}
.ui-draggable-dragging {
	z-index: 100;
}
div#spellbooks {
	margin-left: 62%;
}
div#spellbooks >h4 {
	margin: 0.5em 0;
	line-height: 1em;
}
div#spellbooks input#share-box {
	width: 100%;
}
div#spellbooks section.spellbook {
	border: 1px solid rgba(0, 0, 0, 0.5);
	border-radius: 1em;
	margin: 1em 0;
	box-shadow: 0.2em 0.3em 0.3em rgba(0, 0, 0, 0.5);
	position: relative;
	background: white;
}
div#spellbooks section.spellbook span.reason {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	bottom: 0;
	font-size: 2em;
	text-align: center;
	line-height: 2em;
	margin-top: -1em;
	font-weight: bold;
	display: none;
}
div#spellbooks section.spellbook.block {
	opacity: 0.5;
	box-shadow: none;
}
div#spellbooks section.spellbook.hover {
	border-color: black;
	box-shadow: 0.2em 0.3em 0.3em rgba(0, 0, 0, 1);
	background: lightgreen;
}
div#spellbooks section.spellbook.hover.block {
	background: orangered;
}
div#spellbooks section.spellbook.hover.block span.reason {
	display: block;
}
div#spellbooks section.spellbook:hover h4 {
	background: #AADD96;
}
div#spellbooks section.spellbook.active h4 {
	background: #60C659;
}
div#spellbooks section.spellbook h4 {
	display: block;
	font-weight: normal;
	font-size: 1em;
	margin: 0;
	background: #EEE;
	border-top-left-radius: 1em;
	border-top-right-radius: 1em;
	padding: 0.25em 1em;
	border-bottom: 1px solid rgba(0, 0, 0, 0.5);
	position: relative;
}
div#spellbooks section.spellbook h4 .delete {
	position: absolute;
	display: block;
	top: 0;
	right: 0;
	border-top-right-radius: 1em;
	padding: 0.25em 1em;
}
div#spellbooks section.spellbook h4 .name {
	display: block;
	width: 100%;
}
div#spellbooks section.spellbook h4 .name:hover {
	cursor: pointer;
	text-decoration: underline;
}
div#spellbooks section.spellbook h4 input {
	line-height: 1em;
	padding: 0;
	border: 1px solid #999;
	margin: -1px;
	background: white;
	font-family: inherit;
	color: inherit;
	width: 100%;
	box-sizing: border-box;
}
div#spellbooks section.spellbook ul {
	min-height: 2em;
	padding: 0.25em 0.5em;
}
div#spellbooks section.spellbook ul li {
	background: #EEE;
	cursor: move;
}
div#spellbooks section.spellbook ul li.invisible {
	visibility: hidden;
}
div#spellbooks section.spellbook ul li a {
	margin-left: 0.5em;
}
span.complexity {
	font-family: serif;
}
div#spellbook-adder {
	margin: 1em -20px 2em -20px;
	background: #F0F0F0;
	padding: 0.5em 20px;
	border: 1px solid #BBB;
	border-width: 1px 0;
}
div#spellbook-adder.hidden {
	display: none;
}
p#class-selector a.active {
	font-weight: bold;
}
