html, body {
	margin: 0;
	padding: 0;
	height: 100%;
}

#wrapper {
	min-height: 100%;
	position: relative;
}

#header {
	background-image: none;
	background-color: #FFF;
}

#content {
	padding-bottom: 174px; /* Height of the footer element */
}

#footer {
	width: 100%;
	height: 189px;
	position: absolute;
	bottom: 0;
	left: 0;
}

.form-horizontal .form-group {
	margin-right: -15px;
	margin-left: -15px;
	margin-bottom: 0px;
}

.error_text {
	color: red;
	clear: both;
	font-size: 0.8em;
	margin-top: 0.5em;
}

.tooltip-inner {
	color: #000;
	background-color: #C4CED6;
	border-radius: 4px;
}

.tooltip.left .tooltip-arrow {
	border-left-color: #C4CED6;
}

#suggesstion-box {
	z-index: 1000;
	position: absolute;
}

.eauUnitNo {
	width: 70px;
}

.eauCheckboxHolder {
	padding-left: 0px;
	margin-top: 0px;
}

.eauRadioHolder {
	margin-top: 0px;
}

#upload_target {
	width: 0;
	height: 0;
	border: 0px solid #fff;
}

#country-list {
	float:left;
	list-style:none;
	margin-top:0;
	padding:0;
}

#country-list li {
	padding: 10px; 
	background: #f0f0f0; 
	border-bottom: #bbb9b9 1px solid;
}

#country-list li:hover {
	background:#ece3d2;
	cursor: pointer;
}

.eauFinalresultAddr {
	font-weight: bolder;
}

.paymentProcessing {
	text-align: center;
	font-weight: bold;
}

.enquiryNote {
	list-style-type: disc;
	margin-left: 15px;
}

.enquiryResultContainer {
	margin-top: 15px;
}

.informationHeader {
	margin-bottom: 0px;
}

.informationHeaderSpacer {
	margin-bottom: 20px;
}
/*  #14 SSP fixes 2.1.1 Keyboard START */
.skip-link {
    position: absolute;
    left: -150%;
    top: -150%;
    z-index: -1;
}

.skip-link:focus {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1055;
    padding: 0.5rem;
    background-color: rgb(251, 191, 36);
    color: #000;
    outline: 2px solid rgb(16, 16, 16);
    font-size: 16px;
    font-family: inherit;
    text-decoration: none;
    transition: none;
}
/*  #14 SSP fixes 2.1.1 Keyboard END */
/*  #14 SSP fixes 1.4.3  */
.btn-primary
{
    background: #007AB4 !important;
    border: 1px solid#007AB4 !important;
}
/*  #14 SSP fixes 1.4.1  */
#main-content a:not(.btn):not(.button) {
	font-weight: 600;
	text-decoration: underline;
}
