.news-archive {
  background-color: #077695;
  border: 2px solid #0B6078;
}
.news-archive h6 {
  color: #FFCB00;
}
.news-archive .news-archive-days {
  border-bottom: 1px solid #C2C2C2;
}
.news-archive .news-archive-days a {
  text-decoration: none;
}
.news-archive .news-archive-days a span {
  color: #ffffff;
  font-size: 15px;
}
.news-archive .news-archive-days a .new-archive-date {
  color: #FFCB00;
  font-size: 12px;
}
.news-archive .news-archive-days a .new-archive-subcat {
  color: #FFF;
  font-size: 12px;
}
.news-archive .archive-news-btn {
  font-size: 16px;
  cursor: pointer;
  border: 2px solid #0B6078;
  border-radius: 3px;
  background: #fff;
  color: #fff;
  padding: 1px;
  top: 0px;
}
.news-archive .archive-news-btn .inner-btn {
  background: #0B6078;
  border-radius: 3px;
  padding: 5px 10px;
}

.table-self-design thead th {
  background-color: #0B6078;
  font-weight: 500;
}

.dataTables_paginate .active .page-link {
  background-color: #C34F28;
  border-color: #C34F28;
}

.dataTables_processing {
  background-color: #0B6078;
  color: #fff;
}

.table.dataTable .filters th {
  color: #0B6078;
}

.table-action-btn .btn .material-icons {
  color: #0B6078;
}
.table-action-btn .btn:hover .material-icons {
  color: #0B6078;
}

.table button i {
  color: #0B6078;
}
.table button:hover i {
  color: #0B6078;
}

.filter-btn {
  background-color: #0B6078;
  color: #fff;
}

.form-group label {
  font-size: 1rem;
}

.form-group small {
  font-size: 0.7rem;
}

.table.dataTable {
  font-size: 1rem;
}

table.dataTable td {
  font-size: 0.8rem;
}

.news-text-btn {
  max-width: 250px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-decoration: underline;
  font-weight: 500;
  color: #d47150 !important;
}
.news-text-btn:hover {
  color: #C34F28 !important;
}

.show-on-map i {
  color: #C34F28 !important;
}

.map-show-box {
  height: 400px;
}

.map-self-design {
  width: 100%;
  height: 100%;
}

.table-parent {
  overflow-x: hidden;
  width: 100%;
}
@media screen and (max-width: 1400px) {
  .table-parent {
    overflow-x: scroll;
  }
}

#filter_box {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
