body {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  color: #333333; 
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

main {
  flex: 1; }

ul {
  list-style: none; }

p {
  color: #4d4d4d; }

a:hover {
  text-decoration: underline;
}


.bg-issue { background-color: #faa3a330; }

.text-blink { animation: blinker 1s linear infinite; }

@keyframes blinker {
  50% {
    opacity: 0;
  }
}

.over-hide {
  overflow: hidden;
}

.background-blue {
  background-color: #00baff;}

.logo {
  height: 25px;
  width: 50px; }

.content-section {
  padding-top: 20px;
  padding-bottom: 20px; }

.nav-text {
  font-size: 1.0rem;
  font-weight: 500;
  text-align: center;
  color: black;
  margin-right: 0.5rem;
  padding: 4px 8px;  
  border: 1px solid #fff;
  text-shadow: 0px 0px 1px black;
   }

li .nav-text:hover {
  background-color: #00baff4d; 
  border: 1px solid #e0e0e0; }

li .nav-text:active {
  background-color: #fff; }

.pan-text {
  font-size: 1.0rem;
  font-weight: 400;  
  text-transform: uppercase;
  color: black;
  text-shadow: 0px 0px 1px black; }

.assim-text {
  /*font-size: 1.0rem;*/
  font-weight: 600;  
}

.act {
  background-color: rgba(0, 186, 255, 0.3);
  /*background-color:  #00baff; */
  border: 1px solid #e0e0e0;
  /*border-radius: 1rem;*/
}

.border-1 {
  border: 1px solid #e0e0e0;
  /*border-radius: 1rem;*/
   }

.border-100 {
  border: 1px solid #e0e0e0;
  border-radius: 100rem; }

.border-0 {
  border: 1px solid #f5f5f5;
  border-radius: 1rem; }

.issue {
  /* font-size: 0.9rem; */
  /* font-weight: 400; */
  /*border: 1px solid #ff3547;*/
  color: #ff3547;
}
.border-issue {
    /*border: 1px solid #ff3547;*/
     /*border-radius: 1rem; }*/
}


}

.lang-text {
  font-size: 1.0rem;
  font-weight: 400;
  text-transform: uppercase;
  color: black;
  text-shadow: 0px 0px 1px black; }

.dropdown-menu {
    position: absolute;
    right: 0;
    left: auto;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 2rem;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15); }

.dropdown-item-icon {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  font-size: 0.8125rem;
  min-width: 1rem;
  max-width: 1rem;
  margin-right: .5rem; }

.dropdown-toggle::after {
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-size: 80%;
  font-weight: 900;
  content: "\f107";
  margin-left: .5rem; }

.dropdown-menu-right {
  right: 0;
  left: auto !important; }

.dropdown-menu-bottom {
  top: auto;
  bottom: 0; }

.cembs-proj {
  height: 60px;
  width: auto; }
  
.ban {
 background-image: url('../img/banner.jpg');
 background-size: cover;
 background-position: center;
 background-repeat: no-repeat;
 /*background-color: #0000003b;*/
 /*background-blend-mode: color-burn;*/
 display: block; }

.ban-blue {
  font-size: 2.8rem;
  font-weight: 700;
  color: #00baff;
  text-shadow: 0px 1px 3px black; }

.ban-green {
    color: #00ff67; }

.ban-white {
  font-size: 1.3rem;
  color: #ffffff;
  text-shadow: 0px 1px 3px black; }

.art {
    font-weight: 500;
    text-align: justify; }

.cembs-bgblue {
  background-color: #2196f3; }

.border-right-radius-0 {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.border-left-radius-0 {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.baltic-map {
  background-image: url('../img/baltic-map.jpg');
  width: 600px;
  height: 640px;
  border: solid 1px #fff;
  margin: 0px;
  position: relative;
  top: 0px; }

.features-blocks .feature-block h3 i {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 20px; }

.footer-widgets {
  padding: 40px 0; }

.footer-widgets p {
  color: #999999;
  margin-bottom: 0; }

.footer-widgets p + p {
  margin-top: 10px; }

.footer-widgets a + p {
  margin-top: 15px; }

.footer-widgets h5 {
  /*text-transform: uppercase;*/
  font-weight: bold;
  margin-top: 0;
  font-size: 0.9rem; }

.site-footer {
  background: #eeeeee;
  padding: 20px 0; }

#dt {
  text-indent: -500px;
  height:25px;
  width:200px;
}

.staff-member {
  text-align: center;
  padding: 10px 0;
}

.staff-member .image {
  display: inline-block;
  margin-bottom: 15px;
}

.staff-member h4 small {
  display: block;
  margin-top: 10px;
  font-weight: 400;
  font-family: "Noto Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.staff-member p:before {
    content: '\2014 \00A0';
    display: block;
    text-align: center;
    line-height: 1;
    margin-bottom: 5px;
}

.input-group-text {
 
     background-color: inherit; 
     border: 0;
  }

  .square-border {
    border-radius: 0;  
}
.bg-smoke {
  background: #f5f5f5;
}

.chip.chip-md {
  height: 42px;
  line-height: 42px;
  border-radius: 21px;
}
.chip.chip-md img {
  height: 42px;
  width: 42px;
}

.chip.chip-lg {
  height: 52px;
  line-height: 52px;
  border-radius: 26px;
}
.chip.chip-lg img {
  height: 52px;
  width: 52px;
}



  /* 1. Kompaktowe kontrolki pod mapą */
  .controls-inline {
    display: flex;
    flex-wrap: nowrap;           /* jedna linia, dopiero na bardzo wąskich się zawinie */
    align-items: center;
    gap: .5rem;                  /* odstęp między grupami */
  }
  .controls-inline .input-group {
    flex: 0 0 auto;              /* nie rozpychaj input-groupów */
  }
  .controls-inline .form-control {
    max-width: 88px;             /* wąskie pola liczbowe */
    text-align: center;
    padding-right: .4rem;
    padding-left: .4rem;
  }
  .controls-inline .input-group-text {
    padding: .375rem .5rem;
  }

  /* 2. Zabij fioletowy box-shadow z MDB na konkretnym przycisku CLEAR */
  .btn-clear,
  .btn-clear:focus,
  .btn-clear:active,
  .btn-clear:focus:active {
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
  }
