li.nav-item a.active {
  background-color: #3d6d38;
  color: white;
}

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: rgb(114, 177, 81, 0.1);
}

.dates li {
  padding: 5px;
}

.dates a {
  display: inline;
}

.postal.fade {
  opacity: 1;
}

ul.listnone {
  list-style: none;
}

.main-nav .nav .child.nav-item.active > a {
  background: #0b131a;
  color: #fff;
  padding-left: 24px;
}

.main-nav .nav .child.nav-item.active > a:before {
  font-size: 0px;
}

.results .modal-dialog {
  width: 90%;
}

#mySidenav {
  top: "40%";
  bottom: "0%";
}

.sidenav {
  width: 0;
  position: fixed;
  z-index: 1;
  top: 225px;
  right: 0;
  overflow-x: hidden;
  transition: 0.5s;
}

.sidenav a {
  text-decoration: none;
  color: #555555;
  display: block;
  transition: 0.3s;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

.custom-table-header {
  padding-bottom: 19px !important;
  background-color: rgb(114, 177, 81);
  color: white !important;
  border-bottom: none !important;
  line-height: normal !important;
  text-align: center;
  vertical-align: top !important;
  padding-top: 5px !important;
  font-weight: 500;
  border-right: 1px solid rgba(0, 0, 0, 0.05) !important;
}

.custom-table-row {
  height: 32px;
}

.custom-table-row:nth-child(odd) {
  background-color: rgba(0, 0, 0, 0.025);
}

.custom-table-cell {
  padding: 0 !important;
  font-weight: 500;
  padding-left: 1px !important;
  border-top: none !important;
}

@media screen and (max-height: 450px) {
  .sidenav {
    padding-top: 15px;
  }

  /* .sidenav a {
      font-size: 18px;
  } */

  #mySidenav {
    top: 15%;
    bottom: 0%;
  }
}

ul.sidemenu {
  list-style: none;
  width: 130px;
  font-size: 12px;
}

ul.sidemenu li {
  border: 1px solid #000;
  padding: 4px;
  background-color: #cadfb8;
}

ul.sidemenu li:hover {
  cursor: pointer;
  border: 1px solid #000;
  padding: 4px;
  background-color: #fff;
}

h1 a {
  cursor: pointer;
}

div.modal-backdrop.show {
  background-color: grey;
  opacity: 0.7;
}

.content-wrapper section {
  padding: 20px;
  margin-bottom: 10px;
  background-color: #f5f5f5;
}

.-caotable .rt-th {
  background-color: #5e803f;
  color: #ffffff;
}

.-green .rt-tr.-odd {
  background: rgba(114, 177, 81, 0.1)!important;
  color:#333;
}

.cao-component button.action {
  margin-right: 10px;
}

.toast-top-center {
  min-height: 100%;
  /* Fallback for browsers do NOT support vh unit */
  min-height: 100vh;
  /* These two lines are counted as one :-)       */

  display: flex;
  align-items: center;
  /* margin-top: 300px; */
}

.form-buttons button {
  margin-right: 5px;
}

.course-code {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.course-code .institution {
  width: 25%;
  text-align: center;
}

.course-code .campus {
  width: 22%;
  text-align: center;
}

.course-code .programme {
  width: 30%;
  text-align: center;
}

.course-code span {
  margin-left: 10px;
  margin-right: 10px;
}

select optgroup {
  background: #000;
  color: #fff;
  font-style: normal;
  font-weight: normal;
}

footer .modal {
  color: #5e803f;
}

footer .modal p {
  color: #5e803f;
}

.make_payment a {
  font-weight: bold;
  color: green;
  text-decoration: underline;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.check-result-table {
  width: 100%;
}

.check-result-table table,
th,
td {
  border: 1px solid lightgrey;
}

.check-result-table thead {
  border: 1px solid lightgrey;
  background-color: #5e803f;
  color: white;
}

.check-result-table th {
  text-align: center;
}

.check-result-table td {
  padding-left: 3px;
}

.exam-results-table {
  width: 100%;
}

.exam-results-table table,
th,
td {
  border: 1px solid lightgrey;
}

.exam-results-table thead {
  border: 1px solid lightgrey;
  background-color: #5e803f;
  color: white;
}

.exam-results-table th {
  text-align: center;
}

.exam-results-table td {
  padding-left: 3px;
}

.application_summary h3 {
  padding: 10px;
  color: white;
  background-color: #72b151;
}

.react-datepicker-wrapper {
  width: 100%;
}

.react-datepicker {
  font-size: 1.3rem !important;
}

.react-datepicker__current-month {
  font-size: 1.5rem !important;
}

.react-datepicker__header {
  padding-top: 6px !important;
}

.react-datepicker__navigation {
  top: 13px !important;
}

.react-datepicker__day-name,
.react-datepicker__day {
  margin: 0.5rem !important;
}

.react-datepicker-year-header {
  font-size: 1.4rem !important;
  padding-top: 8px !important;
  padding-bottom: 6px !important;
}

.h-100 {
  height: 100%;
}

.nav-link-button {
  border: 1px solid #e8e8e8;
  border-bottom: none;
  background: #f5f5f5;
  padding: 5px 15px;
  margin-right: 0;
}

.nav-link-button:hover {
  background: #fff;
}

.nav-link-button.active {
  background: #3d6d38;
  color: #fff;
}

.table-cell-date-select {
  color: #555;
  font-weight: normal;
}
