p {
  margin: 0;
}

body {
  font-family: "Lato", sans-serif;
}

.staff-wrapper {
  /*margin: 45px auto;*/
  /* padding: 35px 95px; */
}

.stafflistimg img {
  width: 100%;
}



.inabout {
  border: 1px solid #dadada;
  padding: 5px 15px;
  transition: 0.2s;
}

.inabout p {
  font-size: 18px;
}

.active {
  /*background-color: #236AAC;*/
  color: white;
}

.staff-wrapper .publication a {
  color: white;
}

.staff-wrapper a {
  text-decoration: none;
}

.staff-wrapper a:hover {
  color: white;
}
.staff-wrapper .text-link a:hover {
  color: #af0702;
}
.staff-wrapper .text-link a {
  color: #226aac;
  font-weight: 900;
}
.staff-wrapper .press-release a:hover,
.staff-wrapper .news-section a:hover,
.staff-wrapper .notice-section a:hover {
  color: #ec4149;
}

.inabout:hover {
  background-color: #236aac;
  color: white;
}

.about li {
  list-style: none;
}

.staff-wrapper .event-content a:hover {
  color: inherit;
}

.staff-wrapper .btn-primary {
  background-color: #236aac;
  border: none;
}

.staff-wrapper .btn-primary:hover {
  background-color: #777777;
}

.staff-wrapper input[type="search"] {
  padding: 5px 10px 5px 32px;
}

.card {
  width: 100%;
}

.footer p {
  margin-bottom: 24px;
}

.card-header {
  background-color: #236aac;
}

.card-header button {
  text-decoration: none !important;
  color: white !important;
  /*font-size: 16px;*/
  /*font-weight: bold;*/
  /*font-family: 'Lato', sans-serif;*/
  width: 100%;
  text-align: left;
}

.card-header button i {
  position: absolute;
  right: 12px;
  top: 12px;
}
.drop-links {
  padding: 5px 30px;
  transition: 0.2s;
}
.about .card-body {
  padding: 0;
  background: rgba(0, 0, 0, 0.1);
}
.drop-links:hover {
  background-color: #236aac;
}

.drop-links:hover a {
  color: white;
}

.drop-links a {
  font-size: 15px;
  text-decoration: none;
  color: black;
  transition: 0.2s;
}

.drop-links.drop-active {
  background-color: #236aac;
}

.drop-links.drop-active a {
  color: white;
}

.about-select {
  width: 100%;
}

.above-card {
  /*box-shadow: 0px 3px 5px;*/
}
.about .card {
  border-radius: 0;
  border: 0px;
}
.below-cards {
  width: 100%;
  background-color: white;
  border: 0px solid;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  transition: 0.2s;
  border-radius: 0;
}
.card-header:first-child {
  border-radius: 0;
}
.below-cards:hover {
  background-color: #236aac;
}

.below-cards button {
  color: black !important;
  white-space: normal;
}

.below-cards button:hover {
  color: white !important;
}

.below-cards.drop-active {
  background-color: #236aac;
}

.below-cards.drop-active button {
  color: white !important;
}

.thead-blue {
  background-color: #0080ff;
}

.thead-blue th {
  padding: 0.45rem;
  padding-top: 2px;
  padding-bottom: 2px;
  color: white;
}

.table tbody th {
  padding: 0;
}

.table tbody td {
  padding: 5px;
}

td:last-child {
  width: 20%;
  text-align: right;
}

th:last-child {
  text-align: right;
}

.table tbody button {
  border: none;
  background-color: #236aac;
  color: white;
  cursor: pointer;
}

.form-inline button {
  background-color: #236aac;
  border-radius: 0;
  color: white;
}

.col-date {
  text-align: center;
  /*border: 1px solid #DCDCDC;*/
}

.col-date .day {
  font-size: 18px;
}

.col-date .month {
  font-size: 15px;
  background-color: #ec4149;
  color: white;
}

.side-links a {
  color: #236aac;
}

.news-border {
  border: 1px solid #dadada;
}

.download-page .btn.btn-primary.btn-sm.pull-left float-left {
  color: white;
}

.statistic-page .btn.btn-success.btn-ls.pull-left float-left {
  background-color: #236aac;
  color: white;
  border: none;
}

.statistic-page .btn.btn-success.btn-ls.pull-left float-left :hover {
  background-color: grey;
}

table.dataTable thead th,
table.dataTable thead td {
  padding: 2px 6px;
  text-align: left;
}

@media (max-width: 992px) {
  .stafflistimg {
    padding-left: 0;
  }

  .left-side-links {
    margin-bottom: 10px;
  }
}

.fb_iframe_widget iframe {
  border-radius: 5px;
}

@media (max-width: 480px) {
  .footer,
  .staff-wrapper {
    padding: 15px 1px;
  }
}
