body {
  overflow-x: hidden;
  font-family: 'Noto Sans', sans-serif;
}

p, li {
  font-size: 1.2rem !important;
}

h1, h2, h3, h4, h5, p, li {
  color: rgba(255, 255, 255, 0.9);
}

#sidebar-wrapper {
  min-height: 100vh;
  margin-left: -15rem;
  -webkit-transition: margin .25s ease-out;
  -moz-transition: margin .25s ease-out;
  -o-transition: margin .25s ease-out;
  transition: margin .25s ease-out;
}

#sidebar-wrapper .sidebar-heading {
  padding: 0.875rem 1.25rem;
  font-size: 1.2rem;
}

#sidebar-wrapper .list-group {
  width: 15rem;
}

#page-content-wrapper {
  min-width: 100vw;
}

#wrapper.toggled #sidebar-wrapper {
  margin-left: 0;
}

@media (min-width: 768px) {
  #sidebar-wrapper {
    margin-left: 0;
  }

  #page-content-wrapper {
    min-width: 0;
    width: 100%;
  }

  #wrapper.toggled #sidebar-wrapper {
    margin-left: -15rem;
  }
}

.sidebar-logo {
  max-width: 200px;
}

.list-group-item-action {
  color: rgba(255, 255, 255, 0.7);
}

.list-group-item-action:focus, .list-group-item-action:hover {
  color: rgba(255, 255, 255, 0.9);
}

.carousel-item {
  height: 50vh;
  min-height: 300px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.carousel-item-subpage {
  height: 30vh;
  min-height: 300px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

/* testowo: */
.container-fluid {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

footer p, footer a {
  color: rgba(255, 255, 255, 0.7) !important;
  font-size: 0.8rem !important;
}

footer a:hover, footer a:active {
  color: rgba(255, 255, 255, 0.9) !important;
}

.language-sidebar {
  color: rgba(255, 255, 255, 0.7);
  display: inline;
  font-size: inherit;
}

.language-sidebar-link {
  color: rgba(255, 255, 255, 0.7);
  margin-right: 10px;
}

.language-sidebar-link:focus, .language-sidebar-link:hover {
  color: rgba(255, 255, 255, 0.9);
}

.lang-icon {
  margin-bottom: 3px;
}

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

/* .navbar-language-item {
  margin-right: 20px!important;
} */
#mapid {
  height: 400px;
}

.form-control {
  margin-bottom: 10px !important;
}

a {
  color: #00b6e8;
}

a:hover, a:active {
  color: #0092ba;
  text-decoration: none;
}

.btn {
  background-color: #00b6e8 !important;
  border: 2px solid #00b6e8;
}

.btn:hover, .btn:active {
  background-color: #0092ba !important;
  border: 2px solid #0092ba;
}

hr {
  border-top: 3px solid #00b6e8;
  width: 50%;
}

.single-entry:hover {
  /* background-color: #f8f9fa; */
}

.navbar-sticked {
  position: sticky;
}

textarea, input {
  background-color: transparent !important;
  color: rgba(255, 255, 255, 0.9) !important;
  border-color: rgba(255, 255, 255, 0.7) !important;
}

textarea:focus, input:focus {
  border-style: solid;
  border-color: white !important;
  border-width: 1px;
}

.selector {
  background-color: rgba(0, 0, 0, 0) !important;
  color: rgba(255, 255, 255, 0.9) !important;
  border-color: rgba(255, 255, 255, 0.7) !important;
}

.bg-dark {
  background-color: #10192a !important;
}

g-dark:focus, a.bg-dark:hover, button.bg-dark:focus, button.bg-dark:hover {
  background-color: #0a111b !important;
}

/* Date time picker start */
.bootstrap-datetimepicker-widget {
  min-width: 300px;
}

.bootstrap-datetimepicker-widget table td.active,
.bootstrap-datetimepicker-widget table td.active:hover {
  background-color: #10192a;
}

.bootstrap-datetimepicker-widget table td.today:before {
  border-bottom-color: #10192a !important;
}

.bootstrap-datetimepicker-widget table th.disabled, .bootstrap-datetimepicker-widget table th.disabled:hover {
  background: none;
  color: pink!important;
}

.slogan-text {
  color: #0092ba;
  font-size: 1.1rem!important;
  margin-top: 0.6rem;
  margin-bottom: 0!important;
  letter-spacing: 3px!important;
}
/* Date time picker end */
/* .bootstrap-datetimepicker-widget .picker-switch td span,
.bootstrap-datetimepicker-widget .picker-switch td span:hover {
  background-color: #10192a;
}


.bootstrap-datetimepicker-widget.dropdown-menu {
  background-color: white;
} */
/* .bootstrap-datetimepicker-widget table td.today:before {
  border-bottom-color: #6b8e23!important;
}
.bootstrap-datetimepicker-widget table td.active,
.bootstrap-datetimepicker-widget table td.active:hover {
  background-color: #6b8e23!important;

}

.bootstrap-datetimepicker-widget table td span.active {
    background-color: #6b8e23;
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .25)
} */
