form .form-group {
	padding-left: 20px;
}

.asteriskField {
	display: none;
}

/* ---------------------- */
/* header */

.navbar {
	padding: 5px 15px;
	background-color: #000;
	color: #fff;
	background-image: linear-gradient(
		rgb(232, 232, 232) 0px,
		rgb(245, 245, 245) 100%
	);
	background-image: none;
	border: none;
}
.navbar .container {
	width: 100%;
	padding: 0;
}
.navbar-breadcrumbs {
	float: left;
	margin-right: 10px;
	font-size: 1.25em;
	padding-top: 5px;
	font-weight: bold;
	line-height: 1;
}
.navbar-breadcrumbs > a {
	color: #8cf;
	text-decoration: none;
}
.navbar-breadcrumbs > a:hover {
	color: #fff;
	text-decoration: none;
}

.navbar-default .navbar-nav > li > a,
.navbar-default .navbar-nav > li > form > button {
	/* overruling bootstrap */
	border: none;
	padding-top: 5px;
	padding-bottom: 5px;
	text-shadow: none;
	text-decoration: none;
	color: #8cf;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > form > button:hover {
	/* overruling bootstrap */
	color: #fff;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover {
	/* overruling bootstrap */
	color: #fff;
	background-color: #555;
	background-image: inherit;
}

.well {
	margin-bottom: 0;
}

h1 {
	margin-top: 10px;
	margin-bottom: 35px;
}

/* ---------------------- */

ul.messages {
	list-style: none;
	padding: 0 15px;
	max-width: 1000px;
}

article {
	padding: 15px;
}

.subtitle {
	font-size: 0.75em;
	font-weight: normal;
	padding-left: 0.33em;
}

/* ---------------------- */
/* Applications List table */

.applist td {
	white-space: nowrap;
}
.applist table {
	max-width: 700px;
}
.applist-topic {
	width: 80%;
}
.applist-topiccount {
	text-align: right;
	width: 20%;
}

/* ---------------------- */
/* Topics List table */

.topiclist td {
	white-space: nowrap;
}
.topiclist table {
	max-width: 1200px;
}

.topiclist-subject {
}
.topiclist-level {
	width: 7em;
}
.topiclist-receiveddate {
	width: 15em;
}
.topiclist-sentdate {
	width: 15em;
}
.topiclist-alertlist-more td {
	padding-left: 1.5em !important;
	font-style: italic;
}

/* ---------------------- */
/* Alerts List table */

.alertlist td {
	white-space: nowrap;
}
.alertlist table {
	max-width: 1620px;
}
.alertlist table.alertlist-active {
	max-width: 1200px;
}

.alertlist-subject {
}
.alertlist-level {
	width: 7em;
}
.alertlist-receiveddate {
	width: 15em;
}
.alertlist-sentdate {
	width: 15em;
}
.alertlist-donedate {
	width: 15em;
}
.alertlist-doneby {
	width: 15em;
}

/* ---------------------- */
/* Filter Alerts List */

.alertlist_form_filter {
	max-width: 700px;
	margin: 5px 0 15px 0;
	padding: 5px;
	border: solid 1px #ccc;
	background-color: #eee;
	font-size: 0.75em;
}

.alertlist_form_filter ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.alertlist_form_filter li {
	padding: 0.3em 0 0.6em 1em;
	display: inline-block;
	white-space: nowrap;
}
.alertlist_form_filter label {
	padding-right: 0.3em;
}
.alertlist_form_filter .gofetch {
	display: block;
	padding: 0.3em 0 0 0.6em;
}
.alertlist_form_filter input[type="submit"] {
}
.alertlist_form_filter a {
	margin-left: 0.3em;
}

.alertlist_form_batchdone {
}

#id_batch_comment {
	height: 7em;
	padding: 0.1em 0.5em;
	width: 100%;
	max-width: 700px;
}

/* ---------------------- */
/* Symbol Decorations of Alerts */

.item-done,
.item-sent,
.item-todo,
.item-received,
.item-signed {
	padding-left: 0.2em !important;
	padding-right: 0.2em !important;
	color: #777;
}
.item-todo {
	color: #a00;
	font-size: 1.15em;
}
.item-received {
}
.item-sent {
}
.item-done {
	color: #3a3;
}
.item-signed {
}

.DEBUG {
	color: #777;
	font-weight: normal;
	text-transform: lowercase;
}
.INFO {
	color: #555;
	font-weight: normal;
	text-transform: lowercase;
}
.WARNING {
	color: #000;
	font-weight: normal;
	text-transform: uppercase;
}
.ERROR {
	color: #a00;
	font-weight: bold;
	text-transform: uppercase;
}
.CRITICAL {
	color: #f00;
	font-weight: bold;
	text-transform: uppercase;
}

/* ---------------------- */
/* Alert Page */

.alertitem {
}
.alertitem-subject {
}
.alertitem-donecommentaction {
}
.alertitem-donecomment {
}
.alertitem-comment {
}
.alertitem-action {
}
.alertitem-metadata {
}
.alertitem-level {
}
.alertitem-history {
}
.alertitem-text {
}

.alertitem {
	max-width: 1000px;
}

.alertitem h1 {
	padding-left: 0;
	margin: 0 0 1em 0;
}
.alertitem-subject {
	margin: 0 0 20px 0;
	padding-left: 20px;
	font-size: 1.5em;
	font-weight: bold;
	color: #a00;
}

.alertitem-donecommentaction,
.alertitem-metadata,
.alertitem-text {
	margin: 1em 0;
	border: 1px solid #fff;
	padding: 0.66em 20px;
}
.alertitem-metadata {
	border-color: #ccc;
	background-color: #fafafa;
}
.alertitem-donecommentaction {
	border-color: #daa;
	background-color: #fafafa;
}
.alertitem-text {
	border-color: #aad;
	background-color: #fafaff;
}

.alertitem-metadata dl,
.alertitem-donecommentaction dl {
	margin: 0;
	line-height: 1.75em;
}
.alertitem-metadata dt,
.alertitem-donecommentaction dt {
	display: inline-block;
	padding-right: 0.5em;
}
.alertitem-metadata dd,
.alertitem-donecommentaction dd {
	display: inline-block;
	padding-right: 2em;
}

.alertitem-comment {
	margin: 0.5em 0;
	font-style: italic;
	white-space: pre-line;
	width: 100%;
	max-width: 700px;
}
.alertitem-nocomment {
	color: #a00;
	text-transform: uppercase;
}

.alertitem-donecomment {
	margin-bottom: 1.5em;
}

.alertitem-action textarea {
	height: 7em;
	padding: 0.1em 0.5em;
	width: 100%;
	max-width: 700px;
}
.alertitem-action input[type="submit"] {
	margin-top: 0.5em;
	margin-right: 2em;
}

.alertitem-text {
	font-family: monospace;
	white-space: pre-wrap;
}
