/* line 5, ../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* line 22, ../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, ../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, ../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, ../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/* line 2, ../scss/layout/_core.scss */
body {
  line-height: 1.5;
  font-size: 14px;
  background-color: #EEE;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
}

/* line 10, ../scss/layout/_core.scss */
.page {
  padding: 10px;
}

/* line 15, ../scss/layout/_core.scss */
.content-wrapper {
  width: 100%;
  max-width: 900px;
  background-color: #fff;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.12);
  padding: 20px;
  margin: auto;
  margin-top: 5px;
  box-sizing: border-box;
  position: relative;
  min-height: 80vh;
}

/* line 28, ../scss/layout/_core.scss */
.logout-button {
  float: right;
  cursor: pointer;
  text-decoration: none;
  color: #6F6A6A;
  font-size: 020px;
}
/* line 35, ../scss/layout/_core.scss */
.logout-button:hover {
  opacity: .7;
}

/* line 40, ../scss/layout/_core.scss */
h1 {
  font-size: 130%;
  font-weight: bold;
  font-weight: 700;
  margin: .5em 0;
}

/* line 47, ../scss/layout/_core.scss */
h2 {
  font-size: 150%;
  margin: .3em 0;
  font-weight: 700;
}

/* line 53, ../scss/layout/_core.scss */
h3 {
  font-size: 120%;
  margin: .3em 0;
}

/* line 58, ../scss/layout/_core.scss */
p {
  margin: .3em 0;
}

/* line 62, ../scss/layout/_core.scss */
a {
  color: #8E8343;
}
/* line 65, ../scss/layout/_core.scss */
a:hover {
  color: #000;
}

/* line 70, ../scss/layout/_core.scss */
strong, b {
  font-weight: 700;
}

/* line 74, ../scss/layout/_core.scss */
.light {
  font-weight: 300;
}

/* line 78, ../scss/layout/_core.scss */
.edit-link {
  position: absolute;
  bottom: -30px;
  right: 0;
}

/* line 85, ../scss/layout/_core.scss */
.clear {
  clear: both;
}

/* line 89, ../scss/layout/_core.scss */
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

/* line 3, ../scss/ui/_button.scss */
.btn {
  display: inline-block;
  cursor: pointer;
  margin: 5px 0;
  padding: 5px 10px;
  text-decoration: none;
  color: #333;
}
/* line 13, ../scss/ui/_button.scss */
.btn:hover {
  color: #0782C1;
}
/* line 17, ../scss/ui/_button.scss */
.btn.centered {
  display: block;
  margin: 20px auto;
}
/* line 22, ../scss/ui/_button.scss */
.btn.disable {
  visibility: hidden;
}
/* line 26, ../scss/ui/_button.scss */
.btn[disabled] {
  cursor: default;
}

/* line 3, ../scss/ui/_slide.scss */
.question-header {
  border-bottom: 1px solid #CCC;
}
/* line 7, ../scss/ui/_slide.scss */
.question-header h1 {
  float: left;
  margin: 0;
  font-weight: normal;
  font-size: 110%;
}

/* line 15, ../scss/ui/_slide.scss */
.question-text {
  padding-top: 40px;
  font-size: 130%;
}
/* line 19, ../scss/ui/_slide.scss */
.question-text ul, .question-text ol {
  clear: both;
}
/* line 22, ../scss/ui/_slide.scss */
.question-text ul li, .question-text ol li {
  margin-left: 20px;
  list-style-type: disc;
}
/* line 27, ../scss/ui/_slide.scss */
.question-text ol li {
  margin-left: 2em;
  list-style-type: decimal;
}
/* line 33, ../scss/ui/_slide.scss */
.question-text p:after {
  content: "";
  display: inline-block;
  width: 0px;
}

/* line 40, ../scss/ui/_slide.scss */
.text-post {
  font-size: 130%;
}

/* line 44, ../scss/ui/_slide.scss */
.slide {
  padding-bottom: 60px;
  overflow: hidden;
}

/* line 49, ../scss/ui/_slide.scss */
.scope-info {
  position: absolute;
  bottom: -50px;
  left: 20px;
  font-size: 12px;
}

/* line 56, ../scss/ui/_slide.scss */
.question-image {
  max-width: 100%;
  margin: auto;
  margin-bottom: 30px;
  display: block;
  clear: both;
}

/* line 64, ../scss/ui/_slide.scss */
.question-apx {
  font-size: 120%;
}

/* line 68, ../scss/ui/_slide.scss */
.question-links {
  overflow: hidden;
  clear: both;
  margin-top: 20px;
  border-top: 1px solid #CCC;
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 20px;
}
/* line 78, ../scss/ui/_slide.scss */
.question-links .btn {
  margin-bottom: 0;
}

/* line 82, ../scss/ui/_slide.scss */
.next-btn {
  float: right;
}

/* line 87, ../scss/ui/_slide.scss */
.textbox {
  width: 100%;
  padding: 7px;
  font-family: inherit;
  margin-top: 20px;
  box-sizing: border-box;
}

/* line 3, ../scss/ui/_scale.scss */
.scale {
  margin: 20px 0;
}

/* line 7, ../scss/ui/_scale.scss */
.scale-label {
  max-width: 25%;
  float: left;
}

/* line 11, ../scss/ui/_scale.scss */
.scale-label-right {
  float: right;
}

/* line 15, ../scss/ui/_scale.scss */
.scale-items {
  overflow: hidden;
}

/* line 19, ../scss/ui/_scale.scss */
.scale-item {
  width: 12.5%;
  float: left;
  border: 1px solid rgba(0, 0, 0, 0.4);
  border-right: 0;
  box-sizing: border-box;
  text-align: center;
  padding: 4px 0;
  font-weight: 700;
}
/* line 29, ../scss/ui/_scale.scss */
.scale-item:last-of-type {
  border-right: 1px solid rgba(0, 0, 0, 0.4);
}
/* line 34, ../scss/ui/_scale.scss */
.scale-item.selected {
  background: #B8A520;
  color: #FFF;
}

/* line 41, ../scss/ui/_scale.scss */
.item-selectable .scale-item:hover {
  background: rgba(0, 0, 0, 0.12);
  cursor: pointer;
}

/* line 47, ../scss/ui/_scale.scss */
.scale-general-gray .scale-item {
  font-size: 0;
  height: 50px;
  opacity: .5;
}
/* line 52, ../scss/ui/_scale.scss */
.scale-general-gray .scale-item.selected {
  opacity: 1;
  border: 2px solid rgba(0, 0, 0, 0.4);
}
/* line 57, ../scss/ui/_scale.scss */
.scale-general-gray .scale-item:nth-of-type(1) {
  background: #F4F4F2;
}
/* line 60, ../scss/ui/_scale.scss */
.scale-general-gray .scale-item:nth-of-type(2) {
  background: #E4E3DF;
}
/* line 63, ../scss/ui/_scale.scss */
.scale-general-gray .scale-item:nth-of-type(3) {
  background: #CAC9C1;
}
/* line 66, ../scss/ui/_scale.scss */
.scale-general-gray .scale-item:nth-of-type(4) {
  background: #ffa407;
}
/* line 69, ../scss/ui/_scale.scss */
.scale-general-gray .scale-item:nth-of-type(5) {
  background: #EAAA3C;
}
/* line 72, ../scss/ui/_scale.scss */
.scale-general-gray .scale-item:nth-of-type(6) {
  background: #9D9A8B;
}
/* line 75, ../scss/ui/_scale.scss */
.scale-general-gray .scale-item:nth-of-type(7) {
  background: #8F8B7B;
}
/* line 78, ../scss/ui/_scale.scss */
.scale-general-gray .scale-item:nth-of-type(8) {
  background: #807C69;
}

/* line 86, ../scss/ui/_scale.scss */
.scale-mental .scale-item {
  font-size: 0;
  height: 50px;
  opacity: .3;
}
/* line 91, ../scss/ui/_scale.scss */
.scale-mental .scale-item.selected {
  opacity: 1;
  border: 2px solid #000;
}
/* line 96, ../scss/ui/_scale.scss */
.scale-mental .scale-item:nth-of-type(1) {
  background-color: #DF2B46;
}
/* line 99, ../scss/ui/_scale.scss */
.scale-mental .scale-item:nth-of-type(2) {
  background-color: #E5586B;
}
/* line 102, ../scss/ui/_scale.scss */
.scale-mental .scale-item:nth-of-type(3) {
  background-color: #EC6D80;
}
/* line 105, ../scss/ui/_scale.scss */
.scale-mental .scale-item:nth-of-type(4) {
  background-color: #FBF150;
}
/* line 108, ../scss/ui/_scale.scss */
.scale-mental .scale-item:nth-of-type(5) {
  background-color: #F5EF4F;
}
/* line 111, ../scss/ui/_scale.scss */
.scale-mental .scale-item:nth-of-type(6) {
  background-color: #A3D189;
}
/* line 114, ../scss/ui/_scale.scss */
.scale-mental .scale-item:nth-of-type(7) {
  background-color: #96C665;
}
/* line 117, ../scss/ui/_scale.scss */
.scale-mental .scale-item:nth-of-type(8) {
  background-color: #77B93E;
}

/* line 122, ../scss/ui/_scale.scss */
.item-selectable.scale-mental .scale-item {
  opacity: 1;
}
/* line 125, ../scss/ui/_scale.scss */
.item-selectable.scale-mental .scale-item:hover {
  opacity: .8;
}

/* line 131, ../scss/ui/_scale.scss */
.scale-mental-smiley .scale-item {
  background-color: transparent !important;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
/* line 138, ../scss/ui/_scale.scss */
.scale-mental-smiley .scale-item:hover {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
/* line 144, ../scss/ui/_scale.scss */
.scale-mental-smiley .scale-item:nth-of-type(1) {
  background-image: url("../img/smiley/Smiley1.jpg");
}
/* line 147, ../scss/ui/_scale.scss */
.scale-mental-smiley .scale-item:nth-of-type(2) {
  background-image: url("../img/smiley/Smiley2.jpg");
}
/* line 150, ../scss/ui/_scale.scss */
.scale-mental-smiley .scale-item:nth-of-type(3) {
  background-image: url("../img/smiley/Smiley3.jpg");
}
/* line 153, ../scss/ui/_scale.scss */
.scale-mental-smiley .scale-item:nth-of-type(4) {
  background-image: url("../img/smiley/Smiley4.jpg");
}
/* line 156, ../scss/ui/_scale.scss */
.scale-mental-smiley .scale-item:nth-of-type(5) {
  background-image: url("../img/smiley/Smiley5.jpg");
}
/* line 159, ../scss/ui/_scale.scss */
.scale-mental-smiley .scale-item:nth-of-type(6) {
  background-image: url("../img/smiley/Smiley6.jpg");
}
/* line 162, ../scss/ui/_scale.scss */
.scale-mental-smiley .scale-item:nth-of-type(7) {
  background-image: url("../img/smiley/Smiley7.jpg");
}
/* line 165, ../scss/ui/_scale.scss */
.scale-mental-smiley .scale-item:nth-of-type(8) {
  background-image: url("../img/smiley/Smiley8.jpg");
}

/* line 5, ../scss/ui/_sort-topic.scss */
.sort-topic-item {
  padding: 4px 8px;
  margin: 4px 0;
  background-color: rgba(204, 204, 204, 0.33);
}
/* line 10, ../scss/ui/_sort-topic.scss */
.drag-enabled .sort-topic-item:hover {
  background: #ccc;
  cursor: move;
}

/* line 5, ../scss/ui/_sort-topic.scss */
.sort-topic-item {
  padding: 4px 8px;
  margin: 4px 0;
  background-color: rgba(204, 204, 204, 0.33);
}
/* line 10, ../scss/ui/_sort-topic.scss */
.drag-enabled .sort-topic-item:hover {
  background: #ccc;
  cursor: move;
}

/* line 2, ../scss/ui/_symbol.scss */
.symbol {
  float: right;
  margin: 10px 0;
  border: 5px solid transparent;
  border-radius: 50%;
  display: block;
  font-size: 2em;
  height: 60px;
  line-height: 60px;
  text-align: center;
  width: 60px;
}
/* line 15, ../scss/ui/_symbol.scss */
.symbol.symbol3 {
  float: left;
  margin: 20px;
  margin-left: 0;
  margin-bottom: 40px;
  width: 160px;
  height: 140px;
}
@media only screen and (max-width: 500px) {
  /* line 15, ../scss/ui/_symbol.scss */
  .symbol.symbol3 {
    float: none;
  }
}
/* line 27, ../scss/ui/_symbol.scss */
.symbol.symbol3 img {
  margin-top: 13px;
  width: 160px;
}
/* line 33, ../scss/ui/_symbol.scss */
.symbol.symbol-middle {
  float: none;
  width: 100px;
  height: 100px;
  margin: auto;
}
/* line 39, ../scss/ui/_symbol.scss */
.symbol.symbol-middle img {
  margin-top: 0;
}

/* line 45, ../scss/ui/_symbol.scss */
.symbol-image {
  margin-top: 7px;
}

/* line 6, ../scss/ui/_answers.scss */
.answer {
  padding: 4px 8px;
  margin: 10px 0;
  background-color: rgba(204, 204, 204, 0.33);
  overflow: hidden;
}
/* line 12, ../scss/ui/_answers.scss */
.answer.selected {
  background: #ccc;
}

/* line 17, ../scss/ui/_answers.scss */
.answer-selectable .answer:hover {
  background: #ccc;
  cursor: pointer;
}

/* line 22, ../scss/ui/_answers.scss */
.answer-img {
  float: left;
  max-height: 100px;
  margin-right: 20px;
}

/* line 2, ../scss/ui/_checkboxes.scss */
.checkboxes {
  margin: 20px 0;
}

/* line 6, ../scss/ui/_checkboxes.scss */
.checkbox {
  padding: 4px 8px;
  margin: 10px 0;
  background-color: rgba(204, 204, 204, 0.33);
  display: block;
}
/* line 12, ../scss/ui/_checkboxes.scss */
.checkbox.selected {
  background: #B8A520;
}
/* line 16, ../scss/ui/_checkboxes.scss */
.checkbox:hover {
  background: #ccc;
  cursor: pointer;
}
/* line 21, ../scss/ui/_checkboxes.scss */
.checkbox input {
  margin-right: 20px;
}

/* line 6, ../scss/ui/_matrix.scss */
.matrix-el {
  padding: 4px 8px;
  margin: 10px 0;
  background-color: rgba(204, 204, 204, 0.33);
  position: relative;
}
/* line 12, ../scss/ui/_matrix.scss */
.matrix-el.hidden {
  display: none;
}
/* line 16, ../scss/ui/_matrix.scss */
.matrix-el a {
  position: relative;
  z-index: 1;
}
/* line 21, ../scss/ui/_matrix.scss */
.matrix-el select, .matrix-el .matrix-checkbox {
  position: absolute;
  right: 5px;
  top: 5px;
}

/* line 33, ../scss/ui/_matrix.scss */
.matrix-view3 .matrix-el a {
  color: #000;
}

/* line 39, ../scss/ui/_matrix.scss */
.matrix-own-text {
  width: 100%;
  font-family: inherit;
  padding: 1px 5px;
}

/* line 45, ../scss/ui/_matrix.scss */
.matrix-el-desc {
  margin-right: 75px;
}

/* line 49, ../scss/ui/_matrix.scss */
.matrix-bg {
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #1c9554;
}

/* line 6, ../scss/ui/_pool.scss */
.pool-section {
  margin: 10px 0;
}

/* line 10, ../scss/ui/_pool.scss */
.pool-section-title {
  font-weight: 700;
  cursor: pointer;
}
/* line 14, ../scss/ui/_pool.scss */
.pool-section-title:before {
  content: "\25B8   ";
}
/* line 18, ../scss/ui/_pool.scss */
.pool-section-title:hover {
  text-decoration: underline;
}
/* line 22, ../scss/ui/_pool.scss */
.pool-section-title.active {
  text-decoration: underline;
}
/* line 25, ../scss/ui/_pool.scss */
.pool-section-title.active:before {
  content: "\25BE   ";
}
/* line 29, ../scss/ui/_pool.scss */
.pool-section-title.active ~ .pool-section-terms {
  display: block;
}

/* line 35, ../scss/ui/_pool.scss */
.pool-section-terms {
  display: none;
}

/* line 39, ../scss/ui/_pool.scss */
.pool-section-term {
  cursor: pointer;
  margin: 4px 10px;
  background-color: rgba(204, 204, 204, 0.33);
  padding: 3px;
  display: inline-block;
  border-radius: 2px;
}
/* line 47, ../scss/ui/_pool.scss */
.pool-section-term:hover {
  background: #ccc;
}
/* line 51, ../scss/ui/_pool.scss */
.pool-section-term.active {
  font-weight: 700;
}

/* line 2, ../scss/ui/_spinner.scss */
.spinner {
  width: 32px;
  height: 32px;
  margin: 5px;
  background: url("../img/spinner.gif") no-repeat;
  display: none;
  float: right;
}
/* line 10, ../scss/ui/_spinner.scss */
.spinner.visible {
  display: block;
}

/* line 6, ../scss/ui/_color-reporting.scss */
.color-reporting-item,
.color-reporting-grid-item {
  padding: 8px;
  box-sizing: border-box;
  border: 2px solid #FFF;
}

/* line 13, ../scss/ui/_color-reporting.scss */
.color-reporting-item {
  float: left;
  width: 25%;
}

/* line 19, ../scss/ui/_color-reporting.scss */
.color-reporting-grid-item.middle-text {
  position: absolute;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
  font-size: 120%;
  font-weight: bold;
  padding: 0 10px;
  width: 100%;
}

/* line 36, ../scss/ui/_color-reporting.scss */
.color-reporting-grid {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-flex-direction: row;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}

/* line 44, ../scss/ui/_color-reporting.scss */
.color-grid-group {
  width: 33%;
  position: relative;
}

/* line 50, ../scss/ui/_color-reporting.scss */
.bg-default {
  background-color: #f3f3f3;
}

/* line 53, ../scss/ui/_color-reporting.scss */
.bg-red {
  background-color: #DF2B46;
}

/* line 56, ../scss/ui/_color-reporting.scss */
.bg-yellow {
  background-color: #FBF150;
}

/* line 59, ../scss/ui/_color-reporting.scss */
.bg-green {
  background-color: #77B93E;
}

/* line 4, ../scss/ui/_chart-report.scss */
.chart-report svg {
  width: 100%;
  height: auto;
}

/* line 2, ../scss/ui/_table-reporting.scss */
.table-reporting {
  width: 100%;
}
/* line 5, ../scss/ui/_table-reporting.scss */
.table-reporting th, .table-reporting td {
  border: 1px solid #B5B5B5;
  padding: 3px;
}
/* line 10, ../scss/ui/_table-reporting.scss */
.table-reporting th {
  width: 12%;
}
/* line 13, ../scss/ui/_table-reporting.scss */
.table-reporting th:first-of-type {
  width: auto;
}
/* line 18, ../scss/ui/_table-reporting.scss */
.table-reporting .colored-column {
  background: #DF2B46;
}

/* line 4, ../scss/ui/_topic-references.scss */
.topic-references .topic-reference {
  font-size: 120%;
  font-weight: bold;
}
/* line 8, ../scss/ui/_topic-references.scss */
.topic-references .topic-reference:visited {
  color: #ccc;
}
