/* Customize fonts */
body, label, input, button, select {
/*  font-family: Roboto, sans-serif;*/
  font-family: din-2014, Arial, sans-serif;
  font-weight: 400;
  color: #323F4B;
}

label {
  font-weight: 500;
  color: #52606D;
}

html, body {
  height: 100%;
  margin: 0;
  font-size: 16px;
}

body {
  /* Margin bottom by footer height */
/*  margin-bottom: 50px; */
  font-family: din-2014, Arial, sans-serif;
}

.content {
  min-height: 100%;

  /* Equal to height of footer */
  /* But also accounting for potential margin-bottom of last child */
  margin-bottom: -50px;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
  font-family: din-2014, 'Arial Narrow', Arial, sans-serif;
  color: #3E4C59;
  margin-top: 20px;
}

h1 {
  font-size: 48px;
}

h2 {
  font-size: 36px;
}

h3 {
  font-size: 30px;
}

h4 {
  font-size: 24px;
}

h5 {
  font-size: 20px;
}

h6 {
  font-size: 16px;
}

section {
  background-color: #F5F7FA88;
  border: 1px solid #E4E7EB;
}

section.section-report-studio {
  padding: 30px 30px 15px;
  margin: 20px 0;
}

section.section-report-studio h4 {
  margin-top: 0;
}

section.section-report-studio label {
  font-weight: 600;
}

figcaption {
  text-align: right;
  font-style: italic;
  font-size: 10px;
  margin: 10px 50px 35px 0;
}

.content-embed figcaption {
  margin: 10px 25px 10px 0;
}

input[type="number"] {
  max-width: 80%;
}

input::placeholder {
  color: #696969;
  font-style: italic;
}

dt {
  font-size: 16px;
  margin-top: 30px;
}

em {
  color: #7B8794;
}

nav.navbar + div.container-fluid {
/*  display: block;
  float: left;
  clear: both; */
/*  min-height: calc(100vh - 90px); */
}

/* Footer     ---------------------------- */
footer {
    background-color: #3E4C59;
    /*height: 120px;*/
    color: #E4E7EB;
    padding-right: 15px;
    padding-left: 15px;
}

.push {
  height: 140px;
}

.request-dataset {
  background-color: #52606D;
  padding: 20px 0 45px;
  text-align: center;
}

footer h4, footer label {
  color: #E4E7EB;
}

footer ul {
  list-style: none;
  display: inline-block;
  margin: 0 0 20px;
  padding: 0;
}

footer li {
  /*display: inline;*/
  margin: 0;
  line-height: 25px;
}

footer li a {
  font-size: 14px;
}

footer li a.website-links {
  font-weight: 700;
  color: #F5F7FA;
}

footer .footer-links-container {
  padding: 20px 0;
}

footer .powered-by {
    background-color: #323F4B;
    color: #E4E7EB;
    padding: 20px 0 4rem;
    text-align: center;
    font-size: 14px;
    font-family: "din-2014", Arial, sans-serif;
}

footer .powered-by a, footer .powered-by a:link, footer .powered-by a:visited {
    color: #A8BFB7;
}

footer .powered-by a:hover {
    text-decoration: underline;
}

footer .spacer {
  font-size: 18px;
  font-weight: 700;
  margin: 0 10px;
}

footer a, footer a:link, footer a:visited {
  color: #E4E7EB;
}

footer a:hover, footer a:active, footer a:focus {
  color: #ffffff;
}

footer .footer-logo {
  margin: 0 5px;
}

a {
  color: #1D6F98;
  text-decoration: none;
}

ul.inline li a:link, nav ul.inline li a:visited {
    color: red;
    display: block;
    text-align: center;
}

/* Navigation ---------------------------- */
.navbar-expand-xl {
  background-color: #ffffff;
  border: none;
  border-bottom: 1px solid #CBD2D9;
  padding: 0;
  margin-bottom: 15px;
}

.navbar-expand-xl .navbar-collapse, .navbar-expand-xl .navbar-form {
  justify-content: flex-end !important;
}

.navbar-expand-xl .navbar-collapse, .navbar-expand-xl .navbar-form {
  border-color: #E4E7EB;
}

.navbar-expand-xl .navbar-brand {
  color: #3E4C59;
  font-weight: 700;
  padding: 0;
  display: flex;
  align-items: center;
}

.navbar-expand-xl .navbar-brand:focus, .navbar-expand-xl .navbar-brand:hover {
  color: #616E7C;
}

.brand-text {
  margin-left: 25px;
}

.nav>li>a {
  padding-right: 20px;
  padding-left: 20px;
}

.nav>li>a i {
  color: #52606D;
}

.nav>li.active>a i {
  color: #3994C1;
}

.navbar-expand-xl .navbar-nav>li>a {
  color: #3994C1;
}

.navbar-expand-xl .navbar-nav>li>a:focus, .navbar-expand-xl .navbar-nav>li>a:hover {
  color: #0B4F71;
  background-color: #E4E7EB;
}

.navbar-expand-xl .navbar-nav>.active>a, .navbar-expand-xl .navbar-nav>.active>a:focus, .navbar-expand-xl .navbar-nav>.active>a:hover {
  color: #0B4F71;
  outline: none !important;
  box-shadow: none !important;
  border: none;
  background-color: #CBD2D9;
}

.navbar-expand-xl .navbar-nav>.open>a, .navbar-expand-xl .navbar-nav>.open>a:focus, .navbar-expand-xl .navbar-nav>.open>a:hover {
  color: #EBF8FF;
  border: none;
  outline: none !important;
  box-shadow: none !important;
  background-color: #2D83AE;
}

.nav .open>a, .nav .open>a:focus, .nav .open>a:hover,
.nav a.show, .nav a.show:focus, .nav a.show:hover, :focus-visible {
  border: none;
  outline: none !important;
  box-shadow: none !important;
}

.form-control:focus, .form-control:focus-visible {
  border-width: 1px;
  border-style: solid;
  border-color: #8D959E !important;
}

.navbar-expand-xl .dropdown-menu {
  background-color: #D9E2EC;
  z-index: 1500;
  border-radius: 0;
}

.navbar-expand-xl .dropdown-menu>li>a {
  color: #243B53;
}

.navbar-expand-xl .dropdown-menu>li>a:focus, .navbar-expand-xl .dropdown-menu>li>a:hover {
  background-color: #BCCCDC;
}

.navbar-expand-xl .dropdown-menu>.active>a, .navbar-expand-xl .dropdown-menu>.active>a:focus, .navbar-expand-xl .dropdown-menu>.active>a:hover {
  color: #243B53;
  background-color: #9FB3C8;
}

/* Tabset panel */
#ei_manage {
  margin-bottom: 25px;
}

.margin-top-10 {
  margin-top: 10px;
}

/* Sidebar Navigation */
.nav-pills > li > a {
  color: #323F4B;
  border-radius: 4px;
}

.nav-pills > li > a:focus,
.nav-pills > li > a:hover {
  background-color: #F5F7FA88;
  color: #323F4B;
}

.nav-pills > li.active > a,
.nav-pills > li > a.active,
.nav-pills > li > a.active:focus,
.nav-pills > li > a.active:hover,
.nav-pills .nav-link.active, .nav-pills .nav-tabs>li>a.active, .nav-pills>li>a.active, .nav-pills ul.nav.navbar-nav>li>a.active, .nav-pills .show>.nav-link, .nav-pills .in>.nav-link, .nav-pills .nav-tabs>li.show>a, .nav-pills .nav-tabs>li.in>a, .nav-pills>li.show>a, .nav-pills>li.in>a, .nav-pills ul.nav.navbar-nav>li.show>a, .nav-pills ul.nav.navbar-nav>li.in>a
{
  color: #323F4B;
  background-color: #E4E7EB88;
}

/* Navbar media query customizations */
@media (min-width: 768px) {
  .navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
    margin-left: 0;
  }
}
/*
@media (max-width: 1150px) {
    .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
        margin-top: 20px;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin-top: 7.5px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in{
        display:block !important;
    }
}
*/
.navbar-expand-xl .navbar-toggle .icon-bar {
  background-color: #3E4C59;
  height: 4px;
  border-radius: 2px;
}

/* Home page ---------------------------- */
div.outer {
  position: fixed;
  top: 41px;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  padding: 0;
}

#bizkit-home-about {
  font-size: 16px;
}

.highlights {
  background-color: #3E4C59;
  padding: 20px;
  color: #F5F7FA;
  border-radius: 10px;
}

.highlights h4 {
  margin-top: 0;
  color: #CBD2D9;
}

.highlights h4 i {
  font-size: 45px;
  margin-right: 15px;
  margin-bottom: 15px;
}

.highlights a {
  color: #F5F7FA;
  font-weight: 700;
  text-decoration: underline;
}

.news {
  background-color: #A7D8F0;
  padding: 20px;
  color: #3E4C59;
}

.news h5 {
  margin-top: 0;
  color: #52606D;
}

.homepage_cards {
  /* Appearance */
  background-color: #E4E7EB;
  padding: 0 20px 20px 20px;
  cursor: move;
  /* Fade out while not hovering */
  opacity: 0.85;
  zoom: 0.9;
  transition: opacity 500ms 1s;
}

.homepage_cards:hover {
  /* Fade in while hovering */
  opacity: 0.95;
  transition-delay: 0;
}

/* Position and style citation */
cite {
  font-size: 12px;
}

/* If not using map tiles, show a white background */
#homepage-map_census-bizkit_map {
  z-index: 100;
}

.leaflet-container {
  background-color: white !important;
	font: 12px/1.5 Roboto, sans-serif;
}

.leaflet-container .legend i {
  border: 0.5px solid #000;
}

.awesome-marker i.explore-map-icon {
  color: #ffffff;
}

.marker-cluster-small {
	background-color: rgba(255, 158, 0, 0.3) !important;
}
.marker-cluster-small div {
	background-color: rgba(255, 158, 0, 0.6) !important;
}

.marker-cluster-medium {
	background-color: rgba(255, 158, 0, 0.3) !important;
}
.marker-cluster-medium div {
	background-color: rgba(255, 158, 0, 0.6) !important;
}

.marker-cluster-large {
	background-color: rgba(255, 158, 0, 0.3) !important;
}
.marker-cluster-large div {
	background-color: rgba(255, 158, 0, 0.6) !important;
}

.explore-label-title {
  font-size: 14px;
  color: #3E4C59;
  margin-top: 10px;
  font-weight: 400;
  text-align: center;
}

.explore-label-subtitle {
  font-size: 18px;
  color: #3E4C59;
  margin-top: 10px;
  font-weight: 500;
  text-align: center;
}

.explore-label-value {
  font-size: 28px;
  font-weight: 700;
  color: #3E4C59;
  text-align: center;
}

#da_data {
  margin: 20px 0 5px 25px;
}

#da_data h5 {
  border-bottom: 1px solid #616E7C;
}

.explore-table {
  width: 100%;
}

.explore-table caption {
  caption-side:bottom;
  text-align: right;
  font-size: 11px;
  color: #7B8794;
  font-style: italic;
}

.explore-table tr {
  border-bottom: 1px solid #E4E7EB;
}

.explore-table tr.even {
  background-color: #FFFFFF;
}

.explore-table tr.odd {
  background-color: #F5F7FA;
}

.explore-table tr th, .explore-table tr td {
  padding: 3px 7px;
}

#mpi_custom_tbl {
  margin-top: 2rem;
}

/* EI Grid */
.grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
  grid-gap: 1rem;
}

.ei-grid-item,
.grid > div.ei-grid-item {
  background: #fff;
  padding: 0;
  /*border-radius: 1rem;*/
  border-radius: 10px;
  border: 2px solid #efefef;
}

.grid .subitems {
  display: contents;
}

/* Bizkit components */
.homepage_cards {
  background-color: #F5F7FA;
}

.flex {
  display: flex;
}

/* Value box */
.quick-facts-col {
  background-color: #F5F7FA;
}

.bizkit-valuebox {
  /*box-shadow: 0 5px 15px 0 hsla(0, 0%, 0%, 0.25);*/
  border: 3px solid #E4E7EB;
  border-radius: 4px;
  margin: 25px 0;
  padding: 20px 25px;
  background-color: transparent;
}

.bizkit-valuebox.population {
  background-color: #E4E7EB88;
}

.bizkit-valuebox.work {
  background-color: #E4E7EB88;
}

.bizkit-valuebox.housing {
  background-color: #E4E7EB88;
}

.bizkit-valuebox.realty {
  background-color: #E4E7EB88;
}

.bizkit-valuebox.neutral {
  background-color: #E4E7EB88;
}

.bizkit-valuebox-title {
  font-size: 16px;
  color: #323F4B;
  margin-top: 10px;
  font-weight: 500;
}

.bizkit-valuebox-value {
  font-size: 36px;
  font-weight: 500;
  color: #3E4C59;
}

.bizkit-valuebox-footer {
  background-color: #E4E7EB;
  /*padding: 12px 0;*/
  margin-top: 15px;
  color: #1F2933;
}

aside.chart-filters {
  margin: 15px 25px;
  padding: 10px;
  background-color: #F5F7FA;
  border: 1px solid #E4E7EB;
}

.bizkit-chart-title-area {
  font-family: Roboto, sans-serif;
  color: #3E4C59;
  margin: 0 0 5px 25px;
}

.bizkit-chart-title {
  font-size: 18px;
  font-weight: 500;
  margin-top: 35px;
  margin-bottom: 0;
}

.bizkit-chart-subtitle {
  font-size: 13px;
}
/*
.explore-selector-container {
  margin-left: 25px;
}
*/
.explore-selector-container h1,
.explore-selector-container h2,
.explore-selector-container h3,
.explore-selector-container h4,
.explore-selector-container h5,
.explore-selector-container h6 {
  text-align: left;
}

.explore-selector-container h1:after,
.explore-selector-container h2:after,
.explore-selector-container h3:after,
.explore-selector-container h4:after,
.explore-selector-container h5:after,
.explore-selector-container h6:after {
  display: none;
}

.explore-selector-container label {
  font-size: 14px;
  font-weight: 400;
}

/* Leaflet map container */
.content .explore-map-container {
  min-height: calc(100vh - 120px);
}

.leaflet-popup-content-wrapper {
  box-shadow: 3px 3px rgba(0, 0, 0, 0.25);
  border: 1px solid rgba(0, 0, 0, 0.5);
  border-radius: 10px;
}

/* Leaflet fix for NA in legend for continous variables */
div.info.legend.leaflet-control br {
  clear: both;
}

.leaflet-top, .leaflet-bottom {
  z-index: 400;
}

/* Spacelist container */
.content #spacelist-engine-wrapper iframe {
  height: calc(100vh - 220px);
  min-height: calc(100vh - 220px);
  max-height: calc(100vh - 220px);
}

.content-embed #spacelist-engine-wrapper iframe {
  height: 750px;
  min-height: 750px;
  max-height: 750px;
}

/* Economin Indicators  */
#ei-report-download-modal {
  font-size: 15px;
}

#ei-report-download-modal label, .radio label, .checkbox label {
  font-weight: 400;
  margin-top: 10px;
}

#ei-report-download-modal label i, .radio label i, .checkbox label i {
  margin: 0 1px 0 5px;
}

/* Accordion */
.accordion {
  margin-bottom: 20px;
}

/* Numeric range sliders */
/*
.irs--shiny .irs-bar, .content-embed .irs--shiny .irs-bar {
  border-top: 1px solid #323F4B;
  border-bottom: 1px solid #323F4B;
  background-color: #7B8794;
}

.irs--shiny .irs-handle, .content-embed .irs--shiny .irs-handle {
  top: 22px;
  width: 15px;
  height: 15px;
  border-radius: 15px;
}

.irs--shiny .irs-from, .irs--shiny .irs-to, .irs--shiny .irs-single,
.content-embed .irs--shiny .irs-from, .content-embed .irs--shiny .irs-to, .content-embed .irs--shiny .irs-single {
  color: #fff;
  background-color: #52606D;
}
*/

/* Admin area */
.password-reset-link {
  margin-top: 20px;
}

/* Maintenance Panel */
.maintenance-panel {
  text-align: center;
  padding-top: 150px;
  background: url('img/maintenance.png') top center no-repeat;
}

.maintenance-panel h1, .maintenance-panel h2 {
  color: #3E4C59;
}

/* Download data link */
.download-data-link {
  margin-left: 20px;
  color: #1D6F98);
}

/* gt table */
.gt_table td.gt_row {
  font-size: 14px;
  color: #323F4B;
}

.gt_table th.gt_col_heading {
  font-size: 15px;
  color: #616E7C;
}

/* Helper classes */
.hspacer {
  margin: 0 10px;
}

.how_to_admin_container {
  margin-top: 20px;
}

/* Buttons ------- */
.btn-default {
  background-color: #7B8794;
  color: #F5F7FA;
  border-color: #7B8794;
}

.btn.btn-cityviz {
  background-color: #ffffff;
  border-color: #9AA5B1;
  color: #52606D;
  font-weight: 700;
}

.btn-default:hover, .btn-default:focus, .btn-default.disabled.focus, .btn-default.disabled:focus, .btn-default.disabled:hover, .btn-default[disabled].focus, .btn-default[disabled]:focus, .btn-default[disabled]:hover, fieldset[disabled] .btn-default.focus, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default:hover {
  background-color: #52606D;
  color: #F5F7FA;
  border-color: #52606D;
}

.btn-inverse {
  background-color: #F5F7FA;
  color: #3E4C59;
  border-color: #CBD2D9;
}

.btn-inverse:hover {
  background-color: #E4E7EB;
  color: #323F4B;
  border-color: #9AA5B1;
}

.btn-info {
  background-color: #EBF8FF;
  color: #1D6F98);
  border-color: #A7D8F0;
}

.btn-info:hover {
  background-color: #D1EEFC;
  color: #166086;
  border-color: #7CC1E4;
}

.btn-success {
  background-color: #A3D9A5;
  color: #0E5814;
  border-color: #57AE5B;
}

.btn-success:hover {
  background-color: #7BC47F;
  color: #05400A;
  border-color: #3F9142;
}

.btn-warning {
  background-color: #FCEFC7;
  color: #7C5E10;
  border-color: #F9DA8B;
}

.btn-warning:hover {
  background-color: #F8E3A3;
  color: #513C06;
  border-color: #F7D070;
}

.btn-danger {
  background-color: #FACDCD;
  color: #911111;
  border-color: #E66A6A;
}

.btn-danger:hover {
  background-color: #F29B9B;
  color: #780A0A;
  border-color: #D64545;
}

.btn-primary {
  background-color: #3994C1;
  color: #EBF8FF;
  border-color: #1D6F98);
}

.btn-primary:hover {
  background-color: #2D83AE;
  color: #D1EEFC;
  border-color: #166086;
}

.btn-light {
--bs-btn-color: #333333;
--bs-btn-bg: #f8f9fa;
--bs-btn-border-color: #e6e6e6;
--bs-btn-hover-color: #000;
--bs-btn-hover-bg: #d3d4d5;
--bs-btn-hover-border-color: #c6c7c8;
--bs-btn-focus-shadow-rgb: 211,212,213;
--bs-btn-active-color: #000;
--bs-btn-active-bg: #c6c7c8;
--bs-btn-active-border-color: #babbbc;
--bs-btn-active-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
--bs-btn-disabled-color: #000;
--bs-btn-disabled-bg: #f8f9fa;
--bs-btn-disabled-border-color: #f8f9fa;
}

/* FontAwesome brands */
.fa-youtube {
  color: #ea3323;
}

.vembedr {
    box-shadow: 1px 5px 15px 1px hsl(0deg 0% 0% / 45%);
}

.file-icon {
  font-size: 16px;
  margin-right: 5px;
}

.colour-pdf {
  color: #BA2525;
}

.colour-xlsx {
  color: #3F9142;
}

.colour-docx {
  color: #1D6F98;
}

.colour-pptx {
  color: #D35230  ;
}

/* Resources */
.resources-grid {
  margin-top: 25px;
  margin-bottom: 25px;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(480px, 1fr));
  grid-gap: 4rem;
}

.resources-grid .media-left {
  padding-right: 25px;
}

.resources-grid .media-left img {
  border: 1px solid #9AA5B1;
  border-radius: 3px;
}

/* Ticker */
* {
  box-sizing: border-box;
}

@-webkit-keyframes ticker {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@keyframes ticker {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.ticker-wrap {
  position: fixed;
  bottom: 0;
  width: 100%;
  overflow: hidden;
  height: 4rem;
  background-color: #1F2933;
  padding-left: 100%;
  box-sizing: content-box;
  z-index: 10000;
  display: flex;
}

.ticker-wrap:hover .ticker {
    animation-play-state: paused;
}

.ticker-wrap .ticker {
  display: inline-block;
  display: flex;
  height: 4rem;
  line-height: 1.3rem;
  white-space: nowrap;
  padding-right: 100%;
  box-sizing: content-box;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-name: ticker;
  animation-name: ticker;
  -webkit-animation-duration: 30s;
  animation-duration: 30s;
}
.ticker-wrap .ticker-item {
  display: inline-block;
  padding: 0.75rem 3rem;
  font-size: 1rem;
  color: white;
  color: #F5F7FA;
}
.ticker-wrap .ticker-item .ticker-value {
  display: inline-block;
  padding: 0;
  padding: 0 1rem;
/*  font-size: 1.3rem;*/
}

.ticker-wrap .ticker-item .ticker-change {
  font-size: 1rem;
}

.ticker-item h3, .ticker-item h5, .ticker-item span, .ticker-item p {
  /*color: #F5F7FA;*/
}

.ticker-item p {
  font-size: 0.875rem;
  margin-bottom: 0;
}

.ticker-item .green {
  color: #A3D9A5;
}

.ticker-item .yellow {
  color: #F8E3A3;
}

.ticker-item .red {
  color: #F29B9B;
}


/* Footnotes ---- */
.footnotes {
  background-color: #F5F7FA;
  border: 10px solid #ffffff;
  padding: 20px 40px;
  margin: 0 0 20px;
}

/*
body {
  padding-bottom: 5rem;
}

h1, h2, p {
  padding: 0 5%;
}
*/


/* Jumbotron */
.jumbotron {
  background: rgb(207,198,201);
  background: linear-gradient(0deg, rgba(230, 192, 179, 0.8) 0%, rgba(207, 198, 201, 0.8) 100%);
}

.jumbotron p {
  font-size: 18px;
}

.jumbotron.jumbo-construction {
  /*background: url('img/jumbo/construction/a0BEHFMKqTE.jpg') 0 0 no-repeat;*/
}


#request-custom-cityviz-reports {
  font-size: 1.1em;
}


/* Reactable twitter followers */
.title {
  margin: 18px 0;
  font-size: 16px;
}

.title h2 {
  font-size: 20px;
  font-weight: 500;
}

.followers-tbl {
  font-size: 14px;
  line-height: 18px;
}

.followers-tbl a {
  color: inherit;
}

.header {
  border-bottom: 2px solid #555;
  font-size: 13px;
  font-weight: 400;
  text-transform: uppercase;
}

.header:hover {
  background-color: #eee;
}

.bar-cell {
  display: flex;
  align-items: center;
}

.number {
  /* font-family: "Fira Mono", Consolas, Monaco, monospace; */
  font-size: 13.5px;
  white-space: pre;
}

.bar-chart {
  flex-grow: 1;
  margin-left: 6px;
  height: 14px;
}

.bar {
  height: 100%;
}

.bar-chart-right .bar {
  float: right;
}


/**** MISC ****/
.tab-pane h3, .content-panel h3 {
  text-align: left;
  padding-top: 1rem;
  padding-bottom: 1.5rem;
}

/**** Cityviz 2.0 ****/
#search {
  /*background-image: url("img/search/1.jpg");
  min-height: 80vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 5vh 0 0;*/
}

.content.content-search {
  margin-bottom: 0;
  padding: 0;
}

.content-search {
  background-color: #F5F7FA;
}

.content-search .navbar.navbar-expand-xl {
/*  position: fixed;*/
  width: 100%;
  top: 0px;
  left: 0px;
  z-index: 10001;
  /*box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.15);*/
  border-bottom: 1px solid #CBD2D9;
  background-color: rgba(255, 255, 255, 0.8) !important;
}

.content-search h2,
.content-search h4
{
  color: #323F4B;
  font-family: Roboto, sans-serif;
  text-align: center;
  margin-bottom: 1em;
}

.content-search h2 {
}

.content-search .dataset-list-container h4 {
  text-align: left;
  padding-left: 20px;
}

.content-search #search-container {
  padding: 5em;
  /* margin-top: 15vh;
  background-color: rgba(255, 255, 255, 0.7); */
  background-color: #F5F7FA;
}

/* DATASET SEARCH ***************/
.content-embed #search-intro {
  margin-top: 50px;
}

.content-embed #search-form {
  margin: 2rem 0;
}

.content-embed #search-form .form-group {
  margin-bottom: 0;
}

.selectize-input.focus {
  border-color: #ccc;
  box-shadow: none;
}

.content-search #search-panel .selectize-input {
  /*
  border-top-left-radius: 2em !important;
  border-bottom-left-radius: 2em !important;
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  */
  line-height: 48px;
  font-size: 18px;
  padding-left: 1.5em;
}

.selectize-control.multi .selectize-input>div {
  border-radius: 20px;
  margin: 0 8px 3px 0;
  padding: 4px 10px;
  background: #454545;
  color: #ffffff;
}

.selectize-control.plugin-remove_button .item .remove {
  margin: 0px 3px 0px 5px;
  padding: 1px 5px;
  color: rgba(255, 255, 255, 0.8);
  border-left: 1px solid rgba(255, 255, 255, 0.7) !important;
  font-size: 20px;
}

.content-embed #search-panel .selectize-input {
  line-height: 34px;
  font-size: 1rem;
  padding-left: 1.5em;
}

.content-search #search-panel .btn {
  font-weight: 700;
  line-height: 50px;
  font-size: 1rem;
  width: 100%;
}

.content-embed #search-panel .btn {
  font-weight: 500;
  line-height: 24x;
  font-size: 1rem;
}

.content-search #search-panel .dataset-item,
.content-embed #search-panel .dataset-item {
  padding: 15px 20px;
}

.content-search #search-panel span,
.content-embed #search-panel span {
  display: inline-block;
  margin-bottom: 5px;
}

.content-search #search-panel .dataset-label,
.content-embed #search-panel .dataset-label {
  font-weight: 700;
  font-size: 16px;
  padding: 5px 0;
}

.content-search #search-panel .dataset-description,
.content-embed #search-panel .dataset-description {

}

.content-search #search-panel .dataset-pill,
.content-embed #search-panel .dataset-pill {
  padding: 5px 10px;
  background-color: #CBD2D9;
  border-radius: 5px;
}

.content-search #search-panel .dataset-update,
.content-embed #search-panel .dataset-update {
  font-size: 12px;
  color: #52606D;
  padding: 5px 0;
}

/* POPULAR SEARCHES ***************/
.content-search #search-panel .popular-search-list,
.content-embed #search-panel .popular-search-list {
  margin-top: 2em;
}

.content-search #search-panel .search-list,
.content-embed #search-panel .search-list {
  list-style: none;
  padding-inline-start: 0px;
}

.content-search #search-panel .search-list li,
.content-embed #search-panel .search-list li {
  display: inline;
  margin: 0 7px;
  padding: 5px 0;
  line-height: 40px;
  white-space: nowrap;
}

.content-search #search-panel .search-list .dataset-pill,
.content-embed #search-panel .search-list .dataset-pill {
  padding: 5px 10px;
  background-color: #ffffff;
  border-radius: 5px;
}

/* POPULAR ACTIONS AND RECENT UPDATES ***************/
#search-section {
  background-color: #ffffff;
  padding-top: 40px;
}

.content-embed #search-section {
  padding-top: 20px;
  margin-bottom: 50px;
  background-color: transparent;
}

#search-section h4 {
  text-align: left;
}

#search-section h4:after {
  margin-left: 0;
}

/* POPULAR ACTIONS ***************/
.content-search .action-list,
.content-search .dataset-list,
.content-embed .action-list,
.content-embed .dataset-list {
  list-style: none;
  padding-inline-start: 0px;
  padding: 20px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.8);
}

.content-embed .action-list,
.content-embed .dataset-list {
  padding: 20px 20px 0;
  margin-bottom: 0;
}

.content-search .action-list li,
.content-search .dataset-list li,
.content-embed .action-list li,
.content-embed .dataset-list li {
  margin-bottom: 20px;
}

.content-search .action-list .action,
.content-search .dataset-list .dataset,
.content-embed .action-list .action,
.content-embed .dataset-list .dataset {
  margin-bottom: 20px;
}

.content-search .action-list .action-icon,
.content-embed .action-list .action-icon {
  text-align: center;
  font-size: 24px;
}

.content-search .dataset-link .dataset-icon,
.content-embed .dataset-link .dataset-icon {
  margin-right: 7px;
}

.content-search .action-list .action-link,
.content-search .dataset-list .dataset-link,
.content-embed .action-list .action-link,
.content-embed .dataset-list .dataset-link {
  font-size: 18px;
  font-weight: 500;
  padding: 5px 0;
  color: #2D83AE;
}

.content-embed .action-list .action-link,
.content-embed .dataset-list .dataset-link {
  font-size: 14px;
}

.content-search .action-list .action-link .fa,
.content-embed .action-list .action-link .fa {
  margin-right: 7px;
}

.content-search .action-list .action-link a,
.content-search .action-list .action-link a:visited,
.content-search .dataset-list .dataset-link a,
.content-search .dataset-list .dataset-link a:visited,
.content-embed .action-list .action-link a,
.content-embed .action-list .action-link a:visited,
.content-embed .dataset-list .dataset-link a,
.content-embed .dataset-list .dataset-link a:visited {
  text-decoration: underline;
}

.content-search .action-list .action-link a:hover,
.content-search .action-list .action-link a:active,
.content-search .dataset-list .dataset-link a:hover,
.content-search .dataset-list .dataset-link a:active,
.content-embed .action-list .action-link a:hover,
.content-embed .action-list .action-link a:active,
.content-embed .dataset-list .dataset-link a:hover,
.content-embed .dataset-list .dataset-link a:active {
  color: #166086;
  text-decoration: underline;
}

.content-search .action-list .action-link-description,
.content-search .dataset-list .dataset-description,
.content-embed .action-list .action-link-description,
.content-embed .dataset-list .dataset-description {
  font-size: 16px;
  font-weight: 300;
  color: #323F4B;
  padding: 0;
}

.content-embed .action-list .action-link-description,
.content-embed .dataset-list .dataset-description {
  font-size: 14px;
}

.content-search .dataset-list .dataset-link-last_update_date,
.content-embed .dataset-list .dataset-link-last_update_date {
  font-style: italic;
  color: #616E7C;
}

.content-search .navbar-expand-xl,
.content-embed .navbar-expand-xl {
  background-color: rgba(255, 255, 255, 0.5);
  border: none;
}

/* EMBEDDED WIDGETS */
.content-embed {
  max-width: 1200px;
  padding: 10px;
  background-color: #efeded;

  --cv-sidebar-bg-color: var(--bs-gray-600);
  --cv-sidebar-color: var(--bs-gray-100);
  --cv-sidebar-active-bg-color: var(--bs-gray-100);
  --cv-sidebar-active-color: var(--bs-gray-900);
  --cv-link-color: #FAA182;
  --cv-link-hover-color: #2BA4BD;

  --cv-card-nav-tabs-border-radius: 10px;

  --bslib-spacer: 1rem 2rem;
}

.widget-tiles-grid-container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(4, 1fr);
    gap: 10px;
    width: 100%;
    height: 850px;
}

.widget-tiles-grid-container .tile {
  background-color: #454545;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 15px;
  font-size: 2rem;
  text-align: center;
  padding: 20px;
  cursor: pointer;
  border: 1px solid #efeded;
}

.widget-tiles-grid-container .tile:hover {
  border: 1px solid #969696;
}

.widget-tiles-grid-container .tile h3 {
  color: #ffffff;
  font-size: 24px;
  text-transform: none;
  margin: 0;
}

.widget-tiles-grid-container .tile p {
  margin-bottom: 0;
  font-size: 1rem;
}

/* Specific tile sizes */
.widget-tiles-grid-container .tile-1 {
  grid-column: 1 / span 1;
  grid-row: 1 / span 2;
}

.widget-tiles-grid-container .tile-2 {
  grid-column: 2 / span 1;
  grid-row: 1 / span 1;
  background: #6c6c6c;
}

.widget-tiles-grid-container .tile-3 {
  grid-column: 3 / span 2;
  grid-row: 1 / span 1;
  background: #b1b1b1;
  color: #333;
}

.widget-tiles-grid-container .tile-4 {
  grid-column: 2 / span 1;
  grid-row: 2 / span 1;
  background: #b1b1b1;
  color: #333;
}

.widget-tiles-grid-container .tile-5 {
  grid-column: 3 / span 1;
  grid-row: 2 / span 2;
  background: #b1b1b1;
  color: #333;
}

.widget-tiles-grid-container .tile-6 {
  grid-column: 4 / span 1;
  grid-row: 2 / span 1;
}

.widget-tiles-grid-container .tile-7 {
  grid-column: 1 / span 2;
  grid-row: 3 / span 1;
  background: #6c6c6c;
}

.widget-tiles-grid-container .tile-8 {
  grid-column: 1 / span 1;
  grid-row: 4 / span 1;
  background: #b1b1b1;
  color: #333;
}

.widget-tiles-grid-container .tile-9 {
  grid-column: 2 / span 2;
  grid-row: 4 / span 1;
}

.widget-tiles-grid-container .tile-10 {
  grid-column: 4 / span 1;
  grid-row: 3 / span 2;
  background: #6c6c6c;
}

.widget-tiles-grid-container .tile-3 h3,
.widget-tiles-grid-container .tile-4 h3,
.widget-tiles-grid-container .tile-5 h3,
.widget-tiles-grid-container .tile-8 h3 {
  color: #333;
}

@media only screen and (max-width: 768px) {
  .widget-tiles-grid-container .tile-1,
  .widget-tiles-grid-container .tile-2,
  .widget-tiles-grid-container .tile-3,
  .widget-tiles-grid-container .tile-4,
  .widget-tiles-grid-container .tile-5,
  .widget-tiles-grid-container .tile-6,
  .widget-tiles-grid-container .tile-7,
  .widget-tiles-grid-container .tile-7,
  .widget-tiles-grid-container .tile-8,
  .widget-tiles-grid-container .tile-9,
  .widget-tiles-grid-container .tile-10 {
    grid-column: 1 / span 4;
    grid-row: span 1;
  }
}

.popup {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  background-color: white;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  overflow: hidden;
}

.popup iframe {
  width: 100%;
  height: 100%;
  border: none;
}

.popup .close {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 20px;
  cursor: pointer;
  z-index: 1001;
}


/* NAVSET PILLS LIST */
.content-embed #cityviz-widget-charts {
  display: block;
}

.content-embed #cityviz-widget-charts-panel {
  display: none;
}

.content-embed #cityviz-widget-links {
  display: none;
}

.content-embed .nav {
  border: none;
}

.content-embed .well {
  padding: 0;
  border: none;
  border-radius: 0.67rem;
  background-color: var(--cv-sidebar-bg-color);
}

.content-embed .well.col-sm-1 {
  width: 80px;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
}

.content-embed .well ~ .col-sm-11 {
  margin-left: 100px;
  width: calc(100% - 110px)
}

.content-embed .nav-pills>li>a {
  color: var(--cv-sidebar-color);
  padding: 12px 2px;
  font-weight: var(--bs-nav-link-font-weight);
  text-align: center;
  border-radius: 0;
  font-size: 11px;
}

.content-embed .nav-pills>li.active>a {
  background-color: var(--cv-sidebar-active-bg-color);
  color: var(--cv-sidebar-active-color);
}

.content-embed .nav-pills>li:first-of-type>a {
  border-top-right-radius: 0.67rem;
  border-top-left-radius: 0.67rem;
}

.content-embed .nav-pills>li>a>div {
  font-size: var(--bs-nav-link-icon-size);
}

.content-embed ul.cityviz-widget-links-list li  {
    font-size: 16px;
    padding: 20px;
  }

.content-embed ul.cityviz-widget-links-list li a {
    font-size: 16px;
    line-height: 20px;
    color: var(--cv-link-color);
    padding-left: 15px;
  }

.content-embed ul.cityviz-widget-links-list li a:hover {
    font-size: 16px;
    line-height: 20px;
    color: var(--cv-link-hover-color);
  }



/* Media Queries */

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
  .content-embed #cityviz-widget-charts {
    display: none;
  }

  .content-embed #cityviz-widget-charts-panel {
    display: block;
  }

  .content-embed #cityviz-widget-links {
    display: block;
  }

  .content-embed ul.cityviz-widget-links-list {
      list-style: none;
    }

  .content-embed .well.col-sm-1 {
    width: 50px;
  }
  .content-embed .well ~ .col-sm-11 {
    margin-left: 60px;
    width: calc(100% - 70px);
  }
  .content-embed .card-header li>a {
    font-size: 10px;
  }

  .content-embed .nav-pills>li>a {
    padding: 12px 0px;
    font-size: 10px;
  }

  .content-embed #cityviz-widget-charts-transportation.nav-pills>li>a {
    font-size: 0;
  }

  .content-embed .nav-pills>li>a>div {
    font-size: 1rem;
  }
  .transportation-routes-legend {
    display: none;
  }
}

/* Small devices (portrait tablets and large phones, 600px to 768px) */
@media only screen and (min-width: 601px) and (max-width: 768px) {
  .content-embed .well.col-sm-1 {
    width: 60px;
  }
  .content-embed .well ~ .col-sm-11 {
    margin-left: 70px;
    width: calc(100% - 80px);
  }
  .content-embed .card-header li>a {
    font-size: 11px;
  }
  .content-embed .nav-pills>li>a {
    padding: 12px 2px;
    font-size: 10px;
  }
  .content-embed .nav-pills>li>a>div {
    font-size: 1.125rem;
  }
  .transportation-routes-legend {
    display: none;
  }
}

/* Medium devices (landscape tablets, 768px to 992px) */
@media only screen and (min-width: 769px) and (max-width: 992px) {
  .content-embed .well.col-sm-1 {
    width: 70px;
  }
  .content-embed .well ~ .col-sm-11 {
    margin-left: 80px;
    width: calc(100% - 90px);
  }
  .content-embed .card-header li>a {
    font-size: 12px;
  }
  .content-embed .nav-pills>li>a {
    padding: 12px 2px;
    font-size: 11px;
  }
  .content-embed .nav-pills>li>a>div {
    font-size: 1.5rem;
  }
  .transportation-routes-legend {
    display: none;
  }
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 993px) {
  /* No changes needed for larger screens as the default styles apply */
}

/* CARDS */
.content .card,
.content-embed .card {
  border: none;
  border-radius: 10px;
  background-color: #efeded;
}

.content .card-body {
  background: #efefef;
  /*border: 2px solid #efefef;
  border-radius: 10px;*/
}

.content .card-header,
.content-embed .card-header {
  padding-bottom: 0;
  font-weight: bold;
  border: none;
  background-color: #efeded;
  padding-left: 7.5px;
  padding-bottom: 1.25rem;
  text-transform: uppercase;
}

.content .card-header li>a,
.content-embed .card-header li>a {
  font-weight: normal;
  padding-left: 10px;
  padding-right: 10px;
}

.content .card-header li.active>a,
.content .card-header li>a:hover,
.content .card-header li>a:focus,
.content-embed .card-header li.active>a,
.content-embed .card-header li>a:hover,
.content-embed .card-header li>a:focus  {
  color: var(--cv-sidebar-color);
  background-color: var(--cv-sidebar-bg-color);
  font-weight: normal;
  border-top-left-radius: var(--cv-card-nav-tabs-border-radius);
  border-top-right-radius: var(--cv-card-nav-tabs-border-radius);
  border-bottom-left-radius: var(--cv-card-nav-tabs-border-radius);
  border-bottom-right-radius: var(--cv-card-nav-tabs-border-radius);
}

.content .card-header li>a:hover,
.content .card-header li>a:focus,
.content-embed .card-header li>a:hover,
.content-embed .card-header li>a:focus  {
  opacity: 0.75;
}

.content .bslib-card .bslib-navs-card-title,
.content-embed .bslib-card .bslib-navs-card-title {
  justify-content: flex-start;
}

.content .bslib-card,
.content-embed .bslib-card {
  box-shadow: none;
}

.content .bslib-card .card-header-tabs,
.content-embed .bslib-card .card-header-tabs {
  justify-content: flex-start;
}

.content .bslib-card[data-full-screen="true"] .card-header-tabs,
.content-embed .bslib-card[data-full-screen="true"] .card-header-tabs {
  margin-left: 0;
}

.content .bslib-card .bslib-navs-card-title .nav,
.content-embed .bslib-card .bslib-navs-card-title .nav {
  margin-left: 0;
}

.content .card-body,
.content-embed .card-body {
  --bs-card-spacer-x: 0.25rem;
  --bs-card-spacer-y: 0.25rem;
  color: #000000;
}

.content .card .tab-content,
.content-embed .card .tab-content {
  background-color: #ffffff;
  border-radius: 10px;
}

/* VALUE BOXES */
.content .bslib-value-box.bg-primary,
.content-embed .bslib-value-box.bg-primary {
  background-color: #ffffff;
}

.content .bslib-value-box .value-box-area,
.content-embed .bslib-value-box .value-box-area {
  padding: 0.5rem 1rem;
  font-weight: 200;
}

.content .bslib-value-box .value-box-area>:nth-child(2),
.content-embed .bslib-value-box .value-box-area>:nth-child(2) {
  /*font-size: calc(1.325rem + .9vw);*/
  font-size: 1.325rem;
  margin-top: 0.5rem;
  margin-bottom: 0;
  font-weight: 700;
  line-height: 1.3;
  color: var(--bs-heading-color);
  color: inherit;
}

.content .value-box-showcase,
.content-embed .value-box-showcase {
  background-color: #ffb249;
  font-weight: 700;
  font-size: 1.2rem;
  border-radius: 0.67rem;
}

.content-embed footer {
  background-color: transparent;
  color: #3E4C59;
  padding: 7px 0 0;
  text-align: right;
  font-size: 0.75rem;
}

.content-embed footer a {
  color: var(--cv-link-color);
  font-weight: 700;
}

.content-embed footer a:hover {
  color: var(--cv-link-hover-color);
}

/* REFERENCES */
.references {
  padding: 1rem;
  font-size: 0.75rem;
}

.references p {
  margin-bottom: 0.4rem;
}

/* BROADBAND */
.broadband-popup-container {
  width: 250px;
}

.broadband-popup-container h3 {
  font-size: 14px;
  font-weight: 700;
  text-align: left;
  text-transform: none;
  font-family: Roboto, sans-serif;
  margin-top: 10px;
  margin-bottom: 10px;
  color: #3E4C59;
}

.broadband-popup-container tr {
  border-bottom: 1px solid #CBD2D9;
  text-align: center;
}

.broadband-popup-container tr td {
  padding: 10px 0 0;
}

.leaflet-popup-content .broadband-popup-container p {
  margin: 5px 0;
  padding: 0 5px;
  font-weight: 400;
}

.broadband-popup-container li {
  list-style-type: none;
  text-align: left;
}

.broadband-popup-container table.broadband-popup img {
  width: 20px;
}

/* Rounded corners */
div.js-plotly-plot > div > div > svg > g.infolayer > g.legend,
div.js-plotly-plot > div > div > svg > g.cartesianlayer > g > g.plot > g.barlayer > g > g > path,
div.js-plotly-plot > div > div > svg > g.cartesianlayer > g > g.plot > g.scatterlayer > g > g.lines > path,
div.js-plotly-plot > div > div > svg > g.cartesianlayer > g > g.plot > g.barlayer > g > g > g > path,
div.js-plotly-plot > div > div > svg > g.cartesianlayer > g > g.plot > g.waterfalllayer > g > g > g > path,
div.js-plotly-plot > div > div > svg > g.treemaplayer > g > g > path,
div.js-plotly-plot > div > div > svg > g.indicatorlayer > g > g.bullet > g > rect,
div.js-plotly-plot > div > div > svg > g.sankey > g.sankey-node-set > g.sankey-node rect {
  clip-path: inset(1px 1px 1px 1px round 4px);
}

div.js-plotly-plot > div > div > svg > g.infolayer > g.legend g.scrollbox > g > g > g > g > g > path {
  clip-path: inset(1px 1px 1px 1px round 2px);
}

div.js-plotly-plot > div > div > svg > g.hoverlayer > g.hovertext > path {
  clip-path: inset(0% 0% 0% 0% round 4px);
}

.bslib-sidebar-layout {
  border: none;
}

.bslib-sidebar-layout>.main {
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}

.bslib-sidebar-layout > .sidebar {
  height: calc(100vh - 200px);
  overflow-y: auto;
}

.bslib-sidebar-layout>.collapse-toggle {
  bottom: calc(100vh - 220px);
}

/* MAP PANELS */
.widget .row.explore-widget {
  margin-left: 0;
  margin-right: 0;
}

.panel-controls {
  z-index: 1450;
/*  width: auto;
  max-width: 500px;*/
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
}

#panel-filters {
  min-width: 200px;
  max-width: 250px;
  padding: 10px 20px;
}

#panel-filters .shiny-input-checkboxgroup {
  margin-bottom: 0;
}

#panel-filters p {
  font-size: 0.75rem;
  margin-bottom: 0.875rem;
  margin-left: 1.5rem;
}

#panel-filters hr {
  margin: 10px 0;
}

.panel-controls label.control-label {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 15px;
}

.panel-controls a.btn::after {
  content: "";
  position: absolute;
  right: 15px;
  top: 15px;
  display: inline-block;
  width: 0;
  height: 0;
  border-right: 7px solid transparent;
  border-top: 7px solid var(--bs-btn-color);
  border-bottom: 0 dotted;
  border-left: 7px solid transparent;
}

.panel-controls a.btn.collapsed::after {
  content: "";
  position: absolute;
  right: 15px;
  top: 12px;
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-left: 7px solid var(--bs-btn-color);
  border-right: 0 dotted;
  border-bottom: 7px solid transparent;
}

.panel-chart {
  z-index: 1500;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
}

.panel-chart h4, .panel-chart h5 {
  /*margin-left: 50px;*/
}

#panel-chart {
  padding: 0 20px 20px;
}

.panel-footer {
  margin-left: auto;
  margin-right: auto;
  border: none;
  padding-bottom: 0;
  font-size: 12px;
  padding: 10px 0 0;
  background-color: #efeded;
  text-align: center;
  border-top-right-radius: 5px;
}

.panel-footer .row.powered-by {
  margin-left: 0;
  margin-right: 0;
}

.panel-footer .powered-by p {
  margin-bottom: 0px;
}

a.cityviz-logo-text {
  color: #FFA69E;
  font-size: 14px;
  font-family: din-2014, sans-serif;
  font-weight: 800;
  font-style: normal;
  letter-spacing: 0.5px;
}

#panel-filters .options {
  padding-left: 20px;
}

#panel-filters .pretty .state label {
  font-weight: 500;
}

.pretty.p-bigger label {
  text-indent: 2em;
}

.pretty.p-icon input:checked~.state .icon {
  opacity: 1;
  /*
  border: none;
  font-size: 22px;
  top: -4px;
  left: -2px;
  */
}

.content-embed .pretty.p-round.p-icon .state .icon:before {
  -webkit-transform: scale(.6);
  -ms-transform: scale(.6);
  transform: scale(.6);
}

#panel-filters #chart-driving_times .pretty input,
#panel-filters #chart-driving_times .pretty i {
  color: #377eb8;
}

#panel-filters #chart-flights .pretty input,
#panel-filters #chart-flights .pretty i {
  color: #984ea3;
}

#panel-filters #chart-railway .pretty input,
#panel-filters #chart-railway .pretty i {
  color: #e41a1c;
}

#panel-filters #chart-ports .pretty input,
#panel-filters #chart-ports .pretty i {
  color: #ff7f00;
}

#chart-toggle_animation {
  font-size: 0.875rem;
}

.leaflet .info {
  padding: 20px 20px 10px;
  font: 11px/18px Arial, sans-serif;
  color: #333;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
}

.leaflet .legend svg text {
  fill: #121212;
}

.leaflet-control label {
  font-size: 12px;
  font-weight: 400;
  color: #121212;
  margin-left: 3px;
}

.legend i {
  margin-bottom: 10px;
  border-radius: 10px;
}

hr {
  margin-bottom: 10px;
}

.edd-tooltip {
  font-size: 18px;
}

table.dataTable.edd-table thead th {
  font-weight: 400;
  font-size: 14px;
}

table.dataTable.edd-table>thead>tr>th, table.dataTable>thead>tr>td {
  border-bottom: 2px solid rgba(0, 0, 0, 0.3);
}

table.dataTable.edd-table td {
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

.edd-calculator .well {
  margin-bottom: 15px;
}

.edd-calculator h3 {
  margin-top: 5px;
  padding-top: 0;
  padding-bottom: 0;
}

.edd-economic-strategy .selectize-input>*, .edd-calculator .selectize-input>*, .edd-calculator input[type=number] {
  font-weight: 700;
}

.edd-economic-strategy .accordion-button {
  font-weight: 700;
  border-bottom: 1px solid #ccc;
}

.edd-economic-strategy .accordion-button.collapsed {
  background-color: #e6e6e6;
}

.dataTable td {
  font-size: 0.875rem;
}

.tabbable .nav-link {
  background-color: #e6e6e6;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
}

.tabbable .nav-link.active {
  background-color: #ffffff;
}

/* STORYTELLING ********************* */

.story-key-insights h4 {
  margin-top: 25px;
}

.story-key-insights ul {
  list-style-type: none;
  display: flex;
  gap: 25px;
  padding: 1rem 4rem 0 0;
}

.story-key-insights ul li {
  background-color: #f6f9fc;
  padding: 2rem;
  border-radius: 10px;
}

.scrolly-graph {
  padding-top: 75px;
  padding-left: 50px;
}

.scrolly-sections {
  padding-top: 75px;
}

.scrolly-sections h4 {
  margin-bottom: 20px;
  font-weight: 700;
  line-height: 2rem;
}

.story-widget .nav>li {
  border-bottom: 1px solid #e6e6e6;
}
.story-widget .nav>li {
  border: 1px solid #d4d4d4;
  border-bottom: 0;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}

.story-widget .nav>li>a {
  font-size: 15px;
  font-weight: 400;
  padding-right: 15px;
  padding-left: 15px;
}

.story-chart {
  padding-top: 50px;
}

.story-text {
  padding: 30px 50px 0;
}

.story-text h4 {
  margin-bottom: 20px;
  font-weight: 700;
  line-height: 2rem;
}

.scroll-container .section h2 {
  font-size: 1.5rem;
  line-height: 1.5;
}

#local-employment-map .nav-link,
#scrolly-map-nav .nav-link {
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid #696969;
}

/*
.scroll-top {
  position: fixed;
  bottom: 20px;
  right: 50%;
  z-index: 1000;
  cursor: pointer;
  background: rgba(255,255,255,0.5);
  padding: 10px 15px;
  border-radius: 5px;
  box-shadow: 0 2px 5px rgba(0,0,0,0.2);
  font-size: 13px;
}
*/

.modal-dialog {
  margin-top: 100px;
}

.modal-header {
  padding-top: 0;
  padding-bottom: 0;
}

.modal-footer {
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  padding-top: 0;
}
