.btn-primary {
  border: 1px solid #4b78b6;
  background-color: #FFF;
  color: #4b78b6;
  transition: background-color 0.5s ease;
}
.btn-primary:hover {
  background-color: #4b78b6;
  color: #FFF;
}

.btn-lg {
  font-size: 16px;
}

#index {
  position: fixed;
  right: -15px;
  width: 0;
  top: 0;
  bottom: 0;
  overflow-y: visible;
  overflow-x: hidden;
  height: 100%;
  background: #fff;
  border-left: 1px solid #ccc;
  -moz-box-shadow: -5px 0px 10px #888;
  -webkit-box-shadow: -5px 0px 10px #888;
  box-shadow: -5px 0px 10px #888;
  display: none;
}
#index h2 {
  font-size: 16px;
  font-weight: bold;
  color: #000;
  margin: 0;
  padding: 15px 0 15px;
}
#index h3 {
  margin: 0.5em 0 0 0.5em;
}
#index .container {
  width: 100%;
}
#index .container input {
  margin: 1em;
}
#index .container ol {
  padding-left: 0;
}
#index .container .row {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: left;
  border-top: 1px solid #fff;
  padding: 3px 0;
  margin: 0;
  font-size: 15px;
}
#index .container .row:before {
  content: none;
}
#index .container .row:hover {
  cursor: pointer;
  color: #808080;
}
#index .container .row.odd {
  background: #fff;
}
#index .container .row.current {
  background: #4b78b6;
  color: #fff;
}
#index .container .row.current:hover {
  color: #fff;
  cursor: default;
}
#index-button {
  position: fixed;
  width: 170px;
  height: 30px;
  top: 50%;
  right: -71px;
  text-align: center;
  line-height: 30px;
  color: #4b78b6;
  background-color: #fff;
  border: 1px solid #4b78b6;
  border-bottom-color: #fff;
  -webkit-border-top-right-radius: 6px;
  -moz-border-top-right-radius: 6px;
  border-top-right-radius: 6px;
  -webkit-border-top-left-radius: 6px;
  border-top-left-radius: 6px;
  cursor: pointer;
  z-index: 1000;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  transition: background-color 0.5s ease;
}
#index-button:hover {
  color: #fff;
  background-color: #4b78b6;
}

.navbar.fixed-top {
  margin-bottom: 10px;
  background-color: rgba(255, 255, 255, 0.93);
  border-bottom: 1px solid #588cc4;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.25);
}
.navbar.fixed-top .navbar-header {
  width: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
  position: relative;
}
.navbar.fixed-top .navbar-header img.logo {
  max-height: 50px;
  margin-right: 15px;
}
.navbar.fixed-top .navbar-header h1 {
  color: #4b78b6;
  font-size: 24px;
  font-weight: 700;
  font-family: "Sintony", sans-serif;
  margin: 5px 5px 0 0;
}
.navbar.fixed-top .navbar-header .navbar-action-link {
  position: absolute;
  right: 0;
  top: 65px;
  padding: 0;
  background-color: transparent;
  color: #4b78b6;
}
.navbar.fixed-top .navbar-header .navbar-action-link a.dropdown-toggle {
  padding: 10px 20px;
  margin-left: 10px;
  color: #4b78b6;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  border-left: 1px solid #588cc4;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #588cc4;
  border-right: 1px solid #588cc4;
  background-color: rgba(255, 255, 255, 0.93);
  transition: all 0.5s ease;
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.2);
}
.navbar.fixed-top .navbar-header .navbar-action-link a.dropdown-toggle:hover, .navbar.fixed-top .navbar-header .navbar-action-link a.dropdown-toggle:focus {
  border-top: 1px solid rgba(88, 140, 196, 0.93);
  color: #fff !important;
  background-color: rgba(88, 140, 196, 0.93);
}
.navbar.fixed-top .navbar-header .navbar-action-link ul {
  margin-top: 5px;
  background-color: rgba(255, 255, 255, 0.93) !important;
  border-radius: 6px;
  overflow-y: auto;
  max-height: 60vh;
}
.navbar.fixed-top .navbar-header .navbar-action-link ul li {
  width: 100%;
  margin: 3px 0;
  padding: 3px 20px;
}
.navbar.fixed-top .navbar-header .navbar-action-link ul li a {
  white-space: nowrap;
  font-size: 16px;
  color: #555;
  transition: all 0.5s ease;
}
.navbar.fixed-top .navbar-header .navbar-action-link ul li a:hover {
  background-color: transparent !important;
  color: #4b78b6 !important;
}
.navbar.fixed-top .navbar-header .navbar-action-link ul li a:focus {
  background-color: transparent !important;
}
.navbar.fixed-top .navbar-header .navbar-action-link ul li:hover {
  color: #4b78b6;
}
.navbar.fixed-top .navbar-header .navbar-action-link ul li.index-item-current a {
  color: #999;
}
.navbar.fixed-top .navbar-header .language_change_container {
  height: auto;
}

#tokenmessage {
  padding-top: 20px;
  padding-bottom: 20px;
}

#tokenform .reload-captcha {
  margin-left: 20px;
}

.progress {
  height: 20px !important;
  margin-bottom: 10px !important;
}
.progress .progress-bar {
  line-height: 20px;
  font-size: 10px;
  background-color: #4b78b6;
}

h3.group-name {
  font-size: 20px;
  font-weight: bold;
  color: #000;
}

div.group-description {
  margin-bottom: 15px;
}

.question {
  margin-bottom: 30px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.12);
}
.question:last-child {
  background-color: red;
  margin-bottom: 0;
}

h4.question-code {
  font-size: 16px;
  font-weight: bold;
  float: none;
  margin: 0;
}

h4.question-text {
  font-size: 16px;
  line-height: 1.4;
  margin-bottom: 0;
}

.questionvalidcontainer {
  display: none;
}

table.subquestion-list, table.questions-list {
  margin-bottom: 0;
}

label {
  font-weight: normal;
}

.ls-answers {
  padding: 0;
  margin-top: 10px;
}
.ls-answers .answers-list, .ls-answers .text-item {
  width: 100% !important;
  float: none !important;
}
.ls-answers .text-item {
  margin-top: 25px;
  margin-bottom: 0;
}

.answer-item.radio-item {
  padding: 5px 0;
  align-items: center;
}
.answer-item.radio-item:not(td) {
  display: flex;
}
.answer-item.radio-item input[type=radio] {
  opacity: 1;
  position: relative;
  margin-top: 0;
}
.answer-item.radio-item label {
  display: inline-block;
  padding-left: 8px;
  line-height: 20px;
  margin: 0;
}
.answer-item.radio-item label::before, .answer-item.radio-item label::after {
  display: none !important;
  /* Remove the pseudo-elements that create the second circle */
}
@media only screen and (min-width: 761px) {
  .answer-item.radio-item:is(td) {
    vertical-align: middle;
    line-height: 0;
  }
  .answer-item.radio-item:is(td) label.ls-label-xs-visibility {
    display: none;
  }
  .answer-item.radio-item:is(td) input[type=radio] {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
  }
}
.answer-item.checkbox-item label {
  padding: 0;
}
.answer-item.checkbox-item.checkbox input[type=checkbox] {
  display: inline-block;
  padding-left: 20px;
  margin: 5px 0 0 0;
  height: 21px;
}
.answer-item.checkbox-item.checkbox div.label-clickable.label-text {
  display: inline-block;
  padding-left: 15px;
  cursor: pointer;
}

.ls-questionhelp {
  position: relative;
}
.ls-questionhelp:before {
  top: -6px;
  font-size: 20px;
}
.ls-questionhelp > p, .ls-questionhelp > a {
  padding: 0;
  display: block;
  font-size: 13px;
  margin: 5px 0 0 3px;
  width: 100%;
}
.ls-questionhelp > a {
  text-decoration: none;
}

ul.checkbox-text-list .checkbox-text-item {
  border-bottom: 1px solid #ddd;
  margin: 15px 0 10px;
  padding-bottom: 10px;
}
ul.checkbox-text-list .checkbox-text-item .row {
  width: 100%;
  flex-wrap: nowrap;
}
ul.checkbox-text-list .checkbox-text-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
ul.checkbox-text-list .checkbox-text-item .col-sm-4.col-xs-12 {
  display: table-cell;
  width: auto;
  box-sizing: border-box;
  padding-left: 0;
  vertical-align: top;
  margin: 15px 0 10px 0;
}
ul.checkbox-text-list .checkbox-text-item .col-sm-4.col-xs-12 > .answer-item {
  display: flex;
  align-items: center;
}
ul.checkbox-text-list .checkbox-text-item .col-sm-4.col-xs-12 > .answer-item input[type=checkbox] {
  opacity: 1;
  position: relative;
  margin-top: 0;
}
ul.checkbox-text-list .checkbox-text-item .col-sm-4.col-xs-12 > .answer-item label {
  white-space: nowrap;
  line-height: 40px;
  padding-left: 8px;
}
ul.checkbox-text-list .checkbox-text-item .col-sm-4.col-xs-12 > .answer-item label:after {
  background-color: #4b78b6;
}
ul.checkbox-text-list .checkbox-text-item .comment-item {
  display: table-cell;
  width: auto;
  vertical-align: top;
  box-sizing: border-box;
}
ul.checkbox-text-list .checkbox-text-item .comment-item input {
  margin-top: 15px;
}

.multiple-short-txt .text-item {
  margin-top: 0 !important;
  margin-bottom: 15px;
}
.multiple-short-txt .text-item:last-child {
  margin-bottom: 0;
}
.multiple-short-txt .text-item label {
  width: 100% !important;
  text-align: left !important;
  margin-bottom: 3px !important;
}
.multiple-short-txt .text-item .col-xs-12.col-sm-8 {
  width: 100% !important;
}

div.boilerplate .panel-heading {
  border: none;
}
div.boilerplate .row.question-wrapper {
  display: none;
}
div.boilerplate .panel-body {
  display: none;
  border: none;
}

.survey-list-heading {
  margin-bottom: 20px;
}
.survey-list-heading .h3 {
  font-size: 16px;
  font-weight: normal;
}

.survey-list {
  margin-bottom: 50px;
}
.survey-list a.surveytitle {
  background-color: transparent;
  color: #4b78b6;
  text-align: left;
  display: list-item;
  border: none;
  list-style-type: square;
  margin-left: 20px;
}

.survey-contact {
  font-size: 16px;
}

.control-label[for=lang] {
  display: none;
}

select#lang {
  display: none;
}

#tokenform .equation {
  padding-top: 20px;
}

body {
  padding-top: 80px;
  font-family: Sintony, sans-serif;
  font-size: 16px;
  color: #333;
}

.text-info {
  color: #31708f !important;
}

.border {
  border-bottom: solid 5px #588cc4;
}

.container.content {
  margin-bottom: 30px;
}

#main-col {
  margin-top: 4rem;
}

#main-row {
  width: 100%;
}

.space-col {
  margin-top: 0;
  margin-bottom: 0;
}

button.changelang.jshide {
  display: none;
}

a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

#captcha {
  width: 100%;
  display: flex;
  align-items: flex-start;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

/*# sourceMappingURL=custom.css.map */
