body {
	background: #f1f1f1;
	font-family: Calibri, Arial, Tahoma, sans-serif;
	margin-top: 50px;
}

.navbar-fixed-top .navbar-inner  {
	padding-left: 20px;
	clear: both;
}

input {
	font-family: Calibri, Arial, Tahoma, sans-serif;
}

body a {
	outline: 0;
	color: #005580;
}

.formTopic {
	margin-left: -20px;
	margin-right: -20px;
	margin-top: 0;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px #ececec solid;
	font-weight: normal;
	text-align: center;
	text-transform: uppercase;
}

.summary-section {
	border-bottom: 1px #e3e3e3 solid;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.summary-section #bottom-row {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}

input[type="checkbox"] {
	margin-top: 2px;
}

.inlineCheckbox {
	float: left;
	margin-top: 5px;
}

input.inlineInput {
	float: left;
	margin-top: 0px;
	margin-left: 20px;
	width: 23.404255317%;
}

.north {
	color: #FF0000;
}

.south {
	
}

.abroad {
	color: #0000A0;
}

.delivered_by_us {
	background-color: #D6E9C6;
}

.went_elsewhere, .went_elsewhere:hover {
	background-color: #FFC8C8;
}

.table tbody tr:hover td,
.table tbody tr:hover th {
    background-color: inherit;
}

.pagination span {
  float: left;
  padding: 0 14px;
  line-height: 34px;
  text-decoration: none;
  border: 1px solid #ddd;
  border-left-width: 0;
}

.pagination span.prev {
	border-left-width: 1px;
}

span.confirmed {
	color: #01DF01; 
	background-image: url("../img/test-pass-icon.png"); 
	background-repeat: no-repeat; 
	background-position: right center;
	padding-right: 20px;
}

span.not-confirmed {
	color: #FF0000; 
	background-image: url("../img/test-fail-icon.png"); 
	background-repeat: no-repeat; 
	background-position: right center;
	padding-right: 20px;
}

thead {

	background-color: #fff;
}