/*
#page-heading-and-sub-nav, .meta-wrap, #page-wrap {
	font-family: Helvetica, verdata, sans-serif;
}
*/
.content-after-subnav 
{
    padding-left: 3em !important;
}

#page-wrap {
	margin: auto;
    padding: 2.5em !important;
}

#page-heading-and-sub-nav {
	padding: 0;
	/*background: #EAEAEA;*/
}

#page-heading-and-sub-nav {
	font-size: 14px;
	font-weight: 300;
}

#page-heading-and-sub-nav > h1 {
	color: #414042;
	font-weight: normal;
	font-size: 2em;
	padding: 0.5em 1.2em !important;
}

.page-intro__type {
	display: block;
	font-size: 0.6em;
	font-weight: 300;
	color: #0F8243
}

.meta-wrap {
	background: #f3f3f3;
	border-top: 1px solid #D0D2D3;
	margin-top: -1px;
	padding-top: 24px;
	padding: 0 2.5em;
}

.dimension-box { padding: 1em; margin: 2em 0; border-left: 5px solid #e8e8e8; }
.dimension-box h3 { font-size: 1.2em; font-weight: normal; margin: 0; }
.dimension-categories ul li p { margin-top: 0; color: #977; }

/*

#breadcrumbs-wrapper {
	margin: 0;
	padding: 0.3em 2em;
	border-bottom: none;
	background: #EAEAEA;
}

.breadcrumbs {
	border-bottom: 0.1em solid #d0d2d3;
	background: #EAEAEA;
}

.breadcrumbs ul li a, .breadcrumbs ul li:last-child a {
	color: #414042;
	padding: 1em 1em 1em 0;
}

.breadcrumbs ul li:first-child a:before {
	content: '';
	padding-left: 0;
	padding-right: 0;
}

.breadcrumbs ul li:first-child a {
	text-transform: capitalize;
}

.breadcrumbs ul li a {
	color: #206095;
	font-size: 1.1em;
}

.breadcrumbs ul li a:hover {
	background: inherit;
	color: #a00;
}
*/

.meta-item {
	display: inline-block;
	margin: 1em 1em 1em 0em;
	border-right: 0.1em solid #d0d2d3;
	padding: 0 0;
	padding-right: 2em;
	vertical-align: middle;
	min-width: 15em;
}

.meta-title {
	padding-top: 7px;
}

.meta-title, .meta-content {
	vertical-align: middle;
}

.meta__image {
	height: 47px;
	float: left;
	padding-right: 1em;
}

.meta-item-wrap {
	min-height: 47px;
}

.meta-wrap .meta-item:first-child {
	min-width: 20em;
}

.associated-info-wrap {
	float: right;
	margin-left: 2em;
	max-width: 25em;
}

.associated-info-item {
	margin-bottom: 2em;
	background: #ececec;
}

.associated-info-item-title {
	min-height: 45px;
	padding: 1em 1em 0 1em;
	font-weight: 300;
	font-size: 1.5em;
}

.associated-info-item-body {
	background-color: #f6f6f6;
	border-top: 1px solid #D0D2D3;
	margin: -1px 0 0 0;
	padding: 8px 16px 16px 16px;
}

.associated-info-item-body h3 
{
    margin-bottom: 0.3em;
}

.associated-info-item-body p
{
    margin-top: 0;
}

.associated-info-item-body dd {
	padding: 0 0 1em 0;
	margin-left: 0;
}

.associated-info-item-body dt {
	font-size: 1.2em;
	padding: 0;
}

#page-wrap h2 {
	font-weight: normal;
	font-size: 1.5em;
}

.btn {
	font-family: Helvetica, sans-serif;
	display: inline-block;
	width: auto;
	cursor: pointer;
	padding: 10px 16px 10px 16px;
	border: 0 none;
	text-align: center;
	-webkit-appearance: none;
	transition: background-color 0.25s ease-out;
	text-decoration: none;
	font-weight: bold;
	margin-bottom: 1em;
}

.btn--primary, .btn:visited {
	background-color: #0F8243;
	color: #fff
}

.btn--primary:hover, .btn--primary:focus {
	background-color: #0b5d30;
	color: #fff;
}

.btn--primary-disabled {
	opacity: 0.7
}

.btn--primary-disabled:hover, .btn--primary-disabled:focus {
	background-color: #0F8243;
	cursor: not-allowed
}

.btn--full-width {
	display: block;
	width: 100%
}

.btn--inline {
	display: inline-block;
	margin-right: 1em;
}

.page-section-title {
	border-bottom: 1px solid #58595B;
	padding-bottom: 0.5em;
	padding-top: 1.5em;
}

#dataset-landing-information {
	margin-right: 27em;
	max-width: 800px;
}

.datatable-container {
}

.tWb { background: none; }

/* Table in profile */
.level0 {
	 white-space: nowrap;
}

.level1 {
	 padding-left: 12pt;
	 white-space:inherit;
}

.level2 {
	 padding-left: 24pt;
	 white-space: nowrap;
	 text-align: left;
}

.source {
	font-size: 0.8em;
	padding: 0.25em 0;
	text-align: left;
	line-height: 1.5em;
}

.warning {
	font-size: 7pt;
	text-align: left;
	padding: 1px;
}

.indent {
	padding-left: 20pt;
}
.datatable {
	width: 100%;
	border-top: solid 2px #cccccc;
	border-spacing: 0px;
	margin-bottom: 3px;
}

.datatableheadingrow {
}

.datatableheadingcell, .datatableheadingcellrowhead {
	border-bottom: 1px solid #cccccc;
	font-weight: bold;
	text-align: right;
	vertical-align: top;
	padding: 2px;
	margin: 1px;
}

.datatableheadingcellrowhead {
	text-align: left;
}

.datatableheadingcolspan {
	padding-top: 3px;
	border-bottom: 1px dashed #cccccc;
	font-weight: bold;
	text-align: left;
}

tbody th.datatableheadingcolspan
{
	font-weight: bold !important;
	border-bottom: 0.1em solid #c0c0c0;
	padding-top: 0.7em !important;
}

.datatablerowdivider {
	/* border-top: 1px dashed #cccccc;*/
}

.datatablerow {
	border: 1px solid #cccccc;
	padding: 0px 0px 3px;
}

.datatablerow:last-child td, .datatablerow:last-child th 
{
	border-bottom: 0.2em solid #ddd;
	padding-bottom: 0.7em;
	vertical-align: top;
}

	.datatablerow:hover {
		background: #ededed;
	}

.datatablecell {
	text-align: right;
	padding: 3px;
}

.sortedcell {
	background: #f1f6ce;
}

tr.datatablerow th { text-align: left; }

.datatable tfoot td { border-bottom: none; }

.navmenuitem ul li { margin-left: 0; }

.pleasewait {
	font-size: 1.5em;
	color: #414042;
	padding-top: 1.5em;
	text-align: center;
}

.figurebox-value {
	font-size: 3em;
	color: #060;
	padding-bottom: 0.5em;
}

.inline-box {
	display: inline-block;
	margin: 1em;
	vertical-align: top;
	text-align: center;
	width: 240px;
	min-height: 195px;
	background: #f1f6e7;
}

.inline-box h2 {
	min-height: 3em;
	margin-bottom: 0;
}

.inline-box h3 {
	font-weight: normal;
}

.change-arrow-up, .change-arrow-down {
	padding-left: 0.5em;
	font-size: 0.6em;
}


.change-arrow-up span, .change-arrow-down span {
	font-size: 0.6em;
}

.change-arrow-up {
	color: #39a559;
}

.change-arrow-down {
	color: #a54b30;
}

#glance-geog {
	margin-left: 0.5em;
	width: 13em;
}

#PanelGlanceQuickViewData
{
    display: inline-block;
    padding-left: 0.3em;
    background: #eee;
}

#PanelGlanceQuickViewData .btn--inline 
{
    margin: 0;
}

.past-corrections, .historical-release-date 
{
    display: none;
}

.release-dates-table-container tbody tr td 
{
    font-size: 1em;
}

.release-dates-table-container tbody tr td, .release-dates-table-container thead tr th 
{
    padding: .5em 1em;
}

#analyses-list
{
    padding-left: 0;
}

#analyses-list li
{
    list-style: none;
    padding-bottom: 0.5em;
    text-transform: capitalize;
}

.keyword-link
{
    text-decoration: underline;
    padding-right: 10px;
}

#form1 
{
    min-height: 0;
    padding: 0;
    margin: 0;
    overflow: unset;
}

/* Tooltip popup */
.tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted #58595B;
    cursor: help;
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 200px;
    background-color: #58595B;
    color: #d0d2d3;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 999999;
    bottom: 150%;
    left: 50%;
    margin-left: -100px;
}

.tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #58595B transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
}