﻿.chart-container {
  box-sizing: border-box !important;
  width: 100% !important;
  height: 280px !important;
  overflow: visible !important;
}
#dashboard-summary-graph {
  box-sizing: border-box;
  width: 100%;
  height: 90%;
  overflow: visible;
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.04);
  padding: 8px;
}
#chart-container-container {
  box-sizing: border-box;
  width: 100%;
  height: 250px;
  max-width: 1560px;
}
/* Get around sizing bug - overflows container */
#chart-container-container .row,
canvas {
  width: 100% !important;
  height: 100% !important;
  margin: 0 !important;
}

.hideUnderline:hover {
  text-decoration: none !important;
}

#dashboard-top {
  height: 320px !important;
  margin-bottom: 5px;
  padding: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 10px;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.04);
  border: 1px solid var(--Grey_Light_2, #ebeced);
}
#dashboard-middle {
  height: 220px !important;
  margin-bottom: 5px;
  padding: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 10px;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.04);
  border: 1px solid var(--Grey_Light_2, #ebeced);
}

.dashboard-grey-text {
  font-family: "Open Sans", sans-serif;
  color: #3e3f42;
  font-size: 14px;
  letter-spacing: 0px;
  line-height: 1.5714285714285714;
  font-weight: 700;
  font-style: normal;
  padding-bottom: 10px;
}

#dashboard-select-school {
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  padding: 20px 20px 0px 20px;
  overflow: hidden;
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.04);
  border: 1px solid #eaedf3;
}

.dashboard-summary-card {
  box-sizing: border-box;
  width: 100%;
  height: 120%;
  align-items: center;
  padding: 16px 0px 0px 0px;
  overflow: visible;
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.04);
  border: 1px solid #eaedf3;
}
.dashboard-summary-card:hover {
  border: 1px solid #25313c;
  cursor: pointer;
}
.dashboard-card-top {
  box-sizing: border-box;
  width: 100%;
  height: 60px;
  align-items: center;
  overflow: visible;
  border-style: solid;
  border-color: var(--Grey_Light_2, #ebeced);
  border-top-width: 0px;
  border-bottom-width: 1px;
  border-left-width: 0px;
  border-right-width: 0px;
}
.dashboard-card-middle {
  height: 40px;
  padding: 10px;
  margin-top: 8px;
}
.dashboard-card-bottom {
  padding: 0px 10px 0px 10px;
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}
.dashboard-card-middle-percent {
  display: inline-block;
  font-family: "Open Sans", sans-serif;
  color: var(--HighlightBlue, #0099ff);
  font-size: 16px;
  line-height: 1.2;
  font-weight: 700;
  font-style: normal;
}
.dashboard-card-middle-text {
  overflow: visible;
  font-family: "Open Sans", sans-serif;
  color: var(--Text_Primary, #242424);
  font-size: 12px;
  line-height: 1.5;
  font-weight: 700;
  font-style: normal;
  display: inline-block;
}
.dashboard-card-title {
  overflow: visible;
  font-family: "Open Sans", sans-serif;
  color: var(--Text_Primary, #242424);
  font-size: 20px;
  letter-spacing: 0px;
  line-height: 1.2;
  font-weight: 700;
  font-style: normal;
}
.dashboard-summary-icon {
  margin-bottom: 6px;
}

#dashboard-reports {
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  padding: 20px;
  padding-top: 10px;
  overflow: visible;
  background: var(--White, #ffffff);
  border-radius: 10px;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.04);
  border: 1px solid var(--Grey_Light_2, #ebeced);
}
.dashboard-report {
  box-sizing: border-box;
  width: 100%;
  height: 40px;
  padding: 0px 8px 0px 8px;
  overflow: visible;
  background-color: #ffffff;
  border-radius: 4px;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.08);
  border-bottom: 1px solid #d8dce6;
  margin-top: 8px;
}
.dashboard-report-text {
  width: 187px;
  height: 17px;
  overflow: visible;
  font-family: "Open Sans", sans-serif;
  color: var(--Text_Secondary, #6a6b6c);
  font-size: 14px;
  letter-spacing: 0px;
  line-height: 1.2;
  font-weight: 400;
  font-style: normal;
  display: inline-block;
}
.dashboard-report-pdf {
  width: 80px;
  float: right;
}
#dashboard-upcoming-release {
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    padding: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    overflow: visible;
    background: var(--White, #ffffff);
    border-radius: 10px;
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.04);
    border: 1px solid var(--Grey_Light_2, #ebeced);
    margin-bottom:5px;
}
#dashboard-graph2-container {
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  padding: 20px;
  overflow: visible;
  background: var(--White, #ffffff);
  border-radius: 10px;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.04);
  border: 1px solid var(--Grey_Light_2, #ebeced);
}

.reg-session-dropdown {
  float: right;
  width: 70px;
}

#dashboard-bottom-row-title {
  padding-bottom: 10px;
  margin-left: 5px;
}

/* Spinner */
.graph-spinner {
  margin: auto;
  width: 50px;
  position: relative;
  height: 50px;
  top: 30%;
  z-index: 10;
}

.graph-spinner div {
  animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  transform-origin: 40px 40px;
}

.graph-spinner div:after {
  content: " ";
  display: block;
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--Primary);
  margin: -4px 0 0 -4px;
}

.graph-spinner div:nth-child(1) {
  animation-delay: -0.036s;
}

.graph-spinner div:nth-child(1):after {
  top: 63px;
  left: 63px;
}

.graph-spinner div:nth-child(2) {
  animation-delay: -0.072s;
}

.graph-spinner div:nth-child(2):after {
  top: 68px;
  left: 56px;
}

.graph-spinner div:nth-child(3) {
  animation-delay: -0.108s;
}

.graph-spinner div:nth-child(3):after {
  top: 71px;
  left: 48px;
}

.graph-spinner div:nth-child(4) {
  animation-delay: -0.144s;
}

.graph-spinner div:nth-child(4):after {
  top: 72px;
  left: 40px;
}

.graph-spinner div:nth-child(5) {
  animation-delay: -0.18s;
}

.graph-spinner div:nth-child(5):after {
  top: 71px;
  left: 32px;
}

.graph-spinner div:nth-child(6) {
  animation-delay: -0.216s;
}

.graph-spinner div:nth-child(6):after {
  top: 68px;
  left: 24px;
}

.graph-spinner div:nth-child(7) {
  animation-delay: -0.252s;
}

.graph-spinner div:nth-child(7):after {
  top: 63px;
  left: 17px;
}

.graph-spinner div:nth-child(8) {
  animation-delay: -0.288s;
}

.graph-spinner div:nth-child(8):after {
  top: 56px;
  left: 12px;
}

@keyframes lds-roller {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/* End Spinner */
