/* here you can put your own css to customize and override the theme */

#SpecialReminder {
	text-align: center;
	margin: 3px;
	font-size: 14px;
	font-weight: bold;
	color: red;
}

.icon-blank {
	width: 1em;
	content: ' ';
}

.fixSides {
	padding: 0px;
}

.titleCase {
	text-transform: capitalize;
}

.form-group-sm {
	clear: both;
}

.form-group-sm .form-control {
  height: 28px;
  padding: 5px;
  font-size: 12px;
  line-height: 28px;
}

.portlet {
	margin-bottom: 15px;
	font-size: 16px;
	padding: 5px;
	margin: 10px 10px;
}

legend {
	font-size: 16px;
}

.form-control:focus {
	background: #FFFFCF;
	border: solid 1px #8860FB;
}

#divAuthStatus {
	font-weight: bold;
	font-size: 14px;
	text-align: center;
	padding: 5px;
	margin: 5px 0px;
}
#divExtraLabel {
	font-size: 12px;
	text-align: center;
	padding: 5px;
	margin: 7px 0px;
}

.formatCurrency, .formatSCurrency, .formatExchangeRate, .number {
	text-align: right;
}

.form-actions {
	text-align: center;
	padding: 0px;
	background: #EEE;
}

.table > thead > tr > th > a {
	color: #8e5fa2;
}

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 2px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}

.dtSearchInput {
	font-family: "Open Sans", sans-serif;
	font-size: 12px;
	border: solid 1px #CCC;
	margin: 0px;
	padding: 0px 5px;
}

.headerRed {
	color: #FFF;
	background: #800000;
}

.header1 {
	color: #FFF;
	background: #5B9BD5;
}

.header1 a {
	color: #FFF;
	background: #5B9BD5;
}

td.altRow {
	color: #000;
	background: #DEEAF6;
}
td.altRow:hover {
	background: #CBDBEB;
}