﻿/* updated on 2019/12 to modify the Industry Statistics pages */
.StatisticsNav div {position: relative;display: inline-block;}
.hideOnPageLoad {display:none;visibility:hidden;}

/* default settings */
.StatisticsNav ul {
list-style-type: none;
}

.StatisticsNav li {
padding-left: 10px;
padding-right: 10px;
display: inline;
font-family: Roboto;
font-style: normal;
font-weight: normal;
line-height: 24px;
font-size: 12px;
text-align: center;
padding-top: 6px;
padding-bottom: 6px;
}

.StatisticsNav .itemselected {
    /*background-color: #FFFFFF !important;*/
    border-bottom: 3px solid #DD9276;
    font-weight:bold;
}

.StatisticsNav .itemselected a {
    font-weight: bold;
}

.StatisticsNav a {
    margin-right: 6px;
    color: #333;
    text-decoration: none;
    padding: 4px 15px;
    border: none;
    display: inline-block;
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    line-height: 24px;
    font-size: 14px;
    text-align: center;
    background: none;
}

.IndustryStatisticsHomePageV1 h2 {
font-family: 'Noto Sans', Helvetica, Arial, sans-serif;
font-style: normal;
font-weight: bold;
line-height: normal;
font-size: 24px;
color: #333333;
margin: 0;
padding: 0;
padding-bottom:5px;
}

.IndustryStatisticsHomePageV1 h3 {
font-family: Roboto;
font-style: normal;
font-weight: normal;
line-height: 23px;
font-size: 18px;
letter-spacing: 0.25px;
text-transform: uppercase;
color: #771018;
}

.Sector {
border-top: 4px solid #1186C3;
padding-top: 20px;
background-color: #FFFFFF;
margin-bottom: 24px;
border-radius: 5px;
box-shadow: 1px 2px #eeeeee;
}

.Sector .SectorTitle {
padding-top: 16px;
font-family: Roboto;
font-style: normal;
font-weight: bold;
line-height: 17px;
font-size: 15px;
letter-spacing: 0.4px;
/*text-transform: capitalize;*/
color: #333333;
}

.Sector .ReportCount {
padding-top:8px;
font-family: Roboto;
font-style: normal;
font-weight: 300;
line-height: 14px;
font-size: 11px;
letter-spacing: 0.4px;
text-transform: capitalize;
color: #333333;
}

.Sector .ReportColumn div:first-child {
border-top: none;
padding-top: 0px;
}

.Sector .ReportColumn div {
border-top: 1px solid #E0E0E0;
padding-top: 8px;
padding-bottom: 8px;
font-family: Roboto;
font-style: normal;
font-weight: normal;
line-height: 18px;
font-size: 11px;
letter-spacing: 0.0025em;
color: #AAAAAA;
}

.Sector .ReportColumn div b {
color: #000000;
}

.Sector .ReportColumn div a {
color: #AAAAAA;
font-size:13px;
}

.Sector .ReportColumn div:last-child {
padding-bottom: 8px;
border-bottom: 1px solid #E0E0E0;
margin-bottom: 16px;
}

.padding-24 {
    padding: 24px 0px!important;
}