a, a:hover{
	text-decoration: none;	
}

.actionBar{
	margin-bottom: 1em;
}

th.sorting_asc, th.sorting_desc, th.sorting{
	cursor: pointer;
}

.actions{
	white-space: nowrap;
}


#siteHeader{
	padding-top: 50px;
	text-align: center;
	padding-bottom: .3em;
}

#siteHeader .container > div{
	position: relative;
}

#logo{
	font-family: 'Bangers', cursive, serif;
	font-size: 60px;
	text-shadow: 4px 4px 0 #e0e0e0;
	-webkit-text-shadow: 4px 4px 0 #e0e0e0;	
}

#logo a{
	text
}

.empty{
	padding: 2em;
}

#userMenu{
	position: absolute;
	right: 10px;
	top: 10px;
	text-align: left;
}

#userMenu .toggler{
	font-size: 1.8em;
	color: #666;
}

#authMessage{
	margin-bottom: 2em;
}

.big{
	font-size: 1.5em;
}

.disabled{
	color: #d0d0d0;
}

.priority{
	white-space: nowrap;
}

.hot{
	color: red;
}

.ui-autocomplete{
	z-index: 1100;
}

.comment{
	position: relative;
	width: 25px;
	display: inline-block;
	text-align: center;
}

.comment .count{
	position: absolute;
	top: 2px;
	left: 0;
	width: 25px;
	text-align: center;
	color: #fff;
	font-size: 11px;
}

th{
	white-space: nowrap;
}

.navbar-btn.navbar-right{
	margin-left: 10px;
}

.taskActionProject{
	margin-top: 8px;
}

.error-message{
	background: #f2dede;
	padding: 5px;
	color: #a94442;
	border: 1px solid #ebccd1;
	border-radius: 4px;
}

#TaskAddForm, #TaskEditForm{
	padding-bottom: 50px;
}