/*
==============SITE FONTS==============
======================================
*/

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

@font-face {
      font-family: 'CoconPro';
	  src:url('https://static.smartygrants.com.au/default/fonts/CoconPro/CoconPro.ttf');
      font-weight: 400;
} 

@font-face {
      font-family: 'AcuminVariableConcept';
	  src:url('https://static.smartygrants.com.au/default/fonts/AcuminVariableConcept/AcuminVariableConcept.otf');
      font-weight: 400;
} 

/*
============DEFAULT BRAND=============
======================================
*/

:root {
/*Set brand colours here*/
--color-WHITE: #FFFFFF; 
--color-BLACK: #323335; 
--color-REDERROR: #D50032; 
--color-SHADOW: #00000033; 

--color-DARKBLUEGREEN: #00677F; 
--color-BLACKBLUE: #044B5C;
--color-GREEN: #007A33; 
--color-DARKGREEN: #00853D;
--color-MAGENTA: #AC145A; 
--color-DARKTEAL: #00677F;
--color-BLACKTEAL: #044B5C; 
--color-BLUE: #0067A0; 
--color-LIGHTBLUE: #00AEC7; 
--color-LIGHTGREEN: #78BE20; 
--color-LIME: #C4D600; 
--color-ORANGE: #FFA300;
--color-YELLOW: #FFC845;
--color-PURPLE: #702FBA;
--color-GREYGREEN: #E6F0E8;
--color-GREY: #F5F5F5;


/*Set header font sizes here*/
--h1-font-size: 2.5em;
--h2-font-size: 2.2em;
--h3-font-size: 1.95em;		
--h4-font-size: 1.25em;		
}


/*
=============DEFAULT CODE=============
======================================
*/


html,body {
	font-family: 'Roboto', Arial, Helvetica, sans-serif;
	color: var(--color-BLACK); 
	line-height: 1.5em;
}

#headerline {
	display: block;
	content: '';
	position: absolute;
	top: 0;
	width: 100%;
	height: 8px;
	background-image: linear-gradient(90deg, #00667D 0%, #00B5C7 34.91%, #54BA57 68%, #00667D 100%);
}

#body {
	background-color: var(--color-WHITE); 
	min-height: 1200px; /*if form nav overlaps footer, adjust min-height here*/ 
	padding: 15px;
	font-size: 16px;
	margin-top: 15px;
}

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

/*#logo {
	margin: 0 auto; /*do not define a width for logo here (it will force a page-wide scrollbar)*/ /*
} */


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

a:hover, a:active, a:focus {
	border: none;
	outline: 1px solid transparent;
	text-decoration: none;
}

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

h1 {
	font-family: 'CoconPro', 'Roboto', Arial, sans-serif;
	font-size: var(--h1-font-size);
	color: var(--color-DARKTEAL); 
	font-weight: 700;
	margin: 20px 0;
	line-height: 2em;
}

h2 {
	font-size: var(--h2-font-size);
	color: var(--color-DARKBLUEGREEN); 
	font-weight: 700;
	margin: 20px 0;
	line-height: 1.7em;
}

h3 {
	font-size: var(--h3-font-size);
	color: var(--color-BLUE);  
	font-weight: bold;
	margin: 20px 0;
	line-height: 1.7em;
}

h4 {
	font-size: var(--h4-font-size);
	font-weight: 700;
	margin: 20px 0;
}

img, svg {
	vertical-align: unset;
}


/*
==============HEADER CODE=============
======================================
*/

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

#header {
	width: 100%;
	margin: 0 auto;
	height: 150px;
}

.logo-container {
	margin: 0 auto;
	width: 960px;
	display: flex;
	flex-wrap: nowrap;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	align-content: center;
}	
	
.logo-image {
	align-self: center;
	height: 100px;
}

.logo-image img {
	height: 65px;
	padding-top: 40px;
}

#head-bar{
	background-color: var(--color-GREY); 
	width: 100%;
	height: 70px; 
	/* box-shadow: 0 5px 10px -5px rgba(53, 52, 53, 0.9); */
	margin: 0;
	border: none;
}


/*============USER LOGIN BAR============
======================================
*/

#head {
	background-color: var(--color-GREY);
	line-height: 70px;
	min-height: 70px;
	padding: 0 15px;
	margin-top: -70px;
	color: var(--color-DARKBLUEGREEN); 
	font-size: 1.1em;
	border: none;
}

#head a, #head a:link, #head a:visited {
	text-decoration: none;
	display: inline-block;
	height: 70px;
	color: var(--color-DARKBLUEGREEN); 
	font-size: 1.1em;
	font-weight: bold;
	padding: 0 20px 0 20px;
	white-space: nowrap;
	margin-left: 5px;
}

#head a:hover, #head a:active, #head a:focus {
	background-color: var(--color-DARKBLUEGREEN);
	color: var(--color-WHITE);
	border: none;
	transition: all .25s ease;
}

#user, #headlinks {
	margin: 0px;
	font-size: inherit;
}

#headlinks {
	float: none;
}


/* prevents Current Rounds from being cut-off if window screen shrinks in size */
@media only screen and (max-width: 960px) {
  #headlinks {
    text-align: left;
  }
	
}

/*
=============LOGIN SCREEN=============
======================================
*/

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

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

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

#kc-form-wrapper h2 {
  width: 333px;
}

/*
===========SUBMISSIONS BAR============
======================================
*/

.iconbar .item a {
	color: var(--color-BLUE); 
}

.iconbar .item a:hover {
	color: #030303; 
}

.iconbar .item {
	font-size: 110%;
}

.iconbar .item a:hover {
	/*text-decoration: underline;*/
}
 /*adjust the position of the images next to the submission bar action links */
.iconbar .item img {
	margin-top: -7px;
}

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

.iconbar .item-mid {
	width: 200px;
}

/*form width minus the item-mid width*/
.iconbar .item-wide {
	width: 500px;
}

/* form width minus the item-narrow width*/
.iconbar .item-very-wide {
	width: 525px;
}

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

/*
=========OPEN/CURRENT ROUNDS==========
======================================
*/

/*prevents the timezone in the rounds page from appearing as a link*/
.sg-time {
	border: none !important;
	color: var(--color-BLACK); 
}

.sg-time:hover {
	border: none !important;
	color: var(--color-BLACK); 
	text-decoration: underline;
}

/*adjust top/bottom margin of the Current Rounds / Upcoming Rounds headers*/
#sgCurrentRounds {
	margin: 30px 0 30px 0;
	color: var(--color-GREEN);
}

#sgUpcomingRounds {
	margin: 40px 0 30px 0;
	color: var(--color-GREEN);
}

.chooseform {
	margin: 30px 0;
	padding: 20px;
	background-color: white;
	width: 800px;
	box-shadow: 2px 6px 30px rgba(36, 35, 63, 0.1);
	border-radius: 12px;
}

.chooseform h3, .chooseform h3 a{
	margin: 0 0 10px 0;
	color: var(--color-BLUE); 
	text-decoration: none;
}

.chooseform h3:hover, .chooseform h3 a:hover{
	color: var(--color-LIGHTBLUE); 
	text-decoration: none;
}

/*
=============FORM NAV BAR=============
======================================
*/

/* Prevents title overlap with the SmartyFile logo. */
#smartyfile-logo-link {
	padding-left: 10px; /* Remove for appnav left. */
	margin-top: 12px;
}

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

#appnav h3 {
	background-color: var(--color-WHITE); 
	border:none;
	color: var(--color-DARKBLUEGREEN);   
	font-size: 1.5em;
	margin: 0px;
	padding: 5px;
}

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

#appnav a, #appnav a:link, #appnav a:visited {
    display: block;
	border-top: none;
	border-left: none;
	border-bottom: 1px solid #F4F6F8;
	border-left: none;
	color: var(--color-BLACK); 
	font-size: 15px;
	font-weight: 400;
	padding: 12px 8px 12px 8px;
    text-decoration: none;
}

#appnav a:hover,#appnav a:active, #appnav a:focus {
	background-color: var(--color-DARKBLUEGREEN);  
	color: var(--color-WHITE);
	transition: all .15s ease;
	border: none;
}

#appnav .current {
	background-color: var(--color-GREY);  
	color: #000000;
	border: none;
	font-size: 15px;
	font-weight: 400;
	margin: 0px;
	text-decoration: none;
	padding: 12px 8px 12px 8px;
}

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

#appnav hr {
	background-color: var(--color-BLACK); 
	border: none;
	height: 2px;
	margin: 0;
	outline: none;
}

/*
=============FORM LAYOUT==============
======================================
*/

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

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

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

.ftEditHint, .ftViewHint {
	color: #595959;
	font-size: 0.9em;
}

.appform h2, .ftEditPageHeading, #kc-passwd-update-form h2 {
	background-color: var(--color-WHITE); 
    box-sizing: border-box;
	color: var(--color-BLUE);  
	font-size: var(--h2-font-size);
	width: inherit;
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.loginbox .appform h2 {
	background-color: var(--color-GREY); 
    box-sizing: border-box;
	color: var(--color-BLACK);  
	font-size: var(--h3-font-size);
	width: inherit;
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.appform h3, .ftEditSectionHeading {
	background-color: var(--color-WHITE); 
    box-sizing: border-box;
	color: var(--color-GREEN);  
	padding-left: 0 !important;
	padding-bottom: 2px;
	font-size: var(--h3-font-size);
	width: inherit;
	margin-bottom: 0.3em;
}

.ftEditColumnHeading {
	background-color: var(--color-BLUE); 
	color: var(--color-WHITE); 
	font-size: 16px;
	width: inherit;
}

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

.appform .btn .right {
	padding-left: 10px;
}

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

#regform .field {
	width: 660px;
}

.appform .l {
	width: 197px;
}

/*General form navigation button design */
.appform .btn input, #body .appform .btn a.linkbtn, .appform .btn .close {
	appearance: none;
	background-color: var(--color-DARKTEAL); 
	border: 1px solid var(--color-DARKTEAL); 
	border-radius: 5px;
	color: var(--color-WHITE); 
	cursor: pointer;
	font-size: 14px;
	height: 32px;
	line-height: 30px; /*height minus border top and bottom width*/
	padding: 0;
	text-decoration: none;
	width: 138px;
	-moz-appearance: none;
	-webkit-appearance: none;
}

/*"NEXT PAGE" buttons */
.appform .btn .next, .appform .btn .next.sg-verify-login {
	background-image: url('data:image/svg+xml,<svg fill="%23ffffff" width="25px" height="25px" viewBox="-8 -5 24 24" xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin" class="jam jam-chevron-right" title="next page"><g id="SVGRepo_bgCarrier" stroke-width="0"></g><g id="SVGRepo_tracerCarrier" stroke-linecap="round" stroke-linejoin="round"></g><g id="SVGRepo_iconCarrier"><path d="M5.314 7.071l-4.95-4.95A1 1 0 0 1 1.778.707l5.657 5.657a1 1 0 0 1 0 1.414l-5.657 5.657a1 1 0 0 1-1.414-1.414l4.95-4.95z"></path></g></svg>');
	background-position: right; 
	background-size: 25px;
}

/*"PREVIOUS PAGE" buttons */
.appform .btn .prev, .appform .btn .prev.sg-verify-login {
	background-image: url('data:image/svg+xml,<svg fill="%23ffffff" width="25px" height="25px" viewBox="-8 -5 24 24" xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin" class="jam jam-chevron-left" title="previous page"><g id="SVGRepo_bgCarrier" stroke-width="0"></g><g id="SVGRepo_tracerCarrier" stroke-linecap="round" stroke-linejoin="round"></g><g id="SVGRepo_iconCarrier"><path d="M2.757 7l4.95 4.95a1 1 0 1 1-1.414 1.414L.636 7.707a1 1 0 0 1 0-1.414L6.293.636A1 1 0 0 1 7.707 2.05L2.757 7z"></path></g></svg>');
	background-position: left;
	background-size: 25px;
	padding: 0 8px 2px 15px !important;
}

/*"SUBMIT" button */
.appform .btn .review {
	background-image: url('data:image/svg+xml,<svg fill="%23ffffff" width="25px" height="25px" viewBox="-2 -2 24 24" xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin" class="jam jam-arrow-square-up" stroke="%23ffffff" stroke-width="0.00024000000000000003"><g id="SVGRepo_bgCarrier" stroke-width="0"></g><g id="SVGRepo_tracerCarrier" stroke-linecap="round" stroke-linejoin="round"></g><g id="SVGRepo_iconCarrier"><path d="M4 2a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2H4zm0-2h12a4 4 0 0 1 4 4v12a4 4 0 0 1-4 4H4a4 4 0 0 1-4-4V4a4 4 0 0 1 4-4z"></path><path d="M11 8.414V14a1 1 0 0 1-2 0V8.414L6.464 10.95A1 1 0 1 1 5.05 9.536l4.243-4.243a.997.997 0 0 1 1.414 0l4.243 4.243a1 1 0 1 1-1.414 1.414L11 8.414z"></path></g></svg>');
	background-color: var(--color-DARKTEAL);    
	background-repeat: no-repeat;
	background-position: 108px center;
	background-origin: padding-box;
	border: 1px solid var(--color-DARKTEAL);  
	padding: 0 15px 0 0 !important;
} 

.appform .btn input:hover, #body .appform .btn a.linkbtn:hover, .appform .btn .close:hover, appform .btn .review:hover {
	background-color: var(--color-BLACKTEAL);  
	border: 1px solid var(--color-BLACKTEAL);
	border-radius: 5px;
	box-shadow: 0 0 0.25em 0 var(--color-SHADOW); 
}

/*Button input disabled appearance */
.appform .btn input.btndisabled {
	cursor: not-allowed;
	border-radius: 5px;
	font-size: 14px;
	height: 32px;
	line-height: 30px; /*height minus border top and bottom width*/
	color: var(--color-WHITE) !important;
	border: none !important;
}

.appform .btn input.btndisabled:hover {
	box-shadow: none;
}

/*Login page buttons */
#kc-form-buttons input {
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" height="12" width="20" viewBox="100 -30 350 570"><path fill="%23fff" d="M310.6 233.4c12.5 12.5 12.5 32.8 0 45.3l-192 192c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3L242.7 256 73.4 86.6c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0l192 192z"/></svg>');
	background-color: var(--color-DARKTEAL);
	background-repeat: no-repeat;
	background-position: right center;
	background-origin: padding-box;
	border: 1px solid var(--color-DARKTEAL);   
	border-radius: 5px;
	color: var(--color-WHITE); 
	cursor: pointer;
	font-size: 14px;
	height: 32px;
	line-height: 30px; /*height minus border top and bottom width*/
	width: 138px;
	padding: 0;
	text-decoration: none;
}

#kc-form-buttons input:hover, kc-form-buttons input:active, #kc-form-buttons input:focus  {
	background-color: var(--color-BLACKTEAL);
	border: 1px solid var(--color-BLACKTEAL);
	box-shadow: 0 0 0.25em 0 var(--color-SHADOW); 
}

#lastSaved {
	float: left !important; /*change to right for appnav on left side*/
	margin-top: -70px; /*increase with appnav margin-top*/
	font-size: 90%;
	padding-left: 5px; /*switch to padding-right for left appnav */
}

.questionLegend {
	width: inherit;
}

/*.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;
}

.ftFieldRadio, .ftFieldCheckbox {
	margin-top: 4.5px !important; /* adjust if radio/checklist buttons are misaligned */
}

/*
================FOOTER================
======================================
*/

#footer{
	background: url('https://static.smartygrants.com.au/campaspe/watermark.png') no-repeat center, linear-gradient(to right, #00667D 0%, #398B5A 100%);
	background-size: cover; 
	color: var(--color-WHITE); 
	font-size: 1em;
	margin: 0 auto;
	line-height: 1.75em;
	width: 100%;
	height: 600px;
}

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

#footer h4{
	font-weight: 600;
	color: var(--color-WHITE); 
	font-size: 1.25em;
	margin-bottom: 15px;
}

.footer-position{
	width: 50%;
	float: left;
	height: 80px;
	margin-top: 0px;
}

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

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

.organisation{
	
}
#grants-info{
	text-align: left;
}

#tech-support {
	text-align: right;
}

#acknowledgement {
	width: 100%;
	height: 100px;
	margin-top: 250px;
}

#footer a, #footer a:link, #footer a:visited{
	color: var(--color-WHITE); 
	text-decoration: underline;
	border:1px solid transparent;
}

#footer a:hover, #footer a:active, #footer a:focus{
	color: var(--color-WHITE); 
	text-decoration: none;
	border:1px solid transparent;
}

#footer a:focus{
	border:1px dotted #0172a8
}

#footer-lower{
	width: 1100px;
	margin: 0 auto;
	line-height: 42px;
	font-size: 14px;
}

#footer-bar {
	display: block;
	width: 100%;
	height: 10px;
	border-bottom: 1px solid var(--color-WHITE); 
}

#footer-lower-content {
	width: 960px;
	margin: 250px auto 0 auto;
	height: 80px;
	line-height: 42px;
	font-size: 14px;
}

#footer-lower-content ul{
	margin: 0;
	width: 33%;
	float:left;
	padding-top: 50px;
}

#footer-lower-content li {
	display: inline;
	padding-right: 8px;
}

#footer-lower-content p{
	width: 33%;
	float: right;
	text-align: right;
	margin: 0;
	padding-top: 50px;
}

#footer-lower-content a:hover, #footer-lower a:active, #footer-lower a:focus{
	text-decoration: none;
}

/*
================COOKIES===============
======================================
*/

.cookie-banner {
    position: fixed;
    bottom: 0;
    width: 99%;
    padding: 10px 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #71b136;
    box-shadow: 0 0 2px 1px #0003;
    color: #fff;
    font-weight: 400;
    font-family: arial, Helvetica, sans-serif;
    font-size: 14px;
    text-align: center;
    line-height: 2;
    /* border-radius: 5px; */
}

.cookie-banner div p {
    margin-left: 100px;
}

.cookie-banner-close {
    height: 40px;
    width: 120px;
    background-color: white;
    border: none;
    color: #00afd8;
    cursor: pointer;
    font-size: 100%;
    margin-left: 20px;
    margin-right: 20px;
    font-weight: 400;
    border-radius: 8px;
}

#footer .cookie-banner a, #footer .cookie-banner a:link, #footer .cookie-banner a:visited {
    color: white;
}


/*
=============DO NOT TOUCH=============
======================================
*/

#app-detail-modal button.btn-primary {
	display: none !important;
	color: transparent !important;
}

#rc-responselink, #rc-responselink a {
	background-image: url('data:image/svg+xml,<svg fill="%233c529e" width="25px" height="25px" viewBox="-5 -5 24 24" xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin" class="jam jam-chevrons-right" title="open form" stroke="%23000000" stroke-width="0.6"><g id="SVGRepo_bgCarrier" stroke-width="0"></g><g id="SVGRepo_tracerCarrier" stroke-linecap="round" stroke-linejoin="round"></g><g id="SVGRepo_iconCarrier"><path d="M11.314 7.071l-4.95-4.95A1 1 0 0 1 7.778.707l5.657 5.657a1 1 0 0 1 0 1.414l-5.657 5.657a1 1 0 0 1-1.414-1.414l4.95-4.95zm-6 0l-4.95-4.95A1 1 0 1 1 1.778.707l5.657 5.657a1 1 0 0 1 0 1.414l-5.657 5.657a1 1 0 0 1-1.414-1.414l4.95-4.95z"></path></g></svg>');
	background-repeat: no-repeat;
	background-position: left center;
	background-origin: padding-box;
	color: #000 !important;
	padding: 3px 3px 3px 28px;
	text-decoration: underline !important;
}

#submissions .col-1 button {
	/*background-color: #007bff;
	color: #fff;*/
	line-height: 1.5;
	min-height: 30px;
	min-width: 30px;
	border-radius: 3px;
	background-color: #3c529e;
	color: transparent !important;
	background-image: url('data:image/svg+xml,<svg fill="%23FFFFFF" width="25px" height="25px" viewBox="-5 -8 24 24" xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin" class="jam jam-chevron-down" title="more information" stroke="%23ffffff" stroke-width="1.2"><g id="SVGRepo_bgCarrier" stroke-width="0"></g><g id="SVGRepo_tracerCarrier" stroke-linecap="round" stroke-linejoin="round"></g><g id="SVGRepo_iconCarrier"><path d="M7.071 5.314l4.95-4.95a1 1 0 1 1 1.414 1.414L7.778 7.435a1 1 0 0 1-1.414 0L.707 1.778A1 1 0 1 1 2.121.364l4.95 4.95z"></path></g></svg>');
	background-repeat: no-repeat;
	background-position: center;
	background-origin: padding-box;
	padding: 5px;
	text-decoration: none !important;
  }
  
#submissions .col-1 button:hover {
	border: 1px solid #3c529e;
	color: transparent !important;
	background-color: #FFFFFF;
	background-image: url('data:image/svg+xml,<svg fill="%233c529e" width="25px" height="25px" viewBox="-5 -8 24 24" xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin" class="jam jam-chevron-down" title="more information" stroke="%233c529e" stroke-width="1.2"><g id="SVGRepo_bgCarrier" stroke-width="0"></g><g id="SVGRepo_tracerCarrier" stroke-linecap="round" stroke-linejoin="round"></g><g id="SVGRepo_iconCarrier"><path d="M7.071 5.314l4.95-4.95a1 1 0 1 1 1.414 1.414L7.778 7.435a1 1 0 0 1-1.414 0L.707 1.778A1 1 0 1 1 2.121.364l4.95 4.95z"></path></g></svg>');
	background-repeat: no-repeat;
	background-position: center;
	background-origin: padding-box;
	padding: 5px;
}
  
#app-detail-modal button.btn-primary {
	background: none;
	border-color: #6c757d;
	color: black;
}
  
a#rc-responselink {
	color: #3c529e;
	font-size: 16px;
	text-decoration: none;
}

.col-6 a {
	color: #3c529e;
	text-decoration: underline !important;
}

.btn-outline-primary {
	color: transparent !important;
	background-image: url('data:image/svg+xml,<svg fill="%233c529e" width="25px" height="25px" viewBox="-5 -4.5 24 24" xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin" class="jam jam-arrow-up" title= "sort by filter confirm selection" stroke="%233c529e" stroke-width="0.6"><g id="SVGRepo_bgCarrier" stroke-width="0"></g><g id="SVGRepo_tracerCarrier" stroke-linecap="round" stroke-linejoin="round"></g><g id="SVGRepo_iconCarrier"><path d="M6 4.071l-3.95 3.95A1 1 0 0 1 .636 6.607L6.293.95a.997.997 0 0 1 1.414 0l5.657 5.657A1 1 0 0 1 11.95 8.02L8 4.07v9.586a1 1 0 1 1-2 0V4.07z"></path></g></svg>');
	background-repeat: no-repeat;
	background-position: center;
	background-origin: padding-box;
	border: 1px solid #3c529e;
}

.btn-outline-primary:hover {
	color: transparent !important;
	background-color: #3c529e !important;
	background-image: url('data:image/svg+xml,<svg fill="%23ffffff" width="25px" height="25px" viewBox="-5 -4.5 24 24" xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin" class="jam jam-arrow-up" title= "sort by filter confirm selection" stroke="%23ffffff" stroke-width="0.6"><g id="SVGRepo_bgCarrier" stroke-width="0"></g><g id="SVGRepo_tracerCarrier" stroke-linecap="round" stroke-linejoin="round"></g><g id="SVGRepo_iconCarrier"><path d="M6 4.071l-3.95 3.95A1 1 0 0 1 .636 6.607L6.293.95a.997.997 0 0 1 1.414 0l5.657 5.657A1 1 0 0 1 11.95 8.02L8 4.07v9.586a1 1 0 1 1-2 0V4.07z"></path></g></svg>');
	background-repeat: no-repeat;
	background-position: center;
	background-origin: padding-box;
	border: 1px solid #3c529e;
}

#submissions .app-title a{ 
	color: #3c529e;
	line-height: 2;
	font-size: 125%
}

#submissions .app-title a:hover{ 
	/*color: #FFF;*/
}

#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;
}


/* campaspe.css | https://campaspe.smartygrants.com.au/d/css/campaspe.css */

#footer {
  height: 820px;
}

#footer-lower-content {
  margin: 450px auto 0 auto;
}
#footer-bar {
height: 50px;
}