:root {
  --baseFontSize: 11px;
  --brandFontFamily: 'DM Sans', Helvetica, Arial, sans-serif;
  --altFontFamily: 'Roboto', Helvetica, Arial, sans-serif;
  --backgroundLightDefault: #ffffff;
  --backgroundLightAlt: #f5faff;
  --textLightDefault: #333;

  --textDarkDefault: #f5faff;

  --brandBluePrimary: #36bedd;
  --brandBlueAlt: #187a90;
  --brandBlueLink: #197e94;

  --brandGrey100: #dee6e7;
  --brandGrey500: #969292;
  --brandGrey600: #555555;
  --brandGrey650: #363940;

  --brandGrey700: #2b2b2b;
  --brandGrey750: #24262b;
  --brandGrey800: #212121;

  --brandGreen: #1a8927;
  --brandGreenDarker: #177b23;

  --alertRed: #d4453b;
  --c3: #2554ae;
  --fontFamily: var(--brandFontFamily);

  --node1: var(--brandGreen); /*#21be6b;*/
  --node2: var(--brandBluePrimary); /* #21aabe; */
  --node3: var(--brandBlueAlt); /*#be4d21; */

  --headerBackground: var(--brandGrey700);
  --logoBackground: var(--headerBackground);
  --footerBackground: var(--headerBackground);

  font-size: var(--baseFontSize);
  text-rendering: geometricPrecision;
}

* {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  /* position: fixed; */
  margin: 0;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  overflow: hidden !important;
  -webkit-text-size-adjust: 100%;
  font-size: 62.5%;
}

html,
body {
  height: 100%;
}

body {
  margin: 0;
  padding: 0;
  font-family: var(--fontFamily);
  background: var(--backgroundDefault);
  color: var(--textLightDefault);
  text-rendering: geometricPrecision;
  line-height: 1.2;
  font-weight: 400;
  font-feature-settings: 'kern' 1;
  font-kerning: normal;
}

input,
textarea,
keygen,
select,
button {
  font-family: var(--fontfamily);
}

a,
a:link {
  color: var(--brandBlueLink);
}

a:visited {
  color: var(--brandBlueAlt);
}

a:hover {
  color: var(--brandBlue);
}

a:hover {
  color: var(--brandBlue);
}

a:focus {
  color: var(--brandBlue);
  text-decoration: underline;
  text-decoration-color: var(--brandBlueLink);
}

p {
  margin-top: 0;
}

.text_underline {
  text-decoration: underline;
}

.clear {
  clear: both;
}

.color_blue {
  color: var(--brandBlueLink);
}

.color_blue_strong {
  color: var(--brandBlueLink);
}

.button_blue,
.button_red {
  color: #fff;
  padding: 10px 20px;
  border: none;
  min-width: 110px;
  margin: 10px;
  cursor: pointer;
  font-weight: bold;
}

.button_blue {
  background: var(--brandBlueLink);
}

.button_red {
  background: var(--brandBlueLink);
}

.courseContainer {
  height: 100%;
  width: 100%;
  max-width: 1024px;
  max-height: 669px;
  margin: 0px auto;
  position: relative;
}

.width_50 {
  width: 50%;
  float: left;
}

.text_center {
  text-align: center;
}

header {
  height: 10%;
  width: 100%;
  /*padding: 10px;*/
  background: var(--headerBackground);
  overflow: hidden;
  border-bottom: 1px var(--brandGrey100) solid;
}

header .logo {
  float: right;
  background: var(--logoBackground);
  height: 100%;
  padding: 15px;
  display: flex;
  justify-items: center;
  justify-content: center;
  align-items: center;
}

header .logo img {
  flex: 1 1 auto;
  height: 100%;
}

.header_title {
  /* width: 60%; */
  float: left;
  font-size: 1.8rem;
  color: var(--brandGrey100);
  padding: 0 15px;
  font-weight: 500;
}

.midContainer {
  width: 100%;
  height: 85%;
  overflow: hidden;
  position: relative;
  background: var(--backgroundLightDefault);
  padding: 15px;
}

footer {
  height: 5%;

  width: 100%;
  background: var(--footerBackground);
  font-size: 1.4rem;

  color: #fff;
  padding: 0 15px;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
}

footer .page_num_cntr {
  width: auto;
  display: inline-block;
  justify-self: center;
  text-align: center;
  padding-top: 7px;
}

footer .btn_prev {
  display: inline-block;
  cursor: pointer;
  padding-left: 15px;
  background: url(../images/back-arrow.png) left no-repeat;
}

footer .btn_next {
  display: inline-block;
  cursor: pointer;
  padding-right: 15px;
  background: url(../images/next-arrow.png) right no-repeat;
}

.vertical_center {
  top: 50%;
  position: relative;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.vertical_center_a {
  top: 50%;
  position: absolute;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.blue_bg {
  background-color: #273646;
}

.linkDisabled {
  opacity: 0.78;
  will-change: opacity;
  transition: opacity 0.2s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.page {
  display: none;
  height: 100%;
  font-size: 1.2rem;
}

.home_container {
  background: #fff;
  width: 90%;
  padding: 40px;
  z-index: 1;
  margin: 1% auto 0;
  position: relative;
  overflow: auto;
  color: #000;
  border: 1px solid #abadb3;
  display: flex;
  justify-content: center;
  align-items: center;
}

.home_container p {
  margin-top: 0;
  font-size: 1.25rem;
  line-height: 1.618rem;
}

.home_container_shadow {
  background: url(../images/shadow.png);
  position: relative;
  width: 93%;
  height: 59px;
  bottom: 26px;
  z-index: 0;
  left: 0;
  right: 0;
  margin: 0px auto -20px;
}

.home_container .sec1 {
  width: 50%;
  float: left;
  padding-right: 20px;
  display: flex;
  align-content: center;
}

.home_container .sec2 {
  width: 61.8%;
  float: left;
  padding-left: 20px;
  border-left: 1px solid #abadb3;
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-items: center;
  align-items: center;
  justify-content: center;
  min-height: 20vh;
}

.home_default_select {
  display: flex;
  align-items: center;
  justify-content: center;
}

.page_inner_head_f {
  height: 13%;
}

.inner_scroll_1 {
  height: 87%;
  overflow-y: scroll;
}

.inner_scroll_1 input {
  display: block;
}

.scroll_listing {
  margin-left: 7%;
  list-style: none;
  padding: 0;
  margin-top: 0;
  margin-bottom: 0;
}

.scroll_listing li {
  position: relative;
  padding: 0 15px 15px 15px;
  border-top: 1px solid #e6e6e6;
  float: left;
  width: 100%;
}

.scroll_listing li em {
  margin: 15px 0 5px;
  float: left;
  width: 100%;
}

.page5 .scroll_listing li em {
  width: auto;
}

.page5 .scroll_listing li p {
  margin-top: 15px;
}

.scroll_listing li textarea {
  width: calc(100% - 28px);
  margin-left: 28px;
  height: 70px;
}

.scroll_listing li p {
  margin: 0 0 15px 28px;
}

.listing_number {
  margin-right: 10px;
}

.scroll_listing li:before {
  content: '';
  width: 7%;
  left: -7%;
  height: calc(100% + 1px);
  position: absolute;
  margin-top: -1px;
  border-top: 1px solid #e6e6e6;
}

.scroll_listing li:nth-child(even) {
  background: #f2f2f2;
}

.scroll_listing li:nth-child(1):before {
  background: #2597e5;
}

.scroll_listing li:nth-child(2):before {
  background: #216390;
}

.scroll_listing li:nth-child(3):before {
  background: #314357;
}

.scroll_listing li:nth-child(4):before {
  background: #327e80;
}

.scroll_listing li:nth-child(5):before {
  background: #00b9bd;
}

.scroll_listing li:last-child {
  border-bottom: 1px solid #e6e6e6;
}

.scroll_listing input {
  width: 30%;
  margin: 0 0 10px 10px;
  display: inline-block;
  /*text-transform: uppercase;*/
}

.scroll_listing li ol {
  margin: 0 0 0 45px;
  padding: 0;
}

.scroll_listing li ol li {
  /*list-style-type: lower-roman;*/
  list-style-type: normal;
  border: none;
  padding: 0;
  margin: 0;
  float: left;
  width: 100%;
}

.scroll_listing li ol li:nth-child(even) {
  background: none;
}

.scroll_listing li ol li:last-child {
  border: none;
}

.scroll_listing li ol li:before {
  width: 0;
  height: 0;
}

.form-field-wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  flex: 1 1 auto;
  padding: 12px;
}
.form-field-wrapper label {
  margin-bottom: 6px;
}

.page3 .inner_base_head {
  background: #314357;
  position: relative;
  height: 33px;
  line-height: 33px;
  font-size: 1.6rem;
  width: 100%;
  float: left;
  text-align: center;
}

.page3 .inner_base_head {
  color: #fff;
}
.prev_inner,
.next_inner {
  position: absolute;
  /*width: 33px;*/
  color: #fff;
  cursor: pointer;
  padding: 0 10px;
  opacity: 1;
  will-change: opacity;
  transition: opacity 0.2s cubic-bezier(0.075, 0.82, 0.165, 1),
    color 0.2s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.prev_inner:hover,
.next_inner:hover {
  color: var(--brandBluePrimary);
}

.prev_inner:focus,
.next_inner:focus {
  color: var(--brandBluePrimary);
}

.prev_inner {
  left: 0;
}

.next_inner {
  right: 0;
}

.page3 ul.no_scroll_listing {
  width: 100%;
  float: left;
  margin: 0;
  padding: 0;
  list-style: none;
  overflow-y: hidden;
}

ul.no_scroll_listing li {
  width: 100%;
  float: left;
  border-top: 1px solid #d0d0d0;
  border-right: 1px solid #d0d0d0;
  border-left: 1px solid #d0d0d0;
  background: var(--brandBlueAlt);
  position: relative;
}

ul.no_scroll_listing li:last-child {
  border-bottom: 1px solid #d0d0d0;
}

ul.no_scroll_listing li em {
  font-style: normal;
  width: 35%;
  padding: 5px;
  color: #fff;
  /*background: #be2132;*/
  float: left;
  font-size: 1.3rem;
  min-height: 33px;
  line-height: 23px;
}

ul.no_scroll_listing li em + div {
  float: right;
  width: 65%;
  padding: 5px 5px 5px 30px;
  background: #fff;
  /*background: #ebebeb;*/
}

ul.no_scroll_listing li div input[type='text'],
ul.no_scroll_listing li div select {
  padding: 2px 2px 2px 5px;
}

ul.no_scroll_listing li div input[type='text'] {
  width: 50px;
}

ul.no_scroll_listing li em + div ul {
  margin: 0;
  padding: 0;
  font-size: 1.2rem;
}

ul.no_scroll_listing li em + div ul li {
  list-style: none;
  border: none;
  line-height: 19px;
  width: 25%;
  margin-bottom: 5px;
  background: none;
}

ul.no_scroll_listing li em + div ul li:last-child {
  border: none;
}

ul.no_scroll_listing li em + div ul li input[type='checkbox'] {
  float: left;
  margin-right: 5px;
}

ul.no_scroll_listing li em + div ul li input[type='checkbox'][disabled] + label {
  color: #999999;
  font-weight: bold;
  font-style: italic;
}

ul.no_scroll_listing li em + div.height_new_1 {
  height: 44px;
}
ul.no_scroll_listing li em + div.height_new_1 select {
  margin-top: 5px;
}

ul.no_scroll_listing li:last-child em + div {
  min-height: 110px;
  background-color: #fff;
}

.select_disabled {
  border: 1px solid #abadb3;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

select.select_disabled::-ms-expand {
  display: none;
}

.opacity50 {
  opacity: 0.5;
}

#graph_container {
  width: 100%;
  padding: 10px;
  background: #ebebeb;
  height: auto;
}

#graph_left_container {
  position: relative;
  width: 74%;
  float: left;
}

#graph_canvas_container {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

#graph_right_container {
  width: 100%;
  float: left;
  padding: 25px 10px 10px;
  height: auto;
  border-top: 2px solid #abadb3;
  margin-top: 25px;
}

.graph_label_container {
  width: 26%;
  padding: 5px;
  float: left;
  border: 2px solid #ccc;
}

.graph_label_container div {
  line-height: 25px;
  margin-bottom: 15px;
  width: 100%;
  float: left;
  position: relative;
}

.graph_label_container div div {
  line-height: normal;
  margin-bottom: 0;
  float: right;
  line-height: 25px;
  width: calc(100% - 35px);
}

.graph_label_container span {
  width: 25px;
  height: 25px;
  margin-right: 10px;
  float: left;
  border-radius: 25px;
}

.graph_label_container span.label_c1 {
  background: var(--node1);
}

.graph_label_container span.label_c2 {
  background: var(--node2);
}

.graph_label_container span.label_c3 {
  background: var(--node3);
}

.graph_itext {
  width: 50%;
  float: left;
  padding: 10px 0 0 10px;
}

#graph_right_container ul {
  font-size: 1.4rem;
  list-style: none;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

#graph_right_container ul li {
  width: 50%;
  float: left;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  /*line-height: 25px;*/
}

#graph_right_container ul li em {
  /*margin-right: 15px;*/
  font-style: normal;
  width: 43%;
  float: left;
  color: #333333;
}

.graph-info {
  display: inline-block;
  margin-left: 10px;
  width: 22px;
  height: 22px;
  border-radius: 22px;
  border: 1px solid transparent;
  transition: 0.1s border cubic-bezier(0.075, 0.82, 0.165, 1);
  padding: 2px;
}
.graph-info img {
  width: 18px;
  height: 18px;
}

.graph-info:focus,
.graph-info:hover {
  border: 1px solid var(--brandBlue);
  outline: none;
}

#graph_right_container ul li em + span {
  font-weight: bold;
  color: #333;
  float: left;
  width: 30px;
  margin-right: 15px;
  text-align: center;
  /*display: none;*/
}

.tooltip {
  display: none;
  position: absolute;
  overflow: visible;
  width: 350px;
  background: transparent;
  padding: 18px;

  /*white-space:pre-wrap;*/
  /*min-height: 100px;*/
}
.tooltip.tooltip-right:before {
  content: '';
  position: absolute;
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7.5px 0 7.5px 13px;
  border-color: transparent transparent transparent #314357;
  top: 37px;
  right: 5px;
}
.tooltip.tooltip-left {
  padding-left: 18px;
  padding-right: 0;
}
.tooltip.tooltip-left:before {
  content: '';
  position: absolute;
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7.5px 13px 7.5px 0;
  border-color: transparent #314357 transparent transparent;
  top: 37px;
  left: 5px;
}
.tooltip-inner {
  background: #314357;
  white-space: pre-line;
  /*border-radius:5px;*/
  padding: 1.4rem;
  margin: 0;
  color: #fff;
  width: 100%;
}

.tooltip-inner h4 {
  font-size: 1.6rem;
  line-height: 1.8rem;
  margin-bottom: 1.8rem;
  margin-block-end: 1.8rem;
  margin-top: 0;
}
.tooltip-inner p {
  font-size: 1.3rem;
  line-height: 1.6rem;
  font-weight: 400;
}

.page.page4 {
  scrollbar-gutter: stable;
  overflow-y: scroll;
  position: relative;
  width: calc(100% + 15px);
  padding-right: 15px;
  margin-right: -15px;
}

.page6 {
  position: absolute;
  top: 0;
  left: 0;
}

.page6_container {
  width: 80%;
  margin: 0px auto;
  /*overflow: auto;*/
  height: 80%;
  color: #666;
}

.page6_container .width_50 {
  padding: 25px;
  height: 100%;
}

.page6_container .width_50:last-child {
  border-left: 2px solid #a9a9a9;
}

.page0 {
  width: 81%;
  height: auto;
  border: 2px solid #a9a9a9;
  margin: 0px auto;
  position: relative;
}

.page0 .img_main_bg {
  width: 100%;
  display: block;
}

.page0 .base_start_heading {
  width: 100%;
  background: rgba(255, 255, 255, 0.8);
  position: absolute;
  top: 0;
  left: 0;
  font-size: 1.8rem;
  font-weight: 700;
  color: #314357;
  padding: 15px 25px;
}

h1 {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.2;
  color: #314357;
}

.page0 .button_start {
  position: absolute;
  right: -50px;
  bottom: -50px;
  width: 108px;
  height: 108px;
  z-index: 99;
  text-align: center;
  font-size: 1.8rem;
  color: #fff;
  cursor: pointer;
  background: transparent url('../images/start-button.png') 0 0 no-repeat;
  filter: hue-rotate(198deg);
  display: flex;
  align-items: center;
  justify-content: center;
}

.page0 .button_start:hover {
  background: transparent url('../images/start-button-hover.png') 0 0 no-repeat;
  filter: hue-rotate(0deg);
}

#dummy_alert {
  z-index: 10;
}

.alert_box_container {
  position: absolute;
  background: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  display: none;
}

.alert_new_box {
  top: 50%;
  left: 50%;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 35%;
  height: auto;
  background: #fff;
  border: 1px solid #000;
  z-index: 9;
  padding: 15px;
  font-size: 1.4rem;
}

.alert_new_box .close_alert {
  position: absolute;
  right: -10px;
  top: -10px;
  cursor: pointer;
  background: #000;
  color: #fff;
  width: 27px;
  height: 27px;
  padding: 5px;
  text-align: center;
  border-radius: 50%;
}

#printDiv {
  position: fixed;
  right: 0;
  bottom: 0;
  width: 100%;
  height: auto;
  visibility: hidden;
}

.popupNameListContainer {
  margin-top: 15px;
  margin-bottom: 5px;
  float: left;
  width: 100%;
  padding: 10px 10px 0px 10px;
  border-top: 1px solid #666;
  border-bottom: 1px solid #666;
}

.popupNameList {
  width: 25%;
  float: left;
  padding-bottom: 10px;
}

.clear_both {
  clear: both;
}

.radialContainer {
  width: 18%;
  float: left;
}

.title_size {
  font-size: 1.6rem;
}

input[type='text']::-ms-clear {
  display: none;
}

@media screen and (max-height: 669px) {
  .page3 ul.no_scroll_listing {
    overflow-y: auto;
  }
}

.print-footer {
  font-size: 9px;
  text-align: center;
}

@page {
  size: A4;
  margin: 11mm 17mm 17mm 17mm;
}

@media screen {
  .print-footer {
    display: none;
  }
}
@media print {
  .print-footer {
    position: fixed;
    bottom: 0;
  }

  .content-block,
  p {
    page-break-inside: avoid;
  }

  html,
  body {
    width: 210mm;
    height: 297mm;
  }
}
