@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

html,body {
	color: #22272b;
	font-family: Inter, arial, helvetica, sans-serif;
	font-size: 16px;
	line-height: 24px;
}

#header{
	border-top: 34px solid #002263;
}

#header a, #header a:link, #header a:visited, #header a:hover, #header a:active, #header a:focus {
	background-color: transparent;
	border: none;
	display: block;
	outline: 3px solid transparent;
	text-decoration: none;
}

#header a:focus{
	background-color: transparent;
	outline: 3px solid #0085b3;
}

#logo {
	margin: 0 auto;
	width: 960px;
}

#logo img{
	display: inline;
	vertical-align: middle;
}

#logo p{
	color: #002263;
	display: inline;
	font-size: 24px;
	font-weight: 600;
	line-height: 24px;
	margin: 0 0 0 40px;
	vertical-align: middle;
}

#logo-link{
	width: fit-content;
	padding:20px 0;
}

#banner{
	background-image: url(https://static.smartygrants.com.au/essentialenergy/banner.jpg);
	background-position: /*center center*/ 50% 60%;
	background-size: cover;
	height: 400px;
}

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

#head {
border-left: 2px solid #FF5300;
	font-size: 14px;
	line-height: 19px;
	margin: 19px 15px 11px;
	min-height: 19px;
	padding: 5px 15px;
}

#head a, #head a:link, #head a:visited {
	color: #002263;
	font-size: 14px;
	font-weight: 400;
	padding: 5px;
	text-decoration: underline;
	white-space: nowrap;
}

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

#head a:focus {
	outline: 3px solid #0085b3;
}

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

#headlinks {
	float: none;
}

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

a, a:link, a:visited {
	border: none;
	color: #002263;
	font-weight: 600;
	outline: 3px solid transparent;
	text-decoration: underline;
}

a:hover, a:active{
	border: none;
	color: #002263;
	outline: 3px solid transparent;
	text-decoration: none;
}

a:focus {
	outline: 3px solid #0085b3;
}

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

h1 {
	color: #002263;
	font-size: 48px;
	font-weight: 600;
	line-height: 60px;
}

h2 {
	font-size: 32px;
	font-weight: 600;
	line-height: 40px;
}

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: #f2f2f2;
	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: #002263;
	border: none;
	color: white;
	font-size: 20px;
	font-weight: 600;
	line-height: 40px;
	margin: 0px;
	padding: 5px;
}

#appnav .current {
	background-color: transparent;
	border: none;
	font-size: 16px;
	font-weight: 600;
	margin: 0px;
	padding: 8px;
}

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

#appnav a, #appnav a:link, #appnav a:visited {
    color:black;
	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;
	font-weight: 600;
    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 {
	background-color: #002263;
    box-sizing: border-box;
	color: white;
	font-size: 20px;
	width: inherit;
}

.appform h3, .ftEditSectionHeading {
    box-sizing: border-box;
	font-size: 18px;
	font-weight: 600;
	line-height: 36px;
	width: inherit;

background-color: #FF5300;
color: white;
}

.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: #eee;
	border: 1px solid grey;
	color: black;
	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;
}

.appform .btn input:hover, #body .appform .btn a.linkbtn:hover, .appform .btn .close:hover, #kc-form-buttons input:hover {
	background-color: #b6dbf2;
}

.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: 18px;
}

.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: 18px;
}

#lastSaved {
	float: left !important; /*change to right 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 {
	background-color: transparent;
	text-decoration: underline;
}

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

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

.iconbar .item-very-wide a, .iconbar .item-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;
}

/*Radio buttons need to be moved down due to the increased line height*/
.ftFieldRadio, .ftFieldCheckbox {
	margin-top: 5px;
}

#footer {
background-color: #f2f4f7;
color: black;
    height: 300px;
}

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

#acknowledgement {
	font-size: 12px;
	border-bottom: 1px solid #cdd3d6;
}

.footer-position {
	float: left;
	font-size: 12px;
	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: rgb(0, 34, 99);
	font-size: 14px;
	font-weight: 700;
	margin-bottom: 15px;
}

.footer-position a, .footer-position a:link, .footer-position a:visited {
	border: none;
color: rgb(0, 34, 99);
	outline: 1px solid transparent;
	text-decoration: underline;
}

.footer-position a:hover, .footer-position a:active, .footer-position a:focus {
	background-color: #fff3;
	border: none;
	outline: 1px solid transparent;
color: rgb(0, 34, 99);
text-decoration: none;
}

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



/*SF my submissions things. don't touch*/

#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;
  }
  
  a#rc-responselink {
	color: #007bff;
font-size: 16px;
text-decoration: none;
  }

  a#rc-responselink:hover {
	  text-decoration: underline;
  }

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

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

#submissions .app-title a:hover{ 
	  color: #007bff;
  }

#submissions .dropdown-toggle-no-caret{
	color: #444444;
	}

	#submissions .dropdown-toggle-no-caret:hover{
		background: none;
	}
	
	.mr-2, .mx-2 {
		margin-right: 0.5rem !important;
	padding-top: 0.1rem;
	}
