/* #000000 czarny */
/* #ff5c36 czerowny  - 70 i 40% */
/* #4182ff niebieski - 70 i 40% */

/* #e6e6e6 szary */

/*
.PlancLight {
	font-family: "Planc-Light";
}.PlancLightItalic {
	font-family: "Planc-LightItalic";
}.PlancRegular {
	font-family: "Planc-Regular";
}.PlancRegularItalic {
	font-family: "Planc-RegularItalic";
}.PlancBold {
	font-family: "Planc-Bold";
}.PlancBoldItalic {
	font-family: "Planc-BoldItalic";
} */

body {
  font-size: 14px;
  font-family: "Planc-Regular";
  color: #00182a;
}

body#report {
  /* background: #f9faff; */
  color: black;
}

h1, h2, h3, h4, h5 {
  font-family: "Planc-Regular";
}

.p-dark {
  color: #00182a;
}

.p-light {
  color: #525f7f;
}

#report a {
  color: blue;
}

.margin-sm {
  margin-bottom: 40px;
}

.list-group-item i {
  margin-right: 10px;
  color: #7970e5;
}

.excerpt {
  font-style: italic;
}

i, a {
  color: #4182ff;
}


h4 {
  margin-bottom: 15px;
}

.container-xs {
  max-width: 840px;
}

.content {
  margin-top: 60px;
}

/* navs */

.navbar-expand-lg .navbar-nav .nav-link, .navbar-light .navbar-brand {
  font-size: 13px;
  color: black;
}

.navbar-light .navbar-brand {
  font-weight: bold;
}

.nav .nav-item .active {
  font-family: "Planc-Bold";
  text-decoration: underline;
  color: #ff5c36;
}

.dropdown-item {
  font-size: 13px;
}

.dropdown-item i {
  margin-right: 10px;
  color: #ccc;
}

.navbar form input {
  font-size: 13px;
}


/* autocomplete */

.autocomplete {
    background: white;
    z-index: 1000;
    font: 14px/22px "-apple-system", BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    overflow: auto;
    box-sizing: border-box;
    border: 1px solid rgba(50, 50, 50, 0.6);
}

.autocomplete * {
    font: inherit;
}

.autocomplete > div {
    padding: 0 4px;
}

.autocomplete .group {
    background: #eee;
}

.autocomplete > div:hover:not(.group),
.autocomplete > div.selected {
    background: #81ca91;
    cursor: pointer;
}

.layout-footer {
  margin-top: 60px;
}


/* report header */

#report .header {
  text-align: center;
}

#report .header .logo {
  margin-top: 160px;
  margin-bottom: 40px;
}


/* report container */

#report .report-container {
  background: white;
  padding: 60px 40px;
}

#report .content-header {
  /* border-bottom: 1px solid #f1f1f1; */
  margin-bottom: 120px;
  /* padding-bottom: 60px; */
  text-align: center;
}

#report .content-header h1 {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: bold;
}

#report h2 {
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 30px;
}

#report p {
  font-size: 16px;
}

#report .box {
  margin-bottom: 250px;
}

#report .list-group-item {
  font-size: 16px;
}

#report .list-group-item p {
  font-size: 14px;
}

#report .tasks .list-group-item p {
  margin-left: 22px;
  font-style: italic;
  margin-top: 5px;
}

/* report table */

#report table {
  font-size: 13px;
  text-align: center;
}

#report table .phrase {
  font-weight: bold;
  text-align: left;
}

/* report footer */

#report .footer {
  text-align: center;
  color: black;
  padding: 60px 40px;
  font-size: 12px;
  opacity: 0.7;
  line-height: 22px;
}
/* report review */

#report .reviews .review {
  font-size: 60px;
}

#report .reviews .review-down a {
  color: #f85f59;
}

#report .reviews .review-up a {
  color: #1c8b6a;
}

.blur {
  filter: blur(4px);
}
