body {
  margin-bottom: 60px;
}
.navbar {
  border-radius: 0;
}
.navbar.navbar-fixed-bottom {
  border-radius: 0;
  border: 0;
}
.navbar.navbar-fixed-bottom .navbar-text {
  float: none;
  text-align: center;
}
.navbar-inverse {
  background-color: #000;
  border: 0;
}
.navbar-inverse .navbar-brand {
  color: #fff;
  padding-left: 0;
  margin-right: 48px;
}
@media screen and (max-width: 995px) {
  .navbar-inverse .navbar-brand {
    margin-right: 0;
  }
}
.navbar-inverse .navbar-brand.text {
  font-family: 'Libre Baskerville';
  font-size: 14px;
  text-transform: uppercase;
  margin-right: 0;
}
@media screen and (max-width: 995px) {
  .navbar-inverse .navbar-brand.text {
    font-size: 10px;
  }
}
.navbar-inverse .navbar-text {
  color: #fff;
  margin-left: 20px;
}
.navbar-brand > img {
  height: 85px;
  margin-top: -15px;
}
@media screen and (max-width: 995px) {
  .navbar-brand > img {
    height: 50px;
  }
}
h1 {
  font-size: 24px;
  font-family: Poppins;
  text-transform: uppercase;
}
.question {
  margin: 20px 0;
}
button.continue,
a.continue {
  margin-top: 20px;
  background-color: #ff5a00;
  border-color: #ff5a00;
}
button.continue:hover,
a.continue:hover {
  background-color: #f0652a;
  border-color: #f0652a;
}
.btn-primary[disabled] {
  background-color: #ff7940;
  border-color: #ff7940;
}
freetext textarea.text {
  height: 100px;
}
multiplechoice .choices {
  margin: 20px 0;
}
multiplechoice label {
  font-weight: normal;
}
nps table {
  margin-top: 20px;
  width: 100%;
}
nps table label {
  font-weight: normal;
  padding-left: 4px;
}
nps p.lower-end {
  position: absolute;
  top: -44px;
  left: -64px;
  width: 110px;
  height: 100px;
  white-space: normal;
  font-size: 0.9em;
  text-align: end;
}
nps p.upper-end {
  width: 90px;
  font-size: 0.9em;
  text-align: start;
}
nps .btn-group label {
  padding: 6px 14px;
}
@media screen and (max-width: 500px) {
  nps .btn-group label {
    padding: 6px 6px;
  }
}
.tab-pane {
  padding: 10px 0;
}
#list {
  height: 500px;
  overflow: scroll;
}
word-cloud .neutral {
  fill: #000;
}
.btn-group.radios input[type=radio] {
  display: none;
}
statements p.lower-end {
  position: absolute;
  top: -53px;
  left: -12px;
  width: 65px;
  height: 100px;
  white-space: normal;
  font-size: 0.9em;
  text-align: start;
}
statements p.upper-end {
  width: 50px;
  font-size: 0.9em;
  text-align: end;
}
statements .btn-group.invis {
  visibility: hidden;
}
statements input[type=radio] {
  display: none;
}
statements table td.right {
  text-align: right;
}
statements .btn-group label {
  padding: 6px 12px;
}
@media screen and (max-width: 500px) {
  statements .btn-group label {
    padding: 6px 6px;
  }
}
wordgrade label {
  padding-left: 3px;
}
.capability-group {
  width: 300px;
}
.capability-group label {
  font-weight: 500;
}
.capability-group h2 {
  font-size: 18px;
}
.capability-group .step {
  float: left;
  margin-right: 30px;
  font-size: 18px;
  font-weight: bold;
  opacity: 0.2;
  margin-bottom: 20px;
}
.capability-group .step.active {
  opacity: 1;
}
.capability-group .div {
  clear: both;
}
.page-content.start .welcome {
  margin-top: 20px;
  margin-bottom: 40px;
}
.backgroundFields form {
  margin-top: 20px;
}
.backgroundFields form label.field-value {
  padding-left: 3px;
  font-weight: 400;
}
.done h1 {
  font-size: 24px;
  margin-top: 80px;
}
.done button {
  margin-top: 40px;
}
.admin textarea.invitation {
  height: 350px;
}
.admin .multiple-choice textarea:nth-child(2) {
  height: 150px;
  margin-bottom: 10px;
}
.admin .multiple-choice textarea:nth-child(4) {
  height: 100px;
}
.admin textarea.freetext {
  height: 100px;
}
.evaluation h3 {
  margin: 10px 0 40px 0;
}
.evaluation label {
  margin-top: 15px;
}
.evaluation .question {
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
}
.evaluation .tags-list {
  display: flex;
  flex-wrap: wrap;
}
.evaluation .tags-list .checkbox-div label {
  font-weight: normal;
}
.evaluation .tags-list .checkbox-div label input {
  margin-right: 5px;
}
.survey-tab-content {
  margin-top: 20px;
}
.row.ends h4 {
  font-size: 12px;
}
.row.ends p {
  font-size: 11px;
  margin-bottom: 5px;
}
.capabilities-wrapper {
  width: 500px;
  height: 500px;
  position: relative;
  color: #3f4c54;
}
.capabilities-wrapper .x-axis {
  position: absolute;
  background-color: #768d9b;
  color: #768d9b;
  top: 0;
  left: 20px;
  height: 480px;
  width: 1px;
}
.capabilities-wrapper .x-axis i {
  position: absolute;
  top: -8px;
  left: -5px;
  z-index: 1000;
  font-size: 20px;
}
.capabilities-wrapper .y-axis {
  position: absolute;
  background-color: #768d9b;
  color: #768d9b;
  top: 480px;
  left: 20px;
  width: 480px;
  height: 1px;
}
.capabilities-wrapper .y-axis i {
  position: absolute;
  top: -9px;
  right: -3px;
  z-index: 1000;
  font-size: 20px;
}
.capabilities-wrapper .y-text {
  position: absolute;
  font-size: 1.2em;
  top: 250px;
  left: -65px;
  webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.capabilities-wrapper .y-text-strong {
  position: absolute;
  top: 10px;
  left: -16px;
  webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  opacity: 0.5;
}
.capabilities-wrapper .x-text {
  position: absolute;
  font-size: 1.2em;
  top: 485px;
  left: 210px;
}
.capabilities-wrapper .x-text-strong {
  position: absolute;
  top: 483px;
  left: 460px;
  opacity: 0.5;
}
.capabilities-wrapper .x-text-weak {
  position: absolute;
  top: 483px;
  left: 0;
  opacity: 0.5;
}
.capabilities-wrapper h1 {
  font-style: normal;
  font-weight: 400;
}
.capabilities-wrapper .box1 {
  position: absolute;
  width: 237.5px;
  height: 237.5px;
  padding-left: 20px;
  top: 0;
  left: 21px;
  background-color: #a9c8d7;
}
.capabilities-wrapper .box2 {
  position: absolute;
  width: 237.5px;
  height: 237.5px;
  padding-left: 20px;
  top: 0;
  left: 263.5px;
  background-color: #78cccc;
}
.capabilities-wrapper .box3 {
  position: absolute;
  width: 237.5px;
  height: 237.5px;
  padding-left: 20px;
  top: 242.5px;
  left: 21px;
  background-color: #e2e5bf;
}
.capabilities-wrapper .box4 {
  position: absolute;
  width: 237.5px;
  height: 237.5px;
  padding-left: 20px;
  top: 242.5px;
  left: 263.5px;
  background-color: #a9c8d7;
}
.capabilities-wrapper .crosshair {
  position: absolute;
}
.capabilities-wrapper .crosshair i {
  color: #000;
  font-size: 30px;
  z-index: 1000;
}
