﻿/* Page title */
.directories-keydata {text-align:left;}
/*Placeholder - show loading message */
.databank-embed, .market-data-embed {
    min-height: 300px;
    border: 1px solid #BBB5B3;
    margin-bottom: 10px;
}
.databank-missing>p { font-family: "Open Sans"; font-size: 1.4em; }
.databank-missing-components {font-family: "Open Sans"; font-size: .9em; }
.databank-embed { background: url("/ClientOverride/IPE/Databank/loadingAnimation.gif") no-repeat scroll 50% 50% #FFF; }

/*Wrapper*/
.databankWrapper { background-color: #FFF; border: 1px solid #BBB5B3; margin: 0 0 36px; max-width: 1280px; }
.databankWrapper .table-full { margin: 24px 20px 0; }
.databankWrapper table { border-top: 1px solid #BBB5B3; width: 100%; }
.databankWrapper table th, .databankWrapper table td { line-height: 1.286; }
.databankWrapper tr.hide { display: none; }
.databankWrapper tr > :first-child { border-left: 0; }
.databankWrapper tr > :first-child input[type="checkbox"], .databankWrapper tr > :first-child + td label { cursor: pointer; }
.databankWrapper thead + tbody tr:last-child th, .databankWrapper thead + tbody tr:last-child td { border-bottom: 0; }
.databankWrapper th, .databankWrapper td { border: 0; padding: 12px; }
.databankWrapper .table-th-nosort label { left: -1000em; position: absolute; }


/*Title bar*/
.databankWrapper > .titleBar, .databank-embed h2, .market-data-embed h2, .databank-missing h2 {
	font-weight: bold; text-transform : uppercase; color: #FFF; padding: 10px 20px; background-color: #3B3B3B;font-size: 0.889rem;line-height: 1.125rem;font-family: montserrat, sans-serif;
}

.market-data-embed h2{ margin-bottom: 0; }

/*Data table*/
.databankWrapper .tableData { margin: 24px 20px 0; overflow-x: auto; -webkit-overflow-scrolling: touch; }

.databankWrapper table { /*TODO - redundant via site CSS*/
	border-top: 1px solid #BBB5B3; width: 100%; border-spacing: 0; color: #1E1E1E; /*font-family: "Open Sans",sans-serif; font-size: 1.4em;*/
}

.databankWrapper table td, .databankWrapper table th { line-height: 1.286; padding: 12px; text-align: left; font-weight: 600; }
.databankWrapper tbody tr:nth-child(2n+1) th, .databankWrapper tbody tr:nth-child(2n+1) td { background-color: #F0EFEC; }
.databankWrapper tbody tr:nth-child(2n) th, .databankWrapper tbody tr:nth-child(2n) td { background-color: #FFF; }

.databankWrapper tbody>tr>td.group_header { background-color: #006497; color: #FFF; }

/*Comparison tables*/
.databankWrapper table { border-top: none; }
.databankWrapper table>thead th { font-weight: 800; background-color: #006497; color: #FFF; min-width: 200px; }
.databankWrapper table>thead th.sortable>span { float: right; }
.databankWrapper table>thead th.sortable>span:after { content: "△▽"; }
.databankWrapper table>thead th.sorted.ascending>span:after { content: "▲"; }
.databankWrapper table>thead th.sorted.descending>span:after { content: "▼"; }
.databankWrapper table>thead th.sorted, .databankWrapper table>thead th.sortable:hover { background-color: #007DC5; }

.comparisonChartTable thead th:first-child { min-width: 40px; }
.comparisonChartTable thead th.date_column { min-width: 50px; }

/*Generic*/
.databankChart { font-family: 't Sans', sans-serif; font-size: 1.2em; line-height: 48px; margin: 0; padding: 0px 10px 10px 10px; text-align: center; }
.databankChart.loaded { background: none; }
.highcharts-container { margin: 0; }

.databank-hidden { display: none; }

.darkGradient {
	background: #3B3B3B;
	background: -moz-linear-gradient(top, #3B3B3B, #262626);
	background: -ms-linear-gradient(top, #3B3B3B, #262626);
	background: -o-linear-gradient(top, #3B3B3B, #262626);
	background: -webkit-gradient( linear, left top, left bottom, from(#3B3B3B), to(#262626) );
	background: -webkit-linear-gradient(top, #3B3B3B, #262626);
	background: linear-gradient(to top, #3B3B3B, #262626);
}

/*Filters from design*/
.filterControls { margin: 0 0 24px; }
.filterControls:after { clear: both; content: ''; display: table; }
.filterControls .displayData { float: left; padding: 3px 110px 3px 20px; position: relative; width: 100%; }
.filterControls .displayData label { color: #ffffff; font-family: 'Open Sans', sans-serif; font-size: 1.4em; font-weight: bold; line-height: 1.714286; margin-right: 10px; text-transform: uppercase; }
.filterControls .displayData:before,
.filterControls .displayData:after { border-left: 1px solid #111111; content: ''; right: 90px; height: 100%; position: absolute; top: 0; }
.filterControls .displayData:before { border-color: #666666; right: 89px; }
.filterControls select { font-size: 1.4em; font-weight: bold; line-height: 1.714286; padding: 6px 10px; } /*width: 100%;*/
.filterControls button.filters { background: none; bottom: 0; padding: 0 0 0 20px; position: absolute; right: 20px; top: 0; }
.filterControls button.filters:active { padding: 0; }
.filterControls button.filters:before { content: '\002b'; font-size: 1.2em; font-weight: bold; line-height: 1; margin: 0 4px 0 0; display: inline-block; }
.filterControls .filtersWrapper {
	clear: both; max-height: 0; overflow: hidden; visibility: hidden;
	transform: translate3d(0, 0, 0); -moz-transition: all 0.3s ease; -ms-transition: all 0.3s ease; -o-transition: all 0.3s ease; -webkit-transition: all 0.3s ease; transition: all 0.3s ease;
}
.openFilter .filterControls .filters:before { content: '\2212'; }
.openFilter .filterControls .filtersWrapper { max-height: 400px; visibility: visible;  }
.filterControls ul, .filterControls li { list-style: none; font-size: 1em; margin: 0; padding: 0; }
.filterControls li { color: #ffffff; font-family: 'Open Sans', sans-serif; padding-bottom: 12px; }
.filterControls li h2 { color: #ffffff; font-family: 'Open Sans', sans-serif; font-size: 1.4em; line-height: 1.285714; font-weight: bold; text-transform: uppercase; }
.filterControls li label { font-size: 1.4em; line-height: 1.285714; }
.filterControls li .text { display: inline-block; margin: 4px 0 0 3px; overflow: hidden; vertical-align: top; width: 88%; cursor: pointer; font-size: .8em; }
.filterControls .cols { padding: 12px 20px 0; overflow-y: auto;  max-height: 343px; -webkit-overflow-scrolling: touch; }
.filterControls .buttons { border-top: 1px solid #666666; padding: 12px 20px; text-align: right; }
.filterControls .cancel, .filterControls .filters { background: none; font-weight: normal; text-transform: none; }
.filterControls .cancel:hover, .filterControls .filters:hover, .filterControls .cancel:focus, .filterControls .filters:focus { background: none; }
.filterControls .cancel:active, .filterControls .filters:active { background: none; box-shadow: none; padding: 6px 10px; text-shadow: none; }
.oneColumn .filterControls select, .threeColumnsWideLeft .filterControls select, .threeColumnsWideRight .filterControls select { width: 55%; }
.oneColumn .filterControls .cols:after, .threeColumnsWideLeft .filterControls .cols:after, .threeColumnsWideRight .filterControls .cols:after { clear: both; content: ''; display: table; }
.oneColumn .filterControls .cols > li, .threeColumnsWideLeft .filterControls .cols > li, .threeColumnsWideRight .filterControls .cols > li { padding-right: 20px; }
.oneColumn .filterControls .col, .threeColumnsWideLeft .filterControls .col, .threeColumnsWideRight .filterControls .col { float: left; }
.oneColumn .filterControls .col1of4, .threeColumnsWideLeft .filterControls .col1of4, .threeColumnsWideRight .filterControls .col1of4 { width: 25%; }
.oneColumn .filterControls .col2of4, .threeColumnsWideLeft .filterControls .col2of4, .threeColumnsWideRight .filterControls .col2of4 { width: 50%; }
.oneColumn .filterControls .col3of4, .threeColumnsWideLeft .filterControls .col3of4, .threeColumnsWideRight .filterControls .col3of4 { width: 75%; }
.oneColumn .filterControls .col1of3, .threeColumnsWideLeft .filterControls .col1of3, .threeColumnsWideRight .filterControls .col1of3 { width: 33%; }
.oneColumn .filterControls .col2of3, .threeColumnsWideLeft .filterControls .col2of3, .threeColumnsWideRight .filterControls .col2of3 { width: 33%; }


sup.footnote_cell, .table_footnotes{ font-size: .7em; }
.table_footnotes { font-family: "Open Sans", sans-serif; border-top: 1px solid #BBB5B3; padding-top: 4px; }
.table_footnotes:empty { display: none; }
.fn_text { color: #005385; }

.databankWrapper .profile-link{ text-decoration: none; color: inherit; }