﻿/*----------------------------------*/
/*        UniPOLL new design        */
/*                                  */
/*    Style: classic                */
/*    Color: blue                   */
/*----------------------------------*/
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,700,700italic&subset=latin,latin-ext);
@font-face {
  font-family: 'icomoon-free';
  src: url('~/App_Themes/font/IcoMoon-Free.ttf'), format('truetype');
}
html {
  font: 400 34px 'open sans';
  height: 100%;
  margin: 0;
  top: 0;
}
body {
  margin: 0;
  padding: 0;
  height: 100%;
  top: 0;
  left: 0;
  font: 14px/18px 'open sans';
  color: #666;
  background: #5DB4CF;
}
body,
dl,
dt,
dd,
ol,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
  top: 0;
  right: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
fieldset,
img {
  border: 0;
}
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}
caption,
th {
  text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 16px;
  font-weight: normal;
}
q:before,
q:after {
  content: '';
}
abbr,
acronym {
  border: 0;
}
.messagediv-content .icon-placeholder {
  vertical-align: top;
}
.messagediv-content .messagediv-icon:before {
  font-family: "icomoon-free";
  font-weight: normal !important;
  font-size: 50px;
  position: relative;
  padding: 10px;
  top: 20px;
}
.messagediv-content .messagediv-icon.info:before {
  content: "\ea0c";
  color: #00AEEF;
}
input[type='text'],
textarea {
  outline: none;
  border: none;
  border: 1px solid #c2c2c2;
  padding: 0 10px 0 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 40px;
  font: 14px/18px 'open sans';
  color: #333;
  width: 50%;
  font-size: 16px;
}
input[type='text']:hover,
textarea:hover {
  border: 1px solid #999;
  -moz-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  -webkit-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}
input[type='text']:focus,
textarea:focus {
  border: 1px solid #1E9EC5;
  -moz-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  -webkit-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}
textarea {
  padding-top: 10px;
  width: 100%;
  resize: vertical;
}
input[type='radio'],
input[type='checkbox'] {
  background-color: #fff;
  border: 1px solid #666;
  cursor: pointer;
  display: inline-block;
  height: 18px;
  position: relative;
  width: 18px;
  -webkit-appearance: none;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  margin: 0;
  z-index: 2;
}
input[type='radio']:checked,
input[type='checkbox']:checked {
  background-color: #1E9EC5;
  border: 1px solid #1E9EC5;
  -webkit-box-shadow: inset 0 0 0 4px #ffffff;
  -moz-box-shadow: inset 0 0 0 4px #ffffff;
  box-shadow: inset 0 0 0 4px #ffffff;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
input[type='radio']:hover,
input[type='checkbox']:hover {
  border: 1px solid #1E9EC5;
  -moz-transition: all 0s linear;
  -o-transition: all 0s linear;
  -webkit-transition: all 0s linear;
  transition: all 0s linear;
}
input[type='radio']:focus,
input[type='checkbox']:focus {
  outline: 0;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
input[type='radio']:disabled,
input[type='checkbox']:disabled {
  border: 1px solid #999;
  cursor: default;
}
input[type='radio'] {
  border-radius: 999px;
}
select {
  outline: none;
  border: 1px solid #c2c2c2;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 5px 0 5px;
  height: 36px;
  font: 14px/18px 'open sans';
  color: #333;
  width: 320px;
  font-size: 16px;
}
select:hover {
  cursor: pointer;
}
select:active,
select:focus {
  border-color: #333;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  margin: 0;
  padding: 0;
}
fieldset {
  margin: 0;
  padding: 20px;
  border: none;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
fieldset legend {
  font: 24px/30px 'open sans';
}
fieldset table {
  width: 100%;
}
a {
  text-decoration: underline;
  color: #333;
}
a:hover {
  text-decoration: none;
  color: #1E9EC5;
}
strong {
  font-weight: 600;
}
::-webkit-input-placeholder {
  top: 1px;
  font: 400 16px/20px 'open sans';
  color: #c2c2c2 !important;
}
:-moz-placeholder {
  top: 1px;
  font: 400 16px/20px 'open sans';
  color: #c2c2c2 !important;
  line-height: 40px !important;
}
::-moz-placeholder {
  top: 1px;
  font: 400 16px/20px 'open sans';
  color: #c2c2c2 !important;
  line-height: 40px !important;
}
:-ms-input-placeholder {
  top: 1px;
  font: 400 16px/20px 'open sans';
  color: #c2c2c2 !important;
}
.upperControls {
  padding: 0 20px 0 20px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
nav:empty {
  display: none;
}
.pagination {
  margin: 0 auto;
  padding: 0 0 20px 0;
  text-align: left;
  font: 16px/24px 'open sans';
}
.pagination .actualPage {
  font-weight: 700;
  color: #333;
  padding: 5px;
}
.pagination span:nth-child(2) {
  padding-left: 10px;
}
.pagination a {
  text-decoration: none;
  padding: 5px;
}
.pagination a:hover {
  background-color: none;
}
.pagination a:last-child:after {
  content: " ";
}
.uploadButton {
  position: relative;
  display: inline-block;
  height: 40px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: auto;
  min-width: 100px;
  padding: 11px 15px 10px 15px;
  text-align: center;
  border: none;
  float: left;
  font: 14px/18px 'open sans';
  color: white;
  background-color: #167592;
  font-stretch: wider;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
}
.uploadButton:hover {
  background-color: #1E9EC5;
}
.uploadButton:before {
  content: "\e961";
  font-family: 'icomoon-free';
  position: relative;
  margin-right: 10px;
  top: 1px;
}
.fileuploadval {
  min-width: 30%!important;
  height: 40px;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 13px;
  line-height: 40px;
  text-indent: 10px;
  pointer-events: none;
  border: 1px solid #c2c2c2;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.fileUploadDiv {
  width: 100%;
  height: 40px;
  background-color: white;
  position: relative;
}
.fileUploadControl {
  opacity: 0;
  height: 40px;
  min-width: 30%!important;
  float: left;
  margin: 0 10px 10px 0;
}
.ratingImage {
  max-height: 300px;
  max-width: 300px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.lngContainer {
  display: inline-block;
  margin: 0;
  position: relative;
  width: auto;
  height: auto;
  float: right;
}
.lngPanel {
  float: right;
  margin: 0;
  padding: 0;
  position: relative;
}
.lngPanel:hover .lngList {
  opacity: 1;
  display: block;
  -moz-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.lngPanel:hover .lngToggle:before {
  color: #c2c2c2;
}
.lngPanel:focus .lngToggle:before {
  color: #333;
}
.lngPanel .lngToggle {
  width: 48px;
  height: 40px;
  position: relative;
  top: 0;
  text-decoration: none;
  float: right;
  background-color: #eaeaea;
  text-align: center;
  padding-top: 11px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
}
.lngPanel .lngToggle:before {
  font-family: "icomoon-free";
  font-size: 20px;
  content: "\e9ca";
  color: #333;
}
.lngPanel .lngList {
  opacity: 0;
  display: none;
  width: 200px;
  list-style-type: none;
  margin: 0;
  padding: 10px 5px;
  position: absolute;
  float: right;
  right: 0;
  z-index: 2;
  top: 39px;
  border: 1px solid #eaeaea;
  box-shadow: rgba(0, 0, 0, 0.2) 5px 5px 0 0;
  background: white;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  -webkit-transition: all 0.2s ease-in-out;
  transition: opacity 0.2s ease;
}
.lngPanel .lngList li {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 40px;
  float: right;
  margin: 0;
}
.lngPanel input[type="checkbox"] {
  display: none;
}
.selectableLanguages {
  text-decoration: none;
  position: relative;
  padding: 13px 0 10px 10px;
  display: block;
  background: white;
  height: 100%;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #666;
  border: none !important;
}
.selectableLanguages:hover {
  color: #1E9EC5 !important;
}
.selectedLanguage {
  font-weight: 600;
}
.surveyresponse-extra-data {
  padding-left: 15px;
}
.surveyresponse-extra-data h3 {
  font-weight: bold;
}
.surveyresponse-extra-data div {
  padding-left: 10px;
}
@media screen and (max-width: 1199px) and (-webkit-min-device-pixel-ratio: 1.1) {
  .lngPanel input[id="nav"]:checked ~ .lngList {
    display: block;
    opacity: 1;
  }
  .lngPanel input[id="nav"]:checked ~ .lngToggle:before {
    content: "\ea0d";
  }
  .lngPanel:hover .lngList {
    opacity: 0;
    display: none;
  }
  .lngPanel:hover:hover .lngToggle:before {
    color: #333;
  }
}
.infopanel {
  margin-right: 5px;
}
.infopanel .infoList {
  width: 350px;
  border-radius: 3px 0 3px 3px;
  padding: 10px;
  margin-top: 0px;
  overflow: auto;
  overflow-y: hidden;
  display: none;
  border: 1px solid #eaeaea;
  box-shadow: rgba(0, 0, 0, 0.2) 5px 5px 0 0;
  background: white;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.infopanel .infoToggle {
  background: none !important;
}
.infopanel .infoToggle:before {
  font-family: "icomoon-free";
  font-size: 20px;
  content: "\ea0c";
  color: #1E9EC5;
}
.infopanel:hover {
  background: #1E9EC5;
}
.infopanel:hover .infoToggle:before {
  color: white;
}
.infoList > div {
  min-height: 60px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.infoList > div > span {
  color: #666;
  display: inline-block;
  padding: 10px 0;
  padding-left: 34px;
}
.infoList > div > span:before {
  font-family: "icomoon-free";
  font-size: 24px;
  color: #1E9EC5;
  display: inline-block;
  float: left;
  padding-top: 10px;
  margin-left: -34px;
}
.infoList .ResumptionInfo:before {
  content: "\e94e";
}
.infoList .FinishInfo:before {
  content: "\ea10";
}
.infoList .BreakInfo:before {
  content: "\ea0d";
}
.infoList .RestartInfo:before {
  content: "\e984";
}
.infoList .ResultInfo:before {
  content: "\e9b8";
}
.infoList .QuestionHintInfo:before {
  content: "\e941";
}
.surveyvalidator span {
  display: block;
  padding: 5px 20px;
  color: #b71c0c;
  border-left: 5px solid #b71c0c;
  margin: 0 20px;
}
.surveyvalidator span:first-child {
  padding-top: 10px;
}
.surveyvalidator span:last-child {
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.surveyvalidator:after {
  display: block;
  margin-bottom: 20px;
}
.bottomControls {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: auto;
}
.centerText {
  display: table;
  margin: 25px auto;
}
.buttons {
  margin: 20px 0 20px 0;
  border: none;
  padding: 0;
  padding: 0 20px 0 20px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  height: auto;
  overflow: auto;
}
.buttons a {
  text-decoration: none;
}
.buttons.endExam {
  margin-top: 0;
}
.buttons .btnWrapper {
  display: block;
}
.buttons #navButton {
  display: none !important;
}
.buttons .btnToggle {
  display: none;
  position: fixed;
  bottom: 0;
  right: 0;
  width: 48px;
  height: 48px;
  background-color: #333;
  z-index: 100;
  text-align: center;
  padding-top: 15px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.buttons .btnToggle:before {
  color: white;
  content: "\e9bd";
  font-family: "icomoon-free";
  font-size: 24px;
}
.buttons .exam-buttons {
  padding: 0;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 0 0 0;
  overflow: auto;
  height: auto;
  clear: both;
}
.buttons .exam-buttons .btnWrapper {
  margin-right: 10px;
}
.buttons .exam-buttons .btnWrapper:first-of-type {
  margin-left: 0;
}
.buttons .evalBtn {
  display: block;
  float: left;
  margin-bottom: 40px;
}
.buttons .evalBtn a.eval {
  position: relative;
  display: inline-block;
  height: 40px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: auto;
  min-width: 100px;
  padding: 11px 15px 10px 15px;
  text-align: center;
  border: none;
  float: left;
  font: 14px/18px 'open sans';
  color: #333;
  background-color: #eaeaea;
  font-stretch: wider;
  text-transform: uppercase;
  text-decoration: none;
}
.buttons .evalBtn a.eval:hover {
  background-color: #d9d9d9;
}
.buttons .evalBtn a.eval:before {
  position: relative;
  margin-right: 13px;
  top: 1px;
  font-family: 'icomoon-free';
  content: '\e99c';
}
.buttons .endBtn {
  display: block;
  float: left;
  margin-bottom: 40px;
}
.buttons .endBtn a.end {
  position: relative;
  display: inline-block;
  height: 40px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: auto;
  min-width: 100px;
  padding: 11px 15px 10px 15px;
  text-align: center;
  border: none;
  float: left;
  font: 14px/18px 'open sans';
  color: #333;
  background-color: #eaeaea;
  font-stretch: wider;
  text-transform: uppercase;
  text-decoration: none;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.buttons .endBtn a.end:hover {
  background-color: #d9d9d9;
}
.buttons .endBtn a.end:before {
  position: relative;
  margin-right: 10px;
  top: 1px;
  font-family: 'icomoon-free';
  content: '\ea14';
}
.buttons .editFilloutBtn {
  margin-bottom: 40px;
}
.buttons .editFilloutBtn a.editfillout {
  position: relative;
  display: inline-block;
  height: 40px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: auto;
  min-width: 100px;
  padding: 11px 15px 10px 15px;
  text-align: center;
  border: none;
  float: left;
  font: 14px/18px 'open sans';
  color: #333;
  background-color: #eaeaea;
  font-stretch: wider;
  text-transform: uppercase;
  text-decoration: none;
}
.buttons .editFilloutBtn a.editfillout:hover {
  background-color: #d9d9d9;
}
.buttons .editFilloutBtn a.editfillout:before {
  position: relative;
  margin-right: 10px;
  top: 1px;
  font-family: 'icomoon-free';
  content: '\e905';
}
.buttons .restartFilloutBtn {
  clear: both;
  margin-bottom: 40px;
}
.buttons .restartFilloutBtn a.restartFillout {
  position: relative;
  display: inline-block;
  height: 40px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: auto;
  min-width: 100px;
  padding: 11px 15px 10px 15px;
  text-align: center;
  border: none;
  float: left;
  font: 14px/18px 'open sans';
  color: #333;
  background-color: #eaeaea;
  font-stretch: wider;
  text-transform: uppercase;
  text-decoration: none;
  margin-top: 25px;
}
.buttons .restartFilloutBtn a.restartFillout:hover {
  background-color: #d9d9d9;
}
.buttons .restartFilloutBtn a.restartFillout:before {
  position: relative;
  margin-right: 10px;
  top: 1px;
  font-family: 'icomoon-free';
  content: '\e965';
}
.buttons .restartFilloutBtn.endExam {
  text-align: center;
}
.buttons .restartFilloutBtn.endExam a {
  clear: both;
  float: none;
}
.buttons .backBtn {
  display: block;
  float: left;
}
.buttons .backBtn a.back {
  position: relative;
  display: inline-block;
  height: 40px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: auto;
  min-width: 100px;
  padding: 11px 15px 10px 15px;
  text-align: center;
  border: none;
  float: right;
  font: 14px/18px 'open sans';
  color: #167592;
  background-color: none;
  font-stretch: wider;
  text-transform: uppercase;
  text-decoration: none;
  margin: 0 10px 0 0;
  border: 1px solid #167592;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  padding-top: 10px;
}
.buttons .backBtn a.back:hover {
  background-color: #5DB4CF;
}
.buttons .backBtn a.back:before {
  position: relative;
  margin-right: 13px;
  top: 1px;
  font-family: 'icomoon-free';
  content: '\ea44';
}
.buttons .nextBtn {
  display: block;
  float: right !important;
}
.buttons .nextBtn a.next {
  position: relative;
  display: inline-block;
  height: 40px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: auto;
  min-width: 100px;
  padding: 11px 15px 10px 15px;
  text-align: center;
  border: none;
  float: right;
  font: 14px/18px 'open sans';
  color: white;
  background-color: #167592;
  font-stretch: wider;
  text-transform: uppercase;
  text-decoration: none;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.buttons .nextBtn a.next:hover {
  background-color: #1E9EC5;
}
.buttons .nextBtn a.next:after {
  position: relative;
  margin-left: 10px;
  top: 1px;
  font-family: 'icomoon-free';
  content: '\ea42';
}
.buttons .cancelBtn {
  display: block;
  float: none;
  text-align: center;
}
.buttons .cancelBtn a.cancel {
  position: relative;
  display: inline-block;
  height: 40px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: auto;
  min-width: 100px;
  padding: 11px 15px 10px 15px;
  text-align: center;
  border: none;
  float: left;
  font: 14px/18px 'open sans';
  color: #333;
  background-color: none;
  font-stretch: wider;
  text-transform: uppercase;
  text-decoration: none;
  border: 1px solid #d9d9d9;
  padding-top: 10px;
}
.buttons .cancelBtn a.cancel:hover {
  background-color: #eaeaea;
}
.buttons .cancelBtn a.cancel:before {
  position: relative;
  margin-right: 10px;
  top: 1px;
  font-family: 'icomoon-free';
  content: '\ea0d';
}
.buttons .startsurveyBtn {
  display: block;
  text-align: center;
  margin-bottom: 20px;
}
.buttons .startsurveyBtn a.startsurvey {
  position: relative;
  display: inline-block;
  height: 40px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: auto;
  min-width: 100px;
  padding: 11px 15px 10px 15px;
  text-align: center;
  border: none;
  float: none;
  font: 14px/18px 'open sans';
  color: white;
  background-color: #167592;
  font-stretch: wider;
  text-transform: uppercase;
  text-decoration: none;
  margin: 0 auto 0 auto;
  min-width: 200px;
}
.buttons .startsurveyBtn a.startsurvey:hover {
  background-color: #1E9EC5;
}
.buttons .startsurveyBtn a.startsurvey:after {
  position: relative;
  margin-left: 10px;
  top: 1px;
  font-family: 'icomoon-free';
  content: '\ea42';
}
.buttons .deleteBtn {
  display: block;
  float: left;
  margin-bottom: 40px;
}
.buttons .deleteBtn a.delete {
  position: relative;
  display: inline-block;
  height: 40px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: auto;
  min-width: 100px;
  padding: 11px 15px 10px 15px;
  text-align: center;
  border: none;
  float: left;
  font: 14px/18px 'open sans';
  color: #333;
  background-color: #eaeaea;
  font-stretch: wider;
  text-transform: uppercase;
  text-decoration: none;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.buttons .deleteBtn a.delete:hover {
  background-color: #d9d9d9;
}
.buttons .deleteBtn a.delete:before {
  position: relative;
  margin-right: 10px;
  top: 1px;
  font-family: 'icomoon-free';
  content: '\e9ad';
}
.buttons .saveBtn {
  display: block;
  float: left;
  margin-bottom: 40px;
}
.buttons .saveBtn a.save {
  position: relative;
  display: inline-block;
  height: 40px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: auto;
  min-width: 100px;
  padding: 11px 15px 10px 15px;
  text-align: center;
  border: none;
  float: left;
  font: 14px/18px 'open sans';
  color: #333;
  background-color: #eaeaea;
  font-stretch: wider;
  text-transform: uppercase;
  text-decoration: none;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.buttons .saveBtn a.save:hover {
  background-color: #d9d9d9;
}
.buttons .saveBtn a.save:before {
  position: relative;
  margin-right: 13px;
  top: 1px;
  font-family: 'icomoon-free';
  content: '\e962';
}
.buttons .resultmodBtn {
  display: block;
  float: left;
  margin-bottom: 40px;
}
.buttons .resultmodBtn a.resultmod {
  position: relative;
  display: inline-block;
  height: 40px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: auto;
  min-width: 100px;
  padding: 11px 15px 10px 15px;
  text-align: center;
  border: none;
  float: left;
  font: 14px/18px 'open sans';
  color: #333;
  background-color: #eaeaea;
  font-stretch: wider;
  text-transform: uppercase;
  text-decoration: none;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.buttons .resultmodBtn a.resultmod:hover {
  background-color: #d9d9d9;
}
.buttons .resultmodBtn a.resultmod:before {
  position: relative;
  margin-right: 10px;
  top: 1px;
  font-family: 'icomoon-free';
  content: '\e993';
}
.buttons .ResponseReportBtn {
  display: block;
  float: right !important;
  margin: 0 10px;
}
.buttons .ResponseReportBtn a.next {
  position: relative;
  display: inline-block;
  height: 40px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: auto;
  min-width: 100px;
  padding: 11px 15px 10px 15px;
  text-align: center;
  border: none;
  float: right;
  font: 14px/18px 'open sans';
  color: white;
  background-color: #167592;
  font-stretch: wider;
  text-transform: uppercase;
  text-decoration: none;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.buttons .ResponseReportBtn a.next:hover {
  background-color: #1E9EC5;
}
.buttons .ResponseReportBtn a.next:after {
  position: relative;
  margin-left: 10px;
  top: 1px;
  font-family: 'icomoon-free';
  content: '\e99c';
}
.nobutton {
  display: none !important;
}
div.divFillout.viewFillout .buttons .exam-buttons {
  display: block !important;
}
.showQuestionHint {
  display: inline-block;
  height: 25px;
  width: 25px;
  background-color: transparent;
  background: url(images/ico/help.png) no-repeat 10px 3px;
}
.viewFillout {
  margin-bottom: 40px;
}
.backBtn {
  display: block;
  float: left;
}
.backBtn a.back {
  position: relative;
  display: inline-block;
  height: 40px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: auto;
  min-width: 100px;
  padding: 11px 15px 10px 15px;
  text-align: center;
  border: none;
  float: right;
  font: 14px/18px 'open sans';
  color: #167592;
  background-color: none;
  font-stretch: wider;
  text-transform: uppercase;
  text-decoration: none;
  margin: 0 10px 0 0;
  border: 1px solid #167592;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  padding-top: 10px;
}
.backBtn a.back:hover {
  background-color: #5DB4CF;
}
.backBtn a.back:before {
  position: relative;
  margin-right: 13px;
  top: 1px;
  font-family: 'icomoon-free';
  content: '\ea44';
}
a.btn.add {
  position: relative;
  height: 40px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: auto;
  min-width: 100px;
  padding: 11px 15px 10px 15px;
  text-align: center;
  border: none;
  float: none;
  font: 14px/18px 'open sans';
  color: #167592;
  background-color: none;
  font-stretch: wider;
  text-transform: uppercase;
  text-decoration: none;
  margin: 0 10px 0 10px;
  border: 1px solid #167592;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  padding-top: 10px;
  display: inline-block;
  max-width: 150px;
}
a.btn.add:hover {
  background-color: #5DB4CF;
}
a.btn.add:before {
  position: relative;
  margin-right: 13px;
  top: 1px;
  font-family: 'icomoon-free';
  content: '\ea0a';
}
a.btn.refresh {
  position: relative;
  height: 40px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: auto;
  min-width: 100px;
  padding: 11px 15px 10px 15px;
  text-align: center;
  border: none;
  float: none;
  font: 14px/18px 'open sans';
  color: #167592;
  background-color: none;
  font-stretch: wider;
  text-transform: uppercase;
  text-decoration: none;
  margin: 0 10px 0 10px;
  border: 1px solid #167592;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  padding-top: 10px;
  display: inline-block;
  max-width: 150px;
  background: white;
}
a.btn.refresh:hover {
  background-color: #5DB4CF;
}
a.btn.refresh:before {
  position: relative;
  margin-right: 13px;
  top: 1px;
  font-family: 'icomoon-free';
  content: '\ea2e';
}
a.btn.accept {
  position: relative;
  height: 40px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: auto;
  min-width: 100px;
  padding: 11px 15px 10px 15px;
  text-align: center;
  border: none;
  float: none;
  font: 14px/18px 'open sans';
  color: #167592;
  background-color: none;
  font-stretch: wider;
  text-transform: uppercase;
  text-decoration: none;
  margin: 0 10px 0 10px;
  border: 1px solid #167592;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  padding-top: 10px;
  display: inline-block;
  max-width: 150px;
  background: #e3feee;
}
a.btn.accept:hover {
  background-color: #5DB4CF;
}
a.btn.accept:before {
  position: relative;
  margin-right: 13px;
  top: 1px;
  font-family: 'icomoon-free';
  content: '\ea10';
}
.endEvalBtn {
  display: block;
  float: none;
  text-align: center;
  margin-top: 20px;
}
.endEvalBtn a.endEval {
  position: relative;
  display: inline-block;
  height: 40px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: auto;
  min-width: 100px;
  padding: 11px 15px 10px 15px;
  text-align: center;
  border: none;
  float: none;
  font: 14px/18px 'open sans';
  color: white;
  background-color: #167592;
  font-stretch: wider;
  text-transform: uppercase;
  text-decoration: none;
}
.endEvalBtn a.endEval:hover {
  background-color: #1E9EC5;
}
.endEvalBtn a.endEval:before {
  position: relative;
  margin-right: 13px;
  top: 1px;
  font-family: 'icomoon-free';
  content: '\e99c';
}
.examTimer {
  position: fixed;
  bottom: 0;
  right: 0px;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  text-align: center;
  min-height: 36px;
  background-color: #333;
  padding-top: 6px;
  color: white !important;
  font-weight: 600 !important;
  font: 400 18px/22px 'open sans';
  z-index: 10;
  opacity: 0.9;
}
.examTimer ~ div.buttons > div.exam-buttons {
  display: block;
}
.ProcessBar {
  margin-top: 0;
  width: 100%;
  position: relative;
  left: 0;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background-color: none;
  margin-bottom: 20px;
  text-align: center;
  padding: 0 20px 0 20px;
  display: block;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}
.ProcessBar .prpanset {
  background-color: #c2c2c2;
  height: 10px;
}
.ProcessBar .processbar-panel {
  background-color: #1E9EC5;
  height: 10px;
  min-width: 5px;
}
.ProcessBar .processbar-text {
  display: inline-block;
  font: 14px/18px 'open sans';
  margin-bottom: 10px;
  color: #333;
  font-weight: 600;
}
.ProcessBar .processbar-text.prf {
  color: #666;
  font-weight: 400;
}
.questionType_MultiSelectList .selectlist-table,
.questionType_SingleSelectList .selectlist-table,
.questionType_ParameterSingleSelectList .selectlist-table,
.questionType_ParameterMultiSelectList .selectlist-table {
  width: 100%;
  height: auto;
}
.questionType_MultiSelectList .selectlist-table thead th,
.questionType_SingleSelectList .selectlist-table thead th,
.questionType_ParameterSingleSelectList .selectlist-table thead th,
.questionType_ParameterMultiSelectList .selectlist-table thead th,
.questionType_MultiSelectList .selectlist-table tbody td,
.questionType_SingleSelectList .selectlist-table tbody td,
.questionType_ParameterSingleSelectList .selectlist-table tbody td,
.questionType_ParameterMultiSelectList .selectlist-table tbody td,
.questionType_MultiSelectList .selectlist-table tfoot td,
.questionType_SingleSelectList .selectlist-table tfoot td,
.questionType_ParameterSingleSelectList .selectlist-table tfoot td,
.questionType_ParameterMultiSelectList .selectlist-table tfoot td {
  vertical-align: middle;
  height: 36px;
}
.questionType_MultiSelectList .selectlist-table input[type='checkbox'],
.questionType_SingleSelectList .selectlist-table input[type='checkbox'],
.questionType_ParameterSingleSelectList .selectlist-table input[type='checkbox'],
.questionType_ParameterMultiSelectList .selectlist-table input[type='checkbox'],
.questionType_MultiSelectList .selectlist-table input[type='radio'],
.questionType_SingleSelectList .selectlist-table input[type='radio'],
.questionType_ParameterSingleSelectList .selectlist-table input[type='radio'],
.questionType_ParameterMultiSelectList .selectlist-table input[type='radio'] {
  margin-right: 5px;
  vertical-align: middle;
}
.questionType_MultiSelectList .selectlist-table label,
.questionType_SingleSelectList .selectlist-table label,
.questionType_ParameterSingleSelectList .selectlist-table label,
.questionType_ParameterMultiSelectList .selectlist-table label {
  overflow-wrap: break-word;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: normal;
  word-break: break-word;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
  vertical-align: middle;
}
.questionType_MultiSelectList .rbDiv:nth-child(2n+0),
.questionType_SingleSelectList .rbDiv:nth-child(2n+0),
.questionType_ParameterSingleSelectList .rbDiv:nth-child(2n+0),
.questionType_ParameterMultiSelectList .rbDiv:nth-child(2n+0) {
  background-color: #f5f5f5;
}
.questionType_MultiSelectList .rbDiv,
.questionType_SingleSelectList .rbDiv,
.questionType_ParameterSingleSelectList .rbDiv,
.questionType_ParameterMultiSelectList .rbDiv {
  width: 100%;
  min-height: 32px;
  height: auto;
  padding: 6px 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: none;
}
.questionType_MultiSelectList .rbDiv.other,
.questionType_SingleSelectList .rbDiv.other,
.questionType_ParameterSingleSelectList .rbDiv.other,
.questionType_ParameterMultiSelectList .rbDiv.other {
  float: none;
  clear: left;
  width: 100%;
  height: auto;
  display: inline-block;
}
.questionType_MultiSelectList .rbDiv.other input.other,
.questionType_SingleSelectList .rbDiv.other input.other,
.questionType_ParameterSingleSelectList .rbDiv.other input.other,
.questionType_ParameterMultiSelectList .rbDiv.other input.other {
  margin-left: 5px;
}
.questionType_Date .calendarbutton,
.questionType_DateTime .calendarbutton {
  border: none;
  cursor: pointer;
  background-image: url('../font/calendar.svg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 16px;
  opacity: 0.6;
  background-color: #d9d9d9;
  outline: none;
  width: 40px;
  height: 40px;
  margin-left: 10px;
  position: relative;
  top: 13px;
  padding-top: 25px;
  /*&:before {
                font-family: 'icomoon-free';
                text-align: right;
                font-size: 20px;
                top: 2px;
                position: relative;
                width: 24px;
                height: 24px;
                content: "\e953";
                color: @color-input;
            }*/
}
.questionType_Date .calendarbutton:hover,
.questionType_DateTime .calendarbutton:hover {
  background-color: #1E9EC5;
  /*&:before {
                    font-family: 'icomoon-free';
                    text-align: right;
                    font-size: 20px;
                    position: relative;
                    width: 24px;
                    height: 24px;
                    content: "\e953";
                    color: @main-color;
                }*/
}
.questionType_Date .clearContent,
.questionType_DateTime .clearContent {
  border: none;
  background-image: url('../font/cross.svg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 16px;
  background-color: #d9d9d9;
  opacity: 0.6;
  outline: none;
  width: 40px;
  height: 40px;
  cursor: pointer;
  margin-left: 10px;
  position: relative;
  top: 13px;
  padding-top: 25px;
  /*&:before {
                font-family: 'fontawesome';
                text-align: right;
                font-size: 20px;
                top: 6px;
                position: relative;
                width: 24px;
                height: 24px;
                content: "\f00d";
                color: @color-input;
                cursor: pointer;
            }*/
}
.questionType_Date .clearContent:hover,
.questionType_DateTime .clearContent:hover {
  background-color: #b71c0c;
  /*&:before {
                    font-family: 'fontawesome';
                    text-align: right;
                    font-size: 20px;
                    top: 6px;
                    position: relative;
                    width: 24px;
                    height: 24px;
                    content: "\f00d";
                    color: @color-error;
                }*/
}
.questionType_Number .questiontable-answer div {
  display: block;
  float: left;
  width: 50%;
}
.questionType_Number .questiontable-answer div input {
  width: 100%;
}
.questionType_Number .titleForAnswer {
  display: none !important;
}
.questionType_Number .filterHelper {
  float: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 10px;
  padding-left: 10px;
  display: block;
  font-weight: 600;
}
.questionType_Sliders .sliderRow {
  max-width: 100%;
  display: block;
  float: none;
  clear: both;
  margin-bottom: 10px;
}
.questionType_Sliders .sliderRow:last-of-type {
  margin-bottom: 0;
}
.questionType_Sliders .slider.ui-slider.ui-slider-horizontal.ui-widget.ui-widget-content.ui-corner-all {
  border-radius: unset !important;
  border: none;
  height: 10px;
}
.questionType_Sliders .slider.ui-slider.ui-slider-horizontal.ui-widget.ui-widget-content.ui-corner-all .ui-slider-range.ui-widget-header.ui-corner-all.ui-slider-range-min {
  position: relative !important;
  border-radius: unset !important;
  background: #1E9EC5 !important;
}
.questionType_Sliders .ui-widget-content {
  background: #d9d9d9 !important;
}
.questionType_Sliders .ui-slider-handle.ui-state-default.ui-corner-all {
  outline: unset !important;
  cursor: pointer;
  background-image: none;
  background-color: white;
  border-radius: 999px;
  -moz-transition: box-shadow 0.2s ease-in-out;
  -o-transition: box-shadow 0.2s ease-in-out;
  -webkit-transition: box-shadow 0.2s ease-in-out;
  transition: box-shadow 0.2s ease-in-out;
  border-color: #666;
  top: -4px;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  width: 16px;
  height: 16px;
}
.questionType_Sliders .ui-slider-handle.ui-state-default.ui-corner-all.ui-state-active,
.questionType_Sliders .ui-slider-handle.ui-state-default.ui-corner-all.ui-state-hover {
  box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 0px 4px;
  -moz-transition: box-shadow background 0.2s ease-in-out;
  -o-transition: box-shadow background 0.2s ease-in-out;
  -webkit-transition: box-shadow background 0.2s ease-in-out;
  transition: box-shadow background 0.2s ease-in-out;
  background-color: WHITE;
}
.questionType_Sliders .sliderRowTitle {
  padding-top: 10px;
  float: left;
  text-align: left;
  width: 25%;
  padding-right: 20px;
  display: inline-block;
}
.questionType_Sliders .sliderWidth {
  float: left;
  width: 300px;
  display: inline-block;
  cursor: pointer;
  padding: 14px 10px 0 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 40px;
}
.questionType_Sliders .cellSliderValueWidth input {
  float: left;
  margin-left: 10px;
  border: none;
  width: 120px;
  text-align: left;
  font-weight: 600;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.questionType_Sliders .cellSliderValueWidth input:active,
.questionType_Sliders .cellSliderValueWidth input:focus {
  border-bottom: 1px solid #1E9EC5;
  box-shadow: #1E9EC5 0 1px 0 0;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.questionType_Sliders .cellSliderValueWidth,
.questionType_Sliders .cellSliderValueWidth:hover {
  position: relative;
  display: inline-block;
  border: none;
}
.questionType_RatingStars .ratingStarRow {
  clear: both;
}
.questionType_RatingStars .ratingStarRow div {
  float: left;
}
.questionType_RatingStars .ratingStarRow .ratingStarRowTitle {
  width: 25%;
}
.questionType_RatingStars .ratingStarRow .star_rating {
  font-size: 20px;
  width: 24px;
  height: 24px;
  margin: 0;
  padding: 0;
  cursor: pointer;
  display: block;
  background-repeat: no-repeat;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  padding-left: 5px;
}
.questionType_RatingStars .ratingStarRow .star_filled:before {
  font-family: 'icomoon-free';
  text-align: right;
  width: 24px;
  height: 24px;
  font-size: 24px;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  content: "\e9d9";
  color: #1E9EC5;
}
.questionType_RatingStars .ratingStarRow .star_empty:before {
  font-family: 'icomoon-free';
  text-align: right;
  width: 24px;
  height: 24px;
  font-size: 24px;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  content: "\e9d7";
  color: #999;
}
.questionType_RatingStars .ratingStarRow .star_saved:before {
  font-family: 'icomoon-free';
  text-align: right;
  width: 24px;
  height: 24px;
  font-size: 24px;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  content: "\e9d9";
  color: #167592;
}
.questionType_RatingStars .ratingStarRow .middleStateStar:before {
  font-family: 'icomoon-free';
  text-align: right;
  width: 24px;
  height: 24px;
  font-size: 24px;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  content: "\e9d9";
  color: #999;
}
.questionType_TableWithMultiOptPerRow .questiontable-contentcell,
.questionType_TableWithMultiOptPerCell .questiontable-contentcell,
.questionType_TableWithSingleOptPerRow .questiontable-contentcell,
.questionType_TableWithSingleLinePerCell .questiontable-contentcell,
.questionType_TableWithTextBoxPerCell .questiontable-contentcell {
  margin: 0;
}
.questionType_TableWithMultiOptPerRow .surveytable .cellmouseover,
.questionType_TableWithMultiOptPerCell .surveytable .cellmouseover,
.questionType_TableWithSingleOptPerRow .surveytable .cellmouseover,
.questionType_TableWithSingleLinePerCell .surveytable .cellmouseover,
.questionType_TableWithTextBoxPerCell .surveytable .cellmouseover {
  background-color: none;
}
.questionType_TableWithMultiOptPerRow .surveytable tbody tr,
.questionType_TableWithMultiOptPerCell .surveytable tbody tr,
.questionType_TableWithSingleOptPerRow .surveytable tbody tr,
.questionType_TableWithSingleLinePerCell .surveytable tbody tr,
.questionType_TableWithTextBoxPerCell .surveytable tbody tr,
.questionType_TableWithMultiOptPerRow .surveytable td,
.questionType_TableWithMultiOptPerCell .surveytable td,
.questionType_TableWithSingleOptPerRow .surveytable td,
.questionType_TableWithSingleLinePerCell .surveytable td,
.questionType_TableWithTextBoxPerCell .surveytable td {
  float: none;
}
.questionType_TableWithMultiOptPerRow .surveytable tbody tr:last-child,
.questionType_TableWithMultiOptPerCell .surveytable tbody tr:last-child,
.questionType_TableWithSingleOptPerRow .surveytable tbody tr:last-child,
.questionType_TableWithSingleLinePerCell .surveytable tbody tr:last-child,
.questionType_TableWithTextBoxPerCell .surveytable tbody tr:last-child,
.questionType_TableWithMultiOptPerRow .surveytable td:last-child,
.questionType_TableWithMultiOptPerCell .surveytable td:last-child,
.questionType_TableWithSingleOptPerRow .surveytable td:last-child,
.questionType_TableWithSingleLinePerCell .surveytable td:last-child,
.questionType_TableWithTextBoxPerCell .surveytable td:last-child {
  margin-bottom: 0;
}
.questionType_TableWithMultiOptPerRow select,
.questionType_TableWithMultiOptPerCell select,
.questionType_TableWithSingleOptPerRow select,
.questionType_TableWithSingleLinePerCell select,
.questionType_TableWithTextBoxPerCell select {
  width: 100% !important;
}
.questionType_TableWithMultiOptPerCell .surveytable tbody tr,
.questionType_TableWithMultiOptPerCell .surveytable thead tr {
  border: none !important;
}
.questionType_TableWithMultiOptPerCell .surveytable tbody tr td select {
  cursor: pointer;
}
.questionType_GroupingPerPairing .dragNdrop > div {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  text-align: justify;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.questionType_GroupingPerPairing .dragNdrop > div > ul {
  display: block;
  list-style-type: none;
  margin: 0;
  -webkit-padding-start: 0;
  float: left;
  color: #666;
  text-align: center;
  width: 25%;
  background-color: white;
  min-height: 40px;
  padding: 10px;
  margin-right: 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #d9d9d9;
}
.questionType_GroupingPerPairing ul.ui-droppable {
  display: block;
  list-style-type: none;
  margin: 0;
  -webkit-padding-start: 0;
  float: left;
  color: #666;
  font-weight: 600;
  text-align: center;
  border: 1px solid #1E9EC5;
}
.questionType_GroupingPerPairing .dropabbleTargets {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  text-align: justify;
  width: 75%;
  float: right;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.questionType_GroupingPerPairing .dropabbleTargets > ul {
  float: left;
  width: 100%;
  margin: 0 5px;
  padding: 5px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  list-style-type: none;
  color: #666;
  font-weight: 600;
  text-align: center;
  border: 1px solid #1E9EC5;
}
.questionType_GroupingPerPairing .dropabbleTargets > ul span {
  width: 100%;
  padding-bottom: 5px;
  display: block;
}
.questionType_GroupingPerPairing .dropabbleTargets > ul:first-child,
.questionType_GroupingPerPairing .dropabbleTargets > ul-last-child {
  margin-left: 0;
}
.questionType_GroupingPerPairing .dropabbleTargets > ul.ui-droppable-highlighted {
  border: 2px dashed #1E9EC5;
  padding: 4px;
  color: #1E9EC5;
  background-color: white;
}
.questionType_GroupingPerPairing li.draggableItem {
  background-image: none;
  margin-bottom: 5px;
  width: 100%;
  min-height: 36px;
  padding: 6px 10px 4px 10px;
  cursor: all-scroll;
  background-color: #eaeaea;
  border: 1px solid #d9d9d9;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  transition: background-color 0.2s ease;
  text-align: left;
  font-weight: 400;
}
.questionType_GroupingPerPairing li.draggableItem:hover {
  background-color: white;
}
.questionType_GroupingPerPairing li.draggableItem:last-child {
  margin-bottom: 0;
}
.questionType_GroupingPerPairing li.ui-draggable-dragging {
  width: 200px;
  color: white;
  background-color: #167592 !important;
  border-color: white;
  margin-bottom: 0;
}
.questionType_GroupingPerPairing li.ui-draggable-dragging:hover {
  background-color: white;
}
.questionType_GroupingPerPairing .dragNdrop.correct,
.questionType_GroupingPerPairing .dragNdrop.incorrect {
  padding: 10px;
  border-width: 2px !important;
  cursor: default !important;
}
.questionType_GroupingPerPairing .dragNdrop.correct ul,
.questionType_GroupingPerPairing .dragNdrop.incorrect ul,
.questionType_GroupingPerPairing .dragNdrop.correct li,
.questionType_GroupingPerPairing .dragNdrop.incorrect li {
  cursor: default !important;
}
.questionType_GroupingPerPairing .dragNdrop.correct li:hover,
.questionType_GroupingPerPairing .dragNdrop.incorrect li:hover {
  background-color: #eaeaea;
}
.questionType_Sorting ul.ui-sortable,
.questionType_Sorting ul.sortable {
  display: block;
  list-style-type: none;
  margin: 0;
  -webkit-padding-start: 0;
}
.questionType_Sorting ul.ui-sortable.incorrect,
.questionType_Sorting ul.sortable.incorrect,
.questionType_Sorting ul.ui-sortable.correct,
.questionType_Sorting ul.sortable.correct {
  padding: 10px;
  width: 50%;
}
.questionType_Sorting ul.ui-sortable.incorrect .ui-state-default,
.questionType_Sorting ul.sortable.incorrect .ui-state-default,
.questionType_Sorting ul.ui-sortable.correct .ui-state-default,
.questionType_Sorting ul.sortable.correct .ui-state-default {
  cursor: default;
  max-width: 100% !important;
}
.questionType_Sorting ul.ui-sortable.incorrect .ui-state-default:hover,
.questionType_Sorting ul.sortable.incorrect .ui-state-default:hover,
.questionType_Sorting ul.ui-sortable.correct .ui-state-default:hover,
.questionType_Sorting ul.sortable.correct .ui-state-default:hover {
  background-color: #eaeaea;
}
.questionType_Sorting ul.ui-sortable .ui-state-default,
.questionType_Sorting ul.sortable .ui-state-default {
  background-image: none;
  margin-bottom: 5px;
  width: 100%;
  min-height: 36px;
  height: auto;
  padding: 6px 10px 0 10px;
  cursor: move;
  background-color: #eaeaea;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 50%;
  -moz-transition: background-color 0.2s ease-in-out;
  -o-transition: background-color 0.2s ease-in-out;
  -webkit-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
}
.questionType_Sorting ul.ui-sortable .ui-state-default:hover,
.questionType_Sorting ul.sortable .ui-state-default:hover {
  background-color: white;
}
.questionType_Sorting ul.ui-sortable .ui-sortable-placeholder,
.questionType_Sorting ul.sortable .ui-sortable-placeholder {
  font-size: 14px;
  visibility: unset !important;
  background-color: WHITE;
  border: 2px dashed #1E9EC5;
  height: 50px;
  list-style-type: none;
}
.questionType_Sorting ul.ui-sortable .ui-sortable-placeholder:before,
.questionType_Sorting ul.sortable .ui-sortable-placeholder:before {
  display: inline-block;
  width: 100%;
  padding-top: 7px;
  font-family: icomoon-free;
  content: '\ea0a';
  text-align: center;
  font-size: 20px;
  color: #999;
}
.questionType_Sorting ul.ui-sortable .sortItemBox,
.questionType_Sorting ul.sortable .sortItemBox {
  opacity: 1;
}
.questionType_Sorting ul.ui-sortable .hideItemBox,
.questionType_Sorting ul.sortable .hideItemBox {
  opacity: 0;
}
.questionType_Sorting ul.ui-sortable .movingItem,
.questionType_Sorting ul.sortable .movingItem {
  color: white;
  background-color: #167592 !important;
}
.questionType_FileUpload {
  /*input[type=file] {
            border: 1px solid green;
            background-color: red;
            height: 40px;
        }

        button::-webkit-file-upload-button {
            background-color: blue;
        }*/
}
.questionType_Lyukasszoveg .questiontable-contentcell {
  line-height: 28px;
}
.questionType_Lyukasszoveg .questiontable-answer {
  line-height: 2.5em;
}
.questionType_Lyukasszoveg input.EvaulateSubstituentQuestion {
  max-width: 150px;
  border: unset;
  border-bottom: 1px solid #999;
  height: unset !important;
  padding: 0 4px;
  font-weight: 600;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.questionType_Lyukasszoveg input.EvaulateSubstituentQuestion:active,
.questionType_Lyukasszoveg input.EvaulateSubstituentQuestion:focus {
  border-bottom: 1px solid #1E9EC5;
  box-shadow: #1E9EC5 0 1px 0 0;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.questionType_Lyukasszoveg select.EvaulateSubstituentQuestion {
  max-width: 150px;
  border: unset;
  border-bottom: 1px solid #999;
  height: unset;
  padding: 0;
  font-weight: 600;
}
.questionType_Lyukasszoveg select.EvaulateSubstituentQuestion:active,
.questionType_Lyukasszoveg select.EvaulateSubstituentQuestion:focus {
  border-bottom: 1px solid #1E9EC5;
  box-shadow: #1E9EC5 0 1px 0 0;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.questionType_Lyukasszoveg input.EvaulateSubstituentQuestion.incorrect,
.questionType_Lyukasszoveg select.EvaulateSubstituentQuestion.incorrect {
  border-bottom: 1px solid #b71c0c;
}
.questionType_Lyukasszoveg input.EvaulateSubstituentQuestion.incorrect:active,
.questionType_Lyukasszoveg select.EvaulateSubstituentQuestion.incorrect:active,
.questionType_Lyukasszoveg input.EvaulateSubstituentQuestion.incorrect:focus,
.questionType_Lyukasszoveg select.EvaulateSubstituentQuestion.incorrect:focus {
  border-bottom: 1px solid #b71c0c;
  box-shadow: #b71c0c 0 1px 0 0;
}
.questionType_Lyukasszoveg .HighlightSubstituentQuestion {
  font-weight: 600;
  border-bottom: 1px solid #999999;
}
.questionType_CartaMuta #specificMapPoints .mapPoint {
  min-width: 100px;
  width: auto;
  position: relative;
  display: inline-block;
  padding: 10px;
  margin: 10px;
}
.questionType_CartaMuta #specificMapPoints .mapPoint div:first-child {
  display: inline-block;
  float: left;
  width: 20px !important;
  height: 20px !important;
  border-radius: 999px;
  margin-right: 10px;
}
.questionType_CartaMuta #specificMapPoints .mapPoint span {
  display: inline-block;
}
.questionType_CartaMuta #specificMapPoints .mapPoint.active span {
  font-weight: 600;
}
.questionType_PreferenceScale .preference-slider-row {
  display: block;
  margin: 8px auto;
}
.questionType_PreferenceScale .slider {
  width: 50%;
  display: inline-block;
  margin: 0 15px;
}
.questionType_PreferenceScale .slider-caption {
  display: inline-block;
  width: 15%;
}
.questionType_PreferenceScale .slider-caption-left {
  text-align: right;
}
.questionType_PhoneNumber .phoneRegionCode {
  margin-right: 10px;
  height: 40px;
}
.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option.xdsoft_current {
  background: #1E9EC5 !important;
  color: #fff;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_today {
  color: #1E9EC5;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  background: #c2c2c2 !important;
}
.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option:hover {
  background: #c2c2c2 !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  box-shadow: #1E9EC5 0 1px 3px 0 inset;
  color: #fff;
  background: #1E9EC5 !important;
}
div.surveyDescription {
  padding: 0 20px 0 20px;
}
div.surveyDescription span:not(:empty) {
  margin: 20px 0 0 0;
  display: block;
}
.dvResponseID {
  text-align: center;
  font-size: larger;
  margin-top: 5px;
  font-weight: 600;
}
.evalDescription {
  padding: 0 20px 0 20px;
}
.evalWarningPanel {
  text-align: center;
  margin-bottom: 15px;
}
.evalWarning {
  color: #f00;
  font-weight: bold;
  background-color: #ebecec;
  padding: 8px;
  font-size: 16px;
  display: inline-block;
}
.displayRatingMessage {
  padding-left: 20px;
}
.parameterChapterInfo {
  width: 100%;
  background-color: #c2c2c2;
  margin: 20px 0;
  padding: 10px 0;
  color: white;
  border-bottom: 5px #999 solid;
}
.parameterChapterInfo .chapterTitle {
  font: 24px/30px 'open sans';
  font-weight: bold;
  margin-left: 20px;
  display: block;
}
.parameterChapterInfo .chapterParameterPath {
  margin-left: 32px;
  display: block;
}
.chapterInfo .chapterTitle {
  color: #167592;
  display: inherit;
  padding: 0 0;
  font: 24px/30px 'open sans';
}
.chapterInfo .chapterDescription,
.chapterInfo .chapterType {
  color: #666;
  display: inherit;
  margin-top: 10px;
}
.chapterInfo:not(:empty) {
  padding: 20px 20px 20px 20px;
}
.groupInfor {
  padding: 0 20px 0 20px;
  color: #666;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
}
.groupInfor span {
  display: block;
}
.groupInfor .groupTitle {
  font: 20px/24px 'open sans';
  color: #333;
}
.groupInfor .groupDescription {
  margin-top: 10px;
}
.groupInfor:not(:empty) {
  padding: 20px;
}
.questionTableWrap {
  clear: both;
  padding: 0 20px 0 20px;
  display: block;
  background: #fff;
  overflow: visible;
}
.questionTableWrap:first-child .questiontable {
  margin-top: 20px;
}
.questionTableWrap:only-child .questiontable {
  margin-top: 20px;
  margin-bottom: 20px;
}
.questiontable {
  clear: unset;
  margin: 0 0 40px 0;
  display: block;
  border: 1px solid #1E9EC5;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.questiontable-headtable {
  background-color: none;
  display: block;
}
.questiontable-headtable .questionScoreHeader {
  background-color: #1E9EC5;
  overflow: auto;
  margin: 0;
  padding: 12px 10px 12px 10px;
  display: block;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.questiontable-headtable .questionnumber {
  display: table-cell;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 10px;
  color: white;
  font: 400 18px/20px 'open sans';
}
.questiontable-headtable .questiontitle {
  display: table-cell;
  color: white;
  font: 400 18px/22px 'open sans';
  float: left;
}
.questiontable-headtable .questiontable-descriptioncellFull {
  padding: 5px 10px 5px 10px;
  margin: 10px;
  font: italic 14px/24px 'open sans';
  color: #666;
  border-left: 4px solid #c2c2c2;
  float: left;
  display: block;
  width: 95%;
}
.questiontable-headtable .questiontable-descriptioncellFull p {
  margin: 0;
}
.questiontable-headtable .questiontable-descriptioncell {
  padding: 5px 10px 5px 10px;
  margin: 10px;
  font: italic 14px/24px 'open sans';
  color: #666;
  border-left: 4px solid #c2c2c2;
  float: left;
  display: block;
  width: 87%;
}
.questiontable-headtable .questiontable-descriptioncell p {
  margin: 0;
}
.questiontable-headtable .questiontable-documentcell {
  padding: 5px 10px 5px 10px;
  margin: 10px;
  margin: 0 10px;
  display: block;
  font: 14px/18px 'open sans';
  float: left;
  top: -10px;
}
.questiontable-headtable .questiontable-documentcell a {
  padding: 5px 10px;
  display: inline-block;
  height: 100%;
  background-color: #eaeaea;
}
.questiontable-headtable .questiontable-documentcell a:before {
  content: "\e960";
  font-family: "icomoon-free";
  margin-right: 5px;
}
.questiontable-contentcell {
  clear: both;
  margin: 0;
  padding: 20px;
  display: block;
  font: 400 16px/20px 'open sans';
  color: #333;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.questiontable-contentcell:empty {
  padding: 0;
}
.questiontable-notAnsweringCell {
  padding: 5px 10px 5px 10px;
  margin: 10px;
}
.takaro-div {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1000000;
  cursor: not-allowed;
  text-align: center;
  /*text-decoration-color: red;*/
}
.questiontable.questionEvaluation {
  border: 1px solid #666;
}
.questiontable.questionEvaluation .questiontitle {
  display: table-cell;
  width: 90%;
}
.questiontable.questionEvaluation .questiontitle ~ span {
  display: table-cell;
  width: auto;
  color: white;
  font-weight: 600;
  top: 2px;
}
.questiontable.questionEvaluation .rbDiv {
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 5px;
}
.questiontable.questionEvaluation .questionScoreHeader {
  background-color: #666;
}
.questiontable.questionEvaluation .questionScoreHeader input,
.questiontable.questionEvaluation .questionScoreHeader .questiontitle + span {
  float: left;
}
.questiontable.questionEvaluation .questionScoreHeader input {
  max-width: 60px;
  color: black;
  text-align: right;
  max-height: 30px;
}
.questiontable.questionEvaluation .questionScoreHeader .questiontitle + span {
  top: 6px;
  position: relative;
  margin-left: 10px;
}
.questiontable.questionEvaluation .questionScoreHeader .questiontitle + span:before {
  content: "";
}
.viewFillout .questiontable {
  border: 1px solid #666;
}
.viewFillout .questiontable .questiontitle {
  display: table-cell;
  width: 90%;
}
.viewFillout .questiontable .questiontitle ~ span {
  display: table-cell;
  width: auto;
  color: white;
  font-weight: 600;
  top: 2px;
}
.viewFillout .questiontable .rbDiv {
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 5px;
}
.viewFillout .questiontable .questionScoreHeader {
  background-color: #666;
}
.viewFillout .questiontable .questionScoreHeader .questiontitle {
  width: initial;
  max-width: 80%;
  color: white;
}
.questiontable-answer {
  display: inline-block;
  width: 100%;
}
.questiontable-answer .FullTableWidth {
  width: 100%;
}
.questiontable-answer .titleForAnswer {
  display: none;
}
.questiontable-answer .htmlGenericControl {
  float: none;
  min-height: 40px;
}
.questiontable-answer .SingleLineText {
  width: 100%;
}
.questiontable-answer .MultiTextBox {
  width: 100%;
  height: 90px;
  resize: vertical;
}
.questiontable-answer .CSSTextBox {
  Width: 930px;
  Height: 240px;
}
.questiontable-answer .DateTimeTextBox {
  width: 50%;
}
.questiontable-answer .dateTimeBox {
  width: 50%;
}
.questiontable-answer .dateTimeBox::-ms-clear {
  display: none;
}
.questiontable-answer .NumberText {
  width: 50%;
}
.questiontable-answer .ShortTextBox {
  min-width: 240px;
}
.questiontable-answer .FullWidthTextBox {
  width: 100%;
}
.questiontable-answer .VeryShortTextBox {
  width: 20px;
}
.questiontable-answer .MiddleSizeTextBox {
  width: 360px;
}
.questiontable-answer .CellNumberTextBox {
  min-width: 120px;
}
.questiontable-answer .surveytable {
  width: 100%;
}
.questiontable-answer .surveytable tbody tr {
  border: 1px solid #d9d9d9 !important;
}
.questiontable-answer .surveytable thead tr {
  border: 1px solid #d9d9d9 !important;
}
.questiontable-answer .surveytable thead th,
.questiontable-answer .surveytable tbody td,
.questiontable-answer .surveytable tfoot td,
.questiontable-answer .surveytablecell {
  vertical-align: middle;
  height: 36px;
  padding: 5px 0 5px 0;
}
.questiontable-answer .surveytable thead th {
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  padding: 12px 0 10px 0;
  vertical-align: bottom;
  text-align: center;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.questiontable-answer .surveytable thead tr td:first-child,
.questiontable-answer .surveytable tbody tr td:first-child,
.questiontable-answer .surveytable tfoot tr td:first-child {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 10px;
}
.questiontable-answer .surveytable .ShortTextBox,
.questiontable-answer .surveytable .SortTextBox,
.questiontable-answer .surveytable .FullWidthTextBox,
.questiontable-answer .surveytable .VeryShortTextBox,
.questiontable-answer .surveytable .MiddleSizeTextBox,
.questiontable-answer .surveytable .CellNumberTextBox {
  min-width: 120px;
}
.questiontable-answer thead tr {
  padding-bottom: 2px solid #c2c2c2;
}
.questiontable-answer .cellmouseover {
  background-color: #ddd;
  cursor: pointer;
}
.questiontable-answer .rbDiv.cellmouseover {
  background-color: unset !important;
}
.questiontable-answer tr:nth-child(2n+0) {
  background-color: #f5f5f5;
}
.questiontable-answer .surveytablecell.surveytabletextcell {
  width: 25%;
}
.highlight {
  color: #27ae60;
  font-weight: bold;
}
.questiontable-contentcell div[style$="color:Red;"],
.questiontable-contentcell div[style$="color: red;"] {
  margin-top: 10px;
  color: #b71c0c !important;
  width: 100%;
  text-indent: -12px;
  margin-left: 12px;
}
.questiontable-error {
  margin-bottom: 40px;
  display: block;
  border: 1px solid #b71c0c;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.questiontable-error .questiontable-headtable .questionScoreHeader {
  background-color: #b71c0c;
}
.questiontable-error .questiontable-headtable .questiontitle,
.questiontable-error .questiontable-headtable .questionnumber {
  color: white;
}
/* utolso kerdes utan ne legyen ures hely*/
.divFillout .group-container:last-child .questionTableWrap:last-child .questiontable,
.divFillout.viewFillout > div[class*="ContentPlaceHolder"]:last-child .questionTableWrap:last-child .questiontable-correct,
.divFillout.viewFillout > div[class*="ContentPlaceHolder"]:last-child .questionTableWrap:last-child .questiontable-incorrect {
  margin-bottom: 0 !important;
}
div[id*='pnlExamStart'] legend {
  color: #1E9EC5;
}
.examStartPageTable {
  font: 16px;
  border-collapse: unset;
  border-spacing: 0;
  padding: 0;
  width: 100%;
}
.examStartPageTable tr {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.examStartPageTable tr td:first-child {
  padding-left: 5px;
}
.examStartPageTable span[id*='lblExamDescription'] {
  line-height: 1.5em;
}
.examStartPageTable td {
  height: 30px;
}
.examStartPageTable .visualizer-titlecell {
  display: table-cell;
  vertical-align: top;
  width: 30%;
}
.examStartPageTable .visualizer-titlecell span {
  padding-left: 5px;
}
.examStartPageTable .visualizer-contentcell {
  font-weight: 600;
  width: 70%;
  vertical-align: top;
}
.examStartPageTable .visualizer-contentcell.examDescription {
  font-weight: unset;
}
.examStartPageTable .visualizer-contentcell.examDescription:not(:empty) {
  padding-bottom: 20px;
}
.examBase {
  display: block;
  overflow: visible;
  font: 400 18px/22px 'open sans';
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: auto;
}
.examBase span {
  padding: 20px 0 0 20px;
}
.examBase span:empty {
  display: none;
}
.ExamFilloutResultTable {
  border-collapse: unset;
  border-spacing: 0;
  padding: 0;
  width: 100%;
}
.ExamFilloutResultTable tbody tr td {
  height: 24px;
}
.ExamFilloutResultTable .visualizer-contentcell {
  font-weight: 600;
  width: 70%;
}
.examChapterPerValue {
  border-collapse: collapse;
  border-spacing: 0;
  padding: 0;
  border: none;
  width: 100%;
  margin-top: 20px;
}
.examChapterPerValue td,
.examChapterPerValue th {
  height: 24px;
  text-align: center;
  border: none;
  border-bottom: 1px solid #c2c2c2 !important;
}
.examChapterPerValue td:first-child,
.examChapterPerValue th:first-child {
  text-align: left;
}
.examChapterPerValue .examChapterTitle {
  width: 50%;
}
.examChapterPerValue .examRatingTableColumns {
  width: 25%;
}
span[id*='ExamDetails'] ul {
  padding-bottom: 10px;
  margin: 0;
  -webkit-padding-start: 30px;
}
span[id*='ExamDetails'] ul li {
  list-style: none;
  padding-top: 10px;
}
span[id*='ExamDetails'] ul li:first-child {
  padding: 0;
}
span[id*='ExamDetails'] ul li:before {
  content: '\2022';
  font-family: Arial;
  display: block;
  position: relative;
  max-width: 0px;
  max-height: 0px;
  left: -20px;
  top: 0px;
  color: #1E9EC5;
  font-size: 20px;
}
.correctAnswersDiv {
  width: 100%;
  border-top: 1px solid;
  margin-top: 30px;
}
#correctAnswerSwitch {
  margin-left: 10px;
  top: 4px;
}
.evalDescription + .chapterTitle {
  padding: 10px 20px 10px 20px;
  display: block;
}
.evalPageNum {
  display: block;
  padding: 10px 20px;
  border-top: 1px solid #d9d9d9;
  font: 20px/24px 'open sans';
  text-align: center;
}
.questiontable-incorrect {
  position: inherit;
  border-spacing: 0;
  padding-bottom: 32px;
  border: 1px solid #b71c0c;
  margin-bottom: 40px;
}
.questiontable-incorrect .questionScoreHeader {
  background: #b71c0c;
  border-bottom: 1px solid #b71c0c;
}
.questiontable-incorrect .questionScoreHeader .innerQuestionTitle {
  color: white;
}
.questiontable-incorrect .questionScoreHeader .innerQuestionTitle:before {
  content: '\ea0f';
  font-family: 'icomoon-free';
  font-size: 16px;
  font-weight: 400;
  padding-right: 10px;
}
.questiontable-incorrect .surveytable td {
  margin-top: 1px;
  border-collapse: separate;
}
.questiontable-incorrect .questiontitle {
  display: table-cell;
  width: 90%;
}
.questiontable-incorrect .questiontitle ~ span {
  display: table-cell;
  width: auto;
  color: white;
  font-weight: 600;
  top: 2px;
}
.questiontable-incorrect .rbDiv {
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 5px;
}
.questiontable-incorrect .rbDiv.correct,
.questiontable-incorrect td.correct {
  background-color: #e3feee !important;
}
.questiontable-incorrect .rbDiv.incorrect,
.questiontable-incorrect td.incorrect {
  border: 1px solid #b71c0c;
  background-color: #ffd7d3;
  z-index: 3;
}
.questiontable-incorrect .incorrect {
  border: 1px solid #b71c0c;
  font-weight: bold;
}
.questiontable-incorrect .incorrect input[type='radio'],
.questiontable-incorrect .incorrect input[type='checkbox'] {
  border-color: #b71c0c;
}
.questiontable-incorrect .incorrect input[type='radio']:checked,
.questiontable-incorrect .incorrect input[type='checkbox']:checked {
  background-color: #b71c0c;
}
.questiontable-incorrect .correct {
  border: 1px solid #27ae60 !important;
  font-weight: bold;
}
.questiontable-incorrect .correct input[type='radio'],
.questiontable-incorrect .correct input[type='checkbox'] {
  border-color: #27ae60;
}
.questiontable-incorrect .correct input[type='radio']:checked,
.questiontable-incorrect .correct input[type='checkbox']:checked {
  background-color: #27ae60;
}
.questiontable-correct {
  clear: unset;
  margin: 0 0 40px 0;
  display: block;
  border: 1px solid #27ae60;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.questiontable-correct-headtable {
  background-color: none;
  display: block;
}
.questiontable-correct-headtable .questionScoreHeader {
  background-color: #27ae60;
  overflow: auto;
  margin: 0;
  padding: 12px 10px 12px 10px;
  display: block;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.questiontable-correct-headtable .questionnumber {
  display: table-cell;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 10px;
  color: white;
  font: 400 18px/20px 'open sans';
}
.questiontable-correct-headtable .questiontitle {
  display: table-cell;
  color: white;
  font: 400 18px/22px 'open sans';
}
.questiontable-correct-headtable .questiontable-descriptioncell {
  padding: 5px 10px 5px 10px;
  margin: 10px;
  font: italic 14px/24px 'open sans';
  color: #666;
  border-left: 4px solid #c2c2c2;
}
.questiontable-correct-headtable .questiontable-descriptioncell p {
  margin: 0;
}
.questiontable-correct .questionScoreHeader {
  background: #27ae60;
}
.questiontable-correct .questionScoreHeader .innerQuestionTitle {
  color: white;
}
.questiontable-correct .questionScoreHeader .innerQuestionTitle:before {
  content: '\ea10';
  font-family: 'icomoon-free';
  font-size: 16px;
  font-weight: 400;
  padding-right: 10px;
}
.questiontable-correct .questiontitle {
  display: table-cell;
  width: 90%;
}
.questiontable-correct .questiontitle ~ span {
  display: table-cell;
  width: auto;
  color: white;
  font-weight: 600;
  top: 2px;
}
.questiontable-correct .rbDiv {
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 5px;
}
.questiontable-correct .rbDiv.correct,
.questiontable-correct td.correct {
  background-color: #e3feee !important;
}
.questiontable-correct .rbDiv.incorrect,
.questiontable-correct td.incorrect {
  border: 1px solid #b71c0c;
  background-color: #ffd7d3;
  z-index: 3;
}
.questiontable-correct .correct {
  border: 1px solid #27ae60 !important;
  font-weight: bold;
}
.questiontable-correct .correct input[type='radio'],
.questiontable-correct .correct input[type='checkbox'] {
  border-color: #27ae60;
}
.questiontable-correct .correct input[type='radio']:checked,
.questiontable-correct .correct input[type='checkbox']:checked {
  background-color: #27ae60;
}
.questiontable-correct .incorrect {
  border: 1px solid #b71c0c;
  font-weight: bold;
}
.questiontable-correct .incorrect input[type='radio'],
.questiontable-correct .incorrect input[type='checkbox'] {
  border-color: #b71c0c;
}
.questiontable-correct .incorrect input[type='radio']:checked,
.questiontable-correct .incorrect input[type='checkbox']:checked {
  background-color: #b71c0c;
}
.questiontable-invalid {
  position: inherit;
  border-spacing: 0;
  padding-bottom: 32px;
  border: 1px solid #666;
  margin-bottom: 40px;
  opacity: 0.55;
  transition: 0.3s;
  display: block;
}
.questiontable-invalid:hover {
  opacity: 1;
}
.questiontable-invalid .tooltip-information {
  padding: 10px;
  background-color: #eaeaea;
}
.questiontable-invalid .tooltip-information .invalid-icon {
  display: inline;
  float: left;
}
.questiontable-invalid .tooltip-information .invalid-icon:before {
  content: '\ea0c';
  font-family: 'icomoon-free';
  font-size: 21px;
  font-weight: 400;
  margin-right: 10px;
}
.questiontable-invalid .questionScoreHeader {
  background: #666;
  border-bottom: 1px solid #666;
}
.questiontable-invalid .questionScoreHeader .questiontitle {
  width: 80% !important;
}
.questiontable-invalid .questionScoreHeader .availablePoints {
  color: white !important;
}
.questiontable-invalid .questionScoreHeader input {
  max-width: 60px !important;
  color: black;
  text-align: right;
  max-height: 30px;
}
.questiontable-invalid .questionScoreHeader .innerQuestionTitle {
  color: white;
}
.questiontable-invalid .questionScoreHeader .innerQuestionTitle:before {
  content: '\ea0e';
  font-family: 'icomoon-free';
  font-size: 20px;
  font-weight: 400;
  padding-right: 10px;
}
.questiontable-invalid .surveytable td {
  margin-top: 1px;
  border-collapse: separate;
}
.questiontable-invalid .questiontitle {
  display: table-cell;
  width: 90%;
}
.questiontable-invalid .questiontitle ~ span {
  display: table-cell;
  width: auto;
  color: white;
  font-weight: 600;
  top: 2px;
}
.questiontable-invalid .rbDiv {
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 5px;
}
.questiontable-invalid .rbDiv.correct,
.questiontable-invalid td.correct {
  background-color: #e3feee !important;
}
.questiontable-invalid .rbDiv.incorrect,
.questiontable-invalid td.incorrect {
  border: 1px solid #b71c0c;
  background-color: #ffd7d3;
  z-index: 3;
}
.questiontable-invalid .incorrect {
  border: 1px solid #b71c0c;
  font-weight: bold;
}
.questiontable-invalid .incorrect input[type='radio'],
.questiontable-invalid .incorrect input[type='checkbox'] {
  border-color: #b71c0c;
}
.questiontable-invalid .incorrect input[type='radio']:checked,
.questiontable-invalid .incorrect input[type='checkbox']:checked {
  background-color: #b71c0c;
}
.questiontable-invalid .correct {
  border: 1px solid #27ae60 !important;
  font-weight: bold;
}
.questiontable-invalid .correct input[type='radio'],
.questiontable-invalid .correct input[type='checkbox'] {
  border-color: #27ae60;
}
.questiontable-invalid .correct input[type='radio']:checked,
.questiontable-invalid .correct input[type='checkbox']:checked {
  background-color: #27ae60;
}
.availablePoints {
  float: right;
  color: white;
  font: 400 18px/22px 'open sans';
}
.examPoints {
  float: right;
  color: white;
  font: 400 18px/22px 'open sans';
}
.CorrectAnswerDisplay {
  margin-top: 10px;
}
.CorrectAnswerDisplay span {
  font-weight: normal !important;
  font-size: small;
}
.evalDescription input[type='radio'].incorrect,
.evalDescription input[type='checkbox'].incorrect {
  border: 1px solid #b71c0c !important;
}
.evalDescription input[type='radio'].incorrect:checked,
.evalDescription input[type='checkbox'].incorrect:checked {
  background-color: #b71c0c;
}
.evalDescription input[type='radio'].correct,
.evalDescription input[type='checkbox'].correct {
  border: 1px solid #27ae60 !important;
}
.evalDescription input[type='radio'].correct:checked,
.evalDescription input[type='checkbox'].correct:checked {
  background-color: #27ae60;
}
.solution-section {
  color: #555555;
  margin-top: 20px;
  border: solid #d3d3d3 1px;
}
.solution-section .solution-head {
  padding: 10px;
  background-color: #eaeaea;
}
.solution-section .solution-title {
  font-weight: bold;
}
.solution-section .solution-title:before {
  display: inline-block;
  content: '\e98d';
  font-family: 'icomoon-free';
  color: #555555;
  font-size: 18px;
  margin-right: 10px;
}
.solution-section .solution-explanation-title {
  font-weight: bold;
}
.solution-section .solution-explanation-title:before {
  display: inline-block;
  content: '\e920';
  font-family: 'icomoon-free';
  color: #555555;
  font-size: 18px;
  margin-right: 10px;
}
.solution-section .solution-comment-title {
  font-weight: bold;
}
.solution-section .solution-comment-title:before {
  display: inline-block;
  content: '\e96b';
  font-family: 'icomoon-free';
  color: #555555;
  font-size: 18px;
  margin-right: 10px;
}
.solution-section .solution-description {
  font-style: italic;
}
.solution-section .solution-content {
  padding: 10px;
}
.solution-section.only-explanation-mode {
  margin: 0 20px 20px 20px;
  font: 400 16px/20px 'open sans';
}
.solution-section.no-explanation-border {
  border: none !important;
}
nav {
  position: absolute;
  top: 5px;
  left: 61px;
  text-align: right;
}
nav ul.top-control {
  list-style-type: none;
  background-color: white;
  border: none;
  float: none;
  right: 0;
  position: relative;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  padding: 14px 20px;
  margin: 0;
  height: 48px;
}
nav ul.top-control li {
  float: left;
}
nav ul.top-control li span.profile {
  position: relative;
  top: -4px;
}
nav ul.top-control li span.profile:before {
  display: inline-block;
  content: '\e971';
  font-family: 'icomoon-free';
  color: #666;
  font-size: 20px;
  margin-right: 10px;
  position: relative;
  top: 4px;
}
nav ul.top-control li[id$="UserProfile"] span.separator {
  position: relative;
  top: -4px;
  margin: 0 10px;
}
.header-alert-row {
  position: absolute;
  top: 5px;
  left: 5px;
  margin: 0 auto;
  text-align: right;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.header-alert-row .alertRowLogo {
  width: 48px !important;
  height: 48px !important;
  background-color: white;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative !important;
  top: 0 !important;
}
.header-alert-row .alertRowLogo:before {
  display: inline-block;
  content: '\e900';
  font-family: 'icomoon-free';
  color: #1E9EC5;
  font-size: 20px;
  text-align: center;
  margin-top: 14px;
  width: 48px !important;
  height: 48px !important;
}
.header-alert-row:empty {
  background-color: #333;
  -ms-align-content: center;
  -webkit-align-content: center;
  align-content: center;
  height: 30px;
  display: none;
}
.superadminSign {
  width: 16px;
  height: 16px;
  vertical-align: bottom;
}
header {
  display: none;
}
.surveyHeading {
  padding: 0 20px 18px 20px;
  font: 400 34px 'open sans';
  text-align: left;
  color: #333;
  overflow: auto;
  border-bottom: 1px solid #d9d9d9;
  background-color: white;
}
.surveyHeading:first-child {
  height: 100%;
}
.surveyHeading .surveyTitle {
  width: auto;
  max-width: 75%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 10px 0 0;
}
.surveyHeading .surveyLogo {
  /*float: right;
        width: 200px;
        min-height: 55px;
        background: url('../resources/unipoll_color.svg') no-repeat right top 10px;
        background-size: 200px;*/
}
#productsupportperiod {
  margin: 0 auto;
  width: 980px;
  padding: 2px;
  background-color: #d4e01f;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  text-align: center;
}
.divFillout {
  background-color: #fff;
  padding-top: 20px;
  margin-bottom: 36px;
  border: none;
}
.data-advertisementLeft:empty {
  display: none;
}
.data-advertisementRight:empty {
  display: none;
}
.data-content {
  overflow: auto;
  background-color: none;
  max-width: 970px;
  margin: 0 auto;
}
.data {
  overflow: auto;
  max-width: 970px;
}
.footer {
  margin: 20px 0 50px 0;
  background-color: #fff;
}
.footer div.content {
  padding: 10px;
  text-align: center;
}
.footer div.advertContent {
  text-align: center;
  padding: 10px 10px 0 10px;
}
.left-separate:before {
  content: " | ";
  text-decoration: none;
  display: inline-block;
  color: #666;
  padding-right: 3px;
}
.top-bg {
  display: block;
  top: 0;
  position: absolute;
  width: 100%;
  overflow: auto;
}
.top {
  display: block;
  overflow: auto;
  margin: 60px auto 0 auto;
  max-width: 970px;
  padding-top: 16px;
  background: url('../resources/unipoll_color.svg') no-repeat right 20px top 22px;
  background-size: 200px;
  background-color: white;
  border-radius: 4px;
  margin-bottom: 20px;
}
.cookieMessagePanel {
  box-sizing: border-box;
  position: fixed;
  padding: 16px 16px;
  font-size: 14px;
  margin: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  bottom: 0;
  color: white;
  background: rgba(56, 70, 57, 0.85);
  right: 0;
}
.btnCookiePolicy {
  color: #FFFFFF !important;
  border-bottom: 1px dotted;
  text-decoration: none;
}
.btnCookieAcc {
  border: none;
  border-radius: 0;
  color: white;
  font: 14px "open sans";
  line-height: 1;
  padding: 8px;
  text-align: center;
  width: 100px;
  margin-left: 20px;
  background: #64A51C;
  cursor: pointer;
  display: inline-block;
  margin: 10px 0 0 10px;
  text-decoration: none;
}
.btnCookieAcc:hover {
  background: #64c31c;
  color: #FFFFFF !important;
}
.parameterInfo {
  padding: 0 20px 0 20px;
}
.debug-info {
  display: inline-block;
  position: absolute;
  top: 60px;
  left: 0;
  background-color: #E6CD7E;
}
.responseReportContent {
  /* progressbar */
  /* DEFAULTs */
  /* HEADER INFO */
  /* CHART */
  /* RESULTS, DESCRIPTIONS */
}
.responseReportContent .progressbar {
  opacity: 0;
}
.responseReportContent .progressbar .progressbar-control {
  display: block;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  border: 0;
  -webkit-box-shadow: 0 0 6px 8px #d9d9d9;
  -moz-box-shadow: 0 0 6px 8px #d9d9d9;
  box-shadow: 0 0 6px 8px #d9d9d9;
  margin-top: 20px;
}
.responseReportContent .progressbar .progressbar-control.ui-progressbar {
  height: 2em;
  overflow: hidden;
}
.responseReportContent .progressbar .progressbar-control.ui-progressbar.ui-widget-content {
  background-color: #d0dae4;
}
.responseReportContent .progressbar .progressbar-control.ui-progressbar .ui-progressbar-value {
  height: 100%;
}
.responseReportContent .progressbar .progressbar-control.ui-progressbar.striped .ui-progressbar-value {
  background-color: #1E9EC5;
}
.responseReportContent .progressbar .progressbar-control.ui-progressbar.striped .ui-progressbar-value:before {
  content: ' ';
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0.2;
  background-image: url(data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==);
}
.responseReportContent .progressbar .progressbar-control.ui-progressbar.striped.theme .ui-progressbar-value {
  background-color: #1E9EC5;
}
.responseReportContent br {
  margin: 0;
  padding: 0;
}
.responseReportContent .section {
  padding: 10px 20px;
}
.responseReportContent .infoSection .titleSection {
  color: #1E9EC5;
  font-size: 24px;
  line-height: 1;
}
.responseReportContent .infoSection .responseName {
  font-weight: bold;
  display: block;
}
.responseReportContent .infoSection .infoSection {
  margin: 10px 0;
}
.responseReportContent .chartSection {
  height: 400px;
  min-width: 300px;
}
.responseReportContent .legendSection {
  width: 95%;
  padding-bottom: 30px;
  margin-top: 30px;
}
.responseReportContent .legendSection .dataTable {
  width: 45%;
  vertical-align: top;
}
.responseReportContent .legendSection .dataTable table {
  width: 100%;
}
.responseReportContent .legendSection .ratingTable {
  width: 50%;
  vertical-align: top;
}
.responseReportContent .legendSection .ratingTable table {
  width: 100%;
}
.responseReportContent .legendSection .description {
  width: 95%;
  display: block;
  min-height: 50px;
}
.responseReportContent .legendSection .description .title {
  color: #1E9EC5;
  font-size: 18px;
  font-weight: bold;
  display: block;
  padding: 20px 0 0 0;
}
.responseReportContent .legendSection .description .title:before {
  font-family: 'icomoon-free';
}
.responseReportContent .legendSection tr.highlight {
  font-weight: bold;
  color: white;
  background-color: #88c4d7;
}
.responseReportContent .legendSection tr.highlight td {
  padding: 10px 5px !important;
}
.responseReportContent .legendSection tr.highlight td.title {
  text-align: left !important;
}
.responseReportContent .legendSection td,
.responseReportContent .legendSection th {
  border: solid #999 1px;
  padding: 3px 5px;
  text-align: center;
}
.responseReportContent .legendSection td.title,
.responseReportContent .legendSection th.title {
  text-align: left;
  width: 70%;
}
.responseReportContent .legendSection th {
  height: 40px;
  padding: 6px 5px;
  background-color: #eaeaea;
  font-weight: bold;
}
.divTable {
  display: table;
  width: 100%;
}
.divHeaderTitle {
  font-weight: bold;
}
.divTableRow {
  display: table-row;
}
.divTableCell {
  display: table-cell;
  padding: 5px 10px;
}
@media screen and (max-width: 800px) {
  .progressbar .progressbar-control {
    margin-top: 5px;
  }
  .responseReportContent {
    margin-top: 5px;
  }
  .responseReportContent .section {
    margin-left: auto;
    margin-right: auto;
    padding: 0 10px;
  }
  .responseReportContent .legendSection .dataTable,
  .responseReportContent .legendSection .ratingTable {
    float: left;
    width: 95%;
    margin: 10px 0;
  }
}
/* AGREEMENET CONTROL DESIGN - [BEGIN CSS CODE] */
.surveyHeading.agreement-page {
  display: block;
  box-sizing: border-box;
}
.surveyHeading.agreement-page .surveyTitle {
  float: left;
  width: 70%;
  display: block;
}
.surveyHeading.agreement-page .surveyLogo {
  float: left;
  background: url('../resources/unipoll_color.svg') no-repeat right bottom 0;
  background-size: 70% 100%;
  width: 30%;
  display: block;
}
.divFillout.agreement-page {
  padding: 20px;
  box-sizing: border-box;
}
fieldset .agreement-page {
  padding: 0px !important;
}
.fieldset-info {
  padding: 10px;
}
/* 01 - agreement list section */
.agreement-fieldset {
  padding: 20px 0 0 0;
}
.agreement-fieldset legend {
  display: block;
  width: 100%;
  float: left;
}
.agreement-collection-section {
  display: block;
  width: 100%;
  float: left;
}
.agreement-collection-section .agreement-section {
  color: #555555;
  border: solid #d3d3d3 1px;
  margin-top: 15px;
}
.agreement-collection-section .agreement-section.head {
  top: 0;
  padding: 20px;
  background-color: #eaeaea;
  cursor: pointer;
  margin-top: 0 !important;
  border: none !important;
}
.agreement-collection-section .agreement-section.head:hover {
  background-color: #d9d9d9;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.agreement-collection-section .agreement-section.content {
  padding: 0 20px 10px 20px;
  border: none;
}
.agreement-collection-section .agreement-section.content .agreement-head {
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 5px;
}
.agreement-collection-section .agreement-section.content .agreement-title:before {
  display: inline-block;
  content: '\e926';
  font-family: 'icomoon-free';
  margin-right: 10px;
  margin-left: 5px;
}
.agreement-collection-section .agreement-section.content .agreement-content {
  line-height: normal;
  border-bottom-style: double !important;
  border-bottom-color: #eaeaea;
  border-bottom-width: 10px;
  padding-bottom: 10px;
}
.agreement-collection-section .agreement-section.content .agreement-content h1,
.agreement-collection-section .agreement-section.content .agreement-content h2,
.agreement-collection-section .agreement-section.content .agreement-content h3,
.agreement-collection-section .agreement-section.content .agreement-content h4 {
  margin: 15px 0 5px 0;
  font-weight: bold;
}
.agreement-collection-section .agreement-section.content .agreement-element {
  padding: 0 0 25px 0;
}
.agreement-collection-section .agreement-section .title {
  text-transform: uppercase;
  font-weight: bold;
}
.agreement-collection-section .agreement-section .title:before {
  display: inline-block;
  content: '\e98f';
  font-family: 'icomoon-free';
  color: #555555;
  font-size: 18px;
  margin-right: 10px;
  margin-left: 5px;
}
/* 02 - data info section */
.agreement-info-section {
  display: block;
  float: left;
  width: 100%;
}
.agreement-info-section .wrapper {
  display: table;
  float: left;
  width: 100%;
}
.agreement-info-section .wrapper .outer {
  display: table-cell;
  height: 100%;
}
.agreement-info-section .outer {
  float: left;
  display: block;
  width: 50%;
  box-sizing: border-box;
}
.agreement-info-section .outer.full {
  width: 100%;
  text-align: center;
  height: auto;
}
.agreement-info-section .outer.full .inner {
  min-height: inherit;
}
.agreement-info-section .info-block {
  background-color: #eaeaea;
  border: 1px solid #d3d3d3;
  box-sizing: border-box;
  margin-top: 20px;
  display: inline-block;
  width: 100%;
  height: 100%;
  float: left;
  display: block;
}
.agreement-info-section .info-block .inner {
  padding: 20px;
  display: block;
  min-height: 200px;
}
.agreement-info-section .info-block.contact {
  width: calc(100% - 10px);
  margin-right: 10px;
}
.agreement-info-section .info-block.contact .title:before {
  display: inline-block;
  content: '\e971';
  font-family: 'icomoon-free';
  color: #555555;
  font-size: 18px;
  margin-right: 10px;
  margin-left: 5px;
}
.agreement-info-section .info-block.purposes {
  width: calc(100% - 10px);
  margin-left: 10px;
}
.agreement-info-section .info-block.purposes .title:before {
  display: inline-block;
  content: '\e99b';
  font-family: 'icomoon-free';
  color: #555555;
  font-size: 18px;
  margin-right: 10px;
  margin-left: 5px;
}
.agreement-info-section .info-block .title {
  font-weight: bold;
  text-transform: uppercase;
  padding-bottom: 20px;
  float: left;
}
.agreement-info-section .info-block.full {
  width: 100%;
  text-align: center;
}
.agreement-info-section .info-block .content {
  border-collapse: collapse;
}
.agreement-info-section .info-block .head {
  font-weight: bold;
}
.agreement-info-section .info-block.claim span:before {
  display: inline-block;
  content: '\e9a8';
  font-family: 'icomoon-free';
  color: #555555;
  font-size: 20px;
  margin-right: 10px;
  margin-left: 5px;
  top: 3px;
  position: relative;
}
.agreement-info-section .contact td:nth-child(2) {
  font-weight: bold;
  font-style: italic;
}
.agreement-info-section table.purposes td {
  border: 1px solid #d3d3d3;
  padding: 5px;
  min-width: 100px;
}
.agreement-info-section table.purposes td:nth-child(3) {
  text-align: center;
}
.agreement-info-section table.purposes td input[type="checkbox"]:disabled {
  opacity: 0.6;
  background-color: grey;
}
.agreement-info-section table.purposes .head td {
  white-space: nowrap;
}
/* 03- accept section*/
.agreement-accept-panel {
  position: fixed;
  top: auto;
  bottom: 0;
  left: 0;
  right: auto;
  width: 100%;
  color: white;
  background: #333;
  z-index: 100;
}
.agreement-accept-panel .agreement-read-accept {
  padding: 15px;
  line-height: 2.5;
  font-size: 16px;
}
.agreement-accept-panel .agreement-read-accept .agreement-highlight {
  text-transform: uppercase;
  font-weight: bold;
  border: 3px solid rgba(0, 0, 0, 0);
  padding: 6px 6px 3px 3px;
}
.agreement-accept-panel .agreement-read-accept .agreement-highlight:hover {
  color: #1E9EC5;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.agreement-accept-panel .agreement-read-accept .agreement-highlight.required {
  border: 3px solid #1E9EC5;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.agreement-accept-panel .agreement-read-accept input[type='checkbox'] {
  margin: 0 5px 0 5px;
}
.agreement-accept-panel .agreement-buttons {
  margin: 10px auto 20px auto;
  border: none;
  padding: 0 20px 0 20px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  height: auto;
  overflow: auto;
  max-width: 800px;
}
.agreement-accept-panel .agreement-buttons .button-cell {
  min-width: 290px;
  margin: 10px 30px 10px 10px;
}
.agreement-accept-panel .agreement-buttons a {
  text-decoration: none;
}
.agreement-accept-panel .agreement-buttons .btnWrapper {
  display: block;
}
.agreement-accept-panel .agreement-buttons .btnWrapper a.btn {
  position: relative;
  display: inline-block;
  height: 60px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 260px;
  min-width: 100px;
  padding: 20px 25px 20px 25px;
  text-align: center;
  border: none;
  font-stretch: wider;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 16px !important;
}
.agreement-accept-panel .agreement-buttons .refuse-btn {
  display: block;
  float: left;
}
.agreement-accept-panel .agreement-buttons .refuse-btn a.rfs {
  font: 14px/18px 'open sans';
  color: #333;
  background-color: #eaeaea;
  float: left;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.agreement-accept-panel .agreement-buttons .refuse-btn a.rfs:hover {
  background-color: #d9d9d9;
}
.agreement-accept-panel .agreement-buttons .refuse-btn a.rfs:before {
  position: relative;
  margin-right: 10px;
  top: 1px;
  font-family: 'icomoon-free';
  content: '\ea0f';
}
.agreement-accept-panel .agreement-buttons .accept-btn {
  display: block;
  float: right;
}
.agreement-accept-panel .agreement-buttons .accept-btn a.acc {
  font: 14px/18px 'open sans';
  color: white;
  background-color: #167592;
  float: right;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.agreement-accept-panel .agreement-buttons .accept-btn a.acc:hover {
  background-color: #1E9EC5;
}
.agreement-accept-panel .agreement-buttons .accept-btn a.acc:before {
  position: relative;
  margin-right: 10px;
  top: 1px;
  font-family: 'icomoon-free';
  content: '\ea10';
}
.agreement-accept-panel .agreement-buttons .custom-claim-mode {
  width: 250px;
  margin-left: auto !important;
  margin-right: auto !important;
  float: none !important;
}
.cell-right {
  text-align: right;
  max-width: 100px;
}
.cell-left {
  text-align: left;
}
.cell-center {
  text-align: center;
}
.agreement-btn-description {
  font: 12px "open sans";
}
.agreement-accept-element {
  display: inline;
}
.agreement-btn-description {
  display: block;
}
.agreement-short {
  display: inline-block;
}
/* AGREEMENET CONTROL [responsive section]  */
@media screen and (max-width: 1050px) {
  .agreement-info-section .outer {
    width: 100%;
  }
  .agreement-info-section .info-block .inner {
    min-height: initial;
  }
  .agreement-info-section .info-block.contact {
    width: 100%;
    margin-right: 0;
  }
  .agreement-info-section .info-block.purposes {
    width: 100%;
    margin-left: 0;
  }
}
@media screen and (min-width: 1281px) and (-webkit-device-pixel-ratio: 1) {
  .info-block .content.purposes {
    font-size: 12px;
  }
}
@media screen and (min-width: 601px) and (max-width: 1280px) {
  .info-block .content.purposes {
    font-size: 12px;
  }
}
@media screen and (min-width: 601px) and (max-width: 1050px) {
  .agreement-read-accept {
    padding: 5px 20px 0 20px !important;
    line-height: 2 !important;
    font-size: 14px !important;
  }
  .agreement-read-accept input[type='checkbox'] {
    margin: 0 3px 0 3px !important;
    padding: 2px !important;
  }
}
@media screen and (max-width: 600px) {
  .divFillout.agreement-page {
    padding: 10px 0 10px 0;
    box-sizing: border-box;
  }
  .divFillout.agreement-page fieldset legend {
    padding-left: 10px;
    font-size: 16px;
    font-weight: bold;
  }
  .agreement-info-section .wrapper {
    margin-bottom: 30%;
  }
  .info-block.full {
    float: left;
    text-align: left;
  }
  .info-block .content.purposes {
    font-size: 10px !important;
    max-width: 70% !important;
    display: inline-block !important;
  }
  .agreement-buttons {
    width: 90% !important;
  }
  .agreement-buttons .button-cell {
    width: 90% !important;
    margin: 5px 30px 5px 10px !important;
    float: left;
    min-width: unset;
  }
  .agreement-buttons a {
    text-decoration: none;
  }
  .agreement-buttons .btnWrapper {
    display: block;
    float: left;
    width: 100% !important;
  }
  .agreement-buttons .btnWrapper a.btn {
    position: relative !important;
    display: inline-block !important;
    height: 35px !important;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px 15px 10px 15px !important;
    text-align: center;
    border: none;
    font-stretch: wider;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 14px !important;
    width: 100% !important;
  }
  .agreement-buttons .accept-btn,
  .agreement-buttons .refuse-btn {
    float: left !important;
  }
  .agreement-read-accept {
    padding: 5px 20px 0 20px !important;
    line-height: 2 !important;
    font-size: 14px !important;
  }
  .agreement-read-accept .agreement-highlight {
    text-transform: uppercase !important;
    font-weight: bold !important;
    padding: 3px 3px 1px 3px !important;
  }
  .agreement-read-accept .agreement-highlight.required {
    border-bottom: 3px solid #1E9EC5 !important;
    border-top-color: rgba(0, 0, 0, 0) !important;
    border-left-color: rgba(0, 0, 0, 0) !important;
    border-right-color: rgba(0, 0, 0, 0) !important;
  }
  .agreement-read-accept input[type='checkbox'] {
    margin: 0 3px 0 3px !important;
    padding: 2px !important;
  }
}
/* AGREEMENET CONTROL DESIGN [END CSS CODE] */
/* AGREEMENT CONTACT CONTROL DESIGN [BEGIN CSS CODE] */
.purpose-accept-icon:before {
  font-family: "icomoon-free";
  padding-right: 5px;
  content: "\ea10";
  color: #88c4d7;
}
.purpose-decline-icon:before {
  font-family: "icomoon-free";
  padding-right: 5px;
  content: "\ea0f";
}
.purpose-enddate-icon:before {
  font-family: "icomoon-free";
  padding-right: 5px;
  content: "\e953";
}
.ui-dialog-titlebar {
  border: none !important;
  background: #88c4d7 !important;
  height: 20px !important;
}
/* AGREEMENT CONTACT CONTROL DESIGN [END CSS CODE] */
@media screen and (min-width: 320px) and (max-width: 479px) {
  fieldset {
    padding: 10px 10px 20px 10px;
  }
  fieldset legend {
    font-size: 20px;
    padding: 0;
  }
  .top {
    padding-top: 48px;
    background: white url('../resources/unipoll_color.svg') no-repeat center top 5px;
    background-size: 200px;
  }
  .top,
  .data,
  .data-content {
    max-width: 100%;
  }
  .divFillout {
    padding: 20px 0 0 0;
    border-left: none;
    border-right: none;
    margin-bottom: unset;
  }
  .surveyHeading {
    font: 24px 'open sans';
    margin: 0 0 0 0;
    text-align: left;
    color: #1E9EC5;
    overflow: auto;
    padding: 10px;
    background-image: none;
    background-color: white;
  }
  .surveyHeading .surveyTitle {
    font-size: 24px;
    max-width: 100% !important;
  }
  .surveyHeading .surveyLogo {
    /*height: unset;
            min-height: unset;
            max-height: unset;
            height: 48px !important;
            float: none;
            width: 100%;
            background-position: center;*/
  }
  div.surveyDescription {
    padding: 0 10px;
  }
  span.surveyDescription {
    text-align: justify;
  }
  .upperControls {
    width: 100%;
    overflow: hidden;
    overflow-x: scroll;
    overflow-y: hidden;
    padding: 0 5px;
  }
  .lngContainer {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
  }
  .lngContainer .lngPanel {
    width: 100%;
  }
  .lngContainer .lngPanel .lngToggle {
    background-color: unset;
    height: 48px;
    padding-top: 15px;
  }
  .lngContainer .lngPanel .lngToggle:before {
    color: #333;
  }
  .lngContainer .lngPanel #nav:checked ~ .lngToggle {
    background-color: #333;
  }
  .lngContainer .lngPanel #nav:checked ~ .lngToggle:before {
    color: #999;
  }
  .lngContainer .lngPanel .lngList {
    top: 48px;
    position: absolute;
    width: unset;
    min-width: 100%;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 15px 0;
  }
  .lngContainer .lngList li {
    height: 48px;
  }
  .lngContainer .lngList li .selectableLanguages {
    padding-top: 15px;
  }
  .chapterInfo:not(:empty) {
    padding: 20px 10px;
  }
  .surveyvalidator span {
    margin: 0 10px;
  }
  .questiontable-answer .FullTableWidth {
    width: 100%;
  }
  .questiontable-answer .titleForAnswer {
    display: none;
  }
  .questiontable-answer .htmlGenericControl {
    float: none;
    min-height: 40px;
  }
  .questiontable-answer .SingleLineText,
  .questiontable-answer .EmailLineText {
    width: 100%;
  }
  .questiontable-answer .MultiTextBox {
    width: 100%;
    height: 90px;
    resize: vertical;
  }
  .questiontable-answer .CSSTextBox {
    Width: 930px;
    Height: 240px;
  }
  .questiontable-answer .DateTimeTextBox {
    width: 100%;
  }
  .questiontable-answer .dateTimeBox {
    width: 100%;
  }
  .questiontable-answer .dateTimeBox::-ms-clear {
    display: none;
  }
  .questiontable-answer .calendarbutton,
  .questiontable-answer .clearContent {
    margin-top: 0;
    margin-left: 0;
    min-height: 36px;
  }
  .questiontable-answer .clearContent {
    margin: 10px 0 0 0;
    width: 100%;
    top: 0;
  }
  .questiontable-answer .calendarbutton {
    top: 0;
    width: 100%;
    margin: 10px 0 0 0;
  }
  .questiontable-answer .NumberText {
    width: 100%;
  }
  .questiontable-answer .ShortTextBox {
    min-width: 100%;
  }
  .questiontable-answer .FullWidthTextBox {
    width: 100%;
  }
  .questiontable-answer .VeryShortTextBox {
    width: 20px;
  }
  .questiontable-answer .MiddleSizeTextBox {
    width: 360px;
  }
  .questiontable-answer .CellNumberTextBox {
    min-width: 120px;
  }
  .questiontable-answer .surveytable {
    width: 100%;
  }
  .questiontable-answer .surveytable thead tr th,
  .questiontable-answer .surveytable tbody tr td {
    min-height: 48px;
  }
  .questiontable-answer .surveytable .ShortTextBox {
    min-width: 120px;
  }
  .questiontable-answer .surveytable .SortTextBox {
    min-width: 120px;
  }
  .questiontable-answer .surveytable .FullWidthTextBox {
    min-width: 120px;
  }
  .questiontable-answer .surveytable .VeryShortTextBox {
    min-width: 120px;
  }
  .questiontable-answer .surveytable .MiddleSizeTextBox {
    min-width: 120px;
  }
  .questiontable-answer .surveytable .CellNumberTextBox {
    min-width: 120px;
  }
  .questiontable-answer .surveytable select {
    min-width: 120px;
  }
  .questiontable-answer .surveytable select:hover,
  .questiontable-answer .surveytable select:active,
  .questiontable-answer .surveytable select:focus {
    border-bottom: 1 px solid #333 !important;
  }
  .questiontable-answer .surveytablecell {
    height: 40px;
    display: table-cell;
  }
  .questiontable-answer thead tr {
    padding-bottom: 2px solid #c2c2c2;
  }
  .questiontable-answer .cellmouseover {
    background-color: unset !important;
    cursor: pointer;
  }
  .questiontable {
    margin-bottom: 40px;
  }
  .questiontable-headtable {
    font: 18px/24px 'open sans';
  }
  .questiontable-descriptioncell {
    overflow: auto;
  }
  .questiontable-contentcell {
    padding: 10px;
  }
  .questionTableWrap {
    padding: 0 5px 0 5px;
  }
  .questionType_MultiSelectList .selectlist-table input[type='checkbox'],
  .questionType_SingleSelectList .selectlist-table input[type='checkbox'],
  .questionType_ParameterSingleSelectList .selectlist-table input[type='checkbox'],
  .questionType_ParameterMultiSelectList .selectlist-table input[type='checkbox'],
  .questionType_MultiSelectList .selectlist-table input[type='radio'],
  .questionType_SingleSelectList .selectlist-table input[type='radio'],
  .questionType_ParameterSingleSelectList .selectlist-table input[type='radio'],
  .questionType_ParameterMultiSelectList .selectlist-table input[type='radio'] {
    top: 3px;
    float: right;
  }
  .questionType_MultiSelectList .selectlist-table label,
  .questionType_SingleSelectList .selectlist-table label,
  .questionType_ParameterSingleSelectList .selectlist-table label,
  .questionType_ParameterMultiSelectList .selectlist-table label {
    margin-left: 10px;
  }
  .questionType_MultiSelectList .rbDiv:nth-child(2n+0),
  .questionType_SingleSelectList .rbDiv:nth-child(2n+0),
  .questionType_ParameterSingleSelectList .rbDiv:nth-child(2n+0),
  .questionType_ParameterMultiSelectList .rbDiv:nth-child(2n+0) {
    background-color: transparent;
  }
  .questionType_MultiSelectList .rbDiv,
  .questionType_SingleSelectList .rbDiv,
  .questionType_ParameterSingleSelectList .rbDiv,
  .questionType_ParameterMultiSelectList .rbDiv {
    width: 100%;
    min-height: 48px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 8px;
    margin-bottom: 8px;
    padding-left: 10px;
  }
  .questionType_MultiSelectList .rbDiv:nth-child(2n+1),
  .questionType_SingleSelectList .rbDiv:nth-child(2n+1),
  .questionType_ParameterSingleSelectList .rbDiv:nth-child(2n+1),
  .questionType_ParameterMultiSelectList .rbDiv:nth-child(2n+1) {
    float: none;
  }
  .questionType_MultiSelectList .rbDiv:nth-child(2n),
  .questionType_SingleSelectList .rbDiv:nth-child(2n),
  .questionType_ParameterSingleSelectList .rbDiv:nth-child(2n),
  .questionType_ParameterMultiSelectList .rbDiv:nth-child(2n) {
    float: none;
  }
  .questionType_MultiSelectList .rbDiv.other,
  .questionType_SingleSelectList .rbDiv.other,
  .questionType_ParameterSingleSelectList .rbDiv.other,
  .questionType_ParameterMultiSelectList .rbDiv.other {
    height: auto;
  }
  .questionType_MultiSelectList .rbDiv.other input[type=text],
  .questionType_SingleSelectList .rbDiv.other input[type=text],
  .questionType_ParameterSingleSelectList .rbDiv.other input[type=text],
  .questionType_ParameterMultiSelectList .rbDiv.other input[type=text] {
    margin-top: 20px;
  }
  .questionType_MultiSelectList .rbDiv input,
  .questionType_SingleSelectList .rbDiv input,
  .questionType_ParameterSingleSelectList .rbDiv input,
  .questionType_ParameterMultiSelectList .rbDiv input {
    float: right;
    display: table-cell;
  }
  .questionType_MultiSelectList .rbDiv label,
  .questionType_SingleSelectList .rbDiv label,
  .questionType_ParameterSingleSelectList .rbDiv label,
  .questionType_ParameterMultiSelectList .rbDiv label {
    text-align: left;
    padding-right: 30px;
    padding-left: 0;
  }
  .questionType_Number .questiontable-answer div {
    width: 100%;
  }
  .questionType_Number .filterHelper {
    text-align: center;
    font-weight: 600;
    margin: 20px 0 10px 0;
  }
  .questionType_RatingStars .ratingStarRow {
    padding: 10px 0 10px 0;
    height: auto;
    overflow: auto;
  }
  .questionType_RatingStars .ratingStarRow:last-child {
    border: none;
  }
  .questionType_RatingStars .ratingStarRow .ratingStarRowTitle {
    display: block;
    width: auto;
    min-height: 22px;
    text-align: left;
    color: #333;
    font-weight: 600;
    font-size: 18px;
    padding: 14px 10px 0 0;
    margin: 0 0 10px 0;
    border: none;
    text-transform: uppercase;
  }
  .questionType_RatingStars .ratingStarRow .ratingStarValue {
    margin-top: 20px;
    float: none;
  }
  .questionType_RatingStars .ratingStarRow .ratingStarValue div {
    width: 100%;
    text-align: center;
  }
  .questionType_RatingStars .ratingStarRow .ratingStarValue div a {
    display: -webkit-flex;
    -webkit-justify-content: space-around;
    display: flex;
    justify-content: space-around;
  }
  .questionType_RatingStars .ratingStarRow .ratingStarValue span {
    width: 20%;
    min-height: 40px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 10px;
  }
  .questionType_RatingStars .ratingStarRow .star_rating {
    font-size: 20px;
    width: 36px;
    height: 36px;
    margin: 0;
    padding: 0;
    cursor: pointer;
    display: block;
    background-repeat: no-repeat;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    text-align: center;
    padding-left: 5px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .questionType_Sliders .sliderRow {
    margin-bottom: 30px;
    display: inline-block;
    clear: both;
    height: auto;
    width: 100%;
  }
  .questionType_Sliders .sliderRowTitle {
    text-align: left;
    width: 100%;
    padding: 0;
    display: inline-block;
    font-weight: 600;
    color: #333;
    margin-bottom: 10px;
    text-transform: uppercase;
  }
  .questionType_Sliders .sliderWidth {
    height: 40px;
    cursor: pointer;
    width: 75%;
    display: inline-block;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 15px;
  }
  .questionType_Sliders .cellSliderValueWidth {
    float: right;
    height: 40px;
    margin: 0 auto 0 auto;
    width: 20%;
    top: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .questionType_Sliders .cellSliderValueWidth:hover {
    top: 0;
  }
  .questionType_Sliders .cellSliderValueWidth input {
    width: 100%;
    margin: 0;
    font-size: 18px;
    height: 40px !important;
  }
  .questionType_TableWithMultiOptPerCell tbody tr td:before {
    max-width: 50% !important;
  }
  .questionType_Sorting ul.ui-sortable .ui-state-default {
    max-width: 100%;
  }
  .ProcessBar {
    margin-bottom: 20px;
    padding: 0 5px 0 5px;
  }
  .examTimer ~ div.buttons label.btnToggle {
    display: block;
  }
  .examTimer ~ .ProcessBar {
    margin-bottom: 55px;
  }
  .buttons {
    padding: 0 5px 0 5px;
    overflow: auto;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
  }
  .buttons .btnWrapper {
    margin: 0 0 0 0 !important;
  }
  .buttons #navButton:checked ~ .exam-buttons {
    bottom: 48px;
    transition: all 0.3s ease-out;
  }
  .buttons #navButton:checked ~ .exam-buttons:before {
    display: block;
    height: 100px;
    width: 100%;
    background-color: red;
  }
  .buttons #navButton:checked ~ .btnToggle {
    background-color: #666;
  }
  .buttons .exam-buttons {
    width: 100%;
    display: block;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: auto;
    position: fixed;
    bottom: -100%;
    right: 0;
    left: 0;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    margin-bottom: 0;
    z-index: 15;
    box-shadow: rgba(0, 0, 0, 0.4) 0 -2px 10px;
    transition: all 1s ease;
  }
  .buttons .exam-buttons .evalBtn,
  .buttons .exam-buttons .endBtn,
  .buttons .exam-buttons .editFilloutBtn,
  .buttons .exam-buttons .restartFilloutBtn,
  .buttons .exam-buttons .saveBtn {
    width: 100%;
    height: 48px !important;
    float: none;
    clear: both;
    display: block;
    margin: 0;
    border-top: 1px solid #d9d9d9;
  }
  .buttons .exam-buttons .evalBtn a.btn,
  .buttons .exam-buttons .endBtn a.btn,
  .buttons .exam-buttons .editFilloutBtn a.btn,
  .buttons .exam-buttons .restartFilloutBtn a.btn,
  .buttons .exam-buttons .saveBtn a.btn {
    text-align: left !important;
    width: 100% !important;
    height: 48px !important;
    padding-left: 15px;
    padding-top: 15px !important;
    font-size: 16px;
    background-color: white;
  }
  .buttons .exam-buttons .evalBtn a.btn:before,
  .buttons .exam-buttons .endBtn a.btn:before,
  .buttons .exam-buttons .editFilloutBtn a.btn:before,
  .buttons .exam-buttons .restartFilloutBtn a.btn:before,
  .buttons .exam-buttons .saveBtn a.btn:before {
    margin: 0 10px 0 0 !important;
  }
  .buttons .exam-buttons {
    bottom: 0px;
    position: relative !important;
    display: block !important;
    box-shadow: none;
    margin-bottom: 5px;
  }
  .buttons .exam-buttons .saveBtn a.save {
    font: 14px/18px 'open sans';
    color: #167592;
    text-align: center !important;
    /*border: 1px solid @main-color2;*/
  }
  .buttons .backBtn {
    display: inline-block;
    float: left;
    width: 50%;
    padding-right: 5px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .buttons .backBtn a.back {
    width: 100%;
    margin: 0;
  }
  .buttons .nextBtn {
    float: right;
    width: 50%;
    padding-left: 5px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .buttons .nextBtn a.next {
    width: 100%;
  }
  .buttons .backBtn.nobutton ~ .nextBtn {
    width: 100% !important;
  }
  .buttons .cancelBtn {
    clear: both;
    width: 100%;
    text-align: center;
    padding-top: 16px;
  }
  .buttons .cancelBtn a.cancel {
    float: none;
    border: none;
  }
  .buttons .nobutton {
    display: none !important;
  }
  .buttons .endEvalBtn a {
    width: 100%;
  }
  div[id*='pnlExamStart'] legend {
    text-align: left;
  }
  .examBase span {
    font: 14px/18px 'open sans';
    font-weight: 600;
    padding: 20px 10px 0 10px;
  }
  .examStartPageTable tr {
    display: block;
    margin-bottom: 16px;
  }
  .examStartPageTable td.visualizer-titlecell {
    display: inline-block !important;
    width: 100%;
    overflow: visible;
    height: auto;
    padding: 0;
    font-size: 13px;
    font-weight: 600;
  }
  .examStartPageTable td.visualizer-titlecell span {
    padding: 0;
  }
  .examStartPageTable td.visualizer-titlecell:first-child {
    padding: 0;
  }
  .examStartPageTable td.visualizer-contentcell {
    margin-top: 5px;
    display: inline-block !important;
    width: 100%;
    overflow: visible;
    height: auto;
    font-weight: 400;
    padding-left: 10px;
  }
  .examStartPageTable td.visualizer-contentcell span[id*='lblExamDescription'] {
    line-height: 1.5em;
    padding-left: 0;
    display: block;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .examStartPageTable td.visualizer-contentcell span[id*='lblExamDescription'] p {
    display: block;
    margin: 0 !important;
  }
  .examStartPageTable td.visualizer-contentcell.examDescription:not(:empty) {
    padding-bottom: 0;
  }
  .ExamFilloutResultTable .visualizer-contentcell {
    width: 50%;
    font-weight: 600;
    color: #333;
  }
  .fileUploadControl {
    width: 100%!important;
  }
  .fileuploadval {
    width: 100%!important;
  }
  .uploadButton {
    width: 100%;
  }
  .pagination-container {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    overflow: hidden;
    overflow-x: scroll;
    overflow-y: hidden;
  }
  .pagination {
    margin: 0 auto;
    font: 14px/24px 'open sans';
    display: inline-flex;
    display: -webkit-inline-flex;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    padding-bottom: 0;
  }
  .pagination .actualPage {
    font-weight: 700;
    color: #333;
  }
  .pagination span:nth-child(2n+1) {
    display: none;
  }
  .pagination span:nth-child(2) {
    padding-left: 10px;
  }
  .pagination .actualPage,
  .pagination a {
    float: left;
    margin-right: 10px;
    text-decoration: none;
    width: 40px;
    height: 40px !important;
    text-align: center;
    padding-top: 8px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .pagination a {
    border: 1px solid #c2c2c2;
    padding-top: 7px;
  }
  .pagination a:last-of-type {
    margin-right: 0;
  }
  .surveytable thead th,
  .surveytable tbody td,
  .surveytable tfoot td,
  .surveytablecell {
    height: unset;
    height: 48px !important;
  }
  .rbDiv,
  .surveytablecell {
    height: unset;
  }
  .rbDiv {
    width: 100%;
    min-height: 48px !important;
  }
  .selectlis-table label {
    padding-top: 4px;
    padding-left: unset;
    padding-left: 30px;
  }
  input[type='radio'],
  input[type='checkbox'] {
    height: 24px;
    width: 24px;
  }
  input[type='radio']:checked,
  input[type='checkbox']:checked {
    -webkit-box-shadow: inset 0 0 0 6px #ffffff;
    -moz-box-shadow: inset 0 0 0 6px #ffffff;
    box-shadow: inset 0 0 0 6px #ffffff;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
  }
  input[type='radio']:hover,
  input[type='checkbox']:hover {
    -moz-transition: all 0s linear;
    -o-transition: all 0s linear;
    -webkit-transition: all 0s linear;
    transition: all 0s linear;
  }
  input[type='radio']:focus,
  input[type='checkbox']:focus {
    outline: 0;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
  }
  .ui-slider-handle.ui-state-default.ui-corner-all {
    width: 24px !important;
    height: 24px !important;
    top: -8px !important;
  }
  .questionType_Lyukasszoveg {
    /*input.EvaulateSubstituentQuestion {
                height: unset;
            }

            select.EvaulateSubstituentQuestion {
                height: unset;
            }*/
  }
  .questionType_Lyukasszoveg .questiontable-answer {
    line-height: 40px;
  }
  .examTimer {
    display: block;
    position: fixed;
    top: unset;
    bottom: 0 !important;
    right: 0;
    width: 100%;
    height: 48px;
    background-color: #333;
    padding-top: 10px;
    color: white !important;
    font-weight: 600 !important;
    font: 400 18px/22px 'open sans';
    z-index: 90;
    opacity: 0.9;
  }
  .questiontable-contentcell {
    padding: 10px;
  }
  .questionType_TableWithMultiOptPerRow .questiontable-contentcell,
  .questionType_TableWithMultiOptPerCell .questiontable-contentcell,
  .questionType_TableWithSingleOptPerRow .questiontable-contentcell,
  .questionType_TableWithSingleLinePerCell .questiontable-contentcell,
  .questionType_TableWithTextBoxPerCell .questiontable-contentcell {
    margin: 0;
  }
  .questionType_TableWithMultiOptPerRow .surveytable thead,
  .questionType_TableWithMultiOptPerCell .surveytable thead,
  .questionType_TableWithSingleOptPerRow .surveytable thead,
  .questionType_TableWithSingleLinePerCell .surveytable thead,
  .questionType_TableWithTextBoxPerCell .surveytable thead,
  .questionType_TableWithMultiOptPerRow .surveytable thead tr,
  .questionType_TableWithMultiOptPerCell .surveytable thead tr,
  .questionType_TableWithSingleOptPerRow .surveytable thead tr,
  .questionType_TableWithSingleLinePerCell .surveytable thead tr,
  .questionType_TableWithTextBoxPerCell .surveytable thead tr {
    height: 1px;
  }
  .questionType_TableWithMultiOptPerRow .surveytable th,
  .questionType_TableWithMultiOptPerCell .surveytable th,
  .questionType_TableWithSingleOptPerRow .surveytable th,
  .questionType_TableWithSingleLinePerCell .surveytable th,
  .questionType_TableWithTextBoxPerCell .surveytable th {
    display: none;
  }
  .questionType_TableWithMultiOptPerRow .surveytable .cellmouseover,
  .questionType_TableWithMultiOptPerCell .surveytable .cellmouseover,
  .questionType_TableWithSingleOptPerRow .surveytable .cellmouseover,
  .questionType_TableWithSingleLinePerCell .surveytable .cellmouseover,
  .questionType_TableWithTextBoxPerCell .surveytable .cellmouseover {
    background-color: none;
  }
  .questionType_TableWithMultiOptPerRow .surveytable tr:nth-child(2n+0),
  .questionType_TableWithMultiOptPerCell .surveytable tr:nth-child(2n+0),
  .questionType_TableWithSingleOptPerRow .surveytable tr:nth-child(2n+0),
  .questionType_TableWithSingleLinePerCell .surveytable tr:nth-child(2n+0),
  .questionType_TableWithTextBoxPerCell .surveytable tr:nth-child(2n+0) {
    background-color: transparent;
  }
  .questionType_TableWithMultiOptPerRow .surveytable tbody tr td,
  .questionType_TableWithMultiOptPerCell .surveytable tbody tr td,
  .questionType_TableWithSingleOptPerRow .surveytable tbody tr td,
  .questionType_TableWithSingleLinePerCell .surveytable tbody tr td,
  .questionType_TableWithTextBoxPerCell .surveytable tbody tr td {
    clear: both;
    display: block;
    min-width: 100%;
    position: relative;
    text-align: right;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 12px 0 10px 0;
    min-height: 48px;
    border: none;
    height: auto !important;
    overflow: visible;
  }
  .questionType_TableWithMultiOptPerRow .surveytable tbody tr td:first-child,
  .questionType_TableWithMultiOptPerCell .surveytable tbody tr td:first-child,
  .questionType_TableWithSingleOptPerRow .surveytable tbody tr td:first-child,
  .questionType_TableWithSingleLinePerCell .surveytable tbody tr td:first-child,
  .questionType_TableWithTextBoxPerCell .surveytable tbody tr td:first-child {
    width: 100%;
    height: auto !important;
    text-align: left;
    color: #333;
    font-weight: 600;
    font-size: 18px;
    padding: 14px 10px 0 10px;
    margin: 0 0 10px 0;
    text-transform: uppercase;
    background-color: #eaeaea;
  }
  .questionType_TableWithMultiOptPerRow .surveytable tbody tr td:first-child:before,
  .questionType_TableWithMultiOptPerCell .surveytable tbody tr td:first-child:before,
  .questionType_TableWithSingleOptPerRow .surveytable tbody tr td:first-child:before,
  .questionType_TableWithSingleLinePerCell .surveytable tbody tr td:first-child:before,
  .questionType_TableWithTextBoxPerCell .surveytable tbody tr td:first-child:before {
    display: none;
  }
  .questionType_TableWithMultiOptPerRow .surveytable tbody tr td:before,
  .questionType_TableWithMultiOptPerCell .surveytable tbody tr td:before,
  .questionType_TableWithSingleOptPerRow .surveytable tbody tr td:before,
  .questionType_TableWithSingleLinePerCell .surveytable tbody tr td:before,
  .questionType_TableWithTextBoxPerCell .surveytable tbody tr td:before {
    display: inline-block;
    position: relative;
    float: left;
    content: attr(data-col);
    text-align: left;
    left: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-right: 10px;
    vertical-align: middle;
    height: auto;
    max-width: 80%;
  }
  .questionType_TableWithMultiOptPerRow .surveytable tbody tr td input,
  .questionType_TableWithMultiOptPerCell .surveytable tbody tr td input,
  .questionType_TableWithSingleOptPerRow .surveytable tbody tr td input,
  .questionType_TableWithSingleLinePerCell .surveytable tbody tr td input,
  .questionType_TableWithTextBoxPerCell .surveytable tbody tr td input {
    float: right;
    display: inline-block;
    margin: 0;
    margin-right: 10px;
  }
  .questionType_TableWithMultiOptPerRow .surveytable tbody tr,
  .questionType_TableWithMultiOptPerCell .surveytable tbody tr,
  .questionType_TableWithSingleOptPerRow .surveytable tbody tr,
  .questionType_TableWithSingleLinePerCell .surveytable tbody tr,
  .questionType_TableWithTextBoxPerCell .surveytable tbody tr {
    display: block;
    width: 100%;
    height: auto;
    float: none;
    margin-bottom: 10px;
    border: unset !important;
  }
  .questionType_TableWithMultiOptPerRow .surveytable tbody tr:last-child,
  .questionType_TableWithMultiOptPerCell .surveytable tbody tr:last-child,
  .questionType_TableWithSingleOptPerRow .surveytable tbody tr:last-child,
  .questionType_TableWithSingleLinePerCell .surveytable tbody tr:last-child,
  .questionType_TableWithTextBoxPerCell .surveytable tbody tr:last-child {
    margin-bottom: 0;
  }
  .questionType_TableWithMultiOptPerRow .cellmouseover,
  .questionType_TableWithMultiOptPerCell .cellmouseover,
  .questionType_TableWithSingleOptPerRow .cellmouseover,
  .questionType_TableWithSingleLinePerCell .cellmouseover,
  .questionType_TableWithTextBoxPerCell .cellmouseover {
    background-color: none !IMPORTANT;
  }
  .questionType_TableWithMultiOptPerCell .surveytable tbody tr,
  .questionType_TableWithSingleLinePerCell .surveytable tbody tr,
  .questionType_TableWithTextBoxPerCell .surveytable tbody tr {
    margin-top: 20px;
  }
  .questionType_TableWithMultiOptPerCell .surveytable tbody tr:first-child,
  .questionType_TableWithSingleLinePerCell .surveytable tbody tr:first-child,
  .questionType_TableWithTextBoxPerCell .surveytable tbody tr:first-child {
    margin-top: 0;
  }
  .questionType_TableWithMultiOptPerCell .surveytable tbody tr td:before,
  .questionType_TableWithSingleLinePerCell .surveytable tbody tr td:before,
  .questionType_TableWithTextBoxPerCell .surveytable tbody tr td:before {
    max-width: 50%;
    float: left;
  }
  .questionType_TableWithMultiOptPerCell .surveytable tbody tr td select,
  .questionType_TableWithSingleLinePerCell .surveytable tbody tr td select,
  .questionType_TableWithTextBoxPerCell .surveytable tbody tr td select,
  .questionType_TableWithMultiOptPerCell .surveytable tbody tr td input[type='text'],
  .questionType_TableWithSingleLinePerCell .surveytable tbody tr td input[type='text'],
  .questionType_TableWithTextBoxPerCell .surveytable tbody tr td input[type='text'] {
    float: right;
    max-width: 40%;
    font-size: 16px;
    display: inline-block;
    top: -4px;
    position: relative;
  }
  .questionType_LikertScale .questiontable-contentcell {
    margin: 0;
  }
  .questionType_LikertScale .surveytable thead,
  .questionType_LikertScale .surveytable thead tr {
    height: 1px;
  }
  .questionType_LikertScale .surveytable th {
    display: none;
  }
  .questionType_LikertScale .surveytable .cellmouseover {
    background-color: none;
  }
  .questionType_LikertScale .surveytable tbody tr td {
    display: block;
    min-width: 100%;
    position: relative;
    text-align: right;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 0 10px 0;
    padding-left: 50%;
    min-height: 48px;
  }
  .questionType_LikertScale .surveytable tbody tr td:first-child {
    display: block;
    width: 100%;
    padding: 0;
    height: auto !important;
    text-align: left;
    color: #333;
    font-weight: 600;
    font-size: 18px;
    padding-left: 10px;
    padding-top: 14px;
    margin: 0 0 10px 0;
    border: none;
    text-transform: uppercase;
    background-color: #eaeaea;
  }
  .questionType_LikertScale .surveytable tbody tr td:first-child:before {
    display: none;
  }
  .questionType_LikertScale .surveytable tbody tr td:before {
    display: table-cell;
    position: absolute;
    float: left;
    content: attr(data-col);
    text-align: left;
    left: 10px;
    max-width: 80%;
    vertical-align: middle;
    height: auto;
    font-size: 14px;
  }
  .questionType_LikertScale .surveytable tbody tr td input {
    position: relative;
    margin: 0;
  }
  .questionType_LikertScale .surveytable tbody tr {
    display: block;
    width: 100%;
    height: auto;
    float: none;
    margin-bottom: 10px;
    border: unset !important;
  }
  .questionType_LikertScale .surveytable tbody tr:last-child {
    margin-bottom: 0;
  }
  .questionType_LikertScale .cellmouseover {
    background-color: none !IMPORTANT;
  }
  .questionType_LikertScale select {
    margin-top: 3px;
    width: 100% !important;
    min-height: 40px !important;
    font-size: 16px;
  }
  .questionType_GroupingPerPairing .dragNdrop > div {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    text-align: justify;
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .questionType_GroupingPerPairing .dragNdrop > div > ul {
    width: 50%;
    margin-right: 0;
    padding: 5px;
    display: block;
    list-style-type: none;
    margin: 0;
    float: left;
    text-align: center;
  }
  .questionType_GroupingPerPairing .dropabbleTargets {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    display: block;
    text-align: left;
    width: 50%;
    float: right;
    white-space: pre-wrap;
    height: auto;
  }
  .questionType_GroupingPerPairing .dropabbleTargets > ul {
    float: none;
    cleaR: both;
    width: 100%;
    margin: 0 0 5px 0;
    min-height: 40px;
    display: block;
    list-style-type: none;
  }
  .questionType_GroupingPerPairing .dropabbleTargets > ul:last-child {
    margin-bottom: 0;
  }
  .surveytablecell.cellmouseover {
    background-color: white !important;
  }
}
@media screen and (min-width: 480px) and (max-width: 719px) and (-webkit-min-device-pixel-ratio: 1.1) {
  .top,
  .data,
  .data-content {
    max-width: 100%;
  }
  .top {
    padding-top: 48px;
    background: white url('../resources/unipoll_color.svg') no-repeat center top 5px;
    background-size: 200px;
  }
  .surveyTitle {
    font-size: 24px;
    max-width: 100% !important;
  }
  .divFillout {
    margin-bottom: 40px;
  }
  .lngContainer {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
  }
  .lngContainer .lngPanel {
    width: 100%;
  }
  .lngContainer .lngPanel .lngToggle {
    background-color: unset;
    height: 48px;
    padding-top: 15px;
  }
  .lngContainer .lngPanel .lngToggle:before {
    color: #333;
  }
  .lngContainer .lngPanel #nav:checked ~ .lngToggle {
    background-color: #333;
  }
  .lngContainer .lngPanel #nav:checked ~ .lngToggle:before {
    color: #999;
  }
  .lngContainer .lngPanel .lngList {
    top: 48px;
    position: absolute;
    width: unset;
    min-width: 100%;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 15px 0;
  }
  .lngContainer .lngList li {
    height: 48px;
  }
  .lngContainer .lngList li .selectableLanguages {
    padding-top: 15px;
  }
  .surveyHeading {
    font: 24px 'open sans';
    margin: 0 0 0 0;
    text-align: left;
    color: #1E9EC5;
    overflow: auto;
    padding: 0 10px 16px 10px;
    background-image: none;
    background-color: white;
  }
  .surveyHeading .surveyTitle {
    padding-top: 10px;
  }
  .rbDiv {
    width: 100%;
    min-height: 48px;
  }
  .ExamFilloutResultTable .visualizer-contentcell {
    width: 50%;
    font-weight: 600;
    color: #333;
  }
  .questionType_Sliders .sliderRow {
    margin-bottom: 30px;
    display: inline-block;
    clear: both;
    height: auto;
    width: 100%;
  }
  .questionType_Sliders .sliderRowTitle {
    text-align: left;
    width: 100%;
    padding: 0;
    display: inline-block;
    font-weight: 600;
    color: #333;
    margin-bottom: 10px;
    text-transform: uppercase;
  }
  .questionType_Sliders .sliderWidth {
    height: 40px;
    cursor: pointer;
    width: 75%;
    display: inline-block;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 15px;
  }
  .questionType_Sliders .sliderWidth .ui-slider-handle.ui-state-default.ui-corner-all {
    width: 24px;
    height: 24px;
    top: -8px;
  }
  .questionType_Sliders .cellSliderValueWidth {
    float: right;
    height: 40px;
    margin: 0 auto 0 auto;
    width: 20%;
    top: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .questionType_Sliders .cellSliderValueWidth:hover {
    top: 0;
  }
  .questionType_Sliders .cellSliderValueWidth input {
    width: 100%;
    margin: 0;
    font-size: 18px;
    height: 40px !important;
  }
  .questionType_RatingStars .ratingStarRow {
    padding: 10px 0 10px 0;
    height: auto;
    overflow: auto;
  }
  .questionType_RatingStars .ratingStarRow:last-child {
    border: none;
  }
  .questionType_RatingStars .ratingStarRow .ratingStarValue {
    float: right;
    width: 60%;
  }
  .questionType_RatingStars .ratingStarRow .ratingStarValue span {
    min-height: 40px;
    min-width: 40px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 10px;
  }
  .questionType_RatingStars .ratingStarRow .star_rating {
    font-size: 20px;
    width: 36px;
    height: 36px;
    margin: 0;
    padding: 0;
    cursor: pointer;
    display: block;
    background-repeat: no-repeat;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    text-align: center;
    padding-left: 5px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  th.surveytablecell {
    text-align: center;
    font-weight: 600;
  }
  .fileUploadControl {
    width: 100%!important;
  }
  .fileuploadval {
    width: 100%!important;
  }
  .pagination-container {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    overflow: hidden;
    overflow-x: scroll;
    overflow-y: hidden;
  }
  .pagination {
    margin: 0 auto;
    font: 14px/24px 'open sans';
    display: inline-flex;
    display: -webkit-inline-flex;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    padding-bottom: 0;
  }
  .pagination .actualPage {
    font-weight: 700;
    color: #333;
  }
  .pagination span:nth-child(2n+1) {
    display: none;
  }
  .pagination span:nth-child(2) {
    padding-left: 10px;
  }
  .pagination .actualPage,
  .pagination a {
    float: left;
    margin-right: 10px;
    text-decoration: none;
    width: 40px;
    height: 40px !important;
    text-align: center;
    padding-top: 8px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .pagination a {
    border: 1px solid #c2c2c2;
    padding-top: 7px;
  }
  .pagination a:last-of-type {
    margin-right: 0;
  }
  .surveytable thead th,
  .surveytable tbody td,
  .surveytable tfoot td,
  .surveytablecell {
    height: unset;
    height: 48px !important;
  }
  .rbDiv,
  .surveytablecell {
    height: unset;
  }
  .rbDiv {
    width: 100%;
    min-height: 48px !important;
  }
  .selectlis-table label {
    padding-top: 4px;
    padding-left: unset;
    padding-left: 30px;
  }
  input[type='radio'],
  input[type='checkbox'] {
    height: 24px;
    width: 24px;
  }
  input[type='radio']:checked,
  input[type='checkbox']:checked {
    -webkit-box-shadow: inset 0 0 0 6px #ffffff;
    -moz-box-shadow: inset 0 0 0 6px #ffffff;
    box-shadow: inset 0 0 0 6px #ffffff;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
  }
  input[type='radio']:hover,
  input[type='checkbox']:hover {
    -moz-transition: all 0s linear;
    -o-transition: all 0s linear;
    -webkit-transition: all 0s linear;
    transition: all 0s linear;
  }
  input[type='radio']:focus,
  input[type='checkbox']:focus {
    outline: 0;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
  }
  .ui-slider-handle.ui-state-default.ui-corner-all {
    width: 24px !important;
    height: 24px !important;
    top: -8px !important;
  }
  .questionType_Lyukasszoveg {
    /*input.EvaulateSubstituentQuestion {
                height: unset;
            }

            select.EvaulateSubstituentQuestion {
                height: unset;
            }*/
  }
  .questionType_Lyukasszoveg .questiontable-answer {
    line-height: 40px;
  }
  .examTimer {
    display: block;
    position: fixed;
    top: unset;
    bottom: 0 !important;
    right: 0;
    width: 100%;
    height: 48px;
    background-color: #333;
    padding-top: 10px;
    color: white !important;
    font-weight: 600 !important;
    font: 400 18px/22px 'open sans';
    z-index: 90;
    opacity: 0.9;
  }
}
@media screen and (min-width: 720px) and (max-width: 1280px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1.1) {
  .top,
  .data,
  .data-content {
    max-width: 100% !important;
  }
  .top {
    margin: 0;
    padding-top: 48px !important;
    background: white url('../resources/unipoll_color.svg') no-repeat center top 5px;
    background-size: 200px;
  }
  .surveyHeading {
    padding-bottom: 14px;
  }
  .surveyTitle {
    font-size: 34px;
    width: 100%;
    max-width: 100% !important;
  }
  .lngContainer {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
  }
  .lngContainer .lngPanel {
    width: 100%;
  }
  .lngContainer .lngPanel .lngToggle {
    background-color: unset;
    height: 48px;
    padding-top: 15px;
  }
  .lngContainer .lngPanel .lngToggle:before {
    color: #333;
  }
  .lngContainer .lngPanel #nav:checked ~ .lngToggle {
    background-color: #333;
  }
  .lngContainer .lngPanel #nav:checked ~ .lngToggle:before {
    color: #999;
  }
  .lngContainer .lngPanel .lngList {
    top: 48px;
    position: absolute;
    width: unset;
    min-width: 100%;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 15px 0;
  }
  .lngContainer .lngList li {
    height: 48px;
  }
  .lngContainer .lngList li .selectableLanguages {
    padding-top: 15px;
  }
  .divFillout {
    margin-bottom: 48px;
  }
  .questionType_RatingStars .ratingStarRow {
    padding: 10px 0 10px 0;
    height: auto;
    overflow: auto;
  }
  .questionType_RatingStars .ratingStarRow:last-child {
    border: none;
  }
  .questionType_RatingStars .ratingStarRow .ratingStarValue {
    float: right;
    width: 50%;
  }
  .questionType_RatingStars .ratingStarRow .ratingStarValue span {
    min-height: 40px;
    min-width: 40px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 10px;
  }
  .questionType_RatingStars .ratingStarRow .star_rating {
    font-size: 20px;
    width: 36px;
    height: 36px;
    margin: 0;
    padding: 0;
    cursor: pointer;
    display: block;
    background-repeat: no-repeat;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    text-align: center;
    padding-left: 5px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .fileUploadControl {
    width: 100%!important;
  }
  .fileuploadval {
    width: 100%!important;
  }
  .pagination-container {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    overflow: hidden;
    overflow-x: scroll;
    overflow-y: hidden;
  }
  .pagination {
    margin: 0 auto;
    font: 14px/24px 'open sans';
    display: inline-flex;
    display: -webkit-inline-flex;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    padding-bottom: 0;
  }
  .pagination .actualPage {
    font-weight: 700;
    color: #333;
  }
  .pagination span:nth-child(2n+1) {
    display: none;
  }
  .pagination span:nth-child(2) {
    padding-left: 10px;
  }
  .pagination .actualPage,
  .pagination a {
    float: left;
    margin-right: 10px;
    text-decoration: none;
    width: 40px;
    height: 40px !important;
    text-align: center;
    padding-top: 8px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .pagination a {
    border: 1px solid #c2c2c2;
    padding-top: 7px;
  }
  .pagination a:last-of-type {
    margin-right: 0;
  }
  .surveytable thead th,
  .surveytable tbody td,
  .surveytable tfoot td,
  .surveytablecell {
    height: unset;
    height: 48px !important;
  }
  .rbDiv,
  .surveytablecell {
    height: unset;
  }
  .rbDiv {
    width: 100%;
    min-height: 48px !important;
  }
  .selectlis-table label {
    padding-top: 4px;
    padding-left: unset;
    padding-left: 30px;
  }
  input[type='radio'],
  input[type='checkbox'] {
    height: 24px;
    width: 24px;
  }
  input[type='radio']:checked,
  input[type='checkbox']:checked {
    -webkit-box-shadow: inset 0 0 0 6px #ffffff;
    -moz-box-shadow: inset 0 0 0 6px #ffffff;
    box-shadow: inset 0 0 0 6px #ffffff;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
  }
  input[type='radio']:hover,
  input[type='checkbox']:hover {
    -moz-transition: all 0s linear;
    -o-transition: all 0s linear;
    -webkit-transition: all 0s linear;
    transition: all 0s linear;
  }
  input[type='radio']:focus,
  input[type='checkbox']:focus {
    outline: 0;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
  }
  .ui-slider-handle.ui-state-default.ui-corner-all {
    width: 24px !important;
    height: 24px !important;
    top: -8px !important;
  }
  .questionType_Lyukasszoveg {
    /*input.EvaulateSubstituentQuestion {
                height: unset;
            }

            select.EvaulateSubstituentQuestion {
                height: unset;
            }*/
  }
  .questionType_Lyukasszoveg .questiontable-answer {
    line-height: 40px;
  }
  .examTimer {
    display: block;
    position: fixed;
    top: unset;
    bottom: 0 !important;
    right: 0;
    width: 100%;
    height: 48px;
    background-color: #333;
    padding-top: 10px;
    color: white !important;
    font-weight: 600 !important;
    font: 400 18px/22px 'open sans';
    z-index: 90;
    opacity: 0.9;
  }
}
@media screen and (min-width: 720px) and (max-width: 1280px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.1) {
  .top,
  .data,
  .data-content {
    max-width: 100%;
  }
  .top {
    margin: 0;
    padding-top: 60px !important;
    background: white url('../resources/unipoll_color.svg') no-repeat center top 15px;
    background-size: 200px;
  }
  .surveyHeading {
    padding-bottom: 14px;
  }
  .surveyTitle {
    font-size: 34px;
    max-width: 100% !important;
  }
  .divFillout {
    margin-bottom: 48px;
  }
  .questionType_RatingStars .ratingStarRow {
    padding: 10px 0 10px 0;
    height: auto;
    overflow: auto;
  }
  .questionType_RatingStars .ratingStarRow:last-child {
    border: none;
  }
  .questionType_RatingStars .ratingStarRow .ratingStarValue {
    float: right;
    width: 50%;
  }
  .questionType_RatingStars .ratingStarRow .ratingStarValue span {
    min-height: 40px;
    min-width: 40px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 10px;
  }
  .questionType_RatingStars .ratingStarRow .star_rating {
    font-size: 20px;
    width: 36px;
    height: 36px;
    margin: 0;
    padding: 0;
    cursor: pointer;
    display: block;
    background-repeat: no-repeat;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    text-align: center;
    padding-left: 5px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .fileUploadControl {
    width: 100%!important;
  }
  .fileuploadval {
    width: 100%!important;
  }
  .pagination-container {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    overflow: hidden;
    overflow-x: scroll;
    overflow-y: hidden;
  }
  .pagination {
    margin: 0 auto;
    font: 14px/24px 'open sans';
    display: inline-flex;
    display: -webkit-inline-flex;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    padding-bottom: 0;
  }
  .pagination .actualPage {
    font-weight: 700;
    color: #333;
  }
  .pagination span:nth-child(2n+1) {
    display: none;
  }
  .pagination span:nth-child(2) {
    padding-left: 10px;
  }
  .pagination .actualPage,
  .pagination a {
    float: left;
    margin-right: 10px;
    text-decoration: none;
    width: 40px;
    height: 40px !important;
    text-align: center;
    padding-top: 8px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .pagination a {
    border: 1px solid #c2c2c2;
    padding-top: 7px;
  }
  .pagination a:last-of-type {
    margin-right: 0;
  }
  .surveytable thead th,
  .surveytable tbody td,
  .surveytable tfoot td,
  .surveytablecell {
    height: unset;
    height: 48px !important;
  }
  .rbDiv,
  .surveytablecell {
    height: unset;
  }
  .rbDiv {
    width: 100%;
    min-height: 48px !important;
  }
  .selectlis-table label {
    padding-top: 4px;
    padding-left: unset;
    padding-left: 30px;
  }
  input[type='radio'],
  input[type='checkbox'] {
    height: 24px;
    width: 24px;
  }
  input[type='radio']:checked,
  input[type='checkbox']:checked {
    -webkit-box-shadow: inset 0 0 0 6px #ffffff;
    -moz-box-shadow: inset 0 0 0 6px #ffffff;
    box-shadow: inset 0 0 0 6px #ffffff;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
  }
  input[type='radio']:hover,
  input[type='checkbox']:hover {
    -moz-transition: all 0s linear;
    -o-transition: all 0s linear;
    -webkit-transition: all 0s linear;
    transition: all 0s linear;
  }
  input[type='radio']:focus,
  input[type='checkbox']:focus {
    outline: 0;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
  }
  .ui-slider-handle.ui-state-default.ui-corner-all {
    width: 24px !important;
    height: 24px !important;
    top: -8px !important;
  }
  .questionType_Lyukasszoveg {
    /*input.EvaulateSubstituentQuestion {
                height: unset;
            }

            select.EvaulateSubstituentQuestion {
                height: unset;
            }*/
  }
  .questionType_Lyukasszoveg .questiontable-answer {
    line-height: 40px;
  }
  .examTimer {
    display: block;
    position: fixed;
    top: unset;
    bottom: 0 !important;
    right: 0;
    width: 100%;
    height: 48px;
    background-color: #333;
    padding-top: 10px;
    color: white !important;
    font-weight: 600 !important;
    font: 400 18px/22px 'open sans';
    z-index: 90;
    opacity: 0.9;
  }
}
@media screen and (min-width: 768px) and (max-width: 992px) and (-webkit-max-device-pixel-ratio: 1) {
  .top,
  .data {
    max-width: 100%;
  }
  .surveyTitle {
    font-size: 34px;
    max-width: 75%;
  }
  .fileUploadControl {
    width: 100%!important;
  }
  .fileuploadval {
    width: 100%!important;
  }
}
@media screen and (min-width: 993px) and (max-width: 1280px) and (-webkit-device-pixel-ratio: 1) {
  .top,
  .data,
  .data-content {
    max-width: 970px;
  }
}
@media screen and (min-width: 1281px) and (-webkit-device-pixel-ratio: 1) {
  .top,
  .data,
  .data-content {
    max-width: 1170px;
  }
}
@media screen and (min-device-width: 1200px) and (max-device-width: 1600px) and (-webkit-min-device-pixel-ratio: 2) and (min-resolution: 192dpi) {
  .top,
  .data,
  .data-content {
    max-width: 1170px;
  }
}
@media screen (max-width: 1199px) and (-webkit-min-device-pixel-ratio: 1.1) {
  input {
    background-color: black;
  }
  .surveytable thead th,
  .surveytable tbody td,
  .surveytable tfoot td,
  .surveytablecell {
    height: unset;
    height: 48px !important;
  }
  .rbDiv,
  .surveytablecell {
    height: unset;
  }
  .rbDiv {
    width: 100%;
    min-height: 48px !important;
  }
  .selectlis-table label {
    padding-top: 4px;
    padding-left: unset;
    padding-left: 30px;
  }
  input[type='radio'],
  input[type='checkbox'] {
    height: 24px;
    width: 24px;
  }
  input[type='radio']:checked,
  input[type='checkbox']:checked {
    -webkit-box-shadow: inset 0 0 0 6px #ffffff;
    -moz-box-shadow: inset 0 0 0 6px #ffffff;
    box-shadow: inset 0 0 0 6px #ffffff;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
  }
  input[type='radio']:hover,
  input[type='checkbox']:hover {
    -moz-transition: all 0s linear;
    -o-transition: all 0s linear;
    -webkit-transition: all 0s linear;
    transition: all 0s linear;
  }
  input[type='radio']:focus,
  input[type='checkbox']:focus {
    outline: 0;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
  }
  .ui-slider-handle.ui-state-default.ui-corner-all {
    width: 24px !important;
    height: 24px !important;
    top: -8px !important;
  }
  .questionType_Lyukasszoveg {
    /*input.EvaulateSubstituentQuestion {
                height: unset;
            }

            select.EvaulateSubstituentQuestion {
                height: unset;
            }*/
  }
  .questionType_Lyukasszoveg .questiontable-answer {
    line-height: 40px;
  }
  .pagination-container {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    overflow: hidden;
    overflow-x: scroll;
    overflow-y: hidden;
  }
  .pagination {
    margin: 0 auto;
    font: 14px/24px 'open sans';
    display: inline-flex;
    display: -webkit-inline-flex;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    padding-bottom: 0;
  }
  .pagination .actualPage {
    font-weight: 700;
    color: #333;
  }
  .pagination span:nth-child(2n+1) {
    display: none;
  }
  .pagination span:nth-child(2) {
    padding-left: 10px;
  }
  .pagination .actualPage,
  .pagination a {
    float: left;
    margin-right: 10px;
    text-decoration: none;
    width: 40px;
    height: 40px !important;
    text-align: center;
    padding-top: 8px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .pagination a {
    border: 1px solid #c2c2c2;
    padding-top: 7px;
  }
  .pagination a:last-of-type {
    margin-right: 0;
  }
  .examTimer {
    display: block;
    position: fixed;
    top: unset;
    bottom: 0 !important;
    right: 0;
    width: 100%;
    height: 48px;
    background-color: #333;
    padding-top: 10px;
    color: white !important;
    font-weight: 600 !important;
    font: 400 18px/22px 'open sans';
    z-index: 90;
    opacity: 0.9;
  }
}
@media screen and (max-width: 767px) and (-webkit-device-pixel-ratio: 1) {
  .ExamFilloutResultTable .visualizer-contentcell {
    width: 50%;
  }
  .surveyTitle {
    font-size: 34px;
    max-width: 75%;
  }
  .fileUploadControl {
    width: 100%!important;
  }
  .fileuploadval {
    width: 100%!important;
  }
}
@media screen and (max-width: 599px) and (-webkit-min-device-pixel-ratio: 1.1) {
  .fileUploadControl {
    width: 100%!important;
  }
  .fileuploadval {
    width: 100%!important;
  }
  .questiontable-contentcell {
    padding: 10px;
  }
  .questionType_TableWithMultiOptPerRow .questiontable-contentcell,
  .questionType_TableWithMultiOptPerCell .questiontable-contentcell,
  .questionType_TableWithSingleOptPerRow .questiontable-contentcell,
  .questionType_TableWithSingleLinePerCell .questiontable-contentcell,
  .questionType_TableWithTextBoxPerCell .questiontable-contentcell {
    margin: 0;
  }
  .questionType_TableWithMultiOptPerRow .surveytable thead,
  .questionType_TableWithMultiOptPerCell .surveytable thead,
  .questionType_TableWithSingleOptPerRow .surveytable thead,
  .questionType_TableWithSingleLinePerCell .surveytable thead,
  .questionType_TableWithTextBoxPerCell .surveytable thead,
  .questionType_TableWithMultiOptPerRow .surveytable thead tr,
  .questionType_TableWithMultiOptPerCell .surveytable thead tr,
  .questionType_TableWithSingleOptPerRow .surveytable thead tr,
  .questionType_TableWithSingleLinePerCell .surveytable thead tr,
  .questionType_TableWithTextBoxPerCell .surveytable thead tr {
    height: 1px;
  }
  .questionType_TableWithMultiOptPerRow .surveytable th,
  .questionType_TableWithMultiOptPerCell .surveytable th,
  .questionType_TableWithSingleOptPerRow .surveytable th,
  .questionType_TableWithSingleLinePerCell .surveytable th,
  .questionType_TableWithTextBoxPerCell .surveytable th {
    display: none;
  }
  .questionType_TableWithMultiOptPerRow .surveytable .cellmouseover,
  .questionType_TableWithMultiOptPerCell .surveytable .cellmouseover,
  .questionType_TableWithSingleOptPerRow .surveytable .cellmouseover,
  .questionType_TableWithSingleLinePerCell .surveytable .cellmouseover,
  .questionType_TableWithTextBoxPerCell .surveytable .cellmouseover {
    background-color: none;
  }
  .questionType_TableWithMultiOptPerRow .surveytable tr:nth-child(2n+0),
  .questionType_TableWithMultiOptPerCell .surveytable tr:nth-child(2n+0),
  .questionType_TableWithSingleOptPerRow .surveytable tr:nth-child(2n+0),
  .questionType_TableWithSingleLinePerCell .surveytable tr:nth-child(2n+0),
  .questionType_TableWithTextBoxPerCell .surveytable tr:nth-child(2n+0) {
    background-color: transparent;
  }
  .questionType_TableWithMultiOptPerRow .surveytable tbody tr td,
  .questionType_TableWithMultiOptPerCell .surveytable tbody tr td,
  .questionType_TableWithSingleOptPerRow .surveytable tbody tr td,
  .questionType_TableWithSingleLinePerCell .surveytable tbody tr td,
  .questionType_TableWithTextBoxPerCell .surveytable tbody tr td {
    clear: both;
    display: block;
    min-width: 100%;
    position: relative;
    text-align: right;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 12px 0 10px 0;
    min-height: 48px;
    border: none;
    height: auto !important;
    overflow: visible;
  }
  .questionType_TableWithMultiOptPerRow .surveytable tbody tr td:first-child,
  .questionType_TableWithMultiOptPerCell .surveytable tbody tr td:first-child,
  .questionType_TableWithSingleOptPerRow .surveytable tbody tr td:first-child,
  .questionType_TableWithSingleLinePerCell .surveytable tbody tr td:first-child,
  .questionType_TableWithTextBoxPerCell .surveytable tbody tr td:first-child {
    width: 100%;
    height: auto !important;
    text-align: left;
    color: #333;
    font-weight: 600;
    font-size: 18px;
    padding: 14px 10px 0 10px;
    margin: 0 0 10px 0;
    text-transform: uppercase;
    background-color: #eaeaea;
  }
  .questionType_TableWithMultiOptPerRow .surveytable tbody tr td:first-child:before,
  .questionType_TableWithMultiOptPerCell .surveytable tbody tr td:first-child:before,
  .questionType_TableWithSingleOptPerRow .surveytable tbody tr td:first-child:before,
  .questionType_TableWithSingleLinePerCell .surveytable tbody tr td:first-child:before,
  .questionType_TableWithTextBoxPerCell .surveytable tbody tr td:first-child:before {
    display: none;
  }
  .questionType_TableWithMultiOptPerRow .surveytable tbody tr td:before,
  .questionType_TableWithMultiOptPerCell .surveytable tbody tr td:before,
  .questionType_TableWithSingleOptPerRow .surveytable tbody tr td:before,
  .questionType_TableWithSingleLinePerCell .surveytable tbody tr td:before,
  .questionType_TableWithTextBoxPerCell .surveytable tbody tr td:before {
    display: inline-block;
    position: relative;
    float: left;
    content: attr(data-col);
    text-align: left;
    left: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-right: 10px;
    vertical-align: middle;
    height: auto;
    max-width: 80%;
  }
  .questionType_TableWithMultiOptPerRow .surveytable tbody tr td input,
  .questionType_TableWithMultiOptPerCell .surveytable tbody tr td input,
  .questionType_TableWithSingleOptPerRow .surveytable tbody tr td input,
  .questionType_TableWithSingleLinePerCell .surveytable tbody tr td input,
  .questionType_TableWithTextBoxPerCell .surveytable tbody tr td input {
    float: right;
    display: inline-block;
    margin: 0;
    margin-right: 10px;
  }
  .questionType_TableWithMultiOptPerRow .surveytable tbody tr,
  .questionType_TableWithMultiOptPerCell .surveytable tbody tr,
  .questionType_TableWithSingleOptPerRow .surveytable tbody tr,
  .questionType_TableWithSingleLinePerCell .surveytable tbody tr,
  .questionType_TableWithTextBoxPerCell .surveytable tbody tr {
    display: block;
    width: 100%;
    height: auto;
    float: none;
    margin-bottom: 10px;
    border: unset !important;
  }
  .questionType_TableWithMultiOptPerRow .surveytable tbody tr:last-child,
  .questionType_TableWithMultiOptPerCell .surveytable tbody tr:last-child,
  .questionType_TableWithSingleOptPerRow .surveytable tbody tr:last-child,
  .questionType_TableWithSingleLinePerCell .surveytable tbody tr:last-child,
  .questionType_TableWithTextBoxPerCell .surveytable tbody tr:last-child {
    margin-bottom: 0;
  }
  .questionType_TableWithMultiOptPerRow .cellmouseover,
  .questionType_TableWithMultiOptPerCell .cellmouseover,
  .questionType_TableWithSingleOptPerRow .cellmouseover,
  .questionType_TableWithSingleLinePerCell .cellmouseover,
  .questionType_TableWithTextBoxPerCell .cellmouseover {
    background-color: none !IMPORTANT;
  }
  .questionType_TableWithMultiOptPerCell .surveytable tbody tr,
  .questionType_TableWithSingleLinePerCell .surveytable tbody tr,
  .questionType_TableWithTextBoxPerCell .surveytable tbody tr {
    margin-top: 20px;
  }
  .questionType_TableWithMultiOptPerCell .surveytable tbody tr:first-child,
  .questionType_TableWithSingleLinePerCell .surveytable tbody tr:first-child,
  .questionType_TableWithTextBoxPerCell .surveytable tbody tr:first-child {
    margin-top: 0;
  }
  .questionType_TableWithMultiOptPerCell .surveytable tbody tr td:before,
  .questionType_TableWithSingleLinePerCell .surveytable tbody tr td:before,
  .questionType_TableWithTextBoxPerCell .surveytable tbody tr td:before {
    max-width: 50%;
    float: left;
  }
  .questionType_TableWithMultiOptPerCell .surveytable tbody tr td select,
  .questionType_TableWithSingleLinePerCell .surveytable tbody tr td select,
  .questionType_TableWithTextBoxPerCell .surveytable tbody tr td select,
  .questionType_TableWithMultiOptPerCell .surveytable tbody tr td input[type='text'],
  .questionType_TableWithSingleLinePerCell .surveytable tbody tr td input[type='text'],
  .questionType_TableWithTextBoxPerCell .surveytable tbody tr td input[type='text'] {
    float: right;
    max-width: 40%;
    font-size: 16px;
    display: inline-block;
    top: -4px;
    position: relative;
  }
  .questionType_LikertScale .questiontable-contentcell {
    margin: 0;
  }
  .questionType_LikertScale .surveytable thead,
  .questionType_LikertScale .surveytable thead tr {
    height: 1px;
  }
  .questionType_LikertScale .surveytable th {
    display: none;
  }
  .questionType_LikertScale .surveytable .cellmouseover {
    background-color: none;
  }
  .questionType_LikertScale .surveytable tbody tr td {
    display: block;
    min-width: 100%;
    position: relative;
    text-align: right;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 0 10px 0;
    padding-left: 50%;
    min-height: 48px;
  }
  .questionType_LikertScale .surveytable tbody tr td:first-child {
    display: block;
    width: 100%;
    padding: 0;
    height: auto !important;
    text-align: left;
    color: #333;
    font-weight: 600;
    font-size: 18px;
    padding-left: 10px;
    padding-top: 14px;
    margin: 0 0 10px 0;
    border: none;
    text-transform: uppercase;
    background-color: #eaeaea;
  }
  .questionType_LikertScale .surveytable tbody tr td:first-child:before {
    display: none;
  }
  .questionType_LikertScale .surveytable tbody tr td:before {
    display: table-cell;
    position: absolute;
    float: left;
    content: attr(data-col);
    text-align: left;
    left: 10px;
    max-width: 80%;
    vertical-align: middle;
    height: auto;
    font-size: 14px;
  }
  .questionType_LikertScale .surveytable tbody tr td input {
    position: relative;
    margin: 0;
  }
  .questionType_LikertScale .surveytable tbody tr {
    display: block;
    width: 100%;
    height: auto;
    float: none;
    margin-bottom: 10px;
    border: unset !important;
  }
  .questionType_LikertScale .surveytable tbody tr:last-child {
    margin-bottom: 0;
  }
  .questionType_LikertScale .cellmouseover {
    background-color: none !IMPORTANT;
  }
  .questionType_LikertScale select {
    margin-top: 3px;
    width: 100% !important;
    min-height: 40px !important;
    font-size: 16px;
  }
  .questionType_GroupingPerPairing .dragNdrop > div {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    text-align: justify;
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .questionType_GroupingPerPairing .dragNdrop > div > ul {
    width: 50%;
    margin-right: 0;
    padding: 5px;
    display: block;
    list-style-type: none;
    margin: 0;
    float: left;
    text-align: center;
  }
  .questionType_GroupingPerPairing .dropabbleTargets {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    display: block;
    text-align: left;
    width: 50%;
    float: right;
    white-space: pre-wrap;
    height: auto;
  }
  .questionType_GroupingPerPairing .dropabbleTargets > ul {
    float: none;
    cleaR: both;
    width: 100%;
    margin: 0 0 5px 0;
    min-height: 40px;
    display: block;
    list-style-type: none;
  }
  .questionType_GroupingPerPairing .dropabbleTargets > ul:last-child {
    margin-bottom: 0;
  }
  .surveytablecell.cellmouseover {
    background-color: white !important;
  }
  .pagination-container {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    overflow: hidden;
    overflow-x: scroll;
    overflow-y: hidden;
  }
  .pagination {
    margin: 0 auto;
    font: 14px/24px 'open sans';
    display: inline-flex;
    display: -webkit-inline-flex;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    padding-bottom: 0;
  }
  .pagination .actualPage {
    font-weight: 700;
    color: #333;
  }
  .pagination span:nth-child(2n+1) {
    display: none;
  }
  .pagination span:nth-child(2) {
    padding-left: 10px;
  }
  .pagination .actualPage,
  .pagination a {
    float: left;
    margin-right: 10px;
    text-decoration: none;
    width: 40px;
    height: 40px !important;
    text-align: center;
    padding-top: 8px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .pagination a {
    border: 1px solid #c2c2c2;
    padding-top: 7px;
  }
  .pagination a:last-of-type {
    margin-right: 0;
  }
}
@media screen and (min-width: 481px) (max-width: 768px) {
  .surveyHeading .surveyTitle {
    width: 100%;
  }
  .surveyHeading .surveyLogo {
    float: none;
    width: 100%;
    height: 55px;
    background: url('../resources/unipoll_color.svg') no-repeat center top 10px;
    background-size: 200px;
  }
  .fileUploadControl {
    width: 100%!important;
  }
  .fileuploadval {
    width: 100%!important;
  }
}
@media print {
  .cookieMessagePanel {
    display: none;
  }
}
/* DEBUG MODE */
.loginInfoWrapper {
  display: block;
  display: inline-block;
  position: fixed;
  top: 0;
  right: 0;
  background-color: #E6CD7E;
  min-width: 200px;
}
.login-info {
  text-align: center !important;
}
.login-info:hover {
  cursor: pointer;
}
.access-info {
  text-align: left;
}
.ratingValidator {
  clear: both;
  float: right;
  color: lightcoral!important;
}
.questionHelpFloatLeft {
  float: left;
}
.questionHelpFloatRight {
  float: right;
}
.questionHelpClearBoth {
  clear: both;
}
.questionHelpWrapper {
  padding: 5px 20px 0 20px;
}
.questionHelpText {
  width: 85%;
  min-height: 1px;
}
.questionHelpBtn {
  text-decoration: none;
  background-color: #d9d9d9;
  color: black;
  padding: 3px 5px 3px 5px;
}
.addNewAnser {
  display: flex;
}
.imgAddAnswer::before {
  font-family: 'icomoon-free';
  font-size: 25px;
  content: '\ea0a';
  color: #64a51c;
  position: center;
  display: inline-block;
  box-sizing: border-box;
  width: auto;
  min-width: 50px;
  text-align: center;
  padding-top: 5px;
}
.questionHelpBtn:before {
  font-family: "icomoon-free";
  font-size: 14px;
  padding-right: 5px;
  content: "\e941";
}
.hintButton {
  float: right;
  width: 8%;
  margin-top: 16px;
}
.hintHelpTextIcon:before {
  font-family: "icomoon-free";
  font-size: 14px;
  padding-right: 5px;
  content: "\e941";
}
.explanationBtn {
  text-decoration: none;
  width: 16px;
  background-color: #d9d9d9;
  color: black;
  padding: 3px 5px 3px 5px;
}
.explanationBtn:before {
  font-family: "icomoon-free";
  font-size: 14px;
  padding-right: 5px;
  content: "\ea09";
}