.navbar-light {
  height: 3rem;
}

.navbar-light ul {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 15px 10px;
  align-items: center;
}

.navbar-light h1 {
  color: #2d4680ff;
}

.navbar-light li {
  list-style: none;
}

.card-img,
.card-img-top {
  border-radius: 0;
}

.card {
  border-radius: 0;
}

.CPD-progress-bar {
  border-bottom: 3px solid black;
  position: relative;
  top: 40px;
  z-index: -11;
}

@media (max-width: 767px) {
  .CPD-progress-bar {
    position: relative;
    top: 64px;
  }
}

.cpd-flag-to-do {
  width: 25px;
  height: 25px;
  position: absolute;
  right: 2px;
  top: 2px;
  background-image: linear-gradient(
    44deg,
    rgba(255, 255, 255, 255) 55%,
    rgb(255, 255, 255) 57%,
    #bc2c1a 57%
  );
}

.audit-statistics-table {
}

.audit-statistics-table td {
  /* width: 35px */
  text-align: center;
  vertical-align: middle;
}

.audit-statistics-table th {
  font-weight: normal;
}

.audit-statistics-table svg {
  max-width: 20px;
}

.audit-statistics-table td {
  border-right: 1px solid rgb(217, 217, 217);
}

.audit-statistics-table th:not(:first-of-type) {
  border-right: 1px solid rgb(217, 217, 217);
}

.audit-statistics-table {
  border: 1px solid rgb(217, 217, 217);
}

.audit-statistics-table thead th:first-of-type {
  width: 45%;
}

.audit-statistics-table th:not(:first-of-type) {
  width: 5%;
  border-right: 1px solid #c9c9c9;
}

.audit-statistics-table.d-md-none thead th:first-of-type {
  width: 80%;
}

.audit-statistics-table.d-md-none thead th {
  width: 10%;
  border-right: 1px solid #c9c9c9;
}

@media (max-width: 768px) {
  .CPD-progress-container-LG {
    display: none;
  }
}

@media (min-width: 768px) {
  .CPD-progress-container-XS {
    display: none;
  }
}

.vertical-CPD-progress-bar {
  height: 100%;
  position: absolute;
  left: 50%;
  z-index: 0;
  padding: 0;
  border-left-width: 4px;
  border-left-style: solid;
  margin-left: -2px;
  width: 4px;
}

.CPD-progress-container-XS {
  margin-top: 20px;
}

.heatmap-filter-button li {
  padding-left: 5px;
}

.heatmap-filter-button {
  margin-right: 5px;
}

td.tenPercent {
  background: #ebf6f6;
}

td.twentyPercent {
  background: #d7eded;
}

td.thirtyPercent {
  background: #c3e3e4;
}

td.fortyPercent {
  background: #afdadb;
}

td.fiftyPercent {
  background: #9cd1d2;
}

td.seventyPercent {
  background: #74bfc0;
}

td.ninetyPercent {
  background: #4cacae;
}

td.hundredPercent {
  background: #38a3a5;
}

.dashboard-column {
}

@media (min-width: 576px) {
  .dashboard-column {
    max-width: 230px;
  }
}

.planning-meeting-container .form-control {
  border-radius: 0;
}

.planning-meeting-container .form-check {
  margin-top: 10px;
}

.audit-statistics-table .text-truncate {
  max-width: 38px;
}

.planning-meeting-container .audit-indicator {
  width: 1em;
  height: 1em;
  border: 0.5px solid #8b8b8b;
}

.planning-meeting-container .audit-indicator:not(:first-of-type) {
  border-left: none;
}

.login-box {
  box-shadow: 2px 3px 4px #dddddd;
  width: 330px;
  border: 0.5px #ddd solid;
  max-height: 470px;
  margin-top: 20%;
}

.login-box button {
  border-radius: 0px;
}

.login-box .form-control {
  border-radius: 3px;
}

.br-0 {
  border-radius: 0px;
}

#home-cards .card {
  border-radius: 0px;
}

hr.short-width {
  width: 75%;
  margin: 0 auto;
}

.grey {
  border-color: #bdbdbd;
}

.error-text {
  color: rgb(229, 7, 7);
  font-size: 14px;
  margin-top: 6px;
  margin-bottom: 0px;
}

.navbar-brand {
  font-size: 25px !important;
}

#logout-button {
  background: none;
  color: inherit;
  border: none;
  padding: 8px;
  font: inherit;
  cursor: pointer;
  outline: inherit;
}

.cpl-dash-card:hover {
  border: 1px solid #000000;
  background-color: #ededed;
}

.cpl-dash-card a {
  cursor: pointer;
}

.navbar-brand > a {
  text-decoration: none !important;
}

.appraisee-initals {
  border-radius: 50%;
  width: 45px;
  height: 45px;
  background-color: #2e4680;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 8px;
}

.appraisee-initals:hover {
  background-color: #456fd6 !important;
  border: 1px solid #2e4680 !important;
  cursor: pointer;
}

.appraisee-initals span {
  color: #ffffff;
}

button.no-style {
  background: none;
  color: inherit;
  border: none;
  padding: 8px;
  font: inherit;
  cursor: pointer;
  outline: inherit;
}

.delete-icon:hover {
  cursor: pointer;
  fill: blue;
}

#cpl_record-table tr:hover td {
  background-color: #dbdbdb !important;
  cursor: pointer;
}

.required::after {
  color: red;
  content: " *";
}
