a.logoutLink {
	font-size: 0.9em;
	text-decoration: none;
}

p.note {
	display: inline;
	font-size: 0.9em;
	color: #999;
	font-style: italic;
}

button {
  padding: 14px 20px;
  margin-top: 20px;
  width: 100%;
}

.valid {
	border-color: #006600;
}

.invalid {
	border-color: #b30000;
}

div.row {
	margin-top: 5px;
	margin-bottom: 5px;
}

h2.standout {
	color: #06c;
	font-style: italic;
	font-weight: bold;
	font-size: 2em;
}

.bg-success, .bg-warning, .bg-danger, .bg-info {
	padding-top: 10px;
	padding-bottom: 10px;
}

.checkmark-success {
	color: #006600;
	vertical-align: middle;
	text-align: right;
	padding-top: 10px;
	padding-bottom: 10px;
}

.x-error {
	color: #b30000;
	vertical-align: middle;
	text-align: right;
	padding-top: 10px;
	padding-bottom: 10px;

}

.padded-container {
	margin-left: 20px;
	margin-right: 20px;
}

p.nomatch {
	color: #b32400;
}

div.menu-title {
	font-size: 2em;
	color: #4d4d4d;
}

p {
	line-height: 1.5em;
}

.redirectlinks {
	border-bottom: 1px solid #003366;
}

a.inforedirectlinks {
	color: #b30000;
	border-bottom: 1px solid #b30000;
}

a.inforedirectlinks:hover, a.inforedirectlinks:focus {
	color: #990000;
}

a.menu-item:hover, a.menu-item:focus {
	text-decoration: underline;
}

a.menu-item-selected {
	background-color: #d9d9d9;
	color: #000000;
}

.error_text {
	color: #b30000;
}

.success_text {
	color: #006600;
}

.card {
	padding: 0px;
	overflow: hidden;
	border-radius: 5px;
	border: 1px solid #D5DBDB;
	margin-bottom: 10px;
//	box-shadow: 5px 5px #EAEDED;
}

.bg-grey {
	background-color: #EAEDED;
}

.bg-lightblue {
	background-color: #D6EAF8;
}

.card-header {
	padding: 10px;
}

.card-body {
	border-top: 1px solid #D5DBDB;
	padding: 10px;
}

.col-header {
	font-weight: bold;
}

.status-indicator {
	padding: 2px 15px;
	border-radius: 10px;
	font-weight: bold;
	float: right;
}

.directory-status-indicator {
	padding: 2px 15px;
	border-radius: 10px;
	font-weight: bold;
}
