.table-bordered tr td.border-bottom{
   border-bottom: 1px solid black;
 }

 .table-bordered tr th.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 2;
  background: white;
}

.table-bordered.coaches td.danger{
  background-color: #d9534f;
  border-color: #d43f3a;
}

.table-bordered.coaches td.caution{
  background-color: yellow;
}

.table-bordered.coaches td.success{
    background-color: #5cb85c;
    border-color: #4cae4c;
  }

.noCoach{
  color: red;
}

ul.concepts{
  margin-bottom: 60px;
  font-size: 16px;
}

ul.concepts,ul.concepts ul > li{
  padding-left: 40px;
}

ul.concepts a:active,
ul.concepts a:hover,
ul.concepts a:visited,
ul.concepts a:focus{
  text-decoration: none;
}

ul.concepts a{
  display: inline-block;
  text-align: left;
}

ul.concepts span.masteryCriteria{
  display: inherit;
  padding-left: 45px;
  width: 100%;
}

ul.concepts a,
ul.concepts a span{
  white-space: normal;
}

.btn.btn-caution, .btn.btn-caution:focus{
  background-color: yellow;
}

/*Coder Report*/
.level{
  text-align: center;
  margin-bottom: 30px;
}
.level:hover{
  cursor: pointer;
}

.level .skillName{
  font-size: 16px;
}

.level h3{
  clear: both;
}

.level .notes .panel-body div{
  text-align: left;
}

div.coderReport .dot{
  border: 10px solid #DDDDDD;
  border-radius: 70px;
  height: 70px;
  width: 70px;
  display: inline-block;
}

div.coderReport .circleProgress{
  font-size: 7px;
  display: inline-block;
  margin-top: 5px;
}

div.coderReport div.progress{
  margin-bottom: 0;
}

div.coderReport div.progress-bar{
  text-align: left;
  padding-left: 10px;
  min-width: 4.5em;
}

/*assessments*/
#recentSessionNotes blockquote{
  font-size: 12.5px;
}

/*Coach Dashboard*/
a.label-success, .label-success[href]:focus, .label-success[href]:hover,
a.label-warning, .label-warning[href]:focus, .label-warning[href]:hover{
  color: white;
}
.panel.panel-red{
  border-color: rgb(222, 100, 222);
}
.panel.panel-red .panel-heading{
  color: #fff;
  background-color: rgb(209,7,211);
  border-color: rgb(222, 100, 222);
}
.panel.panel-yellow{
  border-color: rgb(254, 188, 129);
}
.panel.panel-yellow .panel-heading{
  color: #fff;
  background-color: rgb(255, 159, 64);
  border-color: rgb(254, 188, 129);
}
.panel.panel-green{border-color: #4cae4c;}
.panel.panel-green .panel-heading{
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.schedule-day-board{
  margin: 24px 0 32px;
  padding: 22px 24px 26px;
  border: 1px solid #d9e2ec;
  border-radius: 20px;
  background:
    radial-gradient(circle at top right, rgba(255, 214, 102, 0.16), transparent 28%),
    linear-gradient(180deg, #ffffff 0%, #f7fafc 100%);
  box-shadow: 0 14px 40px rgba(15, 23, 42, 0.08);
}

.schedule-day-board__toolbar{
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  margin-bottom: 18px;
}

.schedule-day-board__title-wrap{
  text-align: right;
}

.schedule-day-board__eyebrow{
  margin: 0 0 4px;
  color: #8a6d3b;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.schedule-day-board__title{
  margin: 0;
  color: #243b53;
  font-size: 34px;
  font-weight: 600;
}

.schedule-day-board__scroller{
  overflow-x: auto;
}

.schedule-day-board__grid{
  display: grid;
  grid-template-columns: 180px minmax(720px, 1fr);
  border: 1px solid #d9e2ec;
  border-radius: 16px;
  overflow: hidden;
  background: #fff;
}

.schedule-day-board__corner,
.schedule-day-board__label,
.schedule-day-board__hours,
.schedule-day-board__lane{
  border-bottom: 1px solid #d9e2ec;
}

.schedule-day-board__corner,
.schedule-day-board__label{
  padding: 18px 20px;
  background: #f8fafc;
  color: #102a43;
  font-size: 16px;
  font-weight: 600;
}

.schedule-day-board__label--nobody{
  color: #7b341e;
}

.schedule-day-board__hours{
  display: grid;
  grid-template-columns: repeat(var(--timeline-hours), minmax(52px, 1fr));
  background: #fff;
}

.schedule-day-board__hour{
  padding: 14px 10px;
  border-left: 1px solid #d9e2ec;
  color: #486581;
  font-size: 14px;
  font-weight: 600;
}

.schedule-day-board__hour:first-child{
  border-left: 0;
}

.schedule-day-board__lane{
  position: relative;
  min-height: var(--lane-height);
  background:
    repeating-linear-gradient(
      to right,
      transparent,
      transparent calc((100% / var(--timeline-hours)) - 1px),
      rgba(136, 149, 166, 0.24) calc((100% / var(--timeline-hours)) - 1px),
      rgba(136, 149, 166, 0.24) calc(100% / var(--timeline-hours))
    ),
    linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
}

.schedule-day-board__lane-empty{
  position: absolute;
  left: 18px;
  top: 18px;
  color: #9aa5b1;
  font-size: 13px;
}

.schedule-day-board__event{
  position: absolute;
  height: 28px;
  padding: 5px 10px;
  border-radius: 999px;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  box-shadow: 0 8px 16px rgba(15, 23, 42, 0.18);
}

.schedule-day-board__event--tone-0{ background: linear-gradient(90deg, #1f3c88, #3e7cb1); }
.schedule-day-board__event--tone-1{ background: linear-gradient(90deg, #0f766e, #14b8a6); }
.schedule-day-board__event--tone-2{ background: linear-gradient(90deg, #b45309, #f59e0b); }
.schedule-day-board__event--tone-3{ background: linear-gradient(90deg, #be123c, #f43f5e); }
.schedule-day-board__event--tone-4{ background: linear-gradient(90deg, #4c1d95, #7c3aed); }
.schedule-day-board__event--tone-5{ background: linear-gradient(90deg, #166534, #22c55e); }

.schedule-day-board__event-name,
.schedule-day-board__event-time{
  display: inline-block;
  vertical-align: middle;
}

.schedule-day-board__event-time{
  margin-left: 8px;
  color: rgba(255, 255, 255, 0.85);
  font-weight: 500;
}

.schedule-day-board__empty-state{
  margin-top: 14px;
}

.schedule-day-board__grid > :nth-last-child(-n+2){
  border-bottom: 0;
}

@media (max-width: 767px){
  .schedule-day-board{
    padding: 18px 14px 20px;
  }

  .schedule-day-board__toolbar{
    flex-direction: column;
    align-items: stretch;
  }

  .schedule-day-board__title-wrap{
    text-align: left;
  }

  .schedule-day-board__title{
    font-size: 28px;
  }

  .schedule-day-board__grid{
    grid-template-columns: 132px minmax(640px, 1fr);
  }

  .schedule-day-board__corner,
  .schedule-day-board__label{
    padding: 16px 12px;
    font-size: 14px;
  }

  .schedule-day-board__event-time{
    display: none;
  }
}
