html {
  height: 100%;
}

body.flex {
  margin-top: 1em;
  min-height: 100vh;
  align-items: center;
  display: flex;
  justify-content: center;
}

@font-face {
  font-family: "Font Awesome 5 Free";
}
header {
  display: inline-block;
  background-color: transparent;
  margin: 2em auto;
}

footer {
  display: inline-block;
  background-color: transparent;
  border-top: 3px solid #b2b2b2;
  margin: 1em auto;
  padding-top: 1em !important;
}
footer.container {
  padding: 0 15px;
}
footer .btn {
  margin: 0 0 6px 0;
}
@media (max-width: 767px) {
  footer .btn svg {
    display: none;
    visibility: hidden;
  }
}
footer .logo {
  height: 30px;
  width: auto;
  vertical-align: initial;
}

a:hover, a:visited, a:active {
  text-decoration: none;
}

a {
  color: #009fe3;
}
a.dark {
  color: #07262d;
}

a.external:before,
.list-group a:before {
  background: transparent url("../icon/link-external.svg") left center no-repeat;
  background-size: 16px;
  content: "";
  color: #009fe3;
  display: inline-block;
  height: 16px;
  margin: 0 4px;
  width: 16px;
  vertical-align: bottom;
}
a.external .btn,
.list-group a .btn {
  min-width: auto;
  padding: 6px 12px;
}

.navbar {
  background-color: transparent;
  border-bottom: 3px solid #b2b2b2;
  display: initial;
  margin: 0;
  padding: 0;
}
.navbar.container {
  padding: 0;
}
.navbar img {
  background-color: transparent;
  max-height: 60px;
  margin-left: -25px;
  margin-bottom: -10px;
  vertical-align: bottom;
}
@media (max-width: 767px) {
  .navbar img {
    max-height: 40px;
  }
}

.flex-fill {
  flex: 1 1 auto;
}

.container {
  padding: 0;
  padding-bottom: 1em;
  position: relative;
}

.jumbotron {
  background: #07262d;
  border-radius: 0;
  border: none;
  color: #fff;
  margin-bottom: 2em;
  min-width: 110px;
  padding: 4em 2em 6em;
  white-space: normal;
}

#pagination {
  background-color: transparent;
  border: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#pagination div.pagination-group {
  background-color: #fff;
  border: 2px solid #07262d;
  display: flex;
  flex-wrap: wrap;
  line-height: normal;
  margin-bottom: 1em;
  padding: 0.4em;
  width: 32%;
}
@media (max-width: 992px) {
  #pagination div.pagination-group {
    width: 49%;
  }
}
@media (max-width: 767px) {
  #pagination div.pagination-group {
    width: 49%;
    margin-bottom: 0.7em;
  }
}
@media (max-width: 576px) {
  #pagination div.pagination-group {
    width: 100%;
    margin-bottom: 0.5em;
  }
}
#pagination div.pagination-group.active ul.pagination {
  display: flex;
  flex-flow: row wrap;
  width: 100%;
}
#pagination div.pagination-group.focused {
  background-color: #07262d;
  color: #fff;
}
#pagination div.pagination-group.focused ul.pagination li.page-item {
  background-color: #fff !important;
  border: #fff !important;
  color: #07262d !important;
}
#pagination div.pagination-group span {
  font-weight: 600;
  margin-bottom: 6px;
}
#pagination div.pagination-group ul.pagination {
  display: none;
  margin: 0;
  padding: 0;
}
#pagination div.pagination-group ul.pagination li.page-item {
  margin-right: 3px;
  line-height: initial;
}
#pagination div.pagination-group ul.pagination li.page-item.bg-info.bg-double button.page-link, #pagination div.pagination-group ul.pagination li.page-item.bg-warning.bg-double button.page-link, #pagination div.pagination-group ul.pagination li.page-item.bg-success.bg-double button.page-link, #pagination div.pagination-group ul.pagination li.page-item.bg-danger.bg-double button.page-link {
  font-weight: bolder;
}
#pagination div.pagination-group ul.pagination li.page-item.bg-info, #pagination div.pagination-group ul.pagination li.page-item.bg-warning {
  background-color: #ddd !important;
}
#pagination div.pagination-group ul.pagination li.page-item.bg-info.bg-double, #pagination div.pagination-group ul.pagination li.page-item.bg-warning.bg-double {
  background-color: #b2b2b2 !important;
  color: #000;
}
#pagination div.pagination-group ul.pagination li.page-item.bg-info button.page-link, #pagination div.pagination-group ul.pagination li.page-item.bg-warning button.page-link {
  color: #07262d;
}
#pagination div.pagination-group ul.pagination li.page-item.bg-success {
  background-color: #7ab51d !important;
}
#pagination div.pagination-group ul.pagination li.page-item.bg-success.bg-double {
  background-color: darkgreen !important;
}
#pagination div.pagination-group ul.pagination li.page-item.bg-success button.page-link {
  color: #fff;
}
#pagination div.pagination-group ul.pagination li.page-item.bg-danger {
  background-color: #e8412e !important;
}
#pagination div.pagination-group ul.pagination li.page-item.bg-danger.bg-double {
  background-color: darkred !important;
}
#pagination div.pagination-group ul.pagination li.page-item.bg-danger button.page-link {
  color: #fff;
}
#pagination div.pagination-group ul.pagination li.page-item .page-link {
  padding: 0.2em 0.4em;
}
#pagination div.pagination-group ul.pagination li.page-item:first-child .page-link, #pagination div.pagination-group ul.pagination li.page-item:last-child .page-link {
  border-radius: 0;
}
#pagination div.pagination-group ul.pagination li.page-item.aktive, #pagination div.pagination-group ul.pagination li.page-item:hover, #pagination div.pagination-group ul.pagination li.page-item:focus {
  background-color: #07262d !important;
  border-color: #07262d !important;
  box-shadow: none;
  color: #fff !important;
}
#pagination div.pagination-group ul.pagination li.page-item.aktive button.page-link, #pagination div.pagination-group ul.pagination li.page-item:hover button.page-link, #pagination div.pagination-group ul.pagination li.page-item:focus button.page-link {
  background-color: transparent !important;
  color: #fff;
}
#pagination div.pagination-group ul.pagination li.page-item button.text-light {
  background-color: transparent !important;
  color: #07262d !important;
}
#pagination div.pagination-group ul.pagination li.page-item button.text-light.aktive, #pagination div.pagination-group ul.pagination li.page-item button.text-light:hover, #pagination div.pagination-group ul.pagination li.page-item button.text-light:focus {
  background-color: #07262d !important;
  box-shadow: none;
  color: #fff !important;
  outline: initial;
}
#pagination div.pagination-group ul.pagination li.page-item button.page-link {
  background-color: transparent !important;
  border: 1px solid #07262d;
  box-shadow: none;
  color: #07262d;
  font-size: initial;
  line-height: 1;
  position: relative;
}
#pagination div.pagination-group ul.pagination li.page-item button.page-link.aktive, #pagination div.pagination-group ul.pagination li.page-item button.page-link:hover, #pagination div.pagination-group ul.pagination li.page-item button.page-link:focus {
  background-color: #07262d !important;
  border-top: 1px solid #07262d;
  border-right: 1px solid #07262d;
  border-left: 1px solid #07262d;
  border-bottom: none;
  box-shadow: none;
  color: #fff !important;
}
#pagination div.pagination-group ul.pagination li.page-item button.page-link.aktive:after, #pagination div.pagination-group ul.pagination li.page-item button.page-link:hover:after, #pagination div.pagination-group ul.pagination li.page-item button.page-link:focus:after {
  background-color: #07262d !important;
  border-right: 1px solid #07262d;
  border-bottom: 1px solid #07262d;
  border-left: 1px solid #07262d;
  color: #fff !important;
  height: 20px;
  bottom: -3px;
  left: -1px;
  right: 0;
  z-index: -1;
  content: "";
  position: absolute;
  transform: skew(-180deg, -4.5deg);
}
#pagination div.pagination-group ul.pagination li[class^="page-link bg-"] button.page-link {
  color: #fff;
}

.progress {
  background-color: transparent;
  border-radius: 0.25em;
}

.progress-bar {
  font-weight: bold;
  padding-right: 0.5em;
  text-align: right;
  transition: width 0.6s ease;
}
.progress-bar.main-progress-bar {
  background-color: #fff;
  color: #07262d;
}
.progress-bar.remaining-progress-bar {
  background-color: #07262d;
}

.result-summary-row {
  margin-bottom: 0.8em;
  position: relative;
}

#result-summary-row .bitkomat.logo {
  background-color: transparent;
  color: #07262d;
  display: inline-block;
  max-height: 60px;
  right: 2em;
  position: absolute;
  top: 2em;
  visibility: hidden;
  z-index: 2;
}
@media screen {
  #result-summary-row .bitkomat.logo {
    display: none;
    visibility: hidden;
  }
}
@media print {
  #result-summary-row .bitkomat.logo {
    display: inline-block;
    visibility: visible !important;
  }
}

.card-head {
  background: transparent;
  height: auto;
  line-height: 40px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .card-head {
    flex-direction: row;
  }
  .card-head div[class^=col-] {
    padding-right: 0;
    padding-left: 0;
  }
}

.card {
  background-color: transparent;
  border: 0;
  border-radius: 0;
}
.card .svg-inline--fa.fa-smile-beam, .card .svg-inline--fa.fa-meh, .card .svg-inline--fa.fa-frown, .card .svg-inline--fa.fa-angle-double-right {
  border: 2px solid #fff;
  border-radius: 20px;
  height: 40px;
  width: 40px;
  margin: 0;
  left: 2em;
  top: calc(50% - 21px);
}
@media (max-width: 767px) {
  .card .svg-inline--fa.fa-smile-beam, .card .svg-inline--fa.fa-meh, .card .svg-inline--fa.fa-frown, .card .svg-inline--fa.fa-angle-double-right {
    left: 1em;
  }
}
.card .card-title {
  background-color: #fff;
  border: 3px solid #07262d;
  color: #07262d;
  font-size: 1em;
  left: 4em;
  min-height: 52px;
  padding: 1em;
  position: absolute;
  width: auto;
  top: -28px;
}
.card .card-body {
  background-color: #07262d;
  color: #fff;
  padding: 3em 3em 1em 2em;
}
.card .card-group-name {
  align-self: center;
  background: #07262d;
  color: #fff;
  display: inline-block;
  font-size: 20px;
  margin-bottom: 2em;
  padding: 0.5em 1.5em;
  max-width: max-content;
  width: auto;
}
.card .card-header {
  border: 0;
  background-color: #b2b2b2;
  padding: 0.4em;
}
.card .card-header .card-text {
  background: transparent;
  display: inline-block;
  font-weight: bold;
  margin: 0.5em 1em;
  padding-left: 3em;
}
@media (max-width: 768px) {
  .card .card-header .card-text {
    padding-left: 2em;
    margin-top: 1em;
  }
}
.card .card-header.weight-detail-header .svg-inline--fa.fa-check-double {
  background-color: #fff;
  border: 2px solid #07262d;
  color: #ddd;
  left: -21px;
  margin: 0;
  cursor: pointer;
  padding: 0.4em;
  top: calc(50% - 21px);
}
.card .card-header.weight-detail-header .svg-inline--fa.fa-check-double:hover, .card .card-header.weight-detail-header .svg-inline--fa.fa-check-double:active {
  border: 2px solid #07262d;
  color: #07262d;
}
.card .card-header.weight-detail-header .double .svg-inline--fa.fa-check-double {
  background-color: #07262d;
  color: #fff;
}
.card .card-header.weight-detail-header, .card .card-header.result-detail-header {
  background-color: #fff;
  border: 1px solid #07262d;
  cursor: pointer;
  padding-left: 1.25em;
}
.card .card-header:first-child {
  border-radius: 0;
}
.card .card-header.weight-detail-card, .card .card-header.result-detail-card {
  margin-bottom: 2em;
}
.card .card-header.weight-detail-card .result-details, .card .card-header.result-detail-card .result-details {
  background-color: #fff;
  border: 1px solid #07262d;
  color: #07262d;
}
.card .card-footer {
  background-color: transparent;
  padding: 0.4em;
  border-top: 0;
}
.card .card-footer.weight-detail-footer, .card .card-footer.result-detail-footer {
  background-color: #f8f8f8;
  cursor: pointer;
}
.card .card-footer .list-item {
  padding-left: 6px;
}
.card .card-footer .list-item:first-child {
  border-right: 1px solid #07262d;
  padding: 1px 6px 3px 0;
}
.card .card-footer .list-item:first-child span.badge {
  padding: 5px 7px;
}
.card .card-footer .list-item .badge {
  position: relative;
  z-index: 1;
}
.card .weight-details,
.card .result-details {
  background-color: #fff;
  border-left: 1px solid #07262d;
  border-right: 1px solid #07262d;
  border-bottom: 1px solid #07262d;
}
.card .closed {
  visibility: visible;
  display: block;
}
.card .opened {
  visibility: hidden;
  display: none;
}
.card .open {
  background: #fff;
  border-bottom: none;
}
.card .open .float-right.closed, .card .open .float-left.closed {
  visibility: hidden;
  display: none;
}
.card .open .float-right.opened, .card .open .float-left.opened {
  visibility: visible;
  display: block;
}
.card ul.list-group {
  margin: 1em;
  list-style-type: none;
}
.card ul.list-group li.list-group-item {
  border-bottom: 1px solid #07262d !important;
  color: #07262d;
  display: inline-block;
  padding: 0.4em;
  vertical-align: top;
  text-align: right;
}
.card ul.list-group li.list-group-item.list-group-item-primary {
  background-color: #fff;
}
.card ul.list-group li.list-group-item:last-child {
  border-bottom: none !important;
}
.card ul.list-group li.list-group-item .list-item {
  background-color: transparent;
  float: left;
  position: relative;
  width: 160px;
  text-align: center;
}
.card ul.list-group li.list-group-item .list-item .tip:before {
  left: 1em;
  right: initial;
  top: -2em;
}
@media (max-width: 767px) {
  .card ul.list-group li.list-group-item .list-item {
    background-color: transparent;
    max-width: 100%;
    width: 100%;
  }
}
.card ul.list-group li.list-group-item .list-item-two, .card ul.list-group li.list-group-item .list-item-three {
  background-color: transparent;
  display: inline-block;
  padding-left: 6px;
  width: calc(100% - 160px);
  text-align: left;
}
@media (max-width: 767px) {
  .card ul.list-group li.list-group-item .list-item-two, .card ul.list-group li.list-group-item .list-item-three {
    background-color: transparent;
    width: 100%;
  }
}
.card ul.list-group li.list-group-item .list-item-three {
  background-color: transparent;
  text-align: right;
}
.card ul.list-group li.list-group-item .list-item-three .badge-voted {
  padding: 6px;
}
.card ul.list-group li.list-group-item .list-item-three .btn-light, .card ul.list-group li.list-group-item .list-item-three .btn-secondary {
  background-color: #fff;
  border: none;
  color: #07262d;
  font-weight: bold;
}
.card ul.list-group li.list-group-item .list-item-three .btn-light:hover, .card ul.list-group li.list-group-item .list-item-three .btn-secondary:hover {
  background-color: #ddd;
  border: none;
}
.card ul.list-group li.list-group-item .list-item-three .btn-light:focus, .card ul.list-group li.list-group-item .list-item-three .btn-light:active, .card ul.list-group li.list-group-item .list-item-three .btn-secondary:focus, .card ul.list-group li.list-group-item .list-item-three .btn-secondary:active {
  background-color: #fff;
  border: none;
}
.card ul.list-group li.list-group-item .list-item-three button.context-header {
  cursor: pointer;
  display: inline-block;
  text-align: left;
}
.card ul.list-group li.list-group-item .list-item-three span.context-text {
  background-color: transparent;
  display: inline-block;
  text-align: left;
  min-width: calc(100% - 160px);
}
.card ul.list-group li.list-group-item .list-item-three .tip:before {
  left: initial;
  right: 0;
  top: -2em;
}
.card ul.list-group li.list-group-item blockquote {
  background-color: #ddd;
  border: none;
  font-style: italic;
  margin-bottom: 1em;
  padding: 1em;
}
.card ul.list-group li.list-group-item blockquote span {
  font-style: normal;
}
.card ul.list-group li.list-group-item .svg-inline--fa.fa-smile-beam, .card ul.list-group li.list-group-item .svg-inline--fa.fa-meh, .card ul.list-group li.list-group-item .svg-inline--fa.fa-frown, .card ul.list-group li.list-group-item .svg-inline--fa.fa-angle-double-right {
  left: -42px;
}

.text-sm-center .card-body {
  padding-top: 3em;
  padding-bottom: 4em;
}
.text-sm-center #btn-bitkomat-show-qa {
  margin-top: 9em;
}
.text-sm-center .btn-start {
  top: -9em;
}

#thesis-number,
span[class^=thesis-number-], span.thesis-number {
  background-color: #fff;
  border-top: 2px solid #07262d;
  border-left: 2px solid #07262d;
  border-right: 2px solid #07262d;
  color: #07262d;
  font-size: 1.25em;
  height: 52px;
  position: absolute;
  width: 58px;
  left: -28px;
  top: -14px;
}
#thesis-number:after,
span[class^=thesis-number-]:after, span.thesis-number:after {
  background-color: #fff;
  border-right: 2px solid #07262d;
  border-bottom: 2px solid #07262d;
  border-left: 2px solid #07262d;
  content: "";
  height: 8px;
  bottom: -6px;
  left: -2px;
  position: absolute;
  right: -2px;
  z-index: 2;
  transform: skew(-180deg, -4.5deg);
}
#thesis-number.bg-success, #thesis-number.bg-success:after,
span[class^=thesis-number-].bg-success,
span[class^=thesis-number-].bg-success:after, span.thesis-number.bg-success, span.thesis-number.bg-success:after {
  background-color: #7ab51d !important;
}
#thesis-number.bg-warning, #thesis-number.bg-warning:after,
span[class^=thesis-number-].bg-warning,
span[class^=thesis-number-].bg-warning:after, span.thesis-number.bg-warning, span.thesis-number.bg-warning:after {
  background-color: #ddd !important;
  color: #07262d !important;
}
#thesis-number.bg-danger, #thesis-number.bg-danger:after,
span[class^=thesis-number-].bg-danger,
span[class^=thesis-number-].bg-danger:after, span.thesis-number.bg-danger, span.thesis-number.bg-danger:after {
  background-color: #e8412e !important;
}

span.thesis-number {
  height: 28px;
  width: 32px;
  left: -16px;
}
@media (min-width: 768px) {
  span.thesis-number #thesis-number, span.thesis-number span[class^=thesis-number-] {
    left: -8px;
  }
  span.thesis-number span.thesis-number {
    left: -14px;
    top: -14px;
  }
}

#thesis-card {
  min-height: 14em;
  margin: 2em 0 0 0;
  padding: 0 1em;
  position: relative;
}
#thesis-card #thesis-number {
  font-size: 34px;
  height: 52px;
  width: 58px;
  left: -12px;
  top: -28px;
}
#thesis-card .card-text {
  font-size: 20px;
}
#thesis-card #thesis-text {
  margin: 0;
  margin-bottom: 1em;
}
@media (min-width: 577px) {
  #thesis-card #thesis-text {
    min-height: 6em;
  }
}
#thesis-card .card-thema {
  background-color: transparent;
  color: #07262d;
  position: absolute;
  right: 1em;
  top: -2em;
}

@media (min-width: 768px) {
  #thesis-card {
    background-color: transparent;
    margin-top: 4em;
    margin-bottom: 0;
  }
  .left-answer-row {
    margin-right: -25px;
  }
  .right-answer-row {
    margin-left: -25px;
  }
}
#thesis-more {
  margin-top: 0.5em;
}

.emaining-progress-bar {
  background-color: rgba(255, 255, 255, 0);
}

#start, #result, #weight, #bottom, #btn-bitkomat-skip-remaining-theses, #btn-bitkomat-show-weight {
  display: none;
}

#swype-info {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 500;
  width: 100%;
  height: 100%;
  display: none;
}

#swype-info-content {
  width: 80%;
  height: 50%;
  padding: 1em;
  position: relative;
  float: left;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#swype-info-message {
  width: 80%;
  padding: 1em;
  position: relative;
  float: left;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.btn {
  border-radius: 0;
  white-space: normal;
  padding: 6px 12px;
  min-width: auto;
}
.btn.disabled {
  cursor: default;
  opacity: 1;
}
.btn.focus {
  box-shadow: 0 0 0 0;
}
.btn:focus {
  box-shadow: 0 0 0 0;
}

.btn-bitkomat-show-2, .btn-bitkomat-show-t, .btn-bitkomat-show-3 {
  min-width: initial;
}

.badge span.mychoice, .badge-secondary, .badge-danger, .badge-warning, .badge-success {
  background: transparent;
  color: #07262d;
  display: block;
  margin-top: 0;
  min-height: 60px;
  position: relative;
}

.badge {
  background-color: transparent;
  border-radius: 0;
  color: #fff;
  font-size: initial;
  line-height: initial;
  padding: 6px 0;
  white-space: normal;
  text-align: left;
}
.badge span.mychoice {
  background-color: transparent;
  color: #07262d;
  display: inline-block;
  font-size: 1.4em;
  font-weight: bold;
  min-height: auto;
}
@media (max-width: 767px) {
  .badge span.mychoice {
    margin-top: 20px;
    margin-left: 0;
  }
}
.badge img {
  background: #fff;
  background-color: transparent;
  display: inline-block;
  height: auto;
  margin-left: 0;
  max-width: 120px;
}
@media (max-width: 767px) {
  .badge img {
    margin-top: 20px;
    margin-left: 0;
  }
}
.badge.badge-secondary:before {
  background-color: #898989;
}
.badge.badge-danger:before {
  background-color: #e8412e;
}
.badge.badge-warning:before {
  background-color: #009fe3;
}
.badge.badge-success:before {
  background-color: #7ab51d;
}

.btn-select {
  margin-bottom: 0.5em;
}

.btn-light, .btn-secondary {
  background-color: #fff;
  border-color: #07262d;
  color: #07262d;
}
.btn-light:hover, .btn-secondary:hover {
  background-color: #ddd;
  border-color: transparent;
  color: #000;
}

.btn-info {
  background-color: #fff;
  border-color: #07262d;
  color: #07262d;
  min-width: auto;
  padding: 6px 8px;
}
.btn-info:hover, .btn-info:active, .btn-info:focus {
  background-color: #ddd;
  border-color: transparent;
  color: #07262d;
}

.btn-success {
  background-color: #7ab51d;
  border-color: #7ab51d;
  border: none;
  color: #fff;
}
.btn-success.focus, .btn-success:hover {
  background-color: #7ab51d;
  border-color: initial;
}
.btn-success:not(:disabled):not(.disabled).active, .btn-success:not(:disabled):not(.disabled).active:focus, .btn-success.dropdown-toggle:focus {
  background-color: #7ab51d;
  border-color: initial;
  box-shadow: none;
}

.btn-warning {
  background-color: #898989;
  border-color: #898989;
  color: #07262d;
}
.btn-warning:hover {
  border-color: #07262d;
  color: #fff;
  background-color: #898989;
  background-color: #898989;
}

.btn-danger {
  background-color: #e8412e;
  border-color: #e8412e;
  color: #fff;
}
.btn-danger:hover {
  border-color: #07262d;
  color: #fff;
  background-color: #e8412e;
}

#btn-neutral, #btn-no, #btn-yes {
  background-color: #fff;
  border-color: #07262d;
  color: #07262d;
}

#btn-yes:hover {
  background-color: #7ab51d !important;
  color: #fff;
}

#btn-neutral:hover {
  background-color: #ddd !important;
  color: #07262d;
}

#btn-no:hover {
  background-color: #e8412e !important;
  color: #fff;
}

#btn-skip {
  background-color: #fff !important;
  border-color: #b2b2b2;
  color: #898989;
}
#btn-skip:hover {
  background-color: #ddd !important;
}

.btn-dark {
  background-color: #07262d;
  border-color: #07262d;
  color: #fff;
}
.btn-dark a {
  color: #fff;
}
.btn-dark:hover {
  background-color: #000;
  color: #ddd;
}

.btn-dark-border {
  background-color: #07262d;
  border-color: #fff;
  color: #fff;
}
.btn-dark-border:hover {
  background-color: #fff;
  border-color: #fff;
  color: #07262d;
}
.btn-dark-border a {
  color: #fff;
  text-decoration: none;
}
.btn-dark-border a:hover {
  background-color: transparent;
  color: #ddd;
  text-decoration: none;
}

#btn-bitkomat-show-qa {
  min-width: 207px;
  padding: 0 -15px;
}

.btn-start, .btn-overview {
  background-color: #fff;
  border-top: 3px solid #07262d;
  border-left: 3px solid #07262d;
  border-right: 3px solid #07262d;
  border-bottom: none;
  color: #07262d;
  font-size: 2em;
  padding: 0 -15px;
  padding-top: 60px;
  padding-bottom: 10px;
  position: relative;
  width: 210px;
}
.btn-start:after, .btn-overview:after {
  background-color: transparent;
  border-right: 3px solid #07262d;
  border-bottom: 3px solid #07262d;
  border-left: 3px solid #07262d;
  bottom: -15px;
  height: 30px;
  left: -3px;
  right: -3px;
  content: "";
  position: absolute;
  transform: skew(-180deg, -4.5deg);
}

#btn-weights-weight.btn-overview {
  width: 240px;
}

.btn-judge {
  border: 3px solid #07262d;
  color: #fff;
  min-width: 210px;
  font-size: 1.25em;
  margin-right: 1em;
  margin-bottom: 2em;
  position: relative;
  padding: 40px 0 20px;
  z-index: 0;
}

#overview-weight, #overview {
  background-color: transparent;
  left: calc(50% - 105px);
  position: absolute;
  width: initial;
}

#result-overview {
  border: 1px solid #07262d;
  margin: 3em 0;
  padding: 1em 0;
  position: relative;
}
#result-overview p.text-center.overview {
  height: 80px;
}
#result-overview .btn {
  min-height: 100px;
}
#result-overview .btn:last-child {
  margin-right: 0;
}
@media (max-width: 767px) {
  #result-overview .btn {
    margin-bottom: 2em;
  }
}

.btn-overview {
  background-color: #07262d;
  color: #fff;
  min-height: 120px;
  margin: 0;
  left: 0;
  padding-top: 0;
  position: relative;
  width: 210px;
  top: -2em;
  z-index: 2;
}
.btn-overview:hover {
  color: #fff !important;
}
.btn-overview span {
  position: relative;
}
.btn-overview:after {
  background-color: #07262d;
  bottom: -15px;
  height: 30px;
  content: "";
  position: absolute;
  transform: skew(-180deg, -4.5deg);
}
.btn-overview .svg-inline--fa {
  margin: 0;
}
.btn-overview .svg-inline--fa.fa-smile-beam {
  left: -42px;
}
.btn-overview .svg-inline--fa.fa-meh {
  left: calc(50% - 42px);
}
.btn-overview .svg-inline--fa.fa-frown {
  left: initial;
  right: -42px;
}

#spinner {
  background-color: transparent;
}
#spinner .btn-primary, #spinner .btn-primary.disabled, #spinner .btn-primary:disabled {
  background-color: transparent;
  border: none;
  color: #07262d;
  margin: 30% auto;
  opacity: 1;
  width: 100%;
}
#spinner .spinner-border {
  width: 2em;
  height: 2em;
  vertical-align: inherit;
}

.noscript {
  background-color: transparent;
  border: none;
  color: #07262d;
  margin: 30% auto;
  opacity: 1;
  width: 100%;
}

.btn-edit, .btn-share, .btn-pdf, .btn-weight {
  border: 3px solid #07262d;
  color: #07262d;
  font-size: 1.25em;
  margin: 2em 0 1em 0;
  margin-bottom: 2em;
  padding: 1em 0;
  position: relative;
  min-width: 220px;
  z-index: 0;
}
@media (min-width: 768px) {
  .btn-edit, .btn-share, .btn-pdf, .btn-weight {
    margin-right: 2em;
  }
}
.btn-edit span.btn-act, .btn-share span.btn-act, .btn-pdf span.btn-act, .btn-weight span.btn-act {
  display: inline-block;
  margin-top: 1em;
}
.btn-edit:hover, .btn-share:hover, .btn-pdf:hover, .btn-weight:hover {
  background-color: #ddd !important;
  border: 3px solid #000;
  color: #000;
}

.btn-judge-2 {
  border: 3px solid #ddd;
  color: #07262d;
  font-size: 1.25em;
  padding: 1em 0em;
  position: relative;
  min-width: calc(100% - 3em);
  margin: 0 auto;
  z-index: 0;
}
@media (max-width: 767px) {
  .btn-judge-2 {
    min-width: calc(100% - 3em);
  }
}
@media (max-width: 576px) {
  .btn-judge-2 {
    min-width: calc(100% - 3em);
  }
}
.btn-judge-2 .svg-inline--fa.fa-check-double {
  background-color: #fff;
  color: #898989;
}

.text-dark {
  color: #fff !important;
}

.gewichten {
  background-color: transparent;
}
@media (min-width: 993px) {
  .gewichten button:last-child {
    margin-right: 0;
  }
}

hr.result {
  background-color: #fff;
  height: 2px;
}

.btn-neural:hover {
  background-color: #898989;
}

.text-lg-left #btn-bitkomat-show-qa {
  margin-top: 0;
  padding: 0 -15px;
}

.text-lg-center .btn-start {
  top: -3em;
}

.text-md-left #btn-bitkomat-show-qa {
  margin-top: 0;
  padding: 0 -15px;
}

.text-md-center .btn-start {
  top: -3em;
}

.text-center #btn-bitkomat-show-qa {
  margin-top: 9em;
  padding: 1em 0;
}

a.fa {
  color: #fff;
}

.fa:hover {
  color: #fff;
}

.fa, .far, .fas {
  font-family: "Font Awesome 5 Free" !important;
}

#weight-details, #result-details {
  background: #f8f8f8;
  margin-top: 9em;
}
@media (min-width: 577px) {
  #weight-details, #result-details {
    margin-left: -15%;
    margin-right: -15%;
  }
}
@media (min-width: 768px) {
  #weight-details, #result-details {
    margin-left: -20%;
    margin-right: -20%;
  }
}
@media (min-width: 993px) {
  #weight-details, #result-details {
    margin-left: -30%;
    margin-right: -30%;
  }
}

#weight-detail, #result-detail {
  background-color: transparent;
  padding: 8em 0 1em 0;
  width: 100%;
}
@media (max-width: 768px) {
  #weight-detail, #result-detail {
    background-color: transparent;
    max-width: 96%;
  }
}
#weight-detail .card, #result-detail .card {
  margin-bottom: 2em;
}
#weight-detail .card .card-body, #result-detail .card .card-body {
  font-size: 20px;
  padding: 1em 2em;
}
#weight-detail .svg-inline--fa.fa-check-double, #result-detail .svg-inline--fa.fa-check-double {
  border-radius: 20px;
  height: 40px;
  width: 40px;
  margin: 0;
}

#weight-details .overview-weight-text .svg-inline--fa.fa-check-double {
  background-color: #fff;
  border: 2px solid #fff;
  color: #ddd;
  cursor: none;
  left: initial;
  top: initial;
  position: relative;
  height: 40px;
  width: 40px;
  vertical-align: middle;
}
#weight-details .card ul.list-group {
  margin: 0;
}
#weight-details .card .card-header .svg-inline--fa.fa-smile-beam, #weight-details .card .card-header .svg-inline--fa.fa-meh, #weight-details .card .card-header .svg-inline--fa.fa-frown, #weight-details .card .card-header .svg-inline--fa.fa-angle-double-right {
  left: 2em;
}
@media (max-width: 768px) {
  #weight-details .card .card-header .svg-inline--fa.fa-smile-beam, #weight-details .card .card-header .svg-inline--fa.fa-meh, #weight-details .card .card-header .svg-inline--fa.fa-frown, #weight-details .card .card-header .svg-inline--fa.fa-angle-double-right {
    left: -21px;
    bottom: 0;
    top: initial;
  }
}
#weight-details .card .card-header .svg-inline--fa.fa-check-double {
  left: -21px;
}
@media (max-width: 768px) {
  #weight-details .card .card-header .svg-inline--fa.fa-check-double {
    top: -21px;
  }
}
#weight-details .btn-overview {
  min-height: 7em;
}
#weight-details #overview-weight-space {
  background-color: transparent;
  padding-top: 11em;
}
#weight-details #overview-weight-text {
  background-color: #07262d;
  color: #fff;
  font-size: 20px;
  padding: 1em;
}
#weight-details .float-right {
  margin-right: 1em;
}
@media (min-width: 577px) {
  #weight-details .float-right {
    margin-right: 2em;
  }
}
@media (min-width: 768px) {
  #weight-details #thesis-number, #weight-details span[class^=thesis-number-] {
    right: -1em;
  }
  #weight-details span.thesis-number {
    right: -1em;
    top: -14px;
  }
}
#weight-details #weight-detail {
  padding-top: 0;
}
#weight-details #weight-detail #thesis-number, #weight-details #weight-detail span[class^=thesis-number-], #weight-details #weight-detail span.thesis-number {
  left: initial;
  right: -1em;
}

#result-detail .svg-inline--fa.fa-check-double {
  bottom: -21px;
  left: initial;
  right: -21px;
  top: initial;
}
#result-detail .answer-a, #result-detail .answer-b, #result-detail .answer-c, #result-detail .answer-d {
  display: none;
}

#ot-sdk-btn {
  background-color: #07262d;
  color: #fff;
}

#ot-sdk-btn.ot-sdk-show-settings,
#ot-sdk-btn.optanon-show-settings {
  background-color: #07262d !important;
  border: 1px solid #fff !important;
  color: #fff !important;
}
#ot-sdk-btn.ot-sdk-show-settings:hover,
#ot-sdk-btn.optanon-show-settings:hover {
  background-color: #fff !important;
  border-color: #07262d !important;
  color: #07262d !important;
}

#bottom .btn {
  border: 3px solid #07262d;
  font-size: 20px;
  min-width: 280px;
  padding: 1em;
  position: relative;
}
#bottom .btn .svg-inline--fa {
  border: 0;
  font-weight: lighter;
  height: 33px;
  line-height: 33px;
  margin: 0;
  padding: 0;
  position: absolute;
}
#bottom .btn .svg-inline--fa.fa-check-double, #bottom .btn .svg-inline--fa.fa-chevron-left, #bottom .btn .svg-inline--fa.fa-chevron-right {
  border-radius: 15px;
  color: #07262d;
  height: 33px;
  width: 33px;
  top: inherit;
}
#bottom .btn .svg-inline--fa.fa-chevron-left {
  left: 3px;
}
#bottom .btn .svg-inline--fa.fa-eye, #bottom .btn .svg-inline--fa.fa-check-double {
  left: 2.5em;
  background-color: transparent;
}
#bottom .btn .svg-inline--fa.fa-chevron-right {
  right: 3px;
}

.tip {
  z-index: 1;
}
.tip:before {
  background: #07262d;
  border: none;
  border-radius: 0;
  color: #fff;
  content: attr(data-text);
  display: none;
  font-weight: normal;
  font-size: initial;
  min-width: 260px;
  left: 1em;
  margin: 0;
  padding: 1em;
  position: absolute;
  top: -1em;
  transform: translateY(-50%);
  z-index: 0;
}
.tip:hover:before {
  display: block;
  z-index: 8;
}
.tip:hover:after {
  display: block ruby;
}

/** svg **/
.svg-inline--fa {
  margin: 0 0.2em;
  z-index: 6;
}
.svg-inline--fa.fa-pencil-alt, .svg-inline--fa.fa-share-alt, .svg-inline--fa.fa-print, .svg-inline--fa.fa-hdd, .svg-inline--fa.btn-weight, .svg-inline--fa.fa-check-circle, .svg-inline--fa.fa-caret-right, .svg-inline--fa.fa-angle-double-right, .svg-inline--fa.fa-smile, .svg-inline--fa.fa-smile-beam, .svg-inline--fa.fa-meh, .svg-inline--fa.fa-frown, .svg-inline--fa.fa-check-double {
  background-color: #fff;
  border: 3px solid #fff;
  border-radius: 40px;
  color: #fff;
  margin: 0;
  height: 80px;
  position: absolute;
  width: 80px;
  top: -43px;
  left: calc(50% - 43px);
}
.svg-inline--fa.fa-pencil-alt, .svg-inline--fa.fa-share-alt, .svg-inline--fa.fa-print, .svg-inline--fa.fa-hdd, .svg-inline--fa.btn-weight {
  background-color: #07262d;
  border-radius: 40px;
  color: #fff;
  padding: 20px;
}
.svg-inline--fa.fa-check-double {
  background-color: #07262d;
  border-color: #fff;
  color: #fff;
  padding: 0.4em;
}
.svg-inline--fa.fa-check-circle {
  bottom: -2px;
  color: #07262d;
  left: calc(50% - 43px);
  top: initial;
  right: -30px;
}
@media (min-width: 768px) {
  .svg-inline--fa.fa-check-circle {
    left: initial;
  }
}
.svg-inline--fa.fa-caret-right {
  background-color: #7ab51d;
  left: 62px;
}
.svg-inline--fa.fa-angle-double-right, .svg-inline--fa.fa-meh {
  color: #898989;
}
.svg-inline--fa.fa-smile, .svg-inline--fa.fa-smile-beam {
  color: #7ab51d;
}
.svg-inline--fa.fa-frown {
  color: #e8412e;
}
.svg-inline--fa.fa-times, .svg-inline--fa.fa-chevron-down, .svg-inline--fa.fa-chevron-left, .svg-inline--fa.fa-chevron-right {
  color: #07262d;
  width: 30px;
  height: 20px;
}
.svg-inline--fa.fa-chevron-left, .svg-inline--fa.fa-chevron-right {
  border: 0;
  border-radius: 0;
  width: 30px;
  height: 30px;
  top: inherit;
}
.svg-inline--fa.btn-success {
  border: none;
}

/*# sourceMappingURL=bitkomat.css.map */
