html.night body {
  background: #1e293b;
  color: #fff;
}

html.night .logo2 {
  color: #fff !important;
}

html.night .navbar {
  background-color: #0047be;
}
.nav.nav-tabs .nav-link.active {
  color: #0047be !important;
}

html.night .navbar .nav-link,
html.night .news-single-page,
html.night .soclial a,
html.night .news-title,
html.night .r-title-center,
html.night .b-single,
html.night a {
  color: #fff !important;
}
a {
  color: #000;
}
html.night .home-about,
html.night .news-list,
html.night .news-descs,
html.night .page-link,
html.night .brand,
html.night .news-home,
html.night .b-single {
  background: #1e293b !important;
}

#ontslokhnews {
  position: absolute;
  padding: 5px 15px;
  color: #0047be !important;
  left: 0;
  top: 0;
  background: #fff;
  opacity: 0.8;
  z-index: 100;
  font-weight: bold;
}

.nav-pills {
  background: #eff2f7;
}

.nav-pills a.nav-link {
  color: #000 !important;
}
.nav-pills a.nav-link.active {
  color: #fff !important;
  background: #0047be !important;
}

.filelist {
  font-size: 14px;
  /* color: #2c599d; */
  border: 1px solid #dadada;
  display: block;
  padding: 5px 0px 10px 0px;
  margin-bottom: 5px;
}

.filelist .col-1 {
  text-align: center;
  line-height: 24px;
}

.filelist .fa {
  font-size: 24px;
  margin-right: 10px;
  position: relative;
  top: 3px;
  text-align: center;
}
.news-single-page img {
  max-width: 100%;
  height: auto;
}