@charset 'UTF-8';
/*
    This file is part of the "Ruex" database
    (c) 2018 BICC

    For the full copyright and license information, please view the LICENSE
    file that was distributed with this source code.
*/
html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
}
a:link,
a:visited {
  color: #E64415;
}
a:hover {
  color: #637A85;
}
p {
  font-family: 'Droid Serif', serif;
}
h1,
h2,
h3,
h4,
h5,
h6,
.title {
  font-family: 'Droid Sans', sans-serif;
}
table .number,
.table .number {
  text-align: right;
}
.link-like {
  color: #E64415;
}
.link-like:hover {
  color: #637A85;
}
.text-em {
  font-weight: bold;
}
.custom-select:hover {
  cursor: pointer;
}
.site-title,
.navbar-brand {
  font-family: 'Droid Sans Bold', sans-serif;
}
.site-title {
  font-weight: 500;
  font-size: 2.5rem;
}
.site-title a {
  color: #657984;
}
.site-title a:hover {
  text-decoration: none;
  color: #999;
}
.layout .header {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin: 0.5rem 0 1rem 0;
}
.layout .header > .banner {
  min-height: 8rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.layout .footer {
  min-height: 10rem;
  margin-top: 3rem;
  padding-top: 3rem;
  border-top: 1px solid #aaa;
}
article h1,
article h2,
article h3,
article h4,
article h5,
article h6 {
  color: #666;
  margin-bottom: 1rem;
}
article h1 a:link,
article h2 a:link,
article h3 a:link,
article h4 a:link,
article h5 a:link,
article h6 a:link,
article h1 a:visited,
article h2 a:visited,
article h3 a:visited,
article h4 a:visited,
article h5 a:visited,
article h6 a:visited,
article h1 a:hover,
article h2 a:hover,
article h3 a:hover,
article h4 a:hover,
article h5 a:hover,
article h6 a:hover {
  color: inherit;
}
article h1 a:hover,
article h2 a:hover,
article h3 a:hover,
article h4 a:hover,
article h5 a:hover,
article h6 a:hover {
  text-decoration: none;
  color: #999;
}
article h1,
article h2 {
  font-weight: 600;
}
article h2:not(:first-child),
article h3:not(:first-child) {
  margin-top: 3rem;
}
article h4:not(:first-child),
article h5:not(:first-child) {
  margin-top: 2rem;
}
article section + section {
  margin-top: 2rem;
}
article table {
  width: 100%;
}
.fullscreen {
  display: flex;
  flex-direction: column;
}
.fullscreen main {
  flex-grow: 1;
  position: relative;
}
.fullscreen #map {
  width: 100%;
  height: 100%;
  background-color: #EBF2FF;
}
.nav-wrap {
  padding-top: 0.125rem;
  border-top: 1px solid #aaa;
  padding-bottom: 0.125rem;
  border-bottom: 1px solid #aaa;
}
.navbar-main {
  font-family: 'Droid Sans', sans-serif;
  background-color: #E64415;
}
.navbar-main .navbar-nav .nav-link {
  color: #fff;
}
.navbar-main .navbar-nav .nav-link:hover {
  color: #fff;
  background-color: #637A85;
}
.navbar-main .navbar-nav .active .nav-link:link {
  background-color: #B83611;
}
@media (min-width: 992px) {
  .navbar-main {
    padding: 0;
  }
  .navbar-main .navbar-nav {
    width: 100%;
  }
  .navbar-main .navbar-nav .nav-item {
    flex-grow: 1;
    text-align: center;
  }
}
.nav-page {
  font-weight: bold;
}
.nav-page .caret {
  font-size: 1.5rem;
}
.langswitcher {
  margin-bottom: 0;
}
.langswitcher .active {
  text-decoration: none;
}
.blog .title {
  font-weight: bold;
  color: #888;
}
.blog .content > p:last-child {
  margin-bottom: 0;
}
.blog .content ul {
  margin-bottom: 1rem;
}
.blog-items > li > p:last-child {
  margin-bottom: 0;
}
.blog-items > li + li {
  margin-top: 1.5rem;
}
.criterion-head > .title {
  margin-bottom: 1rem;
}
.rating {
  white-space: nowrap;
  padding: 0.1rem 0.5rem;
  border-radius: 0.5rem;
}
.rating.level-U {
  color: #333;
  background-color: #EEEEEE;
}
.rating.level-1 {
  color: green;
  background-color: #D1FFD1;
}
.rating.level-2 {
  color: darkorange;
  background-color: #FFF8EB;
}
.rating.level-3 {
  color: #AC4946;
  background-color: #FFF0F0;
}
.map .map-pane {
  width: 100%;
  min-height: 500px;
  background-color: #CCE3F3;
  flex-grow: 1;
}
.map .map-footer {
  padding: 1rem 1.25rem;
  border: 1px solid #ccc;
}
.map .control-column {
  border: none;
  border-radius: 0;
}
.map .control-column .table-sm {
  font-size: 80%;
}
.map .control-column .country-select .btn {
  border-radius: 0;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  line-height: 2;
  font-weight: bold;
  font-size: 1rem;
}
.map .control-column label {
  line-height: 1;
}
.map .control-column .number {
  font-weight: bold;
}
.map .control-column .value {
  white-space: nowrap;
}
.map .control-column .title {
  margin-bottom: 0;
}
.map .control-column .table {
  counter-reset: criterion;
}
.map .control-column .table .value {
  text-align: right;
}
.map .control-column .table .criterion .label-content::before {
  counter-increment: criterion;
  content: counter(criterion) ". ";
  color: #496D94;
  font-weight: bold;
}
.map .control-column .table-hover label {
  width: 100%;
  display: block;
}
.map .control-column .table-hover label:hover {
  cursor: pointer;
}
.map .control-column .custom-control {
  line-height: 1;
  min-height: 0;
}
.map .control-column .custom-control-label::before {
  top: 0rem;
}
.map .control-column .custom-control-label::after {
  top: 0rem;
}
.map .control-column .indicator {
  display: inline-block;
  border: 1px solid #666;
  min-width: 1em;
  line-height: 1.5;
  background-color: #e9e9e9;
}
.map .control-column .indicator.L1 {
  background-color: #7FB057;
}
.map .control-column .indicator.L2 {
  background-color: #DFB031;
}
.map .control-column .indicator.L3 {
  background-color: #AC4946;
}
.map .control-column .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary {
  color: #fff;
}
.map .caption {
  font-size: 90%;
}
.map .table {
  margin-bottom: 0.5rem;
}
.leaflet-control-layers {
  background: #ffffffc0;
}
.chart {
  text-align: center;
}
input[type=range] {
  -webkit-appearance: none;
  margin: 0.5rem 0;
  width: 100%;
}
input[type=range]:focus {
  outline: none;
}
input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  cursor: pointer;
  box-shadow: 2px 2px 2px #bbb, 0px 0px 2px #c8c8c8;
  background: #e7e7e7;
  border-radius: 1rem;
  border: 1px solid #eee;
}
input[type=range]::-webkit-slider-thumb {
  box-shadow: 1px 1px 1px #111, 0px 0px 1px #1e1e1e;
  border: 1px solid #E64415;
  height: 1rem;
  width: 1rem;
  border-radius: 1rem;
  background: #E64415;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -1.25px;
}
input[type=range]:focus::-webkit-slider-runnable-track {
  background: #f4f4f4;
}
input[type=range]::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  cursor: pointer;
  box-shadow: 2px 2px 2px #bbb, 0px 0px 2px #c8c8c8;
  background: #e7e7e7;
  border-radius: 1rem;
  border: 1px solid #eee;
}
input[type=range]::-moz-range-thumb {
  box-shadow: 1px 1px 1px #111, 0px 0px 1px #1e1e1e;
  border: 1px solid #E64415;
  height: 1rem;
  width: 1rem;
  border-radius: 1rem;
  background: #E64415;
  cursor: pointer;
}
input[type=range]::-ms-track {
  width: 100%;
  height: 0.5rem;
  cursor: pointer;
  background: transparent;
  border-color: transparent;
  border-width: 1rem 0;
  color: transparent;
}
input[type=range]::-ms-fill-lower {
  background: #dadada;
  border: 1px solid #eee;
  border-radius: 2rem;
  box-shadow: 2px 2px 2px #bbb, 0px 0px 2px #c8c8c8;
}
input[type=range]::-ms-fill-upper {
  background: #e7e7e7;
  border: 1px solid #eee;
  border-radius: 2rem;
  box-shadow: 2px 2px 2px #bbb, 0px 0px 2px #c8c8c8;
}
input[type=range]::-ms-thumb {
  box-shadow: 1px 1px 1px #111, 0px 0px 1px #1e1e1e;
  border: 1px solid #E64415;
  height: 1rem;
  width: 1rem;
  border-radius: 1rem;
  background: #E64415;
  cursor: pointer;
}
input[type=range]:focus::-ms-fill-lower {
  background: #e7e7e7;
}
input[type=range]:focus::-ms-fill-upper {
  background: #f4f4f4;
}
/*# sourceMappingURL=ruex.css.map */