/* styles for check - OEVF */
#ctl00_SiteMapPath1{
	display:none;
}
.topHeading {
	margin-top: 48px;
	margin-bottom: 24px;
	max-width: 860px;
}
.formbackground {
	background-color: #ffffff;
	margin-top: 16px;
	border-top: 1px solid #efefef;
	max-width: 860px;
}
.formtotalwidth {
	max-width: 860px;
}
.enrolmentMessage {
	font-weight: bold;
}
.frametable {
	background: url("http://www.aec.gov.au/images/bg-frame.gif") repeat-y;
	background-position: center;
	background-color: #e3d2e5;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
.oevf-input {
	margin:1em 0;
}
.oevf-nolabel {
    display: flex;
}

.submitbutton, .button, .reset {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	transition: all .15s ease-in-out;
	margin-top: 1em;
	min-width: 140px;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	height: 48px;
	padding: 0 20px;
	border-radius: 30px;
	font-family: "roboto", Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 16px;
	letter-spacing: 0.5px;
	margin-bottom: 16px;
	border: 1px solid transparent;
	height: calc(1.5em + .9rem + 5px);
}

.oevf-input .submitbutton {
	color: #fff;
	background-color: #6e267b;
	border-color: #6e267b;
	margin-left: 6px;
	height: calc(1.5em + .9rem + 5px);
}
.oevf-input .button {
	background: #fff;
	color: #6e267b;
	border: 1px solid #6e267b;
	height: calc(1.5em + .9rem + 5px);
}

.oevf-input .reset:hover,
.oevf-input .reset:active,
.oevf-input .reset.active {
	background: #fff;
	color: #6e267b;
	text-decoration: underline;
	border-color: #8E3A9D;
}

.oevf-input .submitbutton:hover,
.oevf-input .submitbutton:active,
.oevf-input .submitbutton.active {
	background: #8E3A9D;
    color: #fff;
    text-decoration: underline;
    border-color: #8E3A9D;
}
.oevf-input .button:hover,
.oevf-input .button:active,
.oevf-input .button.active {
	border: 1px solid #8E3A9D;
    background: #fff;
    color: #8E3A9D;
    text-decoration: underline;
}
.oevf-input label {
    font-weight:700;
}
.oevf-input select {
	display: block;
	width: 100% !important;
	height: calc(1.5em + .75rem + 2px);
	padding: .375rem .75rem;
	font-size: 1rem;
	border: 1px solid #4D4D4D;
	border-radius: 8px;
}
.oevf-input .reset {
	background: #fff;
	color: #6e267b;
	border: 1px solid #6e267b;
	height: calc(1.5em + .9rem + 5px);
	border-radius: 30px;
}

@media screen and (max-width: 300px) {
	.submitbutton, .button, .reset {
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
		transition: all .15s ease-in-out;
		margin-top: 1em;
		min-width: 40px;
		display: flex;
		flex-direction: row;
		justify-content: center;
		align-items: center;
		height: 48px;
		padding: 0 14px;
		border-radius: 30px;
		font-family: "roboto", Helvetica, Arial, sans-serif;
		font-style: normal;
		font-weight: 600;
		font-size: 16px;
		line-height: 16px;
		letter-spacing: 0.5px;
		margin-bottom: 16px;
		border: 1px solid transparent;
		height: calc(1.5em + .9rem + 5px);
	}
}
.oevf-input input:not([type="reset"]):not([type="submit"]) {
	display: block;
	width: 100%;
	height: calc(1.5em + .75rem + 2px);
	padding: .375rem .75rem;
	font-size: 1rem;
	margin: 0;
	line-height: 1.42857143;
	color: #555;
	background-image: none;
	border: 1px solid #4D4D4D !important;
	border-radius: 8px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	-webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.oevf-input input:focus, .oevf-input select:focus {
	outline: 3px solid #B900DA;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}

@media only screen and (min-width : 768px) {
	#ctl00_ContentPlaceHolderBody_textPostcode {
		width: 33%;
	}
}

#ctl00_ContentPlaceHolderBody_autoCompleteExtenderStreetName_completionListElem li {
	background-color: #ffffff !important;
	cursor: pointer;
	font-family: "roboto", Helvetica, Arial, sans-serif;
	margin: 6px 6px;
}

	#ctl00_ContentPlaceHolderBody_autoCompleteExtenderStreetName_completionListElem li:hover {
		background-color: #efefef !important;
	}

#ctl00_ContentPlaceHolderBody_panelSuccess td {
	width: 33%
}

#ctl00_ContentPlaceHolderBody_panelSuccess table {
	margin: 16px 0
}

#content table td, table th {
	border-style: none;
	padding: 2px 5px;
	margin: 0;
	vertical-align: top;
}

#ctl00_ContentPlaceHolderBody_panelForm .alerts p:first-of-type {
	font-size: 16px;
	font-size: 1rem;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

.optionalfield {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border: dotted 1px #000000;
}

.requiredfield {
	color: #584D00;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border: solid 1px #000000;
}

.optionalselectfield {
	padding: 1px 1px 1px 1px;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border: dotted 1px #000000;
}

.oevf-input .requiredtext {
	color: #dc3545;
}

.exampletext {
	color: Gray;
	font-size: 0.9em;
}

.warningbanner {
	color: #753789;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: medium;
	display: block;
	width: 100%;
	text-align: center;
}


#navBar p.breadCrumbs {
	float: left;
	width: 750px;
	text-align: left;
	margin-left: 15px;
	font-weight: normal;
}

.breadCrumbs a {
	color: #666666;
	text-decoration: none;
}

	.breadCrumbs a:hover {
		text-decoration: underline;
		color: #D00000;
	}

.toparrow img {
	border: 0px;
	vertical-align: middle;
}

.h2img {
	border: 0px;
}

#navBar p.breadCrumbs span {
	font-weight: normal;
}

#nswImage {
	background-image: url(../images/electoral-commission-nsw-button-strip2.gif);
	background-repeat: no-repeat;
	height: 60px;
	width: 100%;
	cursor: pointer;
}

#nswText {
	position: relative;
	top: 27%;
	left: 24%;
	color: White;
	font-family: Calibri;
	font-weight: bold;
	font-size: 20px;
}

.ajaxCompletionList {
	border-style: solid;
	border-width: 1px;
	background-color: #FFFFFF;
	list-style-type: none;
}

.ajaxCompletionListItem {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: smaller;
}

.ajaxCompletionListHighlightedItem {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: smaller;
	color: #FFFFFF;
	background: #003399;
}

.ajaxDropDownListItem {
}

	.ajaxDropDownListItem:hover {
		color: #FFFFFF;
		background: #003399;
	}

.extractDate {
	display: block;
	text-align: center;
}

/*********************************/
/* Info boxes */
/*********************************/
.infoNote {
	padding: 16px;
	padding: 1rem;
	margin-top: 16px;
	margin-top: 1rem;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
	position: relative;
	border: solid 3px #007cde;
	border-left-width: 48px;
	border-left-width: 3rem;
	border-radius: 4px;
	word-wrap: break-word;
	background-color: #fff;
	box-shadow: none;
}

	.infoNote:before {
		font-family: 'Font Awesome 6 Free';
		font-size: 20px;
		font-size: 1.5rem;
		color: #fff;
		position: absolute;
		content: "\f05a";
		font-weight: 800;
		top: 12px;
		top: .75rem;
		left: -36px;
		left: -2.25rem;
		width: 24px;
		width: 1.5rem;
		height: 24px;
		height: 1.5rem;
		border-left-width: -12px;
		border-left-width: -.75rem;
		display: block;
		background-repeat: no-repeat;
		background-color: #007cde;
	}