.hidden {
  display: none;
}

/* Coaching Manager Styles */
table.fc-coach-dashboard {
  width: 90%;
}

table.fc-coach-dashboard th {
  font-weight: bold;
  padding: 10px;
}

table.fc-coach-dashboard th, table.fc-coach-dashboard td {
	border-bottom: 1px solid #dddddd;
}

table.fc-coach-dashboard td {
	padding: 10px;
}

table.fc-coach-dashboard td.fc-coaching-student {
  position: relative;
}

table.fc-coach-source-totals td {
  padding: 2px 12px 0 0;
}

span.fc-student-low-on-sessions {
  background: #ff000036;
  padding: 8px 14px;
  border-radius: 20px;
  margin-left: -13px;
}

th.fc-technical, td.fc-technical {
  background: #f0f0f0;
}

th.fc-assessment, td.fc-assessment {
  background: #fcfcfc;
}

th.fc-charting, td.fc-charting {
  background: #f9f9f9;
}

table.fc-coach-dashboard td.fc-coaching-contact a.fc-student-contact {
  padding: 4px;
  border: solid 1px #cccccc;
}

div#fc-session-results-count {
  margin: 24px 0 8px 10px;
  font-size: 120%;
}

div.fc-student-contact-info {
  display: none;
  z-index: 99;
  position: absolute;
  top: 12px;
  left: 10px;
  background: #eee;
  border: solid 1px #0071bc;
  padding: 8px;
  font-size: 16px;
}
table.fc-coach-dashboard img.avatar {
  margin-right: 8px;
  position: relative;
  top: 14px;
  width: 35px;
  height: 35px;
  border-radius: 25px;
}

.fc-student-unassigned {
  color: #f00;
}

table.fc-coaching-monthly-report {
  width: 100%;
}

table.fc-coaching-monthly-report th,
table.fc-coaching-monthly-report td.fc-coach {
  font-weight: bold;
}

table.fc-coaching-monthly-report td.fc-session-count,
table.fc-coaching-monthly-report th.fc-session-count {
  padding: 4px;
  text-align: right;
}

table.fc-coaching-monthly-report td.fc-session-count.fc-technical-total-footnote {
  font-style: italic;
  color: #999;
}

table.fc-coaching-monthly-report td.fc-session-count.fc-technical-total-footnote::before {
  content: "**";
}

table.fc-coaching-monthly-report tr.fc-coach-heading {
  border-top: solid 1px #999999;
}

table.fc-coaching-monthly-report tr.fc-coach-heading.totals {
  border-top: double #999999;
  background: #fff;
}

table.fc-coaching-monthly-report tr.fc-coach-heading.coach-totals {
  border-top: solid 1px #999;
  border-bottom: solid 1px #999;
  background: #ddd;
}

table.fc-coaching-monthly-report tr.fc-coach-heading.coach-hidden-totals {
  border-top: none;
  background: #fff;
}

table.fc-coaching-monthly-report tr.coach-hidden-totals td {
  color: #999;
}

.uoa-log-header a, .fc-sma-pro-post-summary {
  color: #000000;
}

td.fc-coaching-contact {
  position: relative;
}

div.fc-student-session-quick-list-overlay {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.4;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: 90;
}

div.fc-student-dashboard {
  width: 100%;
}
div.fc-student-dashboard-left {
  width: 67%;
  float: left;
}
div.fc-student-dashboard-right {
  width: 33%;
  float: right;
  padding-left: 30px;
}

div.fc-student-session-quick-list {
  position: absolute;
  top: 52px;
  left: 48px;
  z-index: 999;
  background: white;
  border: solid 1px #ccc;
  width: 900px;
  padding: 12px;
  box-shadow: 3px 3px 8px grey;
  display: none;
}

div.fc-student-session-quick-list h4 {
  margin-top: 0px;
  float: left;
}

div.fc-student-quick-list-table {
  height: 360px;
  overflow-y: auto;
  overflow-x: none;
  clear: both;
}

div.fc-session-date-edit,
div.fc-session-status-edit,
div.fc-session-type-edit,
div.fc-session-notes-edit
 {
  display: none;
}

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus, .ui-button:hover, .ui-button:focus {
  background: #cecece !important;
}
input.fc-session-save-button, input.fc-session-cancel-button {
  display: none;
}

span.fc-close-student-quick-list {
  float: right;
  font-weight: bold;
  cursor: pointer;
}

table.fc-student-session-list {
	margin-bottom: 200px;
}

table.fc-student-session-list td {
  background: #fefbe5;
  border: solid 1px #dddddd;
  padding: 8px;
}

p.fc-coaching-user-icon {
  margin-bottom: 24px;
}

p.fc-coaching-user-icon img {
  position: relative;
  top: -6px;
  float: left;
  margin-right: 20px;
  border-radius: 50px;
  width: 65px;
  height: 65px;
  margin-bottom: 20px;
}

#fc-coaching-message {
	display: none;
	position: absolute;
    width: 100%;
    background-color: #555555;
    color: #ffffff;
    margin: -20px;
    z-index: 99;
    text-align: center;
    border-radius: 20px;
    padding: 30px;
    margin-top: 10%;
}

#fc-coaching-session-log-entry-error {
  display: none;
  color: #ff0000;
}

#fc-coaching-session-log-entry-loading {
  color: #666;
}

span.fc-coaching-report-loading {
  font-style: italic;
  color: #666;
}

hr.coaching-separator {
	margin: 20px 0px;
}

form.fc-coaching-session-entry-form {
  display: none;
}

@media screen and (max-width: 767px) {
	div.fc-student-dashboard-left, div.fc-student-dashboard-right {
		width: 100%;
	}
	table.fc-coach-dashboard {
		width: 100%;
	}
}
