﻿/* Global Page Settings */
body {
  padding: 1em 1em 1em 1em;
  /*padding:11px 20px 19px 10px;*/
  font-family: Arial, Helvetica, sans-serif;
  font-size: 83.5%;
  background: #f8f8f1;
}
h1 {
  font-size: 1.6em;
  font-weight: bold;
}
h1.term {
  color: #b20000;
  font-variant: small-caps;
  font-size: 3em;
}
h1.xxl {
  font-size: 4em;
}
h2 {
  font-size: 1.4em;
  font-weight: normal;
}
h2.term {
  color: #b20000;
  font-size: 2em;
  background-color: #ffffcc;
}
h3 {
  font-size: 1.2em;
  font-weight: normal;
}
/*Global Classes */
.pipetext {
  color: #0e76bd;
  font-weight: bold;
}
.OtherSpecify {
  display: inline;
  font-style: italic;
  font-weight: bold;
  margin-left: 0.4em;
  /*margin-left:4px;*/
}
.OtherBox {
  background: #ffffe6;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
  font-style: italic;
  font-weight: bold;
  margin-left: 0.4em;
  /*margin-left:4px;*/
}
.hidden {
  display: none;
}
.invisible {
  visibility: hidden;
}
/*Global Objects */
#page {
  width: 100%;
  height: 100%;
  background: #fff;
  position: relative;
  -webkit-box-shadow: 5px 5px 10px #333;
  -moz-box-shadow: 5px 5px 10px #333;
  box-shadow: 5px 5px 10px #333;
}
#errMsg {
  color: #b20000;
  background: #f0f0f0;
  padding: 1.2em 1em;
  margin-bottom: 1em;
  /*padding:12px 10px;*/
  /*margin-bottom:10px;*/
  display: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.errMsg {
  color: #b20000;
  background: #f0f0f0;
  padding: 1.2em 1em;
  margin-bottom: 1em;
  /*padding:12px 10px;*/
  /*margin-bottom:10px;*/
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.errMsg2 {
  color: #333;
  background: #f0f0f0;
  padding: 1.2em 1em;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  text-align: center;
  font-size: 2em;
  font-weight: bold;
}
/* Page Intro Text and all grid tables */
#pagegroups {
  position: relative;
  padding: 0 1.5em;
  text-align: left;
}
#pagegroups .pagequestions {
  padding: 0.5em 0;
  /*padding: 5px 0px;*/
  margin: 0;
}
#pagegroups .pagequestions table {
  margin-bottom: 1.5em;
  /*margin-bottom: 15px;*/
}
#pagegroups .pagequestions div.caption {
  padding: 0.4em 0.8em 1em 0;
  font-size: 1.2em;
  text-align: left;
}
#pagegroups .err {
  color: #b20000;
}
#pagegroups.ltr {
  text-align: left;
}
#pagegroups.rtl {
  text-align: right;
}
#pagegroups.rtl .pagequestions table caption {
  text-align: right;
}
#pagegroups.rtl .pagequestions table thead tr th {
  text-align: center;
}
#pagegroups.rtl .pagequestions table tbody tr td.question {
  text-align: right;
}
#pagegroups.rtl .pagequestions table tbody tr td.question1 {
  text-align: left;
}
#pagegroups.rtl .pagequestions table tbody tr td.question2 {
  text-align: right;
}
#pagegroups.rtl .pagequestions table tfoot tr td {
  text-align: right;
}
#pagegroups.rtl .pagequestions table.questionsingle td,
#pagegroups.rtl .pagequestions table.questionsingle th {
  text-align: right;
}
#pageblockintro {
  padding: 0.5em 0;
  /*padding: 5px 0px;*/
  color: #000;
  font-size: 1.2em;
  clear: both;
}
#pageblockintro ul {
  padding: 0 1em 0 2em;
}
#pageblockintro img.autoscale {
  max-height: 100%;
  max-width: 100%;
}
#pageblockintro img.autoscale33 {
  max-height: 100%;
  max-width: 32.5%;
}
#pageblockintro img.mobile {
  width: 150px;
}
#pageblockintro.modal {
  background-color: #333;
  color: #fff;
}
#xlink {
  height: 800px;
  width: 100%;
}
.messages {
  padding: 0.5em 0;
  /*padding: 5px 0px;*/
  color: #000;
  clear: both;
  font-weight: bold;
  text-align: center;
}
#validmessage {
  margin: 1em 0 0 0;
  font-size: 1.4em;
}
#exitmessage {
  margin: 2.5em 0 1.5em 0;
  font-size: 1.4em;
}
/* Header Section */
header {
  padding: 0.4em;
}
header section {
  padding: 0.4em;
  white-space: nowrap;
  color: #000;
  border-bottom: 1px #999 solid;
}
header section .debugmode {
  width: 100%;
  text-align: center;
  vertical-align: middle;
  color: #b20000;
  background: #ccc;
}
header section div {
  display: inline-block;
}
header section div img {
  max-width: 100%;
}
header section .left {
  text-align: left;
  width: 49%;
}
header section .center {
  text-align: center;
  width: 49%;
  vertical-align: middle;
}
header section .right {
  text-align: right;
  width: 1%;
}
header section.rtl .left {
  text-align: right;
}
header section.rtl .right {
  text-align: left;
}
header #toolbar {
  padding: 0;
  border-left: 1px solid #999;
  border-right: 1px solid #999;
}
header #toolbar span.btn {
  color: #999;
  cursor: pointer;
  font-size: 0.7em;
  font-weight: bold;
  padding: 0.4em 0.6em;
  /*padding:4px 6px;*/
}
header #toolbar span.btn:hover {
  color: #333;
  background: #999;
}
header #toolbar span.selected {
  color: #333;
  background: #adadad;
}
header #toolbar span.exit {
  float: right;
}
header #toolbar span.history {
  float: right;
}
header #toolbar span.edit {
  float: left;
}
/* Navigation section */
nav {
  text-align: center;
  padding: 2em 1.5em 2em 1.5em;
  /*padding:20px 15px;*/
  clear: both;
  z-index: 9999;
}
nav .button,
nav .button2 {
  background-color: #E7F1F8;
  color: #24618E;
  border: 1px solid #24618E;
  text-align: center;
  font-size: 1em;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
nav .button {
  padding: 0.2em 2.5em;
  height: 2.6em;
  /*padding:2px 25px;*/
  /*height:26px;*/
}
nav .button:focus {
  background-color: #0e76bd;
  color: #fff;
  font-weight: bold;
  text-decoration: underline;
}
nav .button:hover {
  background-color: #0e76bd;
  color: #fff;
  font-weight: bold;
  cursor: pointer;
}
nav .button2 {
  padding: 0.2em 0.2em;
  height: 2em;
  width: 2em;
  /*padding:2px 2px;*/
  /*height:20px; width:20px;*/
  vertical-align: middle;
}
/* Footer section */
footer .footerMSG {
  color: #777;
  font-size: 0.9em;
  padding: 0.4em;
  /*padding:4px;*/
  text-align: center;
}
footer .copyright {
  color: #C0C0C0;
  font-size: 0.8em;
  padding: 0 0 0.3em 0.6em;
  /*padding:0 0 3px 6px;*/
}
/* Progress bar */
#progress {
  font-size: x-small;
  color: #333366;
  padding: 0.2em 0.6em;
  /*padding: 2px 6px;*/
  text-align: center;
}
#progress p {
  display: inline-block;
  text-align: left;
}
#progressbar {
  width: 30em;
  /*width:300px;*/
  border: 1px solid #000;
  line-height: 0;
  background: #E7F1F8;
}
#footerBL {
  margin-top: 0.8em;
  /*margin-top: 8px;*/
  float: left;
}
#footerBR {
  margin-top: 0.8em;
  /*margin-top: 8px;*/
  float: right;
}
#footerBC {
  margin-top: 0.8em;
  /*margin-top: 8px;*/
  text-align: center;
}
/*.meter-wrap{position:relative; margin:auto; margin-top:10px; margin-bottom:10px; border:1px solid #777;float:none;}
.meter-wrap, .meter-value, .meter-text {width:200px; height:14px;}*/
.meter-wrap {
  position: relative;
  margin: auto;
  margin-top: 1em;
  margin-bottom: 1em;
  border: 1px solid #777;
  float: none;
}
.meter-wrap,
.meter-value,
.meter-text {
  width: 20em;
  height: 1em;
}
.meter-wrap,
.meter-value {
  background: #bdbdbd url(../Images/meter-outline3.png) top left no-repeat;
}
.meter-text {
  position: absolute;
  top: 0;
  left: 0;
  padding-top: 0;
  color: #000;
  text-align: center;
  width: 100%;
  font-weight: bold;
  font-size: 0.9em;
}
.meter-value {
  background-color: #24618E;
}
.meter-wrap2 {
  position: relative;
  float: right;
  padding: 0;
  border: 1px solid #777;
  margin: 0.5em 0.4em;
  width: 20em;
  height: 1.4em;
  /*margin:5px 4px;*/
  /*width:200px;*/
  /*height:14px;*/
  background: #bdbdbd url(../Images/meter-outline3.png) top left no-repeat;
}
/* Common Layouts for all Question Types*/
tr.odd td {
  background-color: #f0f0f0;
}
tr.odd td.noshading {
  background: none;
}
tr.odd td.noshading.selected {
  background: #0e76bd;
}
tr td:hover {
  background-color: #E7F1F8;
  color: #000;
}
caption {
  /*padding:4px 8px 10px 0;*/
  padding: 0.4em 0.8em 1em 0;
  font-size: 1.2em;
  text-align: left;
  /*&.rtl {
            text-align: right;
        }*/
}
caption.tooltip {
  cursor: pointer;
}
caption ul {
  padding: 0.5em 2em;
  list-style: disc;
}
caption img.autoscale {
  max-height: 100%;
  max-width: 100%;
}
caption img.mobile {
  width: 150px;
}
/* Question grid table */
.questiongrid.button {
  border-collapse: separate;
  border-spacing: 0.4em;
}
.questiongrid.button td {
  border: 0;
}
.questiongrid thead tr:hover {
  background: transparent;
  color: inherit;
}
.questiongrid thead tr.err {
  background: #ffff99;
  color: #b20000;
  border: 2px #b20000 solid;
}
.questiongrid thead tr th {
  text-align: center;
  border: 1px solid #b5b5b5;
  padding: 0.4em;
  /*padding:4px;*/
  color: #000;
  vertical-align: bottom;
  font-weight: normal;
  /*&.textBlank,&.textLeft,&.textCenter,&.textRight {
                    border:none;
                    border-style:none;
                    font-weight:bold;
                }
                &.textLeft {
                    text-align:left;
                    padding-left:.7em;
                }
                &.textCenter {
                    text-align:center;
                }
                &.textRight {
                    text-align:right;
                    padding-right:.7em;
                }*/
}
.questiongrid thead tr th.vertical {
  vertical-align: middle;
  height: 80px;
  transform: rotate(-90deg);
}
.questiongrid thead tr th.blank,
.questiongrid thead tr th.button {
  border: none;
  text-align: right;
}
.questiongrid thead tr th.err {
  color: #b20000;
  border: 2px #b20000 solid;
  background: #ffff99;
}
.questiongrid thead tr th img.autoscale {
  max-height: 100%;
  max-width: 100%;
}
.questiongrid thead tr.odd2 {
  background: #ccc;
}
.questiongrid thead tr.odd2 th {
  font-weight: bold;
}
.questiongrid tbody tr.err {
  background: #ffffcc;
  color: #b20000;
  border: 2px #b20000 solid;
}
.questiongrid tbody tr td {
  border: 1px solid #b5b5b5;
  padding: 0.4em;
  /*padding:4px;*/
  color: #000;
  text-align: center;
}
.questiongrid tbody tr td:hover:not(:first-child) {
  background: #569FD1;
  color: #000;
}
.questiongrid tbody tr td.question {
  text-align: left;
  /*&.rtl {
                            text-align: right;
                        }*/
}
.questiongrid tbody tr td.question1 {
  text-align: right;
  /*&.rtl {
                            text-align: left;
                        }*/
}
.questiongrid tbody tr td.question2 {
  text-align: left;
  /*&.rtl {
                            text-align: right;
                        }*/
}
.questiongrid tbody tr td.err {
  color: #b20000;
}
.questiongrid tbody tr td.err.ddlist {
  background: #ffffcc;
}
.questiongrid tbody tr td.selected {
  background: #0e76bd;
  color: #fff;
}
.questiongrid tbody tr td.selected:hover {
  background: #569FD1;
  color: #000;
}
.questiongrid tbody tr td.button {
  font-weight: bold;
  text-align: center;
  padding: 1.2em 0.6em;
  /*padding:12px 6px;*/
  cursor: pointer;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  border: 0;
}
.questiongrid tbody tr td.button:hover {
  background: #569FD1;
  color: #fff;
}
.questiongrid tbody tr td.left {
  text-align: left;
}
.questiongrid tbody tr.slider-row td {
  padding: 0.6em 0.4em;
  /*padding:6px 4px;*/
}
.questiongrid tbody tr.slider-row td:hover {
  background: none;
}
.questiongrid[data-type="slider"] caption {
  width: auto;
}
.questiongrid[data-type="slider"] thead tr th {
  border: none;
}
.questiongrid[data-type="slider"] tbody tr td.question1 {
  width: 20%;
}
.questiongrid[data-type="slider"] tbody tr td.question2 {
  width: 20%;
}
.questiongrid.maxdiff thead tr {
  background-color: #0B5E97;
}
.questiongrid.maxdiff thead tr th {
  color: #fff;
}
.questiongrid.maxdiff tbody tr td:hover {
  background: none;
}
.questiongrid.maxdiff tbody tr td.question {
  text-align: center;
}
.questiongrid.maxdiff tbody tr td.question:hover {
  background: #569FD1;
}
/* Question single/multiple select table */
.questionsingle.button {
  border-collapse: separate;
  border-spacing: 0.4em;
}
.questionsingle.button thead tr:hover {
  background: none;
}
.questionsingle.button thead th {
  border: 0;
}
.questionsingle.button tbody tr {
  background-color: #f0f0f0;
}
.questionsingle.button tbody td {
  border: 0;
}
.questionsingle td,
.questionsingle th {
  padding: 0.4em;
  /*padding: 4px;*/
  border-bottom: 1px solid #b5b5b5;
  font-weight: normal;
  text-align: left;
}
.questionsingle td.rtl,
.questionsingle th.rtl {
  text-align: right;
}
.questionsingle caption.err {
  background: #ffff99;
  color: #b20000;
}
.questionsingle thead {
  border: 1px solid #b5b5b5;
}
.questionsingle thead.err {
  color: #b20000;
  border: 2px #b20000 solid;
  background: #ffff99;
}
.questionsingle tbody {
  border: 1px solid #b5b5b5;
}
.questionsingle tbody.err {
  color: #b20000;
  border: 2px #b20000 solid;
}
.questionsingle tfoot td {
  padding: 0.4em;
  /*padding: 4px;*/
  border-bottom: none;
  color: green;
  font-weight: bolder;
  font-size: 1.2em;
  text-align: left;
}
.questionsingle tfoot td.rtl {
  text-align: right;
}
.questionsingle tfoot td.err {
  color: #b20000;
  border: none;
}
.questionsingle tfoot.twotail {
  display: block;
}
.questionsingle tfoot.twotail td {
  font-weight: bold;
  color: #0e76bd;
  padding: 1em 0.4em 0.4em 0.4em;
}
.questionsingle tfoot td.nav {
  text-align: center;
  padding: 2em 1.5em;
  clear: both;
}
.questionsingle tfoot td.nav .button {
  padding: 0.2em 2.5em;
  height: 2.6em;
  background-color: #E7F1F8;
  color: #24618E;
  border: 1px solid #24618E;
  text-align: center;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.questionsingle tfoot td.nav .button:focus {
  background-color: #0e76bd;
  color: #fff;
  font-weight: bold;
  text-decoration: underline;
}
.questionsingle tfoot td.nav .button:hover {
  background-color: #0e76bd;
  color: #fff;
  font-weight: bold;
  cursor: pointer;
}
.questionsingle tr {
  cursor: default;
}
.questionsingle tr.err {
  color: #b20000;
  border: 2px #b20000 solid;
}
.questionsingle td.collapsed {
  display: none;
}
.questionsingle td.input {
  width: 1em;
  /*width:10px;*/
}
.questionsingle td.selected {
  background: #0e76bd;
  color: #fff;
}
.questionsingle td.err {
  color: #fff;
}
.questionsingle td.button {
  font-weight: bold;
  text-align: center;
  padding: 1.5em;
  /*padding:15px;*/
  cursor: pointer;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  border: 0;
  /*                &.selected {
                    background: @SOblue;
                    color: @white;
                    &:hover {
                        opacity:.7;
                    }
                }
*/
}
.questionsingle td.button:hover {
  background: #569FD1;
  color: #fff;
}
.questionsingle td.zinput {
  width: 1em;
  /*width:10px;*/
}
.questionsingle td select.mobile {
  width: 280px;
}
.questionsingle td.indentleft1 {
  padding-left: 1em;
}
.questionsingle input.err {
  color: #b20000;
  border: 2px #b20000 solid;
}
.questionsingle[data-mobile="true"] caption {
  font-weight: bold;
  color: #0e76bd;
  padding-top: 0.8em;
}
.questionsingle[data-mobile="true"] tfoot.twotail td {
  font-weight: bold;
  color: #0e76bd;
  padding: 1em 0.4em 0.4em 0.4em;
}
.questionsingle.col tbody tr td:hover {
  background: #E7F1F8;
  color: #000;
}
.questionsingle.col tbody tr td.selected:hover {
  background: #0e76bd;
  color: #fff;
  opacity: 0.7;
}
.col td {
  border: 1px solid #b5b5b5;
}
.showid {
  font-weight: normal;
}
.b {
  font-weight: bold;
}
.i {
  font-style: italic;
}
.u {
  text-decoration: underline;
}
.lcase {
  text-transform: lowercase;
}
.ucase {
  text-transform: uppercase;
}
.checkbox {
  margin: 0.4em 0.8em 0.4em 0.4em;
}
.radio {
  margin: 0.4em 0.8em 0.4em 0.4em;
}
.textbox {
  padding: 0.3em 0.4em;
  margin: 0 0.4em 0 0.2em;
}
.numberbox {
  width: 4em;
}
/*.checkbox{margin:4px 8px 4px 4px;}
.radio{margin:4px 8px 4px 4px;}
.textbox{padding:3px 4px;margin:0 4px 0 2px;}*/
.left {
  text-align: left;
}
.debugExclusive,
.debugA,
.debugSpecify {
  margin-right: 0.6em;
  padding: 0.3em 0.6em 0.2em 0.6em;
  /*margin-right: 6px;
    padding: 3px 6px 2px 6px;*/
  float: right;
  /*font-size:.8em;*/
  font-size: 12px;
  font-weight: bold;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.debugExclusive {
  color: #fff;
  background: #b20000;
}
.debugA {
  color: #fff;
  background: #800000;
}
.debugSpecify {
  color: #fff;
  background: #ff9900;
}
.debugRequired,
.debugQ,
.debugR {
  margin-right: 0.6em;
  padding: 0.3em 0.6em 0.2em 0.6em;
  /*margin-right: 6px;
    padding: 3px 6px 2px 6px;
    font-size: .9em;*/
  font-size: 12px;
  font-weight: bold;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  display: inline-block;
}
.debugRequired {
  color: #fff;
  background: #b20000;
}
.debugQ {
  color: #fff;
  background: #7CB45B;
}
.debugR {
  color: #fff;
  background: #0e76bd;
}
.debugV {
  /*margin-right:6px;
    padding:3px 6px 2px 6px;*/
  margin-right: 0.6em;
  padding: 0.3em 0.6em 0.2em 0.6em;
  /*font-size:.8em;*/
  font-size: 10px;
  color: #fff;
  background: #0B5E97;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.debugVGrid {
  /*padding:3px 6px 2px 6px;*/
  padding: 0.3em 0.6em 0.2em 0.6em;
  /*font-size:.8em;*/
  font-size: 10px;
  color: #fff;
  background: #0B5E97;
  position: relative;
  float: left;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.errMsgOther {
  position: relative;
  border: 1px solid #b20000;
  background: #ffffe6;
  /*padding:2px 6px;*/
  padding: 0.2em 0.6em;
  color: #b20000;
  z-index: 10;
  display: none;
  font-size: 1em;
  font-weight: bold;
  text-align: left;
  margin: 0.1em 0 0 0.8em;
  /*margin:1px 0 0 8px;*/
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.dm,
.dsq {
  cursor: pointer;
}
.textarea {
  width: 99%;
  height: 6.5em;
  margin-top: 0.4em;
  /*height:65px;*/
  /*margin-top:4px;*/
}
.length100 {
  height: 2em;
  /*height:20px;*/
}
.length50 {
  height: 1.5em;
  overflow: auto;
  max-width: 400px;
  /*height:20px;*/
}
.length100_50 {
  height: 2em;
  overflow: auto;
  max-width: 400px;
}
.errMsgTextArea {
  position: relative;
  border: 1px solid #b20000;
  background: #ffffe6;
  /*padding:2px 6px;*/
  padding: 0.2em 0.6em;
  color: #b20000;
  z-index: 10;
  display: none;
  font-size: 1em;
  font-weight: bold;
  text-align: left;
  margin: 1px 0 1px 0;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.header {
  background: #dbdbdb;
}
#history {
  float: left;
  background: #fcfcfc;
  width: 100%;
  text-align: left;
  max-height: 30em;
  /*max-height:300px;*/
  overflow: auto;
  color: #24618E;
}
#history li {
  /*padding:4px;*/
  padding: 0.4em;
}
#history li.odd {
  background: #f0f0f0;
}
#history li a.gotopage {
  text-decoration: none;
}
#history li a.gotopage:hover {
  cursor: pointer;
  text-decoration: underline;
  background: #ffffcc;
}
#history li a.gotopage:visited {
  color: inherit;
}
#history li span.autocode {
  color: #b20000;
  font-weight: bold;
  font-style: italic;
}
#tooltip {
  position: absolute;
  border: 1px solid #999;
  background: #f8f8f1;
  padding: 0.4em 0.6em;
  color: #333;
  display: none;
  font-size: 1em;
  z-index: 10;
  max-width: 40em;
}
#tooltip ul {
  margin: 0.4em 1em;
}
#tooltip img {
  max-height: 90%;
  max-width: 90%;
  /*width: auto;
        height: auto;*/
}
span[title] {
  cursor: pointer;
}
p {
  padding: 0.4em 0.8em 1em 0;
  /*padding:4px 8px 10px 0;*/
  font-size: 1.2em;
  font-weight: normal;
  text-align: left;
}
p.rtl {
  text-align: right;
}
/*ul.sortable, ul.sortableText {width:100%;}*/
ul.sortable li {
  list-style: none;
  /*line-height:2em;*/
  margin: 0.4em 0;
  font-size: 1em;
  padding: 0.6em;
  border: 1px solid #ccc;
  background: #E7F1F8;
  color: #000;
  height: 4em;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
ul.sortable li:hover {
  background: #E7F1F8;
  cursor: move;
}
ul.sortable li:hover.mobile {
  cursor: pointer;
}
ul.sortable li.mobile {
  height: auto;
  display: inline-block;
  width: 95%;
  min-height: 3em;
}
ul.sortable li span.mobiletext {
  float: left;
}
ul.sortable li span.mobilerank {
  float: right;
  border: 1px solid #000;
  font-size: 1.6em;
  font-weight: bold;
  padding: 0.2em;
  text-align: center;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  background-color: #0e76bd;
  color: #fff;
  width: 1em;
}
ul.sortable span {
  display: block;
}
ul.sortableText li {
  list-style: none;
  /*line-height:3em;*/
  border: 1px solid #000;
  margin: 0.4em;
  font-size: 2em;
  font-weight: bold;
  padding: 0.6em;
  text-align: center;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  background-color: #0e76bd;
  color: #fff;
}
ul.sortablelist li {
  list-style: none;
  line-height: 3em;
  margin: 0.8em 0;
  font-size: 1.1em;
  font-weight: bold;
  padding: 1em;
  border: 1px solid #47BEDB;
  background: #DFF5F5;
  color: #555;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
ul li.sortable-placeholder {
  border: 1px dashed #555;
  background: #8ac865;
  height: 4em;
}
ul li.sortable-dragging {
  background: #fff;
}
div.rank {
  float: left;
  width: 80%;
}
div.rank2 {
  float: left;
  width: 15%;
}
div.tiles {
  cursor: zoom-in;
  margin: 0 auto;
  max-height: 100%;
  max-width: 100%;
}
div.tile {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  float: left;
  max-height: 100%;
  max-width: 100%;
}
div.tile2 {
  position: relative;
  width: 50%;
  height: 100%;
  overflow: hidden;
  float: left;
  max-height: 100%;
  max-width: 50%;
}
div.photo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition: transform 0.5s ease-out;
}
div.photo2 {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-position-y: 0;
  transition: transform 0.5s ease-out;
}
div.rank3.err {
  background-color: #ffffe6;
  border: 1px #b20000 solid;
}
div #itemsRank.err {
  color: #b20000;
  border: 2px #b20000 solid;
}
#ajaxLoader {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  height: 10em;
  width: 10em;
  /*height: 100px;
    width: 100px;*/
}
#ajaxLoader img {
  display: block;
  margin: auto;
}
div.questiongridmobile {
  font-size: 1.2em;
}
div.questiongridsingle {
  font-size: 1.2em;
}
div.questiongridmultiple {
  font-size: 1.2em;
}
div.questiongridmultiplemobile {
  font-size: 1.2em;
}
table.questioncardsort tr:hover {
  background: none;
}
table.questioncardsort tr td:hover {
  background: none;
}
div.table {
  display: table;
  margin: 0 auto;
  width: 100%;
}
div.cardsort {
  text-align: center;
}
div.cardsort p {
  text-align: center;
  font-size: 1em;
  font-weight: bold;
}
div.cardsort p.eval {
  font-size: 2em;
  padding: 0;
  margin: 1em;
}
div.cardsort p.eval span {
  display: inline-block;
  padding: 1.4em 2em;
  border: 1px solid #ccc;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
div.cardsort p.eval span.hidden {
  display: none;
}
div.cardsort ul {
  list-style: none;
}
div.cardsort ul.cards li {
  border: 1px solid #ccc;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  display: inline-grid;
  /*float: left;*/
  width: 120px;
  height: 190px;
  padding: 8px;
  margin: 0 4px;
}
div.cardsort ul.cards li.large {
  width: 7%;
  height: 100px;
  padding: 4px;
}
div.cardsort ul.cards li input {
  display: none;
}
div.cardsort ul.cards li span.v-center {
  font-size: 1.4em;
  position: relative;
  top: 33%;
}
div.cardsort ul.cards li p.v-center {
  height: 190px;
  vertical-align: middle;
  display: table-cell;
}
div.cardsort ul.cards li img {
  max-width: 100%;
  max-height: 100%;
}
div.cardsort ul.cards li:hover {
  background-color: #E7F1F8;
  cursor: pointer;
}
div.cardsort ul.cards li.selected {
  background-color: #0e76bd;
  color: #fff;
}
div.cardsort ul.cards li.selected:hover {
  opacity: 0.7;
}
div.cardsort.mobile p {
  padding: 0;
}
div.cardsort.mobile p.eval {
  font-size: 1em;
  padding: 0;
  margin: 1em;
}
div.cardsort.mobile p.eval span {
  display: inline-block;
  padding: 1em 1em;
}
div.cardsort.mobile ul.cards li {
  width: 14%;
  height: 110px;
  padding: 1px;
  margin: 0 1px;
}
div.cardsort.mobile ul.cards li span.v-center {
  font-size: 0.8em;
  position: relative;
  top: 10%;
}
div.cardsort.mobile ul.cards li p.v-center {
  height: 180px;
  vertical-align: middle;
  display: table-cell;
}
div.cardsort.mobile ul.cards li img {
  max-width: 100%;
  max-height: 100%;
}
img.dial {
  max-width: 100%;
  height: auto;
}
span.red {
  color: red;
}
span.green {
  color: green;
}
span.blue {
  color: blue;
}
span.bold {
  font-weight: bold;
}
.so-symbols {
  display: inline-block;
  font-size: 2em;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.so-checkbox-o:before {
  content: "\25A1";
}
.so-radio-o:before {
  content: "\25CB";
}
table.imagemap {
  display: inline-table;
  width: 0;
}
table.imagemap td.selected {
  background-color: #0e76bd;
  opacity: 0.4;
  color: #fff;
}
table.imagemap td.clickable {
  cursor: pointer;
}
table.imagemap td.clickable:hover {
  opacity: 0.5;
}
table.imagemap td.none {
  cursor: pointer;
  opacity: 1;
  padding: 1em 0;
}
table.imagemap td.none:hover {
  opacity: 1;
}
table.imagemap td img {
  display: block;
}
table.imagemap td input.chkval {
  display: none;
}
#menu360 {
  width: 460px;
  height: 922px;
  border: 4px solid #ccc;
  margin: 30px auto 0;
  overflow: hidden;
}
#menu360 ul {
  width: 460px;
  height: 922px;
  list-style: none;
  padding: 0;
}
#menu360 ul li {
  list-style: none;
}
#menu360 ul li img {
  display: block;
  width: 460px;
  height: 922px;
}
#menu360Zoom {
  width: 460px;
  height: 690px;
  border: 4px solid #ccc;
  margin: 4px auto 0;
  overflow: hidden;
}
#menu360Zoom ul {
  width: 460px;
  height: 922px;
  list-style: none;
  padding: 0;
}
#menu360Zoom ul li {
  list-style: none;
}
#menu360Zoom ul li div {
  display: block;
  width: 460px;
  height: 690px;
}
#menu360ZoomExit {
  width: 100%;
}
#menu360ZoomExit span {
  font-weight: bold;
  text-align: center;
  margin-top: 1em;
  display: block;
  cursor: pointer;
}
#thumbzoomexit span {
  font-weight: bold;
  cursor: pointer;
  text-decoration: underline;
}
div.center {
  text-align: center;
}
div.centerDark {
  text-align: center;
  background-color: #494949;
  height: 702px;
}
div.pagebutton {
  width: 75%;
  margin: 1em auto;
}
div.pagebutton .button {
  width: 100%;
  background-color: #E7F1F8;
  color: #24618E;
  border: 1px solid #24618E;
  text-align: center;
  font-size: 1.2em;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 0.2em 2.5em;
  height: 2.6em;
  /*&:focus {
            background-color:@SOblue;
            color:@white;
            font-weight: bold;
            text-decoration:underline;
        }*/
}
div.pagebutton .button.selected {
  background-color: #0e76bd;
  color: #fff;
  font-weight: bold;
}
div.pagebutton .button:hover {
  background-color: #0e76bd;
  color: #fff;
  font-weight: bold;
  cursor: pointer;
}
div.mapHiLight {
  margin: 0 auto;
}
area {
  cursor: pointer;
  display: block;
}
#webpagecontent img.hidden2 {
  display: none;
}
#webpagecontent .index3 {
  position: absolute;
  top: 177px;
  right: 50px;
  z-index: 99;
}
#webpagecontent .index8 {
  position: absolute;
  top: 825px;
  right: 0px;
  z-index: 99;
}
#webpagecontent .button {
  background-color: #E7F1F8;
  color: #24618E;
  border: 1px solid #24618E;
  text-align: center;
  font-size: 1em;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 0.2em 2.5em;
  height: 2.6em;
}
#webpagecontent .button:focus {
  background-color: #0e76bd;
  color: #fff;
  font-weight: bold;
  text-decoration: underline;
}
#webpagecontent .button:hover {
  background-color: #0e76bd;
  color: #fff;
  font-weight: bold;
  cursor: pointer;
}
span.unhidetext {
  font-weight: bold;
  color: blue;
  cursor: pointer;
}
span.unhidetext:hover {
  text-decoration: underline;
}
span.tticon {
  background: url('../Images/Icons/toolbar_get_info.png') no-repeat center;
  display: inline-block;
  height: 18px;
  width: 18px;
}
span.ttclose {
  float: right;
  height: 20px;
  width: 20px;
  text-align: center;
  font-weight: bold;
  font-size: 1.4em;
}
span.ttclose:hover {
  background-color: #ccc;
  cursor: pointer;
}
.file {
  display: none;
}
.btnAddImage,
.btnAddVideo {
  background-color: #E7F1F8;
  color: #24618E;
  border: 1px solid #24618E;
  text-align: center;
  font-size: 1em;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 0.2em 2.5em;
  height: 2.6em;
}
.btnAddImage:focus,
.btnAddVideo:focus {
  background-color: #0e76bd;
  color: #fff;
  font-weight: bold;
  text-decoration: underline;
}
.btnAddImage:hover,
.btnAddVideo:hover {
  background-color: #0e76bd;
  color: #fff;
  font-weight: bold;
  cursor: pointer;
}
#thumbnails ul {
  list-style: none;
}
#thumbnails ul li {
  float: left;
  margin: 0px 4px;
  padding: 4px;
  border: 1px solid #ccc;
  cursor: pointer;
}
#thumbnails ul li:hover {
  background-color: #0e76bd;
}
#thumbszoom ul {
  list-style: none;
}
#thumbszoom ul li {
  float: left;
  margin: 0px 4px;
  padding: 4px;
  cursor: pointer;
}
#pageautofill {
  cursor: pointer;
}
#pageautofill:hover {
  text-decoration: underline;
}
#loading {
  position: absolute;
  top: 40%;
  left: 50%;
  text-align: center;
  color: #0e76bd;
  display: none;
  margin-left: -100px;
  margin-top: -50px;
  width: 200px;
  height: 100px;
  background-color: #fff;
  border: 2px solid #0e76bd;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  z-index: 99;
}
#loading p {
  padding: 6px;
}
#loading p img {
  width: 175px;
}
#loading p span {
  font-size: 1.8em;
  padding: 0 1em;
}
#loading p.counter span {
  font-size: 1.2em;
}
#heatmap {
  margin: 0 auto;
  position: relative;
  margin-top: 2em;
}
#heatmap img.autoscale {
  max-height: 100%;
  max-width: 100%;
}
#heatmap div.heatmapzone {
  position: absolute;
  cursor: pointer;
}
#heatmap div.heatmapzone a {
  width: 100%;
  height: 100%;
  position: absolute;
}
#heatmap div.heatmapzone a span {
  font-size: 1.2em;
  font-weight: bold;
  visibility: hidden;
}
#heatmap div.heatmapzone:hover {
  border: 1px solid #ccc;
  border-style: solid;
  border-color: #000;
  /*opacity: .4;
            background-color: @yellowmedium;*/
}
#heatmap div.heatmapzone.selected {
  opacity: 0.4;
}
#heatmap div.heatmapzone.selected.pos {
  background-color: #8ac865;
}
#heatmap div.heatmapzone.selected.pos:hover {
  opacity: 0.4;
  border: 1px solid #ccc;
  border-style: solid;
  border-color: #000;
}
#heatmap div.heatmapzone.selected.neg {
  background-color: #b20000;
}
#heatmap div.heatmapzone.selected.neg:hover {
  opacity: 0.4;
}
#heatmap.debug div.heatmapzone {
  border: 1px solid #ccc;
  border-style: dashed;
}
#heatmap.debug div.heatmapzone a span {
  visibility: visible;
  padding: 1px 2px;
  border: 1px solid #ccc;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
#heatmap.debug div.heatmapzone a span.fld {
  color: #fff;
  background-color: #333;
}
#heatmap.debug div.heatmapzone a span.val {
  float: right;
  color: #fff;
  background-color: #0e76bd;
}
#heatmap.debug div.heatmapzone:hover {
  border: 1px solid #ccc;
  border-style: solid;
  border-color: #000;
}
#heatmaptext {
  text-align: center;
  font-weight: normal;
}
#heatmaptext p {
  text-align: center;
  padding: 0;
  font-size: inherit;
  font-weight: inherit;
}
#heatmaptext span.heatmapzone {
  font-size: 1em;
  cursor: pointer;
  padding: 1px 2px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#heatmaptext span.heatmapzone span.fld {
  font-size: 0.8em;
  font-weight: bold;
  display: none;
}
#heatmaptext span.heatmapzone:hover {
  background-color: #E7F1F8;
}
#heatmaptext span.heatmapzone.selected {
  color: #fff;
  opacity: 0.8;
}
#heatmaptext span.heatmapzone.selected.pos {
  background-color: #599636;
}
#heatmaptext span.heatmapzone.selected.pos:hover {
  opacity: 0.6;
}
#heatmaptext span.heatmapzone.selected.neg {
  background-color: #b20000;
}
#heatmaptext span.heatmapzone.selected.neg:hover {
  opacity: 0.6;
}
#heatmaptext.debug span.heatmapzone {
  border: 1px solid #333;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border-style: dashed;
}
#heatmaptext.debug span.heatmapzone span {
  display: inline;
  padding: 1px 2px 0px 2px;
  border: 1px solid #ccc;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
#heatmaptext.debug span.heatmapzone span.fld_old {
  position: relative;
  color: #fff;
  background-color: #333;
  margin-left: 0.2em;
}
#heatmaptext.debug span.heatmapzone span.fld {
  position: absolute;
  color: #ffff99;
  background-color: #000;
  line-height: 1em;
}
#heatmap3 {
  margin: 0 auto;
  position: relative;
  margin-top: 2em;
  user-select: none;
}
#heatmap3 img.autoscale {
  max-height: 100%;
  max-width: 100%;
}
#heatmap3 div.heatmapzone {
  position: absolute;
  cursor: pointer;
}
#heatmap3 div.heatmapzone a {
  width: 100%;
  height: 100%;
  position: absolute;
}
#heatmap3 div.heatmapzone a span {
  font-size: 0.8em;
  font-weight: bold;
  visibility: hidden;
}
#heatmap3 div.heatmapzone:hover {
  border: 1px solid #ccc;
  border-style: solid;
  border-color: #000;
  /*opacity: .4;
                background-color: @yellowmedium;*/
}
#heatmap3 div.heatmapzone.selected {
  opacity: 0.4;
}
#heatmap3 div.heatmapzone.selected.pos {
  background-color: #8ac865;
}
#heatmap3 div.heatmapzone.selected.pos:hover {
  opacity: 0.4;
  border: 1px solid #ccc;
  border-style: solid;
  border-color: #000;
}
#heatmap3 div.heatmapzone.selected.neg {
  background-color: #b20000;
}
#heatmap3 div.heatmapzone.selected.neg:hover {
  opacity: 0.4;
}
#heatmap3.debug div.heatmapzone {
  border: 1px solid #ccc;
  border-style: dashed;
}
#heatmap3.debug div.heatmapzone a span {
  visibility: visible;
  padding: 1px 2px;
  border: 1px solid #ccc;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
#heatmap3.debug div.heatmapzone a span.fld {
  color: #fff;
  background-color: #333;
}
#heatmap3.debug div.heatmapzone a span.val {
  float: right;
  color: #fff;
  background-color: #0e76bd;
}
#heatmap3.debug div.heatmapzone:hover {
  border: 1px solid #ccc;
  border-style: solid;
  border-color: #000;
}
span.heatmap {
  color: #fff;
  opacity: 0.8;
}
span.heatmap.pos {
  background-color: #599636;
}
span.heatmap.neg {
  background-color: #b20000;
}
#captcha {
  border: 1px solid #ccc;
}
#conjoint {
  width: 720px;
  margin: 0 auto;
  max-width: 100%;
}
#conjoint table tbody {
  background-color: #fff;
}
#conjoint table.questiongrid {
  border-collapse: collapse;
}
#conjoint table.questiongrid thead {
  font-family: "Roboto Bold", Arial, serif;
  background: none;
}
#conjoint table.questiongrid thead tr th {
  border: none;
  color: #000;
  font-weight: bold;
  border-bottom: 1px solid #999;
  padding-bottom: 0.4em;
}
#conjoint table.questiongrid tbody {
  background-color: #fff;
  font-family: Roboto, Arial, serif;
}
#conjoint table.questiongrid tbody tr {
  padding: 1em;
}
#conjoint table.questiongrid tbody tr.odd {
  background-color: #fff;
}
#conjoint table.questiongrid tbody tr.odd:hover {
  background: #E7F1F8;
}
#conjoint table.questiongrid tbody tr.even {
  background-color: #f3f3f3;
}
#conjoint table.questiongrid tbody tr.even:hover {
  background: #E7F1F8;
}
#conjoint table.questiongrid tbody tr.row1 {
  border-top: 1px dotted #b7b7b7;
}
#conjoint table.questiongrid tbody tr td {
  border: 0;
  background: none;
  padding: 10px 4px;
  border-right: 1px dotted #b7b7b7;
}
#conjoint table.questiongrid tbody tr td:hover {
  background: none;
}
#conjoint table.questiongrid tbody tr td.col {
  text-align: center;
  font-size: 0.9em;
  font-family: "Roboto Light", Arial, serif;
}
#conjoint table.questiongrid tbody tr td.col1 {
  text-align: left;
}
#conjoint table.questiongrid tbody tr td.col2 {
  border-right: none;
}
#conjointOLD {
  width: 800px;
  margin: 0 auto;
  max-width: 100%;
}
#conjointOLD table thead {
  background-color: #0e76bd;
}
#conjointOLD table thead tr th {
  color: #fff;
  font-weight: bold;
}
#conjointOLD table tbody {
  background-color: #fff;
}
#conjointOLD table tbody tr {
  /*                    & td {
                    &:hover {
                        background: none;
                    }
                }
*/
}
#conjointOLD table tbody tr.odd {
  background-color: #fff;
}
#conjointOLD table tbody tr.odd:hover {
  background: #E7F1F8;
}
img.autoscale {
  max-height: 100%;
  max-width: 100%;
}
#scrollcontainer img {
  width: 100%;
}
#dropdownautocomplete {
  box-sizing: border-box;
}
#dropdownautocomplete .autocomplete {
  position: relative;
  display: inline-block;
}
#dropdownautocomplete .autocomplete input {
  border: 1px solid transparent;
  background-color: #f1f1f1;
  padding: 6px;
  font-size: 16px;
}
#dropdownautocomplete .autocomplete input[type=text] {
  background-color: #f1f1f1;
  width: 100%;
}
#dropdownautocomplete .autocomplete .autocomplete-items {
  position: absolute;
  border: 1px solid #d4d4d4;
  border-bottom: none;
  border-top: none;
  z-index: 99;
  top: 100%;
  left: 0;
  right: 0;
}
#dropdownautocomplete .autocomplete .autocomplete-items div {
  padding: 10px;
  cursor: pointer;
  background-color: #fff;
  border-bottom: 1px solid #d4d4d4;
}
#dropdownautocomplete .autocomplete .autocomplete-items div:hover {
  background-color: #e9e9e9;
}
#dropdownautocomplete .autocomplete-active {
  background-color: DodgerBlue !important;
  color: #ffffff;
}
p.borderBelow {
  margin: 0 0 20px 0;
  padding: 0 0 20px 0;
}
#messageError {
  padding: 0;
  font-weight: bold;
  color: #b20000;
  text-align: center;
}
p.video-oe-header {
  display: block;
  text-align: center;
  font-size: 1.2em;
  font-weight: bold;
  padding-bottom: 0.2em;
}
p.video-oe-header button {
  border: none;
  background: none;
}
p.video-oe-header button.camera {
  background: url('../Images/Icons/camera_icon_sm.png') no-repeat center;
  width: 52px;
  height: 52px;
}
p.video-oe-header button.start {
  background: url('../Images/Icons/start_sm.png') no-repeat center;
  width: 52px;
  height: 52px;
}
p.video-oe-header button.stop {
  background: url('../Images/Icons/stop_sm.png') no-repeat center;
  width: 52px;
  height: 52px;
}
p.video-oe-header button img {
  margin: 0;
  padding: 0.2em 0em 0em 0em;
}
p.video-oe-header button:hover {
  cursor: pointer;
  background-color: #8ac865;
}
#container-video {
  text-align: center;
}
#container-video video {
  vertical-align: top;
  --vwidth: 65vw;
  width: var(--vwidth);
  height: calc(var(--vwidth) * 0.5625);
}
#container-video div.bypassMsg {
  font-size: 1.2em;
  margin-top: 0.4em;
}
#container-video span.bypass {
  cursor: pointer;
  text-decoration: underline;
}
#errorMsg {
  color: #b20000;
  font-size: 1.2em;
  margin-top: 0.4em;
}
#messages {
  background-color: #000;
  color: #fff;
  font-size: 1.2em;
  text-align: center;
  position: relative;
  top: 40%;
}
#messages.red {
  color: #b20000;
}
#videocountdown {
  font-size: 1.8em;
  color: #b20000;
  margin-top: 6px;
}