/*  
Style Name: Quickstats 2011 + 2016
Style URI: http://abs.gov.au/census
Version: 1.6.0
Author: Sebastian Becher
*/


/************************************************************************************
RESET
*************************************************************************************/

.headlineLinksCensus ul {margin: 0;}
#content {
	font-family: Arial, Tahoma, Geneva, sans-serif;
	vertical-align: top;
}
#content td {padding: 0}

ul#breadcrumb {list-style-type:none;}
ul#breadcrumb li {display:inline-block;margin-right:3px;}

/************************************************************************************
General QuickStats/Community Profiles
*************************************************************************************/

/* For visually hiding elements that are only to be "visible" to screen readers */
.screenreaderonly {
	position: absolute;
	left: -9999em;
	top: auto;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

#quickstats, #communityprofile {
    width: 950px;
    margin: 15px 0; /* content already has 10px padding */
} 

#QSheader, #CPheader {
	width: 100%;
	display: inline-block;
	border: 1px solid rgb(204, 212, 207);
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	width: 100%;
	background: #e6e6e6;
	padding: 20px;
	margin-top: 10px;
}
 
/*#QSheader {height:430px;}*/
  
#mapSearchBar {
	width:450px;
	display:inline-block;
}  
  
                  
#quickstats h1 {
	color: #005c38;
    font-size: 170%;
    margin: 0;
    letter-spacing: -1px;
}

#communityprofile h2 {
    color: #005c38;
    font-size: 115%;
    margin: 0;
    letter-spacing: -1px;
} 
.subTitle {
	font-size:75%;
    margin: 0;
    color: #005c38;
}


#quickstats .buttonNav, #communityprofile .buttonNav {
    border:1px solid black;
    margin-left: 25px;
    padding: 5px 0;
    width: 74px;
    float: left;
    font-size: 60%;
    font-weight: bold;
    line-height: 15px;
    text-align: center;
    text-decoration: none;
}
#quickstats .buttonNav:hover, #communityprofile .buttonNav:hover {
    cursor:pointer; 
}

#communityprofile .buttonNav {
	line-height: 30px;
    font-size: 71%;	
}

.heading, .headingOpen {
	display: block;
	position: relative;
    height: 35px;
    width: 990px;
    margin-top: 5px;
    background: url('QS16_chev-right.gif') right top no-repeat;*/
    cursor: pointer;
}

a.heading, a.headingOpen {
    text-decoration: none;
}

.headingOpen {
    background: url('QS16_chev-down.gif') right top no-repeat;
}
.heading:hover {
    background: url('QS16_chev-down.gif') right top no-repeat;
}
.headingOpen:hover {
    background: url('QS16_chev-right.gif') right top no-repeat;
}

.heading:focus, .headingOpen:focus {background: url('QS16_chev-down.gif') right top no-repeat;border:2px solid rgba(34, 95, 215, 0.6)}

.heading h4, .headingOpen h4 {
	position: absolute;
	left: 10px;
	line-height: 35px;
	margin: 0;
	width: 990px;
}

.headingdetail {
    position: absolute;
    top: 0; right: 55px;
	font-size: 90%; /*80%;*/
	font-weight: normal;
	/*font-style: italic;*/
}

/* Hide print elements */
.printABSIcon, .printFooter, .printOnly {
	display: none;	
}

.quicklinks {
	margin-bottom: 5px;
	font-size: 81%;
}
.quicklinks a, .quicklinks {
	text-decoration: none;
}
.quicklinks a:hover, .quicklinks a:active, .quicklinks a:focus, .quicklinks span {
	text-decoration: underline;
}

/************************************************************************************
Statistical Summary (next to map)
*************************************************************************************/
#tableSummaryHeader {
    float: left;
    width:415px;
    margin: 10px 85px 0 0;
}
.areaDetails {
    position: relative;
    
}
#QSIcon, #CPIcon {
	position: absolute;
	left: 0;
	margin: 0;
	height: 50px;
	width: 50px;
}
.geoType {
	font-size: 60%;
	display: block;
	line-height: 15px;
}

.geoCode {
    display: block;
    font-size: 60%;
    line-height: 15px;
}
.summaryIcon {
    float: left;
    clear: left;
    width:50px;
    height:50px;
    margin: 0; /* Counteracts an ABS-wide stylesheet. */
    margin-right: 15px;
}
/* On IE7 even the first .summaryIcon needs a top margin. */
* + html .summaryIcon {
    margin-top: 20px;
}
.summaryTable + .summaryIcon {
    margin-top: 20px;
}
.popDwellingsDetails {
    padding-bottom:3px;
}
.popDwellingsText {
    font-size:x-small;
    left: 2px;
    width: 295px;
}

.summaryTable {
    margin-top: 20px;
    padding: 0 0 18px 60px;
    border-bottom: 2px solid #E8E8E9;
    font-size:90%;
}
.summaryTable TD, .summaryTable TH {
	width: 100%;
}

.summaryTable TD.summaryData {
	width: auto;
}

 .avFamLeft {text-align:left;font-weight:normal;}
 .avFamIndent {padding-left:15px;}

.strongRow {
    font-size:small;
    font-weight: bolder;
    vertical-align: 50%;
}
.strongRowDataAlign {
    font-size:small;
    font-weight: bolder;
    vertical-align: bottom;
}
.horizontalRuleAP {
    width:800px;
    margin-top:10px;
    border:2px solid #E8E8E9;
}
.horizontalRuleATSI {
    width:800px;
    margin-top:0px;
    border:2px solid #E8E8E9;
}
#tableSummaryHeader h2 {
    color: #005c38;
    width: 100%;
    border-bottom: medium solid #e8e8e9;
    font-size:medium;
    line-height: 30px;
    margin-bottom:25px;
}

#tableSummaryHeader h2.geo {
    display: block;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 150%;
    color:#000;
}

#subTitle h3 {
    font-size:115%;   
}

#tableSummaryHeader h4 {
    color: #005c38;
    margin-left: 53px;
    font-size:medium;
    margin-bottom: 3px;
    width: 300px;
}

#tableSummaryHeader h5 {
    font-size:small;   
}

#tableSummaryHeader p {
    margin-top: 1px;
    padding-top: 1px;
    font-size:small;
    margin-bottom:15px;
}  

#summaryTable {
    margin-top:90px;
    padding-left: 0px;
    font-size:90%;
}
#summaryTableAP {
    font-size:90%;
}

#summaryTableAPLC {
    margin-top:90px;
    padding-left: 0px;
    font-size:90%;
}

#summaryTableATSI {
    margin-top:155px;
    padding-left: 0px;
    font-size:90%;
}
.summaryData {
    text-align: right;
}

.qsDwelling {
	background: url("/CensusOutput/copsub2016.nsf/All%20docs%20by%20catNo/quickstat_images/$File/dwelling50x50.svg") no-repeat left top;
	}
.qsPeople {
	background: url("/CensusOutput/copsub2016.nsf/All%20docs%20by%20catNo/quickstat_images/$File/people50x50.svg") no-repeat left top;
	}
.qsFamilies {
	background: url("/CensusOutput/copsub2016.nsf/All%20docs%20by%20catNo/quickstat_images/$File/familes50x50.svg") no-repeat left top;
	}
	
#summaryTableAP th {text-align:left;font-weight:normal;width:100%;}
#summaryTableAP th.addBold {font-weight:bold;}

#mapDiv, #mapStatusDiv {
    float: left;
    width: 416px; 
    height: 360px; 
    border: 2px solid #e8e8e9; 
    margin: 5px 0 0 25px;
    position:relative;
}
#mapStatusDiv IMG {
	height: 32px;
	width: 32px;
	margin: 164px 192px;
}

#gazLocFootnote {
    float: right;
    width: 396px;
    margin: 0 35px 0 0;
    border: 2px solid #e8e8e9;
    border-top: 0;
    padding: 10px;
    font-size: 75%;
}

.CPlink {
	font-size:0.7em;
}
.qsSearch, .cpSearch {
	height: 40px;
	width: 414px;
	margin-left: 27px;
	float: left;
	border:1px solid #005c38;
	-webkit-border-radius: 10px;        
	-moz-border-radius: 10px;
  border-radius: 10px;
	position: relative;
}

.cpSearch {border:1px solid #511548;}

.qsSearch h3, .cpSearch h3 {
	font-size: 90%;
	font-weight: normal;
	margin: 0 0 0 10px;
	line-height: 40px;
}
.cpSearch h3 {
	letter-spacing: -1.2px;
	color: #511548;
}

.qsSearch h3 span, .cpSearch h3 span {
	font-weight: bold;
	}

.qsSearch input, .cpSearch input {
	font-size: 90%;
	color: #505050;
	padding: 2px;
	width: 138px;
	height: 16px;
	border:1px solid rgb(204, 212, 207);
	-webkit-border-radius: 5px;        
	-moz-border-radius: 5px;
  border-radius: 5px;
	background-color:white;
	position: absolute;
	top: 10px;
	right: 42px;
}

.qsSearch button, .cpSearch button {
	width: 32px;
	height: 20px;
	border: 0 none;
	background: url('button.gif') no-repeat;
	position: absolute;
	top: 10px;
	right: 10px;
}

.suggestion-hilite-prefix {
color: #005c38;
}

.gwt-SuggestBoxPopup .item-selected {
background-color: #e6e6e6;
border-color:#005c38;
}

.dqLink {font-size:0.7em;margin:-20px 0 20px 0;}

/* Result-box item */

.item {
	border-bottom:dashed 1px #fff;		
}

/************************************************************************************
Community profiles styles
*************************************************************************************/

#communityprofile h2, #communityprofile .subTitle, #communityprofile .buttonNav {
color: #511548;	
}
#communityProfileSummary {
	color:#505050;
}
#communityprofile hr {
	border: 1px solid #E8E8E9;
	margin-left: 35px;
}
#cpDownloads { 
	list-style: none;
	margin: 0;
	padding: 0;
	}
#cpDownloads li { 
	background: url('excel-25x25px.jpg') no-repeat left center;
	padding:5px 0 5px 35px;
	margin: 15px 0;
	font-size: 90%;
	position: relative;
}
#cpDownloads li a {
	color: #511548;
	text-decoration: none;
}
#cpDownloads li a:hover, #cpDownloads li a:active, #cpDownloads li a:focus {
	text-decoration: underline;
}
#cpDownloads li	span {
	font-size: 75%;
	position: absolute;
	right: 0;	
}

/************************************************************************************
Release Date/time
*************************************************************************************/

#releaseInfo {
	clear: both;
	color: #223f83;
	font-size: 75%;
	padding-top: 30px;
}

/************************************************************************************
Adjusted Values Disclaimer
*************************************************************************************/

.screenFooter {
	color: #223f83;
	font-size: 75%;
	width:98%;
}

/************************************************************************************
Tables View
*************************************************************************************/

#tablesView {
    clear: both;
    padding-top: 15px;
}
#tablesView h5{
    color: #005c38;
    font-size: 115%;
    margin: 20px 0 0;
}
#tablesView .content p, .contentSnapshot p {
    font-size: 81%;
    margin: 10px 0 0;
    width: 990px;
}
/*#tablesView a, #tablesView a:hover {
    color: #253e89;
}*/

/* Table view table style */
#tablesView table {
    border-collapse:collapse;
    font-size: 81%;
    margin-top: 25px;	
    width:990px;
}

/* Remove for TH implementation
#tablesView th {
	text-align: right;
    border-top: 1px solid #005c38;
    border-bottom: 1px solid #005c38;
    background-color: rgb(204, 212, 207);
    padding: 7px 3px;
}
*/

/* TH implementation */
#tablesView th, #tablesView th.topRow, #tablesView th.geoCol, #tablesView th.percentCol {
	text-align: right;
    border-top: 1px solid #005c38;
    border-bottom: 1px solid #005c38;
    background-color: rgb(204, 212, 207);
    padding: 7px 3px;
    font-weight:bold;
}

#tablesView th {
border:none;
background:none;
padding:0;
font-weight:normal;
font-size:100%;}

/* end */

#tablesView .unreleased {
    color: #b7b7b7;
}
#tablesView .unreleased th, #tablesView .unreleased a {
    color: #6f6f6f;
}
#tablesView .unreleased th {
    border-top: 1px solid #b7b7b7;
    border-bottom: 1px solid #b7b7b7;
}
#tablesView td {
    text-align: right;
    padding: 3px;
}
#tablesView tbody tr:nth-child(odd), #tablesView table tr:nth-child(odd){
		background-color: #e6e6e6;	
}
/* remove for TH implementaion 
#tablesView .firstCol {
    width: 350px;
    text-align: left;
}*/

/* TH implementation*/
#tablesView th.firstCol {
    width: 350px;
    text-align: left;
}/**/
#tablesView .geoCol {
    width: 110px;
}
#tablesView .percentCol {
    width: 40px;
}

#tablesView .content a.dqLink {font-size:0.8em;}
#tablesView .content .dqPara .dqLink {font-size:1em;}

span > em {font-size:0.7em;}

.boldTotal {font-weight:bold;}

#tablesView tr.blankAbove th {padding: 10px 0 2px 0;}

/* For comparison of only two Geographies State and Australia template */
.ausTemplate .geoCol { width: 160px; }
.ausTemplate .percentCol { width: 65px; }

/* Greyed out October tables 
.octRelease {opacity: 0.5;}
.octRelease tr + tr, .octRelease + p, .octRelease + p + a {display:none;} 
.octRelease:after {content:"Released October 2017";} */



/************************************************************************************
Hover over styling
*************************************************************************************/


#unitip {
		position: absolute;
		z-index: 1000;
		top: -1000px;
		font-size:small;
		color:#fff;
	       font-family: "Myriad Pro", Tahoma, Geneva, sans-serif;
		display: none;
}

	#unitippoint, #unitipmid, #unitipcap {
		position: relative;
		top: 0px; 
		left: 0px;
		width: 307px;
		display: block;
	}
	
	#unitippoint { 
		background: url('TipPoint1.png') no-repeat; 
		height: 26px; 
		overflow: hidden; 
	}
	
	#unitipmid { 
		background: url('TipMid1.png') repeat-y; 
		width: 287px;
		height: auto; 
		padding: 5px 10px;
	}
	
	#unitipcap { 
		background: url('TipCap1.png') no-repeat; 
		height: 13px; 
		overflow: hidden; 
	}

/*************************************************************************************
Country of Birth template
*************************************************************************************/

.qsCOBSearch {height:90px;}
.qsCOBSearch h3 {
	line-height:20px;
	margin-top:13px;
	position: absolute;
	left: 78px;
}
.qsCOBSearch .abs-migrantQSSearchWidget-css-bplpArea label {
	font-size: 14px;
	position: absolute;
	top: 40px;
	left: 34px;
}
.qsCOBSearch .abs-migrantQSSearchWidget-css-bplpArea input {
	position: absolute;
	top: 60px;
	left: 10px;
	width: 160px;
}
.qsCOBSearch .abs-migrantQSSearchWidget-css-geoArea label {
	font-size: 14px;
	position: absolute;
	top: 40px;
	right: 80px;
}
.qsCOBSearch .abs-migrantQSSearchWidget-css-geoArea input {
	position: absolute;
	top: 60px;
	right: 42px;
	width: 160px;
}
.qsCOBSearch button {
	position: absolute;
	top: 61px;
	right: 10px;
}

@media (max-width: 1024px) {
#mapSearchBar .qsCOBSearch {width:320px;height:90px; margin:-470px 0 0 0;}
.qsCOBSearch h3 {font-size:0.9em;left:0;}
.qsCOBSearch div.abs-migrantQSSearchWidget-css-root {font-size:0.7em}
.qsCOBSearch div.abs-migrantQSSearchWidget-css-root label {font-size:0.9em}
.qsCOBSearch .abs-migrantQSSearchWidget-css-bplpArea input, .qsCOBSearch .abs-migrantQSSearchWidget-css-geoArea input {width:110px;}
}

@media (max-width: 640px) {
#mapSearchBar .qsCOBSearch {width:290px;margin:-440px 0 0 -10px;}
}

#tablesView td.firstCol {text-align:left;}

.cobQS #QSheader {background:#e6f2f5;}



/*------ Cob Hover styling -*/
	
	.cobQS .tooltip .tooltiptext {
    visibility: hidden;
    min-width: 360px;
    background-color: #e6e6e6;
    color: #000;
    text-align: center;
    border-radius: 6px;
    padding: 10px 10px;
	  opacity: 0;
    transition: opacity .6s;
    
    /* Position the tooltip */
    position: absolute;
    z-index: 1;
    bottom: inherit;
    left: 50%;
    margin:-70px 0 10px -60px;
}
  /*.cobQS .tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 15%;
    margin-left: -15px;
    border-width: 15px;
    border-style: solid;
    border-color: #e6e6e6 transparent transparent transparent;
}*/

.cobQS .tooltip:hover .tooltiptext, .cobQS .tooltip:focus .tooltiptext {
    visibility: visible;
    opacity:1;
}
@media (max-width: 640px) {
	.cobQS .tooltip .tooltiptext {left:20%;width:290px;margin-top:-90px;}
}
	


/*************************************************************************************
ATSI template
*************************************************************************************/

.atsiQS #QSheader {background: rgb(212, 220, 212);}


.atsiQS #QSheader #tableSummaryHeader h2, .atsiQS #QSheader .summaryTable {border:none;}

.qsiSearch {height:60px;}
.qsiSearch h3 {width:215px;line-height:20px;margin-top:10px;font-size:80%;}
.qsiSearch input, .qsiSearch button {top:24px;}


/*******************************************************************************
Responsive styling
*******************************************************************************/
#aa_Responsive {}
@media (max-width: 1024px) {
	
	#tableSummaryHeader {width:100%;}
	
	#QSheader, #CPheader {width:570px;}
	#quickstats h1.longHeading {font-size:125%;}
	
	/*#QSheader {height:500px;}*/
	
	.atsiQS #summaryTableAP {margin-top:100px;}
	.cobQS #summaryTableAP {margin-top:110px;}
	#summaryTableAP {margin-top:80px;}
	#communityProfileSummary {margin-top:65px;}
	.indigenousAll .qsSearch {margin:-320px 10px 0 10px;}
	.qsSearch {margin:-450px 10px 0 10px;}
	.cpSearch {margin:0;position:absolute;top:415px;}
	
	#mapDiv, #mapStatusDiv, #gazLocFootnote {display:none !important;}	
	
	.qsiSearch {margin-top: -312px;}
	
	/*---- Data table tablet styles ---*/
	
	.heading, .headingOpen {width:610px;}
	.heading h4, .headingOpen h4 {width:610px;font-size:0.9em;}
	
	.headingdetail {font-size:0.7em;}
	
	#tablesView table {width:595px;}
	
	#tablesView .firstCol {width:180px;}
	
	#tablesView .content p, .contentSnapshot p {width:600px;}
		
}

@media (max-width: 640px) {
	
	#crumb {width:100%;margin-left:25px;}
	
	#quickstats, #communityprofile {width:100%;}
	
	#quickstats h1, #communityprofile h1 {font-size: 20px;margin-left:30px;}
	
	#communityprofile h1 {width:200px;}
	
	#QSheader, #CPheader {width:85%;padding:10px 20px;margin:10px;}
	
	/*#QSheader {height:485px;}*/
		
	#QSIcon, #CPIcon {display:none;}	
	
	.areaDetails {padding:0;}
	
	.qsSearch {margin-left:-13px;position:absolute;top:857px;width:280px;}
	.qsSearch h3 {font-size:60%;}
	.indigenousAll .qsSearch {margin-top:-450px;}
		
	#communityProfileSummary {margin-top:75px;}
	.cpSearch {position:absolute;top:455px;width:320px;}
		
	.cpSearch h3 {line-height:20px;margin-top:10px;font-size:70%;}
	
	.qsiSearch {margin-top: -440px;}
	.qsiSearch h3 {font-size:55%;}
	
	/*---- Data table mobile styles ---*/
	
	#summaryTableAP {width:86%;}
	
	.quicklinks a, .quicklinks {display:none;}
	
	.headingdetail {display:none;}
	.heading, .headingOpen {width:290px;}
	.heading h4, .headingOpen h4 {width:300px;}
	
	/*#tableSummaryHeader {width:400px;}*/
	
	#tablesView table {width:95%;}
	
	#tablesView .firstCol {width:220px;}
	
	.supressCol {display:none;}
	
	#tablesView .content p, .contentSnapshot p {width:290px;margin:10px 0;}
}


