.dirHeader
{
	text-align: center;
}

.categories:after
{
	content: " ";
	display: block;
	clear: both;
	/*outline: 1px solid red;*/
}
.category
{
	position: relative;
	float: left;
	width: 24em;
	height: 4em;
	/*outline: 1px solid magenta;*/
	margin: 0.5em 1em 0.5em 0;
	padding-top: 0.5em;
	padding-left: 0.5em;
}

.category a
{
	text-decoration: underline;
}

.category .title
{
	font-size: 120%;
	font-weight: bold;
	/*clear: both;*/
}

.category .subcategory
{
	font-size: 85%;
}

.category.personalSpace
{
	float: left;
	clear: both;
	margin-top: 2em;
}

.category .options
{
	/*margin-left: 1em;*/
	padding-left: 1em;
	/*float: left;*/
	outline: 1px solid blue;
	/*clear: right;*/
	/*display: inline;*/
	/*clear: both;*/
}

.category .options a i.icon-caret-down
{
	font-size: 0.75em;
	outline: 1px solid green;
}

.category:hover, .category.selected, .design:hover, .design.selected
{
	box-shadow: 2px 3px 6px rgba(42, 42, 42, 0.4);
	position: relative;
}

.category.link .title:before
{
	font-family: FontAwesome;
	content: '\f064';
	display: block;
	position: relative;
	float: left;
	font-size: 0.8em;
	color: #777;
	padding-right: 5px;
	/*outline: 1px solid blue;*/
}

.category:hover:after, .design:hover:after
{
	font-family: FontAwesome;
	content: '\f096';
	display: block;
	position: absolute;
	top: 0.5em;
	right: 0.5em;
	color: #99aa99;
	font-size: 1.5em;
}

.category.selected:after, .design.selected:after
{
	font-family: FontAwesome;
	content: '\f14A';
	display: block;
	position: absolute;
	top: 0.5em;
	right: 0.5em;
	color: #00aa00;
	font-size: 1.5em;
}


.category, .design
{
	transition: box-shadow 0.4s ;
}

.designs {
  list-style-type: none;
  margin-left: 0;
  padding-left: 0;
}
.designs .design-list-item { /* for design lists with no checkboxes */
    margin: 1em 0;
}
.designs li.design
{
  margin: 0.5em 0;
  padding: 0.5em 0.2em;
  /*outline: 1px solid blue;*/
}
#addCategoryMenu div
{
	display: block;
	line-height: 2em;
	text-align: center;
}

#addCategoryMenu div i.icon-spinner
{
	font-size: 2em;
}

ul.fancytree-container
{
	border: 0;
	outline: 0;
}

#placeName
{
	background-color: #CBE8F6;
}