body {
  padding-top: 70px;
}

.spinner {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  z-index: 101;
  background: #fff url("../img/loading.gif") no-repeat fixed center/32px;
  display: none;
}

.loading .spinner {
  display: block;
}

#content.loading {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.modal.loading {
    -webkit-filter: grayscale(100%);
       -moz-filter: grayscale(100%);
         -o-filter: grayscale(100%);
        -ms-filter: grayscale(100%);
            filter: grayscale(100%);
}

.loading .modal-content, .loading .modal-content input {
  background-color: #eee;
}

.patient-entries {
  overflow: auto;
}

.navbar-nav>li>a:focus {
  outline: none;
}

.panel-body .panel-group {
  margin-bottom: 0;
}

.implants {
  padding-top: 15px;
}

.panel-notop {
  border-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.rating {
  margin-right: 28px;
}

.rating .glyphicon {
  font-size: 28px;
}

.rate-description {
  font-size: 28px;
}

.rating span:focus {
  outline: none;
}

@media only screen and (max-width: 480px) {
  .radio-inline {
    display: block;
    margin-top: 10px;
  }
  .radio-inline + .radio-inline {
    margin-left: 0;
    margin-top: 5px;
  }
}

div.with_legend {
  margin-bottom: 40px;
}

.checkbox, .radio {
  margin-top: 4px;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  select:focus,
  textarea:focus,
  input:focus {
    font-size: 16px;
  }
}

@media screen and (min-width: 1025px) {
  select:focus,
  textarea:focus,
  input:focus {
    font-size: 14px;
  }
}

.patient-navigation {
  margin-top: 1em 0;
}

.patient-navigation .pagination {
  margin: 0;
}

.patient-mode, .patient-mode .btn, .patient-mode .panel-title {
  font-size: 22px;
}

.patient-mode h4 {
  font-size: 24px;
}

.patient-mode .btn-patientmode {
  font-size: 18px;
}

.patient-mode .radio label {
  padding-left: 28px;
}

.patient-mode .radio input {
  height: 24px;
  width: 24px;
  margin-left: -28px;
}

#download-helper {
  display: none;
}

.welcome .contents {
  margin-top: 2em;
}

.welcome img.pull-left {
  margin-right: 1em;
}

.navbar-brand>img {
  display: inline;
}
