.view-title h1 {
	margin:0;
}
.modal .view-title h1 {
	padding:0 20px;
}
div.results {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
.modal-content form {
	margin:20px;
}
.btn-toolbar form {
	display:inline-table;
	margin:0;
	padding:0;
}
td.post-actions {
	min-width:150px;
}
h3.post-title {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.row.list-view {
  margin: 0px 0px 20px;
}
.list-view h3.post-title {
	margin: 7px 0px;
	font-size: 12pt;
	line-height: 20px;
}
.list-view .post {
	border-bottom: 1px solid #ccc;
	padding: 10px 0px;
}
.list-view .post:first-child {
	border-top: 1px solid #ccc;
}

.filter-bar .input-group .btn-primary,
.filter-bar .input-group .btn-danger {
	color: #fff;
}
.export-bar {
	margin: 0px 0px 20px;
}
.post-taxonomy {
	height:200px;
	overflow:scroll;
	border: 1px solid #ccc;
	padding: 10px;
}

.post-taxonomy label {
	font-weight:normal;
}
.post-taxonomy ul {
	list-style: none;
}
.post-taxonomy>ul {
	padding-left:0;;
}

.taxonomy-list ul {
	list-style: none;
	padding: 0;
}

.taxonomy-list ul ul {
	padding-left: 32px;
}

.taxonomy-list .term-row:hover {
	background-color: #d9edf7;
	border-color: #bce8f1;
	color: #31708f;
}
.pagination {
	margin: 0px 0px 20px;
}
.pagination .btn-group:first-child {
	margin-left: 0px;
}

.action-bar .btn, .pagination .btn {
	padding-left:8px;
	padding-right:8px;
}
.toggle-bookmark.active {
	color:#c12e2a;
}
.toggle-bookmark.waiting {
	color:#ccc;
}
.single-view .bookmark-wrapper {
	float: right;
	font-size: 40px;
	margin-top:20px;
}
.grid-view .bookmark-wrapper {
	float: right;
	font-size: 20px;
	margin-top:-16px;
}

.text-counter > div {
	display: inline-block;
	margin-right: 10px;
	margin-bottom: 0px;
}

.email-export-form {
	display: none;
}

.email-export-form input[type="text"] {
	width: 250px;
	display: inline;
	margin: 0 5px;
}

.list-field {
	padding-top: 7px;
	padding-bottom: 7px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.list-field:first-child {
	margin-left: 0px;
}

.clickable {
	cursor: pointer;
}

smallcaps {
	font-variant: small-caps;
}

.label-md {
	padding: 7px 9px;
	font-size: 14px;
	line-height: 20px;
}

.scroll-box {
	overflow: auto;
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}
