/* Main elements */
.window {
  width:100%;
  height:100%;
  position:fixed;
  top:0;
  left:0;
}
.leftColumn {
  width: 200px;
  height:100%;
  position: absolute;
  left:0;
  top:0;
  background:#fff;
  box-shadow: 3px 0px 5px 0px rgba(135,135,135,0.4);
  z-index:100;
  transition:0.6s;
}
.lcHeader {
  height:60px;
  width:100%;
  background: var(--accent-colour);
  margin-bottom:30px;
  color:#fff;
  font-size:18px;
  line-height:60px;
  text-align:center;
}
.questionImage {
	max-width:100%;
}
.lcItem, .lcSubItem {
  font-size:18px;
  width:100%;
  height:35px;
  line-height:35px;
  position: relative;
  padding-left:10px;
  box-sizing: border-box;
  user-select:none;
}
.lcSubItem {
  font-size:16px;
  text-indent:25px;
  cursor:pointer;
}
.HideMenu {
  font-size:18px;
  width:100%;
  height:50px;
  line-height:50px;
  position: absolute;
  left:0;
  padding-left:10px;
  box-sizing: border-box;
  cursor:pointer;
}
.laHidden, .lcHidden {
  left:-600px!important;
}
.dwBig {
  left:0!important;
  width:100%!important;
}
.hmStatic {
  position: fixed;
  top: 10px;
  left: 10px;
  background: #f6f6f6;
  display: inline-block;
  width: 164px;
  border-radius: 20px;
}
.lcSettings {
  font-size:14px;
  width:100%;
  height:50px;
  line-height:50px;
  position: absolute;
  bottom:40px;
  left:0;
  padding-left:10px;
  box-sizing: border-box;
  cursor:pointer;
}
.lcSettings:hover, .lcSubItem:hover {
  background: var(--hover-colour);
}
.lcSelected {
  background: var(--hover-colour);
}
.lcSelected::before {
  content:"";
  height:100%;
  width:3px;
  background: var(--accent-colour);
  position: absolute;
  left: 0;
}
.version {
  bottom: 0px;
  left:10px;
  position: absolute;
}

.listArea {
  height:100%;
  width:300px;
  left:200px;
  position: absolute;
  border-right: 1px solid #dbdbdb;
  background: #fbfbfb;
  z-index:90;
  transition:0.6s;
overflow:auto;
}
.listHeading {
  height:60px;
  width:100%;
  background: #fff;
  font-size:22px;
  line-height:60px;
  text-align:center;
  border-bottom: 1px solid #dbdbdb;
}
.listControls {
  background: #757575;
  height:30px;
}
.laItem {
  height:100px;
  width:100%;
  background: #fff;
  font-size:14px;
  text-align:center;
  border-bottom: 1px solid #dbdbdb;
  overflow:hidden;
  cursor:pointer;
  position: relative;
}
.laItemTime {
  position: absolute;
  top:10px;
  right:10px;
  font-size:12px;
}
.laItemTitle, .laItemSub {
  line-height:20px;
  height:20px;
  position: relative;
  user-select: none;
  text-align:left;
  width: 90%;
  left: 5%;
}
.laItemTitle {
  margin-top:26px;
}
.laItemSub {
  margin-bottom:10px;
  font-size:12px;
  color:#666;
}
.listEnd {
  font-size:12px;
  width:100%;
  text-align:Center;
  margin-top:20px;
}
.laSelected {
  background: var(--hover-colour);
}
.laSelected::before {
  content:"";
  height:100%;
  width:3px;
  background: var(--accent-colour);
  position: absolute;
  left: 0;
}


.dataWindow {
  position: fixed;
  left:500px;
  width:calc(100% - 500px);
  background: var(--accent-colour-light);
  height:100%;
  overflow-x: hidden;
  overflow-y: scroll;
  transition: 0.6s;
  background: #f1f8f9;
}
.correction {
  position: absolute;
  font-weight: 600;
  text-decoration: underline;
  color: #515151;
}
.surveyContainer, .surveyTitle, .surveyContainerTextBlox {
  width:750px;
  left:50%;
  margin-left:-375px;
  background:#fff;
  position: relative;
  margin-top:15px;
  min-height:100px;
  border-radius:6px;
  box-sizing:border-box;
  overflow:hidden;
  border: 1px solid #eaeaea;
  padding:20px;
  color:#000;
}
.surveyContainerTextBlox {
  background: #ffe0a3!important;
}
.surveyTitle {
  line-height:50px;
  min-height:100px;
  font-size:30px;
  font-weight:500;
}
.surveyTitle::before {
  background: var(--accent-colour);
  position: absolute;
  width:100%;
  height:14px;
  z-index:99;
  content:"";
  top:-1px;
  left:0;
}
.surveySubheading {
  font-size:18px;
  line-height: normal;
}
.selectedQuestion {
  /*box-shadow: 0 0 2px rgba(0,0,0,.12), 0 2px 4px rgba(0,0,0,.24);
  border:none; */
  background: url("https://img.freepik.com/free-photo/black-chalk-board-texture_89245-170.jpg?size=626&ext=jpg");
  background-position: top left;
  background-size: cover;
}
.selectedQuestion::after {
  height:100%;
  width:8px;
  background: var(--accent-colour);
  bottom:0;
  left:-1px;
  content:"";
  z-index:1;
  display:block;
  position: absolute;
}
.questionTitle {
  font-size:24px;
  margin-bottom:28px;
  text-decoration:underline;
}
.selectedQuestion > div {
  color:#fff;
  text-decoration: none;
}
.surveyImage {
  max-height:100%;
  max-width:100%;
}
.surveyContainerTextBlox {
    background: #ffddaf;
    box-shadow: 0px 6px 3px -5px rgba(44,44,44,0.1);
}
.OLDsurveyContainerTextBlox::after {
  background: var(--accent-colour);
  position: absolute;
  width:100%;
  height:14px;
  z-index:1;
  content:"";
  top:-1px;
  left:0;
}
.pageNum {
  position:absolute;
  right:14px;
  bottom:12px;

}
.qaRadioSurround {
  margin-left:10px;
  cursor:pointer;
  color: #fff;
}
.radioBit {
  margin-bottom:0px;
  padding:10px 10px 10px 10px;
  cursor:pointer;
}
.radioBit:hover {
  background: var(--hover-colourdark);
}
.qaTextbox {
  background: none;
  border: 1px solid #fff;
  border: none;
  border-bottom: 1px solid #fff;
  width: 50%;
  padding: 10px;
  color: #fff;
  outline: none;
}
.qaTextbox::placeholder {
  color:#bbb;
}
#submit {
  width: 40%;
  height: 80px;
  background: var(--triad-blue);
  border-radius: 6px;
  outline: none;
  border: none;
  font-size: 24px;
  color: #fff;
  cursor: pointer;
  position: relative;
}
#submit:active {
  padding: 4px 0 0 2px;
}
#responseSurvey {
  width:40%;
  float:right;
  position: relative;
}

.blue {
  color: #5555ff;
  font-weight:700;
}
.green {
  color: #25a52c;
  font-weight:700;
}
.red {
  color: #b14343;
  font-weight:700;
}
.orange {
 color: #ff8935;
 font-weight:700;
}
.indent {
  margin-left:40px;
}
.bold {
  font-weight:700;
}
.italic {
  font-style: italic;
}

.notifyTray {
  position:fixed;
  bottom:0;
  right:50px;
  width:400px;
  z-index:1;
}
.notify {
  width:100%;
  height:40px;
  margin-bottom:20px;
  background:#fff;
  border-radius:4px;
  box-shadow: 0px 0px 5px 0px rgba(135,135,135,0.4);
  display:none;
}

.answersPopup {
  position: fixed;
  height: 90%;
  width: 80%;
  background: #fff;
  top: 5%;
  right: 5%;
  width: calc(90% - 500px);
  z-index: 1000000;
  border-radius: 5px;
  box-shadow: 0px 5px 5px 0px #9E9E9E;
  overflow:hidden;
}
.answersPopupContents {
  height:100%;
  width:100%;
  height:calc(100% - 50px);
  overflow: auto;
}
.overlay {
  z-index:10000;
  width:100%;
  height:100%;
  position: fixed;
  background:rgba(45,45,45,0.5);
  top:0;
  left:0;
}

.previewResultQuestion {
  font-weight:900;
}
.previewResultBlock {
  position: relative;
  width: 80%;
  left: 10%;
  border-top: 1px solid #aaa;
  margin-top:20px;
}
.previewResultAnswer {
  display:table;
}
.previewRadioRow {
  display: table-row;
}
.previewRadioColumn {
  display: table-cell;
  padding-left:10px;
  padding-bottom:12px;
  max-width:400px;
}
.prcol1 {
}
.prcol2, .prcol3 {
}
.previewHoverBar {
  position: absolute;
  bottom:0;
  left:0;
  width:100%;
  height:50px;
  background:#fff;
  border-top:1px solid #ccc;
}
.phbTotalScore {
  display: inline-block;
  /* width: 40%; */
  padding: 0 10px 0 10px;
  line-height: 50px;
  height: 100%;
  border-right: 1px solid #ccc;
  font-weight: 700;
  width: 100%;
  position: absolute;
  text-align: center;
  z-index:100;
}

.phbRetry{
  display: inline-block;
  /* width: 40%; */
  padding: 0 10px 0 10px;
  line-height: 50px;
  height: 100%;
  border-right: 1px solid #ccc;
  font-weight: 700;
  background: var(--triad-blue);
  color: #fff;
  /* margin-left: 20px; */
  cursor: pointer;
  position: absolute;
  z-index:101;
}

.phbConfirm{
  display: inline-block;
  /* width: 40%; */
  padding: 0 10px 0 10px;
  line-height: 50px;
  height: 100%;
  border-right: 1px solid #ccc;
  font-weight: 700;
  background: var(--accent-colour);
  color: #fff;
  right: 0;
  position: absolute;
  cursor: pointer;
  z-index:102;
}
