:root {
--color-primary: #06529b;
--color-primary-hover: rgba(6,82,155,.9);
} h1 {
margin: 1rem 0;
}
h2 {
margin-top: 4rem;
}
h3 {
margin-bottom: 10px;
}
h2.no-space {
margin-top: 0;
}
ul.contents__list li{
list-style-type: none;
margin-left: 0;
margin-bottom: 4px;
color: #007bff;
}
#controls>div:not(:first-child) {
margin-top: 2rem;
}
.chart-and-controls {
margin: 1.5rem 0;
}
#genderChart {
margin-top: 2rem;
}
.ref-link {
font-weight: bold;
margin-right: 0.25em;
}
.tourism-tracker a{
text-decoration: underline;
}
.tourism-tracker a.ref-link{
text-decoration: none;
}
.note {
border: 1px solid #bdc3c7;
padding: 20px;
margin-bottom: 20px;
}
.note p {
margin-bottom: 0;
}
.note i.fas {
padding-right: 0.25rem;
color: #95a5a6;
}
.key-takeaways {
position: relative;
margin: 1em 0 2em;
}
.key-takeaways-title {
padding: 1.25em 1.25em .5em 1.25em;
}
.key-takeaways-body {
padding: .5em 1.25em 0.25em 1.25em;
}
.key-takeaways-body ul {
margin-bottom: 0;
}
.key-takeaways-body li {
padding-bottom: 1rem;
}
canvas {
margin-bottom: 2rem;
}
button i {
margin-right: 0.5rem;
}
.btn-download {
margin-top: 1.5rem;
}
button.collapsible-info {
border-radius: 0;
background-color: white;
color: #014f9a;
font-family: pro-bold;
transition: 0.6s all ease;
font-weight: 600;
font-size: 1.8rem;
line-height: 3rem;
text-align: left;
display: inline-block;
align-items: center;
position: relative;
cursor: pointer;
padding: 0 0.25rem;
width: 100%;
margin: 0;
margin-top: 1rem;
border: none;
border-bottom: 1px solid #014f9a;
outline: 0px auto white!important;
box-shadow: none !important;
}
.form-check {
position: relative;
display: block;
padding-left: 1.25rem;
margin-bottom: 0;
}
.form-check-input {
position: absolute;
margin-top: 0.3rem;
margin-left: -1.25rem;
box-sizing: border-box;
padding: 0;
}
.form-check-label {
margin-bottom: 0;
font-size: 16px;
margin-left: 10px;
}
input, button, button.btn, select, optgroup, textarea {
font-size: 16px;
}
button.btn {
padding: 6px 12px;
}
.collapsible-info h5 {
display: inline;
}
.collapsible-info:focus
.collapsible-info:focus {
outline: 0px auto white;
}
.collapsible-info:after {
content: '\f078'; font-weight: 900;
font-family: "Font Awesome 5 Free";
font-size: 16px;
color: var(--color-primary);
float: right;
margin-left: 5px;
position: absolute;
right: 0.25rem;
}
.collapsible-info.collapsible--active:after {
content: "\f077"; }
.info-content {
margin: 20px;
box-sizing: border-box;
background-color: white;
max-height: 0;
overflow: hidden;
transition: max-height 0.2s ease-out;
}
.info-content p:first-child {
padding-top: 0.75rem;
}
hr.info-hr {
background: var(--color-primary);
margin: 0.25rem 0;
}
select.form-select{
max-width: 100%;
}
.collapsible-table {
display: block;
border-radius: 0;
background-color: var(--color-primary);
color: #fff;
cursor: pointer;
padding: 18px;
width: 100%;
border: none;
text-align: left;
outline: none;
font-size: 15px;
}
.collapsible-table:after {
content: '\f067'; font-weight: 900;
font-family: "Font Awesome 5 Free";
font-size: 13px;
color: white;
float: right;
margin-left: 5px;
}
.collapsible-table.collapsible--active:after {
content: "\f068"; } .collapsible-table.collapsible--active, .collapsible-table:hover {
background-color:  var(--color-primary-hover);
} .table-content {
padding: 0 18px;
background-color: white;
display: none;
overflow: hidden;
transition: max-height 0.2s ease-out;
}
.table-content table{
font-size: 14px;
margin-top: 1rem;
width: 100%;
}
.table-content table th {
font-size: 16px;
}
.table-content table td, .table-content table th {
padding: 6px;
}
.table-content table tbody tr:nth-child(odd) {
background-color: #eee;
}
table {
font-size: 16px;
}
#EmoloymentTracker .ChartBox {
margin-top: 90px;
}
.info-content p {
margin-bottom: 30px;
}
ul ul {
margin-right: 10px;
}
.variation-table {
margin: auto;
border-collapse: collapse;
margin-bottom: 30px;
}
.variation-table td, .variation-table th {
border: 1px solid black;
padding: 4px 8px;
}
.variation-table td:nth-child(2), .variation-table th:nth-child(2) {
text-align: center;
}
button.btn.btn-primary {
background-color: var(--color-primary);
border-color: var(--color-primary);
}
button.btn.btn-primary:hover, button.btn.btn-primary:active {
background-color: var(--color-primary-hover);
border-color: var(--color-primary-hover);
} .tooltip {
position: relative;
display: inline-block;
border-bottom: 1px dotted black; opacity: 1;
} .tooltip .tooltiptext {
visibility: hidden;
width: 320px;
background-color: var(--color-primary);
color: #fff;
text-align: left;
padding: 0.75rem 1rem;
border-radius: 6px; position: absolute;
z-index: 1;
top: 125%;
left: 50%;
margin-left: -60px; opacity: 0;
transition: opacity 0.3s;
} .tooltip .tooltiptext::after {
content: "";
position: absolute;
bottom: 100%;
left: 50%;
margin-left: -5px;
border-width: 5px;
border-style: solid;
border-color:  transparent transparent var(--color-primary) transparent;
} .tooltip:hover .tooltiptext {
visibility: visible;
opacity: 1;
}
a.back-to-top {
text-decoration: none;
position: absolute;
top:0;
right:0;
}
a.back-to-top i {
margin-left: 0.5rem;
}
sup {
font-size: smaller;
}
.mtb {
margin-top: 1rem;
margin-bottom: 1rem;
}
img {
max-width: 100%;
}