﻿/* For forensics*/
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100..900&family=Karla:ital,wght@0,200..800;1,200..800&display=swap");
.forensicResult {
  margin-bottom: 20px;
  border-bottom: 1px solid silver; }

/* END */
#authoring-container {
  direction: ltr;
  font-family: "Arial", sans-serif; }

.routing-menu {
  background: #333;
  color: #fff;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.6);
  bottom: 0;
  left: 0;
  position: fixed;
  top: 0;
  width: 280px;
  z-index: 9999; }
  .routing-menu h2 {
    border-bottom: 1px solid rgba(241, 246, 246, 0.2);
    font-family: "Roboto";
    font-size: 1.4em;
    font-weight: 700;
    opacity: 0.8;
    padding: 10px;
    text-align: center; }
  .routing-menu .routing-links-container {
    height: 90%;
    overflow-y: scroll; }
    .routing-menu .routing-links-container::-webkit-scrollbar {
      width: 7px; }
    .routing-menu .routing-links-container::-webkit-scrollbar-track {
      -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); }
    .routing-menu .routing-links-container::-webkit-scrollbar-thumb {
      background-color: rgba(255, 255, 255, 0.5);
      border-radius: 40px;
      outline: 1px solid slategrey; }
  .routing-menu .routing-menu-links {
    padding: 0; }
    .routing-menu .routing-menu-links li {
      list-style: none; }
    .routing-menu .routing-menu-links a {
      color: rgba(241, 246, 246, 0.9);
      display: block;
      padding: 10px 20px;
      text-decoration: none;
      transition: border 0.2s; }
      .routing-menu .routing-menu-links a:hover {
        background: rgba(0, 0, 0, 0.3); }
      .routing-menu .routing-menu-links a.active {
        background: rgba(241, 246, 246, 0.15);
        border-left: 5px solid #00aeef;
        color: #f1f6f6;
        font-weight: 700; }
      .routing-menu .routing-menu-links a.definitely-asked {
        border-right: 10px solid lightgreen; }
      .routing-menu .routing-menu-links a.possibly-asked {
        border-right: 10px solid purple; }
      .routing-menu .routing-menu-links a.not-asked {
        border-right: 10px solid grey; }

/* Authoring */
#authoring-container .authoring-navbar {
  height: 64px;
  box-shadow: inset 0 -1px rgba(0, 0, 0, 0.07);
  background: #f1f6f6;
  padding: 18px 0; }
  #authoring-container .authoring-navbar .logo-container {
    display: inline-block; }
    #authoring-container .authoring-navbar .logo-container img {
      max-width: 130px; }
  #authoring-container .authoring-navbar .SVGInline {
    fill: rgba(0, 0, 0, 0.5);
    padding: 25px;
    opacity: 0.5;
    position: absolute;
    top: -20px;
    cursor: pointer;
    display: none; }
  #authoring-container .authoring-navbar .reset-interview {
    background: rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    position: absolute;
    left: 290px;
    width: 120px;
    font-size: 0.9em;
    transition: all 0.2s; }
    #authoring-container .authoring-navbar .reset-interview:hover, #authoring-container .authoring-navbar .reset-interview:active {
      border-color: rgba(0, 0, 0, 0.25);
      background: rgba(0, 0, 0, 0.15); }

#authoring-container .authoring-login-container {
  text-align: right;
  padding: 0 10px; }

#authoring-container .btn-login, #authoring-container .btn-logout {
  background: rgba(0, 0, 0, 0.1);
  color: #000;
  font-size: 16px; }
  #authoring-container .btn-login i, #authoring-container .btn-logout i {
    margin-right: 7px;
    color: #000;
    opacity: 0.5; }
  #authoring-container .btn-login:hover, #authoring-container .btn-logout:hover {
    background: rgba(0, 0, 0, 0.15); }

#authoring-login {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #f1f6f6;
  overflow-x: hidden;
  z-index: 99999999; }
  #authoring-login .container {
    min-height: 90vh;
    z-index: 999;
    padding: 20px;
    position: relative; }
  #authoring-login .d-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  #authoring-login .align-items-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important; }
  #authoring-login .login-error {
    display: block;
    color: #c80000;
    padding: 0 0 10px; }
  #authoring-login .form-holder {
    width: 100%;
    border: 1px solid #000;
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 50px; }
    #authoring-login .form-holder .info, #authoring-login .form-holder .form {
      min-height: 70vh;
      padding: 40px;
      height: 100%; }
    #authoring-login .form-holder div[class*='col-'] {
      padding: 0; }
    #authoring-login .form-holder form {
      width: 100%;
      max-width: 400px; }
    #authoring-login .form-holder .form-group {
      position: relative;
      margin-bottom: 20px; }
    #authoring-login .form-holder input.input-material {
      background: #f1f6f6;
      width: 100%;
      border: 1px solid #000;
      font-size: 1.1em;
      padding: 10px; }
    #authoring-login .form-holder input.input-material ~ label {
      color: #aaa;
      position: absolute;
      top: 14px;
      left: 0;
      cursor: text;
      -webkit-transition: all 0.2s;
      transition: all 0.2s;
      font-weight: 300; }
    #authoring-login .form-holder .btn-login {
      background-color: #000;
      border-color: #000;
      color: #f1f6f6; }
    #authoring-login .form-holder .info {
      background: #f1f6f6;
      color: #000; }
    #authoring-login .form-holder .video-container {
      margin-bottom: 30px; }
    #authoring-login .form-holder .logo {
      text-align: center;
      padding-bottom: 20px; }
      #authoring-login .form-holder .logo img {
        width: 200px;
        max-width: 100%; }
      #authoring-login .form-holder .logo video {
        width: 200px;
        max-width: 100%;
        mix-blend-mode: darken; }
    #authoring-login .form-holder .logo-robot {
      max-width: 150px;
      display: block;
      margin: 0 auto; }
    #authoring-login .form-holder .content {
      width: 100%; }
    #authoring-login .form-holder .bg-white {
      background: #fff; }
  #authoring-login .has-shadow {
    -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1), -1px 0 2px rgba(0, 0, 0, 0.8);
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1), -1px 0 2px rgba(0, 0, 0, 0.8); }

.authoring-sidebar {
  background: #FAFAFA;
  display: flex;
  height: calc(100% - 64px);
  position: fixed; }

.builder-panels {
  background: #999;
  width: 65px;
  box-shadow: inset -1px 0 rgba(0, 0, 0, 0.1);
  z-index: 9999;
  margin-left: -65px;
  transition: all 0.2s; }
  .builder-panels .panel-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
    .builder-panels .panel-container .panel {
      border: none;
      background: none;
      margin-bottom: 20px;
      background-color: #fff;
      border-radius: 0;
      -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
      box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); }
    .builder-panels .panel-container .box {
      cursor: pointer;
      width: 64px;
      height: 48px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-align-items: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      .builder-panels .panel-container .box.active {
        background: #000; }
        .builder-panels .panel-container .box.active a {
          color: #fff; }
    .builder-panels .panel-container a {
      color: #898989;
      background: none !important; }

.second-menu-container {
  width: 370px;
  height: 100%;
  background: #f1f6f6;
  border-right: 1px solid rgba(0, 0, 0, 0.12);
  margin-left: -434px;
  transition: all 0.2s; }

.panel-header {
  box-shadow: 0 -1px rgba(0, 0, 0, 0.07) inset;
  padding: 10px 5px 10px 10px; }

.panel-header span {
  font-size: 13px;
  line-height: 18px;
  font-weight: 700;
  text-transform: uppercase;
  color: #4c4c4c; }

.panel-header .SVGInline {
  float: right;
  cursor: pointer;
  padding: 5px;
  margin-top: -5px;
  opacity: 0.5; }
  .panel-header .SVGInline:hover {
    background: rgba(0, 0, 0, 0.2); }

.panel-mode .panel-mode-inner {
  padding: 1px 0;
  position: absolute;
  top: 5px;
  right: 40px; }

.panel-mode .btn-group {
  border: 1px solid #ccc;
  border-radius: 5px; }

.panel-mode button {
  background: none;
  outline: none;
  border: none;
  font-size: 15px;
  padding: 2px 8px; }
  .panel-mode button:first-child {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px; }
  .panel-mode button:last-child {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px; }
  .panel-mode button.active {
    background: #333;
    color: #fff; }

.panel-content {
  padding: 5px;
  overflow-y: scroll;
  height: calc(100vh - 102px);
  position: relative; }
  .panel-content.disabled .panel-question {
    opacity: 0.5;
    pointer-events: none; }
    .panel-content.disabled .panel-question.active {
      opacity: 1; }
  .panel-content .panel-question.possibly-asked {
    opacity: 0.5;
    pointer-events: none; }
  .panel-content .panel-question.not-asked {
    opacity: 0.5;
    pointer-events: none; }
  .panel-content .panel-question.active {
    opacity: 1;
    pointer-events: all;
    border-right: none; }
  .panel-content[data-mode="Test"] .panel-question {
    opacity: 1;
    pointer-events: all; }

.panel-content::-webkit-scrollbar {
  width: 5px; }

.panel-content::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.05); }

.panel-content::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 3px; }

.panel-content::-webkit-scrollbar-thumb:hover {
  background: #555; }

.panel-question {
  position: relative;
  margin-bottom: 5px;
  border-radius: 4px;
  padding: 8px 10px;
  /* box-shadow: 0 2px 4px rgba(0,0,0,.08); */
  border: 1px solid rgba(0, 0, 0, 0.13);
  background: #f1f6f6;
  transition: all 0.2s; }
  .panel-question:hover {
    background: rgba(151, 188, 206, 0.3);
    cursor: pointer; }
  .panel-question.active {
    background: rgba(0, 0, 0, 0.8);
    color: #f1f6f6; }
    .panel-question.active .panel-question-icon {
      background: none; }
    .panel-question.active .question-label {
      background: rgba(0, 0, 0, 0.3); }
    .panel-question.active img {
      filter: invert(1); }

.panel-question-icon {
  width: 36px;
  height: 36px;
  background: none;
  border-radius: 4px; }
  .panel-question-icon img {
    width: 100%; }

.panel-question-text {
  position: absolute;
  top: 0;
  left: 58px;
  padding: 10px 0;
  white-space: nowrap;
  width: calc(100% - 70px);
  overflow: hidden;
  text-overflow: ellipsis; }
  .panel-question-text .question-number {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0;
    line-height: 16px; }
  .panel-question-text span {
    font-size: 13px;
    font-weight: 500;
    opacity: 0.7; }

.panel-content-loader-container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }
  .panel-content-loader-container .ball-scale-multiple > div {
    background: lightgrey; }

.question-label {
  background: rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  font-size: 10px;
  padding: 1px 3px;
  position: absolute;
  top: 0;
  right: 0;
  margin: 0 5px;
  text-transform: uppercase; }

.authoring-login-container .authoring-logout {
  display: none; }

#warp-container.menu-open .builder-panels {
  margin-left: -1px; }

#warp-container.menu-open.panel-open .second-menu-container {
  margin-left: 0; }

#warp-container.toc-enabled.menu-open .survey-container-wrapper {
  left: 64px; }

#warp-container.toc-enabled.menu-open.panel-open .survey-container-wrapper {
  left: 434px; }

#warp-container.toc-enabled #survey-container {
  display: none; }

#warp-container.toc-enabled.toc-loaded #survey-container {
  display: flex; }

.footer-bar-container {
  transition: padding 0.2s; }

.already-asked {
  border-right: 7px solid forestgreen; }

.definitely-asked {
  border-right: 7px solid lightgreen; }

.possibly-asked {
  border-right: 7px solid #b53bfe; }

.not-asked {
  border-right: 7px solid darkgrey; }

.network-failure-container {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 150px;
  transition: all 500ms;
  z-index: 9999;
  height: 100%; }
  .network-failure-container.open {
    background: rgba(0, 0, 0, 0.5); }
    .network-failure-container.open .network-failure-dialog {
      margin-top: 20px;
      opacity: 1; }
  .network-failure-container .network-failure-dialog {
    border-radius: 10px;
    opacity: 0;
    z-index: 99999;
    background: #d7a53b;
    color: #000;
    transition: all 500ms;
    margin: -500px auto;
    position: relative;
    width: 500px;
    max-width: 95%;
    height: 150px; }
    @media only screen and (max-width: 480px) {
      .network-failure-container .network-failure-dialog {
        height: 130px; } }
  .network-failure-container .network-failure-icon {
    color: #d7a53b;
    font-size: 30px;
    padding: 20px;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 40px;
    margin: 20px;
    height: 80px;
    width: 80px;
    padding-top: 25px; }
  .network-failure-container .network-failure-message-container {
    font-family: "Roboto";
    position: absolute;
    top: 0;
    left: 130px;
    right: 20px; }
  .network-failure-container h3 {
    font-size: 1.2em; }
    @media only screen and (max-width: 480px) {
      .network-failure-container h3 {
        font-size: 1em; } }
  @media only screen and (max-width: 480px) {
    .network-failure-container p {
      font-size: 0.8em; } }

.authoring-search-wrapper {
  border-left: 1px solid rgba(0, 0, 0, 0.12);
  position: fixed;
  left: 433px;
  top: 0;
  height: 64px;
  padding: 5px 20px;
  width: 100%;
  max-width: 500px;
  z-index: 9999; }
  .authoring-search-wrapper.has-search .search-close-button {
    display: inline-block; }

.authoring-search-container {
  display: none;
  margin-top: 5px;
  position: relative;
  transition: all 0.5s; }
  .authoring-search-container.visible {
    display: block; }
  .authoring-search-container.disabled {
    opacity: 0.5;
    pointer-events: none; }

.authoring-search-dropdown {
  display: none;
  position: absolute;
  background: #3e3f42;
  border-radius: 6px;
  margin-top: 5px;
  width: 100%; }
  .authoring-search-dropdown.visible {
    display: block; }
  .authoring-search-dropdown .dropdown-list {
    margin-top: 10px; }
    .authoring-search-dropdown .dropdown-list:last-of-type {
      margin-bottom: 10px; }
  .authoring-search-dropdown .header-container {
    padding: 10px 18px; }
  .authoring-search-dropdown .header {
    color: rgba(248, 248, 248, 0.4);
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 0;
    text-transform: uppercase; }
  .authoring-search-dropdown .list {
    display: flex;
    flex-direction: column; }
  .authoring-search-dropdown .dropdown-list-item {
    cursor: pointer;
    position: relative;
    padding: 5px 0;
    margin: 3px 0; }
    .authoring-search-dropdown .dropdown-list-item:hover {
      background-color: #303133; }
  .authoring-search-dropdown .dropdown-list-item-icon {
    align-items: center;
    bottom: 0;
    display: flex;
    justify-content: center;
    left: 0;
    position: absolute;
    top: 0;
    width: 70px; }
    .authoring-search-dropdown .dropdown-list-item-icon img {
      width: 46px;
      height: 46px;
      background: none;
      border-radius: 4px; }
  .authoring-search-dropdown .dropdown-list-text {
    letter-spacing: 0;
    overflow: hidden;
    text-decoration: none;
    margin: 0 20px 0 70px; }
  .authoring-search-dropdown .dropdown-question-number {
    color: #fff;
    font-size: 17px;
    font-weight: 700; }
  .authoring-search-dropdown .dropdown-text {
    color: rgba(255, 255, 255, 0.7);
    font-size: 13px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 34px;
    margin-bottom: 5px; }
    .authoring-search-dropdown .dropdown-text br {
      content: ""; }
      .authoring-search-dropdown .dropdown-text br:after {
        content: " "; }
  .authoring-search-dropdown .dropdown-question-format {
    color: rgba(255, 255, 255, 0.3);
    margin: 3px 10px;
    font-weight: normal;
    font-size: 13px; }
  .authoring-search-dropdown .dropdown-limit-container {
    border-top: 1px solid rgba(248, 248, 248, 0.15);
    font-size: 14px;
    margin: 10px 0 0;
    color: rgba(255, 255, 255, 0.5);
    padding: 10px 0 0;
    text-align: center; }

.search-icon {
  position: absolute;
  top: 0;
  left: 0;
  padding: 10px 15px;
  font-size: 17px;
  color: rgba(0, 0, 0, 0.6);
  pointer-events: none; }

.authoring-search {
  border-radius: 36px;
  background: transparent;
  border: 1px solid rgba(0, 0, 0, 0.3);
  color: #000;
  font-size: 16px;
  height: 42px;
  padding: 0 42px;
  width: 100%;
  outline: none; }
  .authoring-search.active {
    border: 1px solid rgba(0, 0, 0, 0.5); }

.search-close-button {
  display: none;
  position: absolute;
  right: 0;
  background: none;
  outline: none;
  border: 0;
  margin: 5px;
  font-size: 1.5em;
  color: rgba(58, 25, 93, 0.5);
  line-height: 1;
  border-radius: 40px; }
  .search-close-button i {
    padding: 4px;
    font-weight: 400; }
  .search-close-button:hover {
    background: rgba(255, 255, 255, 0.5);
    color: rgba(58, 25, 93, 0.8) !important; }

.authoring-search::placeholder {
  color: rgba(0, 0, 0, 0.6); }

.header-notification {
  background: black;
  box-shadow: 0 -1px rgba(0, 0, 0, 0.07) inset;
  text-align: center; }

.header-notification-text {
  color: #f1f6f6;
  font-size: 18px;
  display: inline-block;
  padding: 10px 0; }
  .header-notification-text .fa {
    color: rgba(255, 255, 255, 0.5); }
