h1 {
  font-size: 30px;
  font-weight: 600;
}

p {
  line-height: 1.4;
}

.text-danger {
  color: #e2001a;
}

.text-info {
  color: #1665d8;
}

.asterisk {
  margin-right: 5px;
  display: none;
}
.asterisk .text-danger {
  color: #1665d8;
}

.alert {
  font-weight: 600;
  font-size: 13px;
}
.alert.alert-warning {
  background: #ee7d11;
  color: #ffffff;
}
.alert.alert-danger {
  background: #e2001a;
  color: #ffffff;
}
.alert .close {
  opacity: 1;
}

.btn {
  padding: 10px 16px;
  font-weight: 600;
  font-size: 13px;
  line-height: 1.2;
}
.btn.btn-default {
  color: #000000;
  box-shadow: inset 0 2px 0 0 rgba(255, 255, 255, 0.05);
  background-image: linear-gradient(to top, #f5f5f5, #ffffff);
}
.btn.btn-primary {
  color: #ffffff;
  border-color: #af1e16;
  box-shadow: inset 0 2px 0 0 rgba(255, 255, 255, 0.08);
  background-image: linear-gradient(to bottom, #e2001a, #d32118);
}
.btn.btn-primary:hover {
  background-image: linear-gradient(to bottom, #d32118, #af1e16);
}
.btn.btn-primary:active {
  background-color: #af1e16;
}

.navbar-default {
  margin-bottom: 30px;
  background: #ffffff;
  border-bottom: 1px solid #e8e8e8;
}
@media screen and (max-width: 767px) {
  .navbar-default .navbar-header {
    text-align: center;
  }
}
.navbar-default .navbar-header .navbar-brand {
  padding: 0;
  height: 60px;
}
@media screen and (max-width: 767px) {
  .navbar-default .navbar-header .navbar-brand {
    float: none;
  }
}
.navbar-default .navbar-header .navbar-brand img {
  display: inline-block;
  width: 150px;
}
.navbar-default .navbar-nav > li a {
  color: #ddd;
}
.navbar-default .navbar-nav > li a:hover {
  color: #fff;
}
.navbar-default .navbar-nav > li.form-change-lang a {
  color: #333;
}

.list-radio .radio-list ul {
  border-radius: 2px;
}
.list-radio .radio-item {
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}
.list-radio .radio-item input[type=radio] {
  display: none;
}
.list-radio .radio-item label {
  background: #E0E0E0;
  color: #000;
  font-weight: normal;
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 0;
  border-bottom: 1px solid #fff;
  display: block;
  padding: 10px 30px;
  text-align: center;
}
.list-radio .radio-item label:hover {
  background: #d4dcef;
  color: #000;
}
.list-radio .radio-item label::before, .list-radio .radio-item label::after {
  margin: 0;
  display: inline-block;
  content: "";
  width: auto;
  height: auto;
  border: none;
  top: 6px;
  background: transparent;
  padding: 0;
}
.list-radio .radio-item label::before {
  left: 5px;
  right: auto;
}
.list-radio .radio-item label::after {
  left: auto;
  right: 5px;
}
.list-radio .radio-item input[type=radio]:checked + label {
  background: #000;
  margin-left: 15px;
  margin-right: 15px;
  color: white;
}
.list-radio .radio-item input[type=radio]:checked + label::before,
.list-radio .radio-item input[type=radio]:checked + label::after {
  font-family: "FontAwesome";
  font-weight: bold;
  font-size: 24px;
  width: 24px;
  height: 24px;
  line-height: 1.2;
  border: none;
  background: transparent;
}
.list-radio .radio-item input[type=radio]:checked + label::before {
  content: "\f105";
}
.list-radio .radio-item input[type=radio]:checked + label::after {
  content: "\f104";
}
.list-radio .radio-item input[type=radio] + label + div.form-group.text-item {
  padding: 5px 0 0;
}
.list-radio .radio-item input[type=radio]:checked + label + div.form-group.text-item {
  padding: 5px 15px 0;
}
.list-radio .radio-item input[type=radio]:checked + label + div.form-group.text-item input[type=text] {
  background: lightyellow;
  text-align: center;
}
.list-radio .radio-item .input-sm {
  font-size: 18px;
}
.list-radio .radio-item .form-inline .form-group {
  display: block;
  margin-bottom: 0;
  vertical-align: middle;
}
.list-radio .radio-item .form-inline .form-control {
  width: 100%;
}
@media (min-width: 768px) {
  .list-radio .form-inline .form-group {
    display: block;
  }
  .list-radio .form-inline .form-control {
    width: 100%;
  }
}

.list-radio.bi .radio-item label {
  color: white;
}
.list-radio.bi .radio-item:nth-child(1) label {
  background: #5371B3;
}
.list-radio.bi .radio-item:nth-child(2) label {
  background: #6478A3;
}
.list-radio.bi .radio-item:nth-child(3) label {
  background: #757F94;
}
.list-radio.bi .radio-item:nth-child(4) label {
  background: #878685;
}
.list-radio.bi .radio-item:nth-child(5) label {
  background: #977061;
}
.list-radio.bi .radio-item:nth-child(6) label {
  background: #A75A3D;
}
.list-radio.bi .radio-item:nth-child(7) label {
  background: #B84419;
}
.list-radio.bi .radio-item:nth-child(8) label {
  background: #E0E0E0;
  color: #000;
}
.list-radio.bi .radio-item:hover label {
  background: #d4dcef;
  color: #000;
}
.list-radio.uni .radio-item label {
  color: white;
}
.list-radio.uni .radio-item:nth-child(1) label {
  background: #5371B3;
}
.list-radio.uni .radio-item:nth-child(2) label {
  background: #6076A7;
}
.list-radio.uni .radio-item:nth-child(3) label {
  background: #6D7B9C;
}
.list-radio.uni .radio-item:nth-child(4) label {
  background: #7A8090;
}
.list-radio.uni .radio-item:nth-child(5) label {
  background: #878685;
}
.list-radio.uni .radio-item:nth-child(6) label {
  background: #E0E0E0;
  color: #000;
}
.list-radio.uni .radio-item:hover label {
  background: #d4dcef;
  color: #000;
}

.multiple-opt li.checkbox-item {
  padding: 0;
  color: #222;
  font-weight: normal;
  margin-bottom: 5px;
}
.multiple-opt li.checkbox-item input[type=checkbox] {
  display: none;
}
.multiple-opt li.checkbox-item .input-sm {
  font-size: 18px;
}
.multiple-opt li.checkbox-item label {
  margin-bottom: 0;
  display: block;
  font-weight: normal;
  padding: 5px 30px;
}
.multiple-opt li.checkbox-item label::before {
  padding: 0;
  line-height: 1.2;
  top: 7px;
  left: 20px;
  right: auto;
  width: 16px;
  height: 16px;
  border: solid 1px #e0e0e0;
  border-radius: 4px;
  background-image: linear-gradient(to top, #f5f5f5, #fff);
  box-shadow: inset 0 2px 0 0 rgba(255, 255, 255, 0.05);
  display: inline-block;
}
.multiple-opt li.checkbox-item input[type=checkbox] + label + div.form-group.text-item {
  padding: 5px 0 0;
}
.multiple-opt li.checkbox-item input[type=checkbox]:checked + label + div.form-group.text-item {
  padding: 5px 15px 0;
}
.multiple-opt li.checkbox-item input[type=checkbox]:checked + label + div.form-group.text-item input[type=text] {
  background: lightyellow;
  text-align: center;
  border-color: #66afe9;
}
@media (min-width: 768px) {
  .multiple-opt .form-inline .form-group {
    display: block;
  }
  .multiple-opt .form-inline .form-control {
    width: 100%;
  }
}

.checkbox-item input[type=checkbox]:checked + label::before {
  background-image: linear-gradient(to top, #1665d8, #1f6fe5);
  border-color: #104798;
}

.checkbox-item input[type=checkbox]:checked + label::after {
  content: "\f00c";
  left: 19px;
  top: 7px;
  font-size: 10px;
  color: #ffffff;
}

.slider-handle {
  background-image: linear-gradient(to top, #1665d8, #1f6fe5);
  border: 1px solid #104798;
  box-shadow: none;
}

.slider-track {
  background: #ddd;
  box-shadow: none;
  border-radius: 15px;
}

.slider-track-low,
.slider-track-high {
  border-radius: 0;
}

.slider-selection {
  background: #1665d8;
  box-shadow: none;
  border-radius: 15px;
}

.numeric-multi .hide-tip {
  display: none;
}

.progress-container {
  padding-left: 0px;
  padding-right: 0px;
}
.progress-container .progress {
  margin-bottom: 30px;
}
.progress-container .progress-bar {
  background-color: #1665d8;
}

.welcome-container-wrapper {
  padding-bottom: 15px;
  margin-bottom: 30px;
  background-color: #ffffff;
  border: 1px solid #e8e8e8;
  border-radius: 4px;
  -webkit-box-shadow: 0px 1px 3px 0 rgba(0, 0, 0, 0.04);
  -moz-box-shadow: 0px 1px 3px 0 rgba(0, 0, 0, 0.04);
  box-shadow: 0px 1px 3px 0 rgba(0, 0, 0, 0.04);
}
.welcome-container-wrapper .survey-name {
  margin-bottom: 15px;
  padding: 23px 25px;
  border-bottom: 1px solid #e8e8e8;
}
.welcome-container-wrapper .survey-name h1 {
  margin: 0;
  font-weight: 600;
  color: #000;
  font-size: 18px;
  text-align: left;
}
.welcome-container-wrapper .survey-description,
.welcome-container-wrapper .survey-welcome,
.welcome-container-wrapper .number-of-questions {
  padding-left: 15px;
  padding-right: 15px;
}

.question-container {
  margin-bottom: 15px;
  background-color: #ffffff;
  border: 1px solid #e8e8e8;
  border-radius: 4px;
  -webkit-box-shadow: 0px 1px 3px 0 rgba(0, 0, 0, 0.04);
  -moz-box-shadow: 0px 1px 3px 0 rgba(0, 0, 0, 0.04);
  box-shadow: 0px 1px 3px 0 rgba(0, 0, 0, 0.04);
}
.question-container .question-title-container {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  margin-bottom: 15px;
  padding: 23px 25px;
  border-bottom: 1px solid #e8e8e8;
}
.question-container .question-title-container .question-number {
  margin-right: 15px;
  background-color: #1665d8;
  border-radius: 100%;
  width: 25px;
  height: 25px;
  text-align: center;
  color: #ffffff;
  font-size: 12px;
  font-weight: 600;
  line-height: 23px;
  float: left;
  border: 1px solid #104798;
}
.question-container .question-title-container .question-text {
  font-weight: 600;
  color: #000;
  font-size: 18px;
}
.question-container .question-valid-container .ls-question-help {
  padding-top: 5px;
}
.question-container .question-valid-container .ls-question-help .em_default {
  display: none;
}
.question-container .question-valid-container .ls-question-help .ls-em-success {
  color: #34aa44;
}
.question-container .answer-container {
  padding-top: 15px;
  padding-bottom: 15px;
}
.question-container .answer-container .ls-answers ul {
  margin-bottom: 0;
}
.question-container .answer-container .ls-answers ul li:last-child {
  margin-bottom: 0;
}
.question-container .answer-container .form-control {
  height: 37px;
}
.question-container .question-help-container {
  line-height: 1.2;
}
.question-container .question-help-container.text-info {
  color: #000000;
}
.question-container .question-help-container p:last-child {
  margin-bottom: 0;
}

.privacy {
  padding-bottom: 15px;
  margin-bottom: 30px;
  background-color: #E8E8E8;
  border: 1px solid #e8e8e8;
  border-radius: 4px;
  -webkit-box-shadow: 0px 1px 3px 0 rgba(0, 0, 0, 0.04);
  -moz-box-shadow: 0px 1px 3px 0 rgba(0, 0, 0, 0.04);
  box-shadow: 0px 1px 3px 0 rgba(0, 0, 0, 0.04);
}
.privacy h4 {
  color: #4D4D4D;
  font-weight: 600;
  font-size: 15px;
}
.privacy p {
  color: #4D4D4D;
}

body {
  background: #EFEFEF;
  font-size: 13px;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#outerframeContainer {
  margin-bottom: 120px;
}

.completed-wrapper {
  padding: 15px;
  background-color: white;
}

#firstpage-changelang {
  text-align: right;
  margin-bottom: 5px;
}

.navigator {
  padding: 15px 0;
  background-color: #ffffff;
  border: 1px solid #e8e8e8;
  border-radius: 4px;
  -webkit-box-shadow: 0px 1px 3px 0 rgba(0, 0, 0, 0.04);
  -moz-box-shadow: 0px 1px 3px 0 rgba(0, 0, 0, 0.04);
  box-shadow: 0px 1px 3px 0 rgba(0, 0, 0, 0.04);
}

.ls-answers.radio-list .btn, .ls-answers.yesno-button .btn {
  background-color: #dbdbdb;
  border: 0;
  background-image: none;
  border-right: 1px solid #fff;
}
.ls-answers.radio-list .btn:last-child, .ls-answers.yesno-button .btn:last-child {
  border-right: 0;
}
.ls-answers.radio-list .btn:hover, .ls-answers.yesno-button .btn:hover {
  background-color: #d4dcef;
}
.ls-answers.radio-list .btn.active, .ls-answers.yesno-button .btn.active {
  background-color: #000;
}
.ls-answers.radio-list .btn.active label, .ls-answers.yesno-button .btn.active label {
  color: #fff;
}
.ls-answers.radio-list .btn.focus, .ls-answers.yesno-button .btn.focus {
  outline: 0;
}
.ls-answers.radio-list .btn label, .ls-answers.yesno-button .btn label {
  color: #000;
}
