.container {
	padding-left: 0px;
	padding-right: 0px;
}
nav.navbar-default {
	width: 1170px;
}
section.admin-links-third {
	width: 380px;
	margin-right: 13px;
	float: left;
	height: 300px;
}
section.admin-links-third:last-child {
	margin-right: 0px;
}
section.admin-links-third ul,section.admin-links-full ul {
	list-style: none;
	padding-left: 0px;
}
section.admin-links-full {
	width: 100%;
}
.clear {
	clear: both;
}
section.login {
	font-size: 14px;
	width: 400px;
	margin: 100px auto 0 auto;
}
section.login input {
	font-size: 14px;
}
.add-heading-container {
	width: 100%;
}

.back-to-list {
	width: 100%;
	float: left;
	margin-bottom: 10px;
}
.actions a {
	padding-right: 2px;
}
.search-field input {
	height: 30px;
}
.chosen-container-multi .chosen-choices .search-field input {
	height: 30px !important;
}
.chosen-container-multi {
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	-webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.noTasks td {
	background-color: red !important;
}