/* Loaded last so these sprite-pack matches win over the base recreation. */
.floatingInfoTooltip {
  background: #e5f6fd;
  border: 1px solid #b8c8cf;
  color: #000;
  font: 12px Arial, Helvetica, sans-serif;
  min-height: 214px;
  padding: 0 10px 9px 3px;
  position: fixed;
  width: 239px;
  z-index: 30;
}

.floatingInfoTooltip[hidden] {
  display: none;
}

.infoTooltipTitle {
  font-size: 14px;
  font-weight: 700;
  height: 29px;
  line-height: 29px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.infoTooltipRow {
  align-items: center;
  display: flex;
  height: 33px;
  overflow: hidden;
}

.infoTooltipLabel {
  color: #000;
  font-size: 12px;
  line-height: 28px;
  margin-left: 10px;
  max-width: 176px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.statusIcon {
  color: #fff;
  display: inline-block;
  flex: 0 0 auto;
  font-size: 12px;
  height: 29px;
  line-height: 25px;
  position: relative;
  text-align: center;
  transition: filter 120ms ease, transform 120ms ease;
  width: 29px;
}

.statusIcon.answered,
.diff_type_notation_area_inner span.answered {
  background: linear-gradient(#b2f141 0%, #62c315 58%, #45a800 100%);
  border: 1px solid #5fb30d;
  clip-path: polygon(50% 0, 100% 36%, 100% 100%, 0 100%, 0 36%);
}

.statusIcon.not_answered,
.diff_type_notation_area_inner span.not_answered {
  background: linear-gradient(#ff650d 0%, #e24500 62%, #c63700 100%);
  border: 1px solid #c83c00;
  clip-path: polygon(0 0, 100% 0, 100% 70%, 62% 100%, 38% 100%, 0 70%);
}

.statusIcon.not_visited,
.diff_type_notation_area_inner span.not_visited {
  background: linear-gradient(#fff 0%, #ececec 45%, #d5d5d5 100%);
  border: 1px solid #999;
  border-radius: 2px;
  color: #000;
}

.statusIcon.review,
.statusIcon.review_answered,
.diff_type_notation_area_inner span.review,
.diff_type_notation_area_inner span.review_answered {
  background: radial-gradient(circle at 38% 30%, #a477c7 0%, #8d5ab2 46%, #714695 100%);
  border: 1px solid #6c418d;
  border-radius: 50%;
}

.statusIcon.review_answered:after,
.diff_type_notation_area_inner span.review_answered:after {
  background: #79cf33;
  border: 1px solid #4baa1c;
  border-radius: 3px;
  bottom: 1px;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.55);
  content: "";
  height: 10px;
  position: absolute;
  right: -2px;
  transform: none;
  width: 10px;
}

.statusIcon.review_answered:before,
.diff_type_notation_area_inner span.review_answered:before {
  background: repeating-linear-gradient(to bottom, #fff 0 1px, transparent 1px 3px);
  bottom: 4px;
  content: "";
  height: 5px;
  position: absolute;
  right: 0;
  width: 6px;
  z-index: 1;
}

.question_area .numpan {
  transition: filter 120ms ease, transform 120ms ease;
}

.question_area .numpan:hover {
  filter: brightness(1.08);
}

.question_area .numpan.answered {
  background: linear-gradient(#b2f141 0%, #62c315 58%, #45a800 100%);
  border: 1px solid #5fb30d;
  clip-path: polygon(50% 0, 100% 36%, 100% 100%, 0 100%, 0 36%);
}

.question_area .numpan.not_answered {
  background: linear-gradient(#ff650d 0%, #e24500 62%, #c63700 100%);
  border: 1px solid #c83c00;
  border-radius: 0;
  clip-path: polygon(0 0, 100% 0, 100% 70%, 62% 100%, 38% 100%, 0 70%);
}

.question_area .numpan.not_visited {
  background: linear-gradient(#fff 0%, #ececec 45%, #d5d5d5 100%);
  border: 1px solid #999;
}

.question_area .numpan.review,
.question_area .numpan.review_answered {
  background: radial-gradient(circle at 38% 30%, #a477c7 0%, #8d5ab2 46%, #714695 100%);
  border: 1px solid #6c418d;
}

.question_area .numpan.review_answered:after {
  background: #79cf33;
  border: 1px solid #4baa1c;
  border-radius: 3px;
  bottom: 1px;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.55);
  content: "";
  height: 11px;
  position: absolute;
  right: -1px;
  transform: none;
  width: 11px;
}

.question_area .numpan.review_answered:before {
  background: repeating-linear-gradient(to bottom, #fff 0 1px, transparent 1px 3px);
  bottom: 5px;
  content: "";
  height: 5px;
  position: absolute;
  right: 2px;
  width: 6px;
  z-index: 1;
}

#User_Hldr {
  height: 102px;
  padding: 0;
}

#User_Hldr .singleImageDiv {
  height: 102px;
}

.profile_image {
  padding: 0;
}

.profile_image > img {
  border: 1px solid #c3c3c1;
  height: 101px;
  width: 94px;
}

.profile_details {
  padding: 7px 0 0 7px;
  width: 145px;
}

#Username {
  font-size: 18px;
  line-height: 23px;
  padding: 0;
}

.diff_type_notation_area_outer {
  background: #fff;
  height: 155px;
}

.diff_type_notation_area_inner {
  padding: 23px 0 0 18px;
}

.notation_typeDiv {
  align-items: flex-start;
  display: flex;
  min-height: 41px;
  overflow: visible;
  padding-bottom: 0;
  width: 41.5%;
}

.notation_typeDiv.answered_review_container {
  min-height: 56px;
  width: 100%;
}

.diff_type_notation_area_inner span.answered,
.diff_type_notation_area_inner span.not_answered,
.diff_type_notation_area_inner span.not_visited,
.diff_type_notation_area_inner span.review,
.diff_type_notation_area_inner span.review_answered {
  font-size: 12px;
  height: 28px;
  line-height: 24px;
  margin-right: 10px;
  padding-top: 0;
  width: 28px;
}

.diff_type_notation_area_inner span.not_visited {
  line-height: 26px;
}

.diff_type_notation_area_inner span.type_title {
  color: #000;
  display: block;
  font-size: 12px;
  line-height: 14px;
  max-width: 76px;
  padding-top: 1px;
  vertical-align: top;
}

.notation_typeDiv.answered_review_container span.type_title {
  max-width: 154px;
  width: 154px;
}

.rightSectionDiv .header {
  font-size: 20px;
  height: 31px;
  line-height: 31px;
  padding-left: 10px;
}

.rightSectionDiv .subheader {
  height: 36px;
  line-height: 28px;
  padding-left: 10px;
}

.rightSectionDiv .content {
  height: calc(100vh - var(--banner-height) - var(--sub-header-height) - 102px - 155px - 31px - 36px - var(--actions-height) - var(--footer-height));
  min-height: 135px;
}

.question_area {
  padding: 0 0 0 11px;
}

.question_area .numpan {
  font-size: 16px;
  height: 43px;
  line-height: 41px;
  margin-bottom: 8px;
  margin-right: 4px;
  width: 49px;
}

.question_area .numpan.review,
.question_area .numpan.review_answered {
  height: 49px;
  line-height: 49px;
  width: 49px;
}

.question_area .numpan.active {
  outline: 0;
}

.finalSubmit {
  background: #e5f6fd;
}

#finalSubmit {
  height: 38px;
  margin-top: 8px;
  min-width: 87px;
}

/* Exact TCS question-sprite.png positions from the saved exam CSS. */
.statusIcon,
.diff_type_notation_area_inner span.answered,
.diff_type_notation_area_inner span.not_answered,
.diff_type_notation_area_inner span.not_visited,
.diff_type_notation_area_inner span.review,
.diff_type_notation_area_inner span.review_answered,
.question_area .numpan {
  background-color: transparent !important;
  background-image: url("./assets/questions-sprite.png") !important;
  background-repeat: no-repeat !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  clip-path: none !important;
}

.statusIcon.review_answered:before,
.statusIcon.review_answered:after,
.diff_type_notation_area_inner span.review_answered:before,
.diff_type_notation_area_inner span.review_answered:after,
.question_area .numpan.review_answered:before,
.question_area .numpan.review_answered:after {
  display: none !important;
}

.question_area .numpan {
  color: #fff;
  font-size: 17px;
  font-weight: 400;
  height: 43px;
  line-height: 42px;
  margin-bottom: 10px;
  margin-right: 2px;
  text-align: center;
  width: 50px;
}

.question_area .numpan.answered {
  background-position: -4px -5px !important;
}

.question_area .numpan.not_answered {
  background-position: -57px -6px !important;
  height: 43px;
  width: 49px;
}

.question_area .numpan.review {
  background-position: -108px -1px !important;
  height: 50px;
  line-height: 50px;
  margin-bottom: 3px;
  width: 50px;
}

.question_area .numpan.review_answered {
  background-position: -66px -178px !important;
  height: 53px;
  line-height: 51px;
  margin-bottom: 0;
  width: 49px;
}

.question_area .numpan.not_visited {
  background-position: -157px -4px !important;
  color: #474747;
  height: 43px;
  line-height: 43px;
  width: 50px;
}

.question_area .numpan.active {
  outline: 0 !important;
}

.diff_type_notation_area_inner span.answered,
.diff_type_notation_area_inner span.not_answered,
.diff_type_notation_area_inner span.not_visited,
.diff_type_notation_area_inner span.review,
.diff_type_notation_area_inner span.review_answered,
.statusIcon {
  color: #fff;
  flex: 0 0 auto;
  float: left;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 400;
  margin-right: 10px;
  min-width: 0;
  padding-top: 0;
  position: relative;
  text-align: center;
}

.diff_type_notation_area_inner span.answered,
.statusIcon.answered {
  background-position: -7px -55px !important;
  height: 26px;
  line-height: 23px;
  padding-top: 3px;
  width: 29px;
}

.diff_type_notation_area_inner span.not_answered,
.statusIcon.not_answered {
  background-position: -42px -56px !important;
  height: 26px;
  line-height: 22px;
  width: 29px;
}

.diff_type_notation_area_inner span.not_visited,
.statusIcon.not_visited {
  background-position: -107px -56px !important;
  color: #000;
  height: 26px;
  line-height: 24px;
  padding-top: 2px;
  width: 29px;
}

.diff_type_notation_area_inner span.review,
.statusIcon.review {
  background-position: -75px -54px !important;
  height: 28px;
  line-height: 23px;
  padding-top: 5px;
  width: 28px;
}

.diff_type_notation_area_inner span.review_answered,
.statusIcon.review_answered {
  background-position: -9px -87px !important;
  height: 29px;
  line-height: 22px;
  padding-top: 5px;
  width: 28px;
}

.question_area .numpan:hover {
  filter: none;
}

.groupSectionPlaceholder,
.subject-selection,
.subject-name,
.grup_head {
  overflow: visible;
}

.group-panel {
  overflow-x: hidden;
  overflow-y: visible;
}

.subject-name,
.grup_head {
  position: relative;
}

.tabInfoTooltip {
  background: #e5f6fd;
  border: 1px solid #b8c8cf;
  color: #000;
  display: none;
  font: 12px Arial, Helvetica, sans-serif;
  min-height: 214px;
  padding: 0 10px 9px 3px;
  position: absolute;
  text-align: left;
  width: 239px;
  z-index: 60;
}

.subject-name:hover .tabInfoTooltip,
.subject-name:focus .tabInfoTooltip,
.grup_head:hover .tabInfoTooltip,
.grup_head:focus .tabInfoTooltip {
  display: block;
}

.sectionInlineTooltip {
  left: 64px;
  top: 36px;
}

.groupInlineTooltip {
  left: 5px;
  top: 31px;
}

.tabInfoTooltip .infoTooltipRows {
  display: block;
}

.tabInfoTooltip .infoTooltipRow {
  display: flex;
}
