@font-face { font-family: "Roboto"; src: url("https://fonts.gstatic.com/s/roboto/v32/KFOmCnqEu92Fr1Mu4mxKKTU1Kg.woff2") format("woff2"); font-style: normal; font-weight: 400; font-display: swap; unicode-range: U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+304, U+308, U+329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
@font-face { font-family: "Roboto"; src: url("https://fonts.gstatic.com/s/roboto/v32/KFOlCnqEu92Fr1MmWUlfBBc4AMP6lQ.woff2") format("woff2"); font-style: normal; font-weight: 700; font-display: swap; unicode-range: U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+304, U+308, U+329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
@font-face { font-family: Roboto; src: url("static/media/Roboto-Regular.a5497ed0.woff2") format("woff2"), url("static/media/Roboto-Regular.2ac1caeb.woff") format("woff"), url("static/media/Roboto-Regular.b43c203d.ttf") format("truetype"); font-style: normal; font-weight: 400; }



html,body {
	font-family: Roboto, arial, helvetica, sans-serif;
}

#header {
background-color: #fff;
padding-top: -5px;
}

#banner {
  height: 300px;
  min-width: 960px;
  background-image: url(https://static.smartygrants.com.au/gosnells/banner.jpg);
  background-size: cover;
  background-position: center center;
  padding-top: 70px;
}

#header a, #header a:link, #header a:visited, #header a:hover, #header a:active, #header a:focus {
	border: none;
	outline: none;
	text-decoration: none;
	display:inline-block;
}

#logo {
	margin: 0 auto;
	width: 960px;
padding-bottom: 20px;
  padding-top: 20px;
position: relative;
}

#wrapper {
	height: 100%;
	margin: 0 auto;
	min-height: 800px;
	width: 960px;
}

#head {
	line-height: 40px;
	min-height: 40px;
	padding: 10px 15px;
}

#head a, #head a:link, #head a:visited {
    text-align: center;
    text-decoration: none;
	color: black;
    background-color: #9fcd00;
	font-size: 15px;
	padding: 5px;
	white-space: nowrap;
    margin: 0 .1em .1em 0;
    padding: .5em 1em;
    font-size: inherit;
    line-height: 1.6;
    border-radius: 2px;
    font-weight: 700;
}

#head a:hover, #head a:active, #head a:focus {
	text-decoration: underline;
}

#user, #headlinks {
	margin: 0px;
}

#headlinks {
	float: none;
    font-size: 11.5pt; 
}

#body {
	background-color: white;
	min-height: 800px;
	padding: 15px;
}

a, a:link, a:visited {
	border: none;
	color: #0079c1;
	outline: 1px solid transparent;
	text-decoration: none;
}

a:hover, a:active, a:focus {
	border: none;
	color: #00395b;
	outline: 1px solid transparent;
}

a:focus {
	outline: 1px dotted #0172a8;
}

h1, h2, h3, h4 {
	color: black;
	font-weight: 700;
	margin: 20px 0;
}

h1 {
	font-size: 32px;
}

h2 {
	font-size: 26px;
}

img, svg {
	vertical-align: unset;
}

.validationerror, .ftValidError {
	background-color: #f2dede !important;
	border: 1px solid;
	border-color: #eed3d7;
	border-radius: 5px;
	color: #A70000;
    font-weight: 700;
	margin: 10px 0px;
	padding: 15px 10px 15px 20px !important;
}

#regform > fieldset > div:nth-child(5) > div.hint > p {
	margin-top: 130px;
}

#appnav {
	background-color: white;
	border: none;
	color: black;
    float:left; /*for appnav on left side*/
	font-size: 16px;
	font-weight: 400;
	margin-bottom: -4000px;
    margin-top: 50px; /*if editing the btn height adjust this to match so page & appnav headings are aligned*/
	padding: 0px;
	width: 200px;
}

#appnav h3 {
	background-color: #005d77;
	border: none;
	color: white;
	font-size: 20px;
	margin: 0px;
	padding: 5px;
}

#appnav .current {
	background-color: #f5f8fc;
	border: none;
	font-size: 16px;
	font-weight: 400;
	margin: 0px;
	padding: 8px;
color: #0079c1
}

#appnav li {
	border: none;
	font-weight: 400;
	margin: 0px;
	padding: 0px;
}

#appnav a, #appnav a:link, #appnav a:visited {
    color: #005d77;
	display: block;
	font-size: 16px;
	font-weight: 400;
	padding: 8px;
    text-decoration: none;
}

#appnav a:hover,#appnav a:active, #appnav a:focus {
    text-decoration: underline;
}

/*Review & Submit page link when also the selected page*/
#appnav .current a {
    color: black;
    margin: -8px; /*edit to match the .current padding (negative) to avoid double up with #appnav a*/
}

#appnav hr {
	background-color: black;
	border: none;
	height: 2px;
	margin: 0;
	outline: none;
}

/*For appnav on left side*/
#htmlForm .appform{
	margin-left:230px;
}

.ftEditForm,.ftEditPage {
	border: none;
	width: 700px !important;
}

.appform h2, .ftEditPageHeading, #kc-passwd-update-form h2 {
font-weight: 600;
	background-color: transparent;
    box-sizing: border-box;
	color: #005d77;
	font-size: 20px;
	width: inherit;
border-bottom: 1px solid rgba(0,0,0,.1);
}

.appform h3, .ftEditSectionHeading {
	background-color: #005d77;
    box-sizing: border-box;
	color: white;
	font-size: 18px;
	width: inherit;
}

.ftEditColumnHeading {
	background-color: green;
	color: white;
	font-size: 16px;
	width: inherit;
}

.loginbox .appform .btn {
	padding-left: 105px;
}

.loginbox .appform .l {
	min-width: 145px !important;
}

/*label of MFA steps*/
.otp-steps {
	width: 70px;
}

.appform .btn {
	background: none;
	background-color: transparent;
	border: none;
	font-size: 90%;
	height: 30px;
	position: relative;
}

.appform .btn .mid {
	width: 410px;
}

#regform .field {
	width: 660px;
}

.appform .l {
	width: 197px;
}

.sg-time {
	border: none;
	text-decoration: none;
}

.appform .btn input, #body .appform .btn a.linkbtn, .appform .btn .close, #kc-form-buttons input {
	appearance: none;
	background-color: #f5f8fc;
	border: none;
	color: #0079c1;
	cursor: pointer;
	font-size: 14px;
	height: 30px;
	line-height: 28px; /*height minus border top and bottom width*/
	moz-appearance: none;
	padding: 0;
	text-decoration: none;
	webkit-appearance: none;
	width: 130px;

border-radius: .2rem;
  background-color: #9fcd00;
  padding-left: 0.5rem;
  margin: .5rem 0;
  font-weight: 600;
  color:black;

}

.appform .btn input:hover, #body .appform .btn a.linkbtn:hover, .appform .btn .close:hover, #kc-form-buttons input:hover {
	background-color: #9fcd00;
    color: black;
    text-decoration: underline;;
}

.appform .btn .next {
	background-image: url(https://static.smartygrants.com.au/default/arrows/black-chevron-right.png);
	background-position: 103px center; /*increase with the input width, will need some adjusting based on arrow choice*/
	background-size: 13px;
    color: black;
}

.appform .btn input.btndisabled {
	cursor: not-allowed;
}

.appform .btn .prev {
	background-image: url(https://static.smartygrants.com.au/default/arrows/black-chevron-left.png);
	background-position: 5px center;
	background-size: 13px;
}

#lastSaved {
	float: right !important; /*for appnav on left side*/
	margin-top: -70px; /*increase with appnav margin-top*/
}

.questionLegend {
	width: inherit;
}

/*Links at the top of round landing page and form preview*/
.iconbar .item a {
    display: block;
}

.iconbar .item a:hover {
	text-decoration: underline;
}

.iconbar .item img {
	margin-top: -7px;
}

.iconbar .item-narrow {
	width: 175px;
}

.iconbar .item-very-wide a {
    display: inline !important;
}

/*.appform textarea.ftFieldAddressFull {
	height: 20px;
	min-width: 500px;
	width: max-content;
}*/

a.leaflet-pelias-search-icon {
	visibility: hidden;
}

.leaflet-left .leaflet-control-custom {
    cursor:pointer;
    width: 62px !important;
}

.create-sf-profile-btn{
	text-decoration: none !important;
}

#upper-footer {
	background-color: #005d77;
	color: white;
padding-top: 2rem;
  padding-bottom: 2rem;
}

#footer {
	background-color: #034d62;
	color: white;
      height: 284px;
}

#upper-footer-content {
	margin: 0 auto;
	width: 960px;
}

#acknowledgement{
	float: left;
	font-size: 14px;
    line-height: 24px;
	margin-top: 0px;
	width: 100%;
 margin: 1rem 0;
}


#footer-content {
	margin: 0 auto;
	padding-top: 40px;
	width: 960px;
}

.footer-position {
	float: left;
	font-size: 14px;
	height: 150px;
    line-height: 24px;
	margin-top: 0px;
	width: 50%;
}

.footer-position ul {
	margin: 0px;
}

.footer-position li {
	list-style: none;
	margin-bottom: 0px;
}

.footer-position h4 {
	color: white;
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 15px;
}

.footer-position a, .footer-position a:link, .footer-position a:visited {
	border: none;
	color: white;
	outline: 1px solid transparent;
	text-decoration: none;
}

.footer-position a:hover, .footer-position a:active, .footer-position a:focus {
	border: none;
	color: white;
	outline: 1px solid transparent;
	text-decoration: underline;
}

.footer-position a:focus {
	outline: 1px dotted #0172a8;
}



#submissions .col-1 button {
  background-color: #007bff;
  color: #fff;
}

#submissions .col-1 button:hover {
  color: #007bff;
  background-color: white;
border: 1px solid;
}

#app-detail-modal button.btn-primary {
    background: none;
    border-color: #6c757d;
    color: black;
}

#submissions a {
}

a#rc-responselink, a#rsc-responselink  {
	text-decoration: underline;
  color: #007bff;

}

#submissions .app-title a{ 
	text-decoration: underline;

}
