


/* From: /usr/share/eprints3/archives/epub/cfg/static/style/auto/aa_bootstrap_5.0._floating.css */

.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) / -2);
  margin-left: calc(var(--bs-gutter-x) / -2);
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) / 2);
  padding-left: calc(var(--bs-gutter-x) / 2);
  margin-top: var(--bs-gutter-y);
}


.g-3,
.gx-3 {
  --bs-gutter-x: 1rem;
}

.g-3,
.gy-3 {
  --bs-gutter-y: 1rem;
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%;
  }

  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-md-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }

  .col-md-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-md-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .col-md-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }

  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-md-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }

  .col-md-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }

  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-md-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }

  .col-md-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }

  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-md-0 {
    margin-left: 0;
  }

  .offset-md-1 {
    margin-left: 8.3333333333%;
  }

  .offset-md-2 {
    margin-left: 16.6666666667%;
  }

  .offset-md-3 {
    margin-left: 25%;
  }

  .offset-md-4 {
    margin-left: 33.3333333333%;
  }

  .offset-md-5 {
    margin-left: 41.6666666667%;
  }

  .offset-md-6 {
    margin-left: 50%;
  }

  .offset-md-7 {
    margin-left: 58.3333333333%;
  }

  .offset-md-8 {
    margin-left: 66.6666666667%;
  }

  .offset-md-9 {
    margin-left: 75%;
  }

  .offset-md-10 {
    margin-left: 83.3333333333%;
  }

  .offset-md-11 {
    margin-left: 91.6666666667%;
  }

  .g-md-0,
.gx-md-0 {
    --bs-gutter-x: 0;
  }

  .g-md-0,
.gy-md-0 {
    --bs-gutter-y: 0;
  }

  .g-md-1,
.gx-md-1 {
    --bs-gutter-x: 0.25rem;
  }

  .g-md-1,
.gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-md-2,
.gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-md-2,
.gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }

  .g-md-3,
.gx-md-3 {
    --bs-gutter-x: 1rem;
  }

  .g-md-3,
.gy-md-3 {
    --bs-gutter-y: 1rem;
  }

  .g-md-4,
.gx-md-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-md-4,
.gy-md-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-md-5,
.gx-md-5 {
    --bs-gutter-x: 3rem;
  }

  .g-md-5,
.gy-md-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0%;
  }

  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }

  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }

  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }

  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }

  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }

  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }

  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-lg-0 {
    margin-left: 0;
  }

  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }

  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }

  .offset-lg-3 {
    margin-left: 25%;
  }

  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }

  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }

  .offset-lg-6 {
    margin-left: 50%;
  }

  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }

  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }

  .offset-lg-9 {
    margin-left: 75%;
  }

  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }

  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }

  .g-lg-0,
.gx-lg-0 {
    --bs-gutter-x: 0;
  }

  .g-lg-0,
.gy-lg-0 {
    --bs-gutter-y: 0;
  }

  .g-lg-1,
.gx-lg-1 {
    --bs-gutter-x: 0.25rem;
  }

  .g-lg-1,
.gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-lg-2,
.gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-lg-2,
.gy-lg-2 {
    --bs-gutter-y: 0.5rem;
  }

  .g-lg-3,
.gx-lg-3 {
    --bs-gutter-x: 1rem;
  }

  .g-lg-3,
.gy-lg-3 {
    --bs-gutter-y: 1rem;
  }

  .g-lg-4,
.gx-lg-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-lg-4,
.gy-lg-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-lg-5,
.gx-lg-5 {
    --bs-gutter-x: 3rem;
  }

  .g-lg-5,
.gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0%;
  }

  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }

  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }

  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }

  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }

  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }

  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }

  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-xl-0 {
    margin-left: 0;
  }

  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }

  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }

  .offset-xl-3 {
    margin-left: 25%;
  }

  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }

  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }

  .offset-xl-6 {
    margin-left: 50%;
  }

  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }

  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }

  .offset-xl-9 {
    margin-left: 75%;
  }

  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }

  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }

  .g-xl-0,
.gx-xl-0 {
    --bs-gutter-x: 0;
  }

  .g-xl-0,
.gy-xl-0 {
    --bs-gutter-y: 0;
  }

  .g-xl-1,
.gx-xl-1 {
    --bs-gutter-x: 0.25rem;
  }

  .g-xl-1,
.gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-xl-2,
.gx-xl-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-xl-2,
.gy-xl-2 {
    --bs-gutter-y: 0.5rem;
  }

  .g-xl-3,
.gx-xl-3 {
    --bs-gutter-x: 1rem;
  }

  .g-xl-3,
.gy-xl-3 {
    --bs-gutter-y: 1rem;
  }

  .g-xl-4,
.gx-xl-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-xl-4,
.gy-xl-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-xl-5,
.gx-xl-5 {
    --bs-gutter-x: 3rem;
  }

  .g-xl-5,
.gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0%;
  }

  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }

  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }

  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }

  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }

  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }

  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }

  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-xxl-0 {
    margin-left: 0;
  }

  .offset-xxl-1 {
    margin-left: 8.3333333333%;
  }

  .offset-xxl-2 {
    margin-left: 16.6666666667%;
  }

  .offset-xxl-3 {
    margin-left: 25%;
  }

  .offset-xxl-4 {
    margin-left: 33.3333333333%;
  }

  .offset-xxl-5 {
    margin-left: 41.6666666667%;
  }

  .offset-xxl-6 {
    margin-left: 50%;
  }

  .offset-xxl-7 {
    margin-left: 58.3333333333%;
  }

  .offset-xxl-8 {
    margin-left: 66.6666666667%;
  }

  .offset-xxl-9 {
    margin-left: 75%;
  }

  .offset-xxl-10 {
    margin-left: 83.3333333333%;
  }

  .offset-xxl-11 {
    margin-left: 91.6666666667%;
  }

  .g-xxl-0,
.gx-xxl-0 {
    --bs-gutter-x: 0;
  }

  .g-xxl-0,
.gy-xxl-0 {
    --bs-gutter-y: 0;
  }

  .g-xxl-1,
.gx-xxl-1 {
    --bs-gutter-x: 0.25rem;
  }

  .g-xxl-1,
.gy-xxl-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-xxl-2,
.gx-xxl-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-xxl-2,
.gy-xxl-2 {
    --bs-gutter-y: 0.5rem;
  }

  .g-xxl-3,
.gx-xxl-3 {
    --bs-gutter-x: 1rem;
  }

  .g-xxl-3,
.gy-xxl-3 {
    --bs-gutter-y: 1rem;
  }

  .g-xxl-4,
.gx-xxl-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-xxl-4,
.gy-xxl-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-xxl-5,
.gx-xxl-5 {
    --bs-gutter-x: 3rem;
  }

  .g-xxl-5,
.gy-xxl-5 {
    --bs-gutter-y: 3rem;
  }
}




.alert {
  position: relative;
  padding: 1rem 1rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}


.alert-success {
  color: #0f5132;
  background-color: #d1e7dd;
  border-color: #badbcc;
}
.alert-success .alert-link {
  color: #0c4128;
}






.btn-close {
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  color: #000;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
  border: 0;
  border-radius: 0.25rem;
  opacity: 0.5;
}

.btn-close:hover {
  color: #000;
  text-decoration: none;
  opacity: 0.75;
}
.btn-close:focus {
  outline: none;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  opacity: 1;
}

.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.modal-header .btn-close {
  padding: 0.5rem 0.5rem;
  margin: -0.5rem -0.5rem -0.5rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}



.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control[type=file] {
  overflow: hidden;
}
.form-control[type=file]:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control:focus {
  color: #212529;
  background-color: #fff;
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-control::-webkit-date-and-time-value {
  height: 1.5em;
}
.form-control::-webkit-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}
.form-control::file-selector-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  -webkit-margin-end: 0.75rem;
  margin-inline-end: 0.75rem;
  color: #212529;
  background-color: #e9ecef;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control::file-selector-button {
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: #dde0e3;
}
.form-control::-webkit-file-upload-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  -webkit-margin-end: 0.75rem;
  margin-inline-end: 0.75rem;
  color: #212529;
  background-color: #e9ecef;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control::-webkit-file-upload-button {
    -webkit-transition: none;
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
  background-color: #dde0e3;
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  min-height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}
.form-control-sm::file-selector-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  -webkit-margin-end: 0.5rem;
  margin-inline-end: 0.5rem;
}
.form-control-sm::-webkit-file-upload-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  -webkit-margin-end: 0.5rem;
  margin-inline-end: 0.5rem;
}

.form-control-lg {
  min-height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}
.form-control-lg::file-selector-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  -webkit-margin-end: 1rem;
  margin-inline-end: 1rem;
}
.form-control-lg::-webkit-file-upload-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  -webkit-margin-end: 1rem;
  margin-inline-end: 1rem;
}

textarea.form-control {
  min-height: calc(1.5em + 0.75rem + 2px);
}
textarea.form-control-sm {
  min-height: calc(1.5em + 0.5rem + 2px);
}
textarea.form-control-lg {
  min-height: calc(1.5em + 1rem + 2px);
}

.form-control-color {
  max-width: 3rem;
  height: auto;
  padding: 0.375rem;
}
.form-control-color:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control-color::-moz-color-swatch {
  height: 1.5em;
  border-radius: 0.25rem;
}
.form-control-color::-webkit-color-swatch {
  height: 1.5em;
  border-radius: 0.25rem;
}

.mb-3 {

    margin-bottom: 1rem !important;

}

label {
  display: inline-block;
}


.form-label {
  margin-bottom: 0.5rem;
}

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
}

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
}

.form-text {
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #6c757d;
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control[type=file] {
  overflow: hidden;
}
.form-control[type=file]:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control:focus {
  color: #212529;
  background-color: #fff;
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-control::-webkit-date-and-time-value {
  height: 1.5em;
}
.form-control::-webkit-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}
.form-control::file-selector-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  -webkit-margin-end: 0.75rem;
  margin-inline-end: 0.75rem;
  color: #212529;
  background-color: #e9ecef;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control::file-selector-button {
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: #dde0e3;
}
.form-control::-webkit-file-upload-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  -webkit-margin-end: 0.75rem;
  margin-inline-end: 0.75rem;
  color: #212529;
  background-color: #e9ecef;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control::-webkit-file-upload-button {
    -webkit-transition: none;
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
  background-color: #dde0e3;
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  min-height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}
.form-control-sm::file-selector-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  -webkit-margin-end: 0.5rem;
  margin-inline-end: 0.5rem;
}
.form-control-sm::-webkit-file-upload-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  -webkit-margin-end: 0.5rem;
  margin-inline-end: 0.5rem;
}

.form-control-lg {
  min-height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}
.form-control-lg::file-selector-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  -webkit-margin-end: 1rem;
  margin-inline-end: 1rem;
}
.form-control-lg::-webkit-file-upload-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  -webkit-margin-end: 1rem;
  margin-inline-end: 1rem;
}

textarea.form-control {
  min-height: calc(1.5em + 0.75rem + 2px);
}
textarea.form-control-sm {
  min-height: calc(1.5em + 0.5rem + 2px);
}
textarea.form-control-lg {
  min-height: calc(1.5em + 1rem + 2px);
}

.form-control-color {
  max-width: 3rem;
  height: auto;
  padding: 0.375rem;
}
.form-control-color:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control-color::-moz-color-swatch {
  height: 1.5em;
  border-radius: 0.25rem;
}
.form-control-color::-webkit-color-swatch {
  height: 1.5em;
  border-radius: 0.25rem;
}

.form-select {
  display: block;
  width: 100%;
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  vertical-align: middle;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.form-select:focus {
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-select[multiple], .form-select[size]:not([size="1"]) {
  padding-right: 0.75rem;
  background-image: none;
}
.form-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}
.form-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #212529;
}

.form-select-sm {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
}

.form-select-lg {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
}

.form-check {
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5em;
  margin-bottom: 0.125rem;
}
.form-check .form-check-input {
  float: left;
  margin-left: -1.5em;
}

.form-check-input {
  width: 1em;
  height: 1em;
  margin-top: 0.25em;
  vertical-align: top;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid rgba(0, 0, 0, 0.25);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-print-color-adjust: exact;
  color-adjust: exact;
  transition: background-color 0.15s ease-in-out, background-position 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-check-input {
    transition: none;
  }
}
.form-check-input[type=checkbox] {
  border-radius: 0.25em;
}
.form-check-input[type=radio] {
  border-radius: 50%;
}
.form-check-input:active {
  filter: brightness(90%);
}
.form-check-input:focus {
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-check-input:checked {
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.form-check-input:checked[type=checkbox] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}
.form-check-input:checked[type=radio] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}
.form-check-input[type=checkbox]:indeterminate {
  background-color: #0d6efd;
  border-color: #0d6efd;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}
.form-check-input:disabled {
  pointer-events: none;
  filter: none;
  opacity: 0.5;
}
.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
  opacity: 0.5;
}

.form-switch {
  padding-left: 2.5em;
}
.form-switch .form-check-input {
  width: 2em;
  margin-left: -2.5em;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
  background-position: left center;
  border-radius: 2em;
}
.form-switch .form-check-input:focus {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%2386b7fe'/%3e%3c/svg%3e");
}
.form-switch .form-check-input:checked {
  background-position: right center;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

.form-check-inline {
  display: inline-block;
  margin-right: 1rem;
}

.btn-check {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.btn-check[disabled] + .btn, .btn-check:disabled + .btn {
  pointer-events: none;
  filter: none;
  opacity: 0.65;
}

.form-range {
  width: 100%;
  height: 1.5rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.form-range:focus {
  outline: none;
}
.form-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-range::-moz-focus-outer {
  border: 0;
}
.form-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #0d6efd;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}
.form-range::-webkit-slider-thumb:active {
  background-color: #b6d4fe;
}
.form-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.form-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #0d6efd;
  border: 0;
  border-radius: 1rem;
  -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}
.form-range::-moz-range-thumb:active {
  background-color: #b6d4fe;
}
.form-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.form-range:disabled {
  pointer-events: none;
}
.form-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}
.form-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}



.form-floating {
  position: relative;
}
.form-floating > .form-control,
.form-floating > .form-select {
  height: calc(3.5rem + 2px);
  padding: 1rem 0.75rem;
}
.form-floating > label {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  padding: 1rem 0.75rem;
  pointer-events: none;
  border: 1px solid transparent;
  transform-origin: 0 0;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-floating > label {
    transition: none;
  }
}
.form-floating > .form-control::-webkit-input-placeholder {
  color: transparent;
}
.form-floating > .form-control::-moz-placeholder {
  color: transparent;
}
.form-floating > .form-control::placeholder {
  color: transparent;
}
.form-floating > .form-control:not(:-moz-placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:-webkit-autofill {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-select {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:not(:-moz-placeholder-shown) ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-select ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:-webkit-autofill ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control,
.input-group > .form-select {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}
.input-group > .form-control:focus,
.input-group > .form-select:focus {
  z-index: 3;
}
.input-group .btn {
  position: relative;
  z-index: 2;
}
.input-group .btn:focus {
  z-index: 3;
}

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

.input-group-lg > .form-control,
.input-group-lg > .form-select,
.input-group-lg > .input-group-text,
.input-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}

.input-group-sm > .form-control,
.input-group-sm > .form-select,
.input-group-sm > .input-group-text,
.input-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}

.input-group-lg > .form-select,
.input-group-sm > .form-select {
  padding-right: 1.75rem;
}

.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu),
.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group.has-validation > :nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu),
.input-group.has-validation > .dropdown-toggle:nth-last-child(n+4) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: -1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #198754;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: rgba(25, 135, 84, 0.9);
  border-radius: 0.25rem;
}

.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #198754;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: #198754;
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .form-select:valid, .form-select.is-valid {
  border-color: #198754;
  padding-right: calc(0.75em + 2.3125rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-position: right 0.75rem center, center right 1.75rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-select:valid:focus, .form-select.is-valid:focus {
  border-color: #198754;
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}

.was-validated .form-check-input:valid, .form-check-input.is-valid {
  border-color: #198754;
}
.was-validated .form-check-input:valid:checked, .form-check-input.is-valid:checked {
  background-color: #198754;
}
.was-validated .form-check-input:valid:focus, .form-check-input.is-valid:focus {
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}
.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #198754;
}

.form-check-inline .form-check-input ~ .valid-feedback {
  margin-left: 0.5em;
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #dc3545;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem;
}

.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .form-select:invalid, .form-select.is-invalid {
  border-color: #dc3545;
  padding-right: calc(0.75em + 2.3125rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-position: right 0.75rem center, center right 1.75rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-select:invalid:focus, .form-select.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}

.was-validated .form-check-input:invalid, .form-check-input.is-invalid {
  border-color: #dc3545;
}
.was-validated .form-check-input:invalid:checked, .form-check-input.is-invalid:checked {
  background-color: #dc3545;
}
.was-validated .form-check-input:invalid:focus, .form-check-input.is-invalid:focus {
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}
.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545;
}

.form-check-inline .form-check-input ~ .invalid-feedback {
  margin-left: 0.5em;
}





/* From: /usr/share/eprints3/archives/epub/cfg/static/style/auto/aaa_bootstrap.custom-2.css */

.modal-open {
    overflow: hidden;
}
.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}
.modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform .3s ease-out;
    -o-transition:      -o-transform .3s ease-out;
    transition:         transform .3s ease-out;
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%);
}
.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}
.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}
.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
}
.modal-content {
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}
.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
}
.modal-backdrop.fade {
    filter: alpha(opacity=0);
    opacity: 0;
}
.modal-backdrop.in {
    filter: alpha(opacity=50);
    opacity: .5;
}
.modal-header {
    min-height: 16.42857143px;
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
    margin-top: -2px;
}
.modal-title {
    margin: 0;
    line-height: 1.42857143;
}
.modal-body {
    position: relative;
    padding: 15px;
}
.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
    margin-bottom: 0;
    margin-left: 5px;
}
.modal-footer .btn-group .btn + .btn {
    margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
    margin-left: 0;
}
.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}
@media (min-width: 768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto;
    }
    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
    }
    .modal-sm {
        width: 300px;
    }
}
@media (min-width: 992px) {
    .modal-lg {
        width: 900px;
    }
}

/*# sourceMappingURL=style.css.map */



/* From: /usr/share/eprints3/archives/epub/cfg/static/style/auto/aaa_bootstrap.custom.css */

/* Bootstrap v3.3.4 (http://getbootstrap.com)
* Copyright 2011-2015 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 * Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=0d71908dedeac4ee5c91)
 * Config saved to config.json and https://gist.github.com/0d71908dedeac4ee5c91
 *//*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block
}

audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden], template {
    display: none
}

a {
    background-color: transparent
}

a:active, a:hover {
    outline: 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b, strong {
    font-weight: bold
}

dfn {
    font-style: italic
}

h1 {
    font-size: 2em;
    margin: 0.67em 0
}

mark {
    background: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -0.5em
}

sub {
    bottom: -0.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 1em 40px
}

hr {
    box-sizing: content-box;
    height: 0
}

pre {
    overflow: auto
}

code, kbd, pre, samp {
    font-family: monospace, monospace;
    font-size: 1em
}

button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button, select {
    text-transform: none
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled], html input[disabled] {
    cursor: default
}

button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input {
    line-height: normal
}

input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box;
    padding: 0
}

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
    height: auto
}

input[type="search"] {
    -webkit-appearance: textfield;
    box-sizing: content-box
}

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: bold
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td, th {
    padding: 0
}


* {
    box-sizing: border-box
}


.header-quicklinks{
     box-sizing: content-box; 
}

*:before, *:after {
    box-sizing: border-box
}

html {
    font-size: 10px;
    -webkit-tap-highlight-color: transparent
}

body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333333;
    background-color: #ffffff
}

input, button, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

a {
    color: #337ab7;
    text-decoration: none
}

a:hover, a:focus {
    color: #23527c;
    text-decoration: underline
}

a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

figure {
    margin: 0
}

img {
    vertical-align: middle
}

.img-responsive, .carousel-inner > .item > img, .carousel-inner > .item > a > img {
    display: block;
    max-width: 100%;
    height: auto
}

.img-rounded {
    border-radius: 6px
}

.img-thumbnail {
    padding: 4px;
    line-height: 1.42857143;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    border-radius: 4px;
    transition: all 0.2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto
}

.img-circle {
    border-radius: 50%
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eeeeee
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.sr-only-focusable:active, .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}

[role="button"] {
    cursor: pointer
}

.fade {
    opacity: 0;
    transition: opacity 0.15s linear
}

.fade.in {
    opacity: 1
}

.collapse {
    display: none
}

.collapse.in {
    display: block
}

tr.collapse.in {
    display: table-row
}

tbody.collapse.in {
    display: table-row-group
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    transition-property: height, visibility;
    transition-duration: 0.35s;
    transition-timing-function: ease
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent
}

.dropup, .dropdown {
    position: relative
}

.dropdown-toggle:focus {
    outline: 0
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    text-align: left;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box
}

.dropdown-menu.pull-right {
    right: 0;
    left: auto
}

.dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5
}

.dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #333333;
    white-space: nowrap
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    text-decoration: none;
    color: #262626;
    background-color: #f5f5f5
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    color: #ffffff;
    text-decoration: none;
    outline: 0;
    background-color: #337ab7
}

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
    color: #777777
}

.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
    text-decoration: none;
    background-color: transparent;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    cursor: not-allowed
}

.open > .dropdown-menu {
    display: block
}

.open > a {
    outline: 0
}

.dropdown-menu-right {
    left: auto;
    right: 0
}

.dropdown-menu-left {
    left: 0;
    right: auto
}

.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #777777;
    white-space: nowrap
}

.dropdown-backdrop {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 990
}

.pull-right > .dropdown-menu {
    right: 0;
    left: auto
}

.dropup .caret, .navbar-fixed-bottom .dropdown .caret {
    border-top: 0;
    border-bottom: 4px solid;
    content: ""
}

.dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 2px
}

@media (min-width: 768px) {
    .navbar-right .dropdown-menu {
        left: auto;
        right: 0
    }

    .navbar-right .dropdown-menu-left {
        left: 0;
        right: auto
    }
}

.carousel {
    position: relative
}

.carousel-inner {
    position: relative;
    overflow: hidden;
    width: 100%
}

.carousel-inner > .item {
    display: none;
    position: relative;
    transition: 0.6s ease-in-out left
}

.carousel-inner > .item > img, .carousel-inner > .item > a > img {
    line-height: 1
}

@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-inner > .item {
        transition: -webkit-transform 0.6s ease-in-out;
        transition: transform 0.6s ease-in-out;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000;
        perspective: 1000
    }

    .carousel-inner > .item.next, .carousel-inner > .item.active.right {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        left: 0
    }

    .carousel-inner > .item.prev, .carousel-inner > .item.active.left {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        left: 0
    }

    .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        left: 0
    }
}

.carousel-inner > .active, .carousel-inner > .next, .carousel-inner > .prev {
    display: block
}

.carousel-inner > .active {
    left: 0
}

.carousel-inner > .next, .carousel-inner > .prev {
    position: absolute;
    top: 0;
    width: 100%
}

.carousel-inner > .next {
    left: 100%
}

.carousel-inner > .prev {
    left: -100%
}

.carousel-inner > .next.left, .carousel-inner > .prev.right {
    left: 0
}

.carousel-inner > .active.left {
    left: -100%
}

.carousel-inner > .active.right {
    left: 100%
}

.carousel-control {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 15%;
    opacity: 0.5;
    filter: alpha(opacity=50);
    font-size: 20px;
    color: #ffffff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6)
}

.carousel-control.left {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1)
}

.carousel-control.right {
    left: auto;
    right: 0;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1)
}

.carousel-control:hover, .carousel-control:focus {
    outline: 0;
    color: #ffffff;
    text-decoration: none;
    opacity: 0.9;
    filter: alpha(opacity=90)
}

.carousel-control .icon-prev, .carousel-control .icon-next, .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block
}

.carousel-control .icon-prev, .carousel-control .glyphicon-chevron-left {
    left: 50%;
    margin-left: -10px
}

.carousel-control .icon-next, .carousel-control .glyphicon-chevron-right {
    right: 50%;
    margin-right: -10px
}

.carousel-control .icon-prev, .carousel-control .icon-next {
    width: 20px;
    height: 20px;
    margin-top: -10px;
    line-height: 1;
    font-family: serif
}

.carousel-control .icon-prev:before {
    content: '\2039'
}

.carousel-control .icon-next:before {
    content: '\203a'
}

.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    margin-left: -30%;
    padding-left: 0;
    list-style: none;
    text-align: center
}

.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    border: 1px solid #ffffff;
    border-radius: 10px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: transparent
}

.carousel-indicators .active {
    margin: 0;
    width: 12px;
    height: 12px;
    background-color: #ffffff
}

.carousel-caption {
    position: absolute;
    left: 15%;
    right: 15%;
    bottom: 20px;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #ffffff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6)
}

.carousel-caption .btn {
    text-shadow: none
}

@media screen and (min-width: 768px) {
    .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-prev, .carousel-control .icon-next {
        width: 30px;
        height: 30px;
        margin-top: -15px;
        font-size: 30px
    }

    .carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
        margin-left: -15px
    }

    .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
        margin-right: -15px
    }

    .carousel-caption {
        left: 20%;
        right: 20%;
        padding-bottom: 30px
    }

    .carousel-indicators {
        bottom: 20px
    }
}

.clearfix:before, .clearfix:after {
    content: " ";
    display: table
}

.clearfix:after {
    clear: both
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.pull-right {
    float: right !important
}

.pull-left {
    float: left !important
}

.hide {
    display: none !important
}

.show {
    display: block !important
}

.invisible {
    visibility: hidden
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.hidden {
    display: none !important
}

.affix {
    position: fixed
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1.42857143;
    line-break: auto;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    white-space: normal;
    font-size: 12px;
    filter: alpha(opacity=0);
    opacity: 0;
}
.tooltip.in {
    filter: alpha(opacity=90);
    opacity: 0.9;
}
.tooltip.top {
    padding: 5px 0;
    margin-top: -3px;
}
.tooltip.right {
    padding: 0 5px;
    margin-left: 3px;
}
.tooltip.bottom {
    padding: 5px 0;
    margin-top: 3px;
}
.tooltip.left {
    padding: 0 5px;
    margin-left: -3px;
}
.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000000;
}
.tooltip.top-left .tooltip-arrow {
    right: 5px;
    bottom: 0;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000000;
}
.tooltip.top-right .tooltip-arrow {
    bottom: 0;
    left: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000000;
}
.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000000;
}
.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000000;
}
.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000000;
}
.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    right: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000000;
}
.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    left: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000000;
}
.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #ffffff;
    text-align: center;
    background-color: #000000;
    border-radius: 4px;
}
.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}
.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    max-width: 276px;
    padding: 1px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1.42857143;
    line-break: auto;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    white-space: normal;
    font-size: 14px;
    background-color: #ffffff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #cccccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.popover.top {
    margin-top: -10px;
}
.popover.right {
    margin-left: 10px;
}
.popover.bottom {
    margin-top: 10px;
}
.popover.left {
    margin-left: -10px;
}
.popover > .arrow {
    border-width: 11px;
}
.popover > .arrow,
.popover > .arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}
.popover > .arrow:after {
    content: "";
    border-width: 10px;
}
.popover.top > .arrow {
    bottom: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-color: #999999;
    border-top-color: rgba(0, 0, 0, 0.25);
    border-bottom-width: 0;
}
.popover.top > .arrow:after {
    bottom: 1px;
    margin-left: -10px;
    content: " ";
    border-top-color: #ffffff;
    border-bottom-width: 0;
}
.popover.right > .arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-right-color: #999999;
    border-right-color: rgba(0, 0, 0, 0.25);
    border-left-width: 0;
}
.popover.right > .arrow:after {
    bottom: -10px;
    left: 1px;
    content: " ";
    border-right-color: #ffffff;
    border-left-width: 0;
}
.popover.bottom > .arrow {
    top: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999999;
    border-bottom-color: rgba(0, 0, 0, 0.25);
}
.popover.bottom > .arrow:after {
    top: 1px;
    margin-left: -10px;
    content: " ";
    border-top-width: 0;
    border-bottom-color: #ffffff;
}
.popover.left > .arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #999999;
    border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
    right: 1px;
    bottom: -10px;
    content: " ";
    border-right-width: 0;
    border-left-color: #ffffff;
}
.popover-title {
    padding: 8px 14px;
    margin: 0;
    font-size: 14px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0;
}
.popover-content {
    padding: 9px 14px;
}

.modal-open {
    overflow: hidden;
}
.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}
.modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform .3s ease-out;
    -o-transition:      -o-transform .3s ease-out;
    transition:         transform .3s ease-out;
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%);
}
.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}
.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}
.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
}
.modal-content {
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}
.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
}
.modal-backdrop.fade {
    filter: alpha(opacity=0);
    opacity: 0;
}
.modal-backdrop.in {
    filter: alpha(opacity=50);
    opacity: .5;
}
.modal-header {
    min-height: 16.42857143px;
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
    margin-top: -2px;
}
.modal-title {
    margin: 0;
    line-height: 1.42857143;
}
.modal-body {
    position: relative;
    padding: 15px;
}
.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
    margin-bottom: 0;
    margin-left: 5px;
}
.modal-footer .btn-group .btn + .btn {
    margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
    margin-left: 0;
}
.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}
@media (min-width: 768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto;
    }
    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
    }
    .modal-sm {
        width: 300px;
    }
}
@media (min-width: 992px) {
    .modal-lg {
        width: 900px;
    }
}

/*# sourceMappingURL=style.css.map */



/* From: /usr/share/eprints3/archives/epub/cfg/static/style/auto/aaa_font-awesome-ie7.min.css */

.icon-large{font-size:1.3333333333333333em;margin-top:-4px;padding-top:3px;margin-bottom:-4px;padding-bottom:3px;vertical-align:middle;}
.nav [class^="icon-"],.nav [class*=" icon-"]{vertical-align:inherit;margin-top:-4px;padding-top:3px;margin-bottom:-4px;padding-bottom:3px;}.nav [class^="icon-"].icon-large,.nav [class*=" icon-"].icon-large{vertical-align:-25%;}
.nav-pills [class^="icon-"].icon-large,.nav-tabs [class^="icon-"].icon-large,.nav-pills [class*=" icon-"].icon-large,.nav-tabs [class*=" icon-"].icon-large{line-height:.75em;margin-top:-7px;padding-top:5px;margin-bottom:-5px;padding-bottom:4px;}
.btn [class^="icon-"].pull-left,.btn [class*=" icon-"].pull-left,.btn [class^="icon-"].pull-right,.btn [class*=" icon-"].pull-right{vertical-align:inherit;}
.btn [class^="icon-"].icon-large,.btn [class*=" icon-"].icon-large{margin-top:-0.5em;}
a [class^="icon-"],a [class*=" icon-"]{cursor:pointer;}
.icon-glass{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf000;');}
.icon-music{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf001;');}
.icon-search{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf002;');}
.icon-envelope-alt{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf003;');}
.icon-heart{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf004;');}
.icon-star{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf005;');}
.icon-star-empty{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf006;');}
.icon-user{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf007;');}
.icon-film{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf008;');}
.icon-th-large{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf009;');}
.icon-th{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf00a;');}
.icon-th-list{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf00b;');}
.icon-ok{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf00c;');}
.icon-remove{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf00d;');}
.icon-zoom-in{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf00e;');}
.icon-zoom-out{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf010;');}
.icon-off{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf011;');}
.icon-power-off{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf011;');}
.icon-signal{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf012;');}
.icon-cog{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf013;');}
.icon-gear{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf013;');}
.icon-trash{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf014;');}
.icon-home{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf015;');}
.icon-file-alt{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf016;');}
.icon-time{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf017;');}
.icon-road{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf018;');}
.icon-download-alt{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf019;');}
.icon-download{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf01a;');}
.icon-upload{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf01b;');}
.icon-inbox{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf01c;');}
.icon-play-circle{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf01d;');}
.icon-repeat{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf01e;');}
.icon-rotate-right{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf01e;');}
.icon-refresh{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf021;');}
.icon-list-alt{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf022;');}
.icon-lock{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf023;');}
.icon-flag{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf024;');}
.icon-headphones{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf025;');}
.icon-volume-off{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf026;');}
.icon-volume-down{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf027;');}
.icon-volume-up{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf028;');}
.icon-qrcode{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf029;');}
.icon-barcode{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf02a;');}
.icon-tag{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf02b;');}
.icon-tags{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf02c;');}
.icon-book{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf02d;');}
.icon-bookmark{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf02e;');}
.icon-print{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf02f;');}
.icon-camera{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf030;');}
.icon-font{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf031;');}
.icon-bold{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf032;');}
.icon-italic{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf033;');}
.icon-text-height{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf034;');}
.icon-text-width{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf035;');}
.icon-align-left{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf036;');}
.icon-align-center{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf037;');}
.icon-align-right{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf038;');}
.icon-align-justify{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf039;');}
.icon-list{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf03a;');}
.icon-indent-left{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf03b;');}
.icon-indent-right{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf03c;');}
.icon-facetime-video{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf03d;');}
.icon-picture{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf03e;');}
.icon-pencil{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf040;');}
.icon-map-marker{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf041;');}
.icon-adjust{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf042;');}
.icon-tint{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf043;');}
.icon-edit{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf044;');}
.icon-share{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf045;');}
.icon-check{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf046;');}
.icon-move{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf047;');}
.icon-step-backward{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf048;');}
.icon-fast-backward{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf049;');}
.icon-backward{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf04a;');}
.icon-play{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf04b;');}
.icon-pause{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf04c;');}
.icon-stop{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf04d;');}
.icon-forward{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf04e;');}
.icon-fast-forward{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf050;');}
.icon-step-forward{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf051;');}
.icon-eject{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf052;');}
.icon-chevron-left{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf053;');}
.icon-chevron-right{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf054;');}
.icon-plus-sign{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf055;');}
.icon-minus-sign{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf056;');}
.icon-remove-sign{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf057;');}
.icon-ok-sign{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf058;');}
.icon-question-sign{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf059;');}
.icon-info-sign{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf05a;');}
.icon-screenshot{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf05b;');}
.icon-remove-circle{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf05c;');}
.icon-ok-circle{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf05d;');}
.icon-ban-circle{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf05e;');}
.icon-arrow-left{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf060;');}
.icon-arrow-right{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf061;');}
.icon-arrow-up{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf062;');}
.icon-arrow-down{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf063;');}
.icon-share-alt{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf064;');}
.icon-mail-forward{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf064;');}
.icon-resize-full{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf065;');}
.icon-resize-small{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf066;');}
.icon-plus{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf067;');}
.icon-minus{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf068;');}
.icon-asterisk{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf069;');}
.icon-exclamation-sign{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf06a;');}
.icon-gift{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf06b;');}
.icon-leaf{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf06c;');}
.icon-fire{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf06d;');}
.icon-eye-open{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf06e;');}
.icon-eye-close{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf070;');}
.icon-warning-sign{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf071;');}
.icon-plane{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf072;');}
.icon-calendar{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf073;');}
.icon-random{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf074;');}
.icon-comment{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf075;');}
.icon-magnet{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf076;');}
.icon-chevron-up{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf077;');}
.icon-chevron-down{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf078;');}
.icon-retweet{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf079;');}
.icon-shopping-cart{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf07a;');}
.icon-folder-close{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf07b;');}
.icon-folder-open{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf07c;');}
.icon-resize-vertical{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf07d;');}
.icon-resize-horizontal{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf07e;');}
.icon-bar-chart{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf080;');}
.icon-twitter-sign{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf081;');}
.icon-facebook-sign{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf082;');}
.icon-camera-retro{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf083;');}
.icon-key{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf084;');}
.icon-cogs{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf085;');}
.icon-gears{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf085;');}
.icon-comments{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf086;');}
.icon-thumbs-up-alt{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf087;');}
.icon-thumbs-down-alt{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf088;');}
.icon-star-half{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf089;');}
.icon-heart-empty{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf08a;');}
.icon-signout{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf08b;');}
.icon-linkedin-sign{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf08c;');}
.icon-pushpin{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf08d;');}
.icon-external-link{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf08e;');}
.icon-signin{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf090;');}
.icon-trophy{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf091;');}
.icon-github-sign{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf092;');}
.icon-upload-alt{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf093;');}
.icon-lemon{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf094;');}
.icon-phone{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf095;');}
.icon-check-empty{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf096;');}
.icon-unchecked{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf096;');}
.icon-bookmark-empty{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf097;');}
.icon-phone-sign{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf098;');}
.icon-twitter{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf099;');}
.icon-facebook{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf09a;');}
.icon-github{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf09b;');}
.icon-unlock{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf09c;');}
.icon-credit-card{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf09d;');}
.icon-rss{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf09e;');}
.icon-hdd{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0a0;');}
.icon-bullhorn{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0a1;');}
.icon-bell{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0a2;');}
.icon-certificate{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0a3;');}
.icon-hand-right{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0a4;');}
.icon-hand-left{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0a5;');}
.icon-hand-up{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0a6;');}
.icon-hand-down{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0a7;');}
.icon-circle-arrow-left{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0a8;');}
.icon-circle-arrow-right{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0a9;');}
.icon-circle-arrow-up{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0aa;');}
.icon-circle-arrow-down{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0ab;');}
.icon-globe{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0ac;');}
.icon-wrench{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0ad;');}
.icon-tasks{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0ae;');}
.icon-filter{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0b0;');}
.icon-briefcase{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0b1;');}
.icon-fullscreen{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0b2;');}
.icon-group{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0c0;');}
.icon-link{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0c1;');}
.icon-cloud{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0c2;');}
.icon-beaker{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0c3;');}
.icon-cut{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0c4;');}
.icon-copy{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0c5;');}
.icon-paper-clip{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0c6;');}
.icon-paperclip{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0c6;');}
.icon-save{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0c7;');}
.icon-sign-blank{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0c8;');}
.icon-reorder{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0c9;');}
.icon-list-ul{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0ca;');}
.icon-list-ol{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0cb;');}
.icon-strikethrough{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0cc;');}
.icon-underline{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0cd;');}
.icon-table{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0ce;');}
.icon-magic{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0d0;');}
.icon-truck{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0d1;');}
.icon-pinterest{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0d2;');}
.icon-pinterest-sign{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0d3;');}
.icon-google-plus-sign{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0d4;');}
.icon-google-plus{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0d5;');}
.icon-money{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0d6;');}
.icon-caret-down{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0d7;');}
.icon-caret-up{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0d8;');}
.icon-caret-left{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0d9;');}
.icon-caret-right{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0da;');}
.icon-columns{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0db;');}
.icon-sort{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0dc;');}
.icon-sort-down{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0dd;');}
.icon-sort-up{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0de;');}
.icon-envelope{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0e0;');}
.icon-linkedin{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0e1;');}
.icon-undo{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0e2;');}
.icon-rotate-left{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0e2;');}
.icon-legal{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0e3;');}
.icon-dashboard{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0e4;');}
.icon-comment-alt{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0e5;');}
.icon-comments-alt{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0e6;');}
.icon-bolt{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0e7;');}
.icon-sitemap{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0e8;');}
.icon-umbrella{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0e9;');}
.icon-paste{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0ea;');}
.icon-lightbulb{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0eb;');}
.icon-exchange{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0ec;');}
.icon-cloud-download{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0ed;');}
.icon-cloud-upload{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0ee;');}
.icon-user-md{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0f0;');}
.icon-stethoscope{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0f1;');}
.icon-suitcase{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0f2;');}
.icon-bell-alt{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0f3;');}
.icon-coffee{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0f4;');}
.icon-food{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0f5;');}
.icon-file-text-alt{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0f6;');}
.icon-building{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0f7;');}
.icon-hospital{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0f8;');}
.icon-ambulance{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0f9;');}
.icon-medkit{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0fa;');}
.icon-fighter-jet{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0fb;');}
.icon-beer{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0fc;');}
.icon-h-sign{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0fd;');}
.icon-plus-sign-alt{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0fe;');}
.icon-double-angle-left{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf100;');}
.icon-double-angle-right{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf101;');}
.icon-double-angle-up{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf102;');}
.icon-double-angle-down{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf103;');}
.icon-angle-left{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf104;');}
.icon-angle-right{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf105;');}
.icon-angle-up{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf106;');}
.icon-angle-down{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf107;');}
.icon-desktop{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf108;');}
.icon-laptop{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf109;');}
.icon-tablet{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf10a;');}
.icon-mobile-phone{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf10b;');}
.icon-circle-blank{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf10c;');}
.icon-quote-left{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf10d;');}
.icon-quote-right{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf10e;');}
.icon-spinner{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf110;');}
.icon-circle{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf111;');}
.icon-reply{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf112;');}
.icon-mail-reply{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf112;');}
.icon-github-alt{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf113;');}
.icon-folder-close-alt{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf114;');}
.icon-folder-open-alt{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf115;');}
.icon-expand-alt{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf116;');}
.icon-collapse-alt{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf117;');}
.icon-smile{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf118;');}
.icon-frown{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf119;');}
.icon-meh{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf11a;');}
.icon-gamepad{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf11b;');}
.icon-keyboard{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf11c;');}
.icon-flag-alt{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf11d;');}
.icon-flag-checkered{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf11e;');}
.icon-terminal{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf120;');}
.icon-code{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf121;');}
.icon-reply-all{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf122;');}
.icon-mail-reply-all{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf122;');}
.icon-star-half-empty{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf123;');}
.icon-star-half-full{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf123;');}
.icon-location-arrow{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf124;');}
.icon-crop{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf125;');}
.icon-code-fork{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf126;');}
.icon-unlink{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf127;');}
.icon-question{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf128;');}
.icon-info{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf129;');}
.icon-exclamation{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf12a;');}
.icon-superscript{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf12b;');}
.icon-subscript{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf12c;');}
.icon-eraser{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf12d;');}
.icon-puzzle-piece{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf12e;');}
.icon-microphone{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf130;');}
.icon-microphone-off{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf131;');}
.icon-shield{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf132;');}
.icon-calendar-empty{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf133;');}
.icon-fire-extinguisher{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf134;');}
.icon-rocket{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf135;');}
.icon-maxcdn{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf136;');}
.icon-chevron-sign-left{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf137;');}
.icon-chevron-sign-right{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf138;');}
.icon-chevron-sign-up{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf139;');}
.icon-chevron-sign-down{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf13a;');}
.icon-html5{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf13b;');}
.icon-css3{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf13c;');}
.icon-anchor{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf13d;');}
.icon-unlock-alt{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf13e;');}
.icon-bullseye{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf140;');}
.icon-ellipsis-horizontal{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf141;');}
.icon-ellipsis-vertical{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf142;');}
.icon-rss-sign{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf143;');}
.icon-play-sign{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf144;');}
.icon-ticket{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf145;');}
.icon-minus-sign-alt{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf146;');}
.icon-check-minus{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf147;');}
.icon-level-up{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf148;');}
.icon-level-down{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf149;');}
.icon-check-sign{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf14a;');}
.icon-edit-sign{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf14b;');}
.icon-external-link-sign{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf14c;');}
.icon-share-sign{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf14d;');}
.icon-compass{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf14e;');}
.icon-collapse{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf150;');}
.icon-collapse-top{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf151;');}
.icon-expand{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf152;');}
.icon-eur{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf153;');}
.icon-euro{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf153;');}
.icon-gbp{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf154;');}
.icon-usd{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf155;');}
.icon-dollar{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf155;');}
.icon-inr{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf156;');}
.icon-rupee{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf156;');}
.icon-jpy{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf157;');}
.icon-yen{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf157;');}
.icon-cny{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf158;');}
.icon-renminbi{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf158;');}
.icon-krw{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf159;');}
.icon-won{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf159;');}
.icon-btc{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf15a;');}
.icon-bitcoin{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf15a;');}
.icon-file{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf15b;');}
.icon-file-text{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf15c;');}
.icon-sort-by-alphabet{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf15d;');}
.icon-sort-by-alphabet-alt{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf15e;');}
.icon-sort-by-attributes{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf160;');}
.icon-sort-by-attributes-alt{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf161;');}
.icon-sort-by-order{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf162;');}
.icon-sort-by-order-alt{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf163;');}
.icon-thumbs-up{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf164;');}
.icon-thumbs-down{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf165;');}
.icon-youtube-sign{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf166;');}
.icon-youtube{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf167;');}
.icon-xing{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf168;');}
.icon-xing-sign{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf169;');}
.icon-youtube-play{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf16a;');}
.icon-dropbox{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf16b;');}
.icon-stackexchange{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf16c;');}
.icon-instagram{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf16d;');}
.icon-flickr{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf16e;');}
.icon-adn{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf170;');}
.icon-bitbucket{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf171;');}
.icon-bitbucket-sign{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf172;');}
.icon-tumblr{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf173;');}
.icon-tumblr-sign{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf174;');}
.icon-long-arrow-down{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf175;');}
.icon-long-arrow-up{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf176;');}
.icon-long-arrow-left{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf177;');}
.icon-long-arrow-right{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf178;');}
.icon-apple{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf179;');}
.icon-windows{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf17a;');}
.icon-android{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf17b;');}
.icon-linux{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf17c;');}
.icon-dribbble{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf17d;');}
.icon-skype{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf17e;');}
.icon-foursquare{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf180;');}
.icon-trello{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf181;');}
.icon-female{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf182;');}
.icon-male{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf183;');}
.icon-gittip{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf184;');}
.icon-sun{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf185;');}
.icon-moon{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf186;');}
.icon-archive{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf187;');}
.icon-bug{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf188;');}
.icon-vk{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf189;');}
.icon-weibo{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf18a;');}
.icon-renren{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf18b;');}



/* From: /usr/share/eprints3/archives/epub/cfg/static/style/auto/aaa_font-awesome.min.css */

@font-face{font-family:'FontAwesome';src:url('../font/fontawesome-webfont.eot?v=3.2.1');src:url('../font/fontawesome-webfont.eot?#iefix&v=3.2.1') format('embedded-opentype'),url('../font/fontawesome-webfont.woff?v=3.2.1') format('woff'),url('../font/fontawesome-webfont.ttf?v=3.2.1') format('truetype'),url('../font/fontawesome-webfont.svg#fontawesomeregular?v=3.2.1') format('svg');font-weight:normal;font-style:normal;}[class^="icon-"],[class*=" icon-"]{font-family:FontAwesome;font-weight:normal;font-style:normal;text-decoration:inherit;-webkit-font-smoothing:antialiased;*margin-right:.3em;}
[class^="icon-"]:before,[class*=" icon-"]:before{text-decoration:inherit;display:inline-block;speak:none;}
.icon-large:before{vertical-align:-10%;font-size:1.3333333333333333em;}
a [class^="icon-"],a [class*=" icon-"]{display:inline;}
[class^="icon-"].icon-fixed-width,[class*=" icon-"].icon-fixed-width{display:inline-block;width:1.1428571428571428em;text-align:right;padding-right:0.2857142857142857em;}[class^="icon-"].icon-fixed-width.icon-large,[class*=" icon-"].icon-fixed-width.icon-large{width:1.4285714285714286em;}
.icons-ul{margin-left:2.142857142857143em;list-style-type:none;}.icons-ul>li{position:relative;}
.icons-ul .icon-li{position:absolute;left:-2.142857142857143em;width:2.142857142857143em;text-align:center;line-height:inherit;}
[class^="icon-"].hide,[class*=" icon-"].hide{display:none;}
.icon-muted{color:#eeeeee;}
.icon-light{color:#ffffff;}
.icon-dark{color:#333333;}
.icon-border{border:solid 1px #eeeeee;padding:.2em .25em .15em;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;}
.icon-2x{font-size:2em;}.icon-2x.icon-border{border-width:2px;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;}
.icon-3x{font-size:3em;}.icon-3x.icon-border{border-width:3px;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;}
.icon-4x{font-size:4em;}.icon-4x.icon-border{border-width:4px;-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px;}
.icon-5x{font-size:5em;}.icon-5x.icon-border{border-width:5px;-webkit-border-radius:7px;-moz-border-radius:7px;border-radius:7px;}
.pull-right{float:right;}
.pull-left{float:left;}
[class^="icon-"].pull-left,[class*=" icon-"].pull-left{margin-right:.3em;}
[class^="icon-"].pull-right,[class*=" icon-"].pull-right{margin-left:.3em;}
[class^="icon-"],[class*=" icon-"]{display:inline;width:auto;height:auto;line-height:normal;vertical-align:baseline;background-image:none;background-position:0% 0%;background-repeat:repeat;margin-top:0;}
.icon-white,.nav-pills>.active>a>[class^="icon-"],.nav-pills>.active>a>[class*=" icon-"],.nav-list>.active>a>[class^="icon-"],.nav-list>.active>a>[class*=" icon-"],.navbar-inverse .nav>.active>a>[class^="icon-"],.navbar-inverse .nav>.active>a>[class*=" icon-"],.dropdown-menu>li>a:hover>[class^="icon-"],.dropdown-menu>li>a:hover>[class*=" icon-"],.dropdown-menu>.active>a>[class^="icon-"],.dropdown-menu>.active>a>[class*=" icon-"],.dropdown-submenu:hover>a>[class^="icon-"],.dropdown-submenu:hover>a>[class*=" icon-"]{background-image:none;}
.btn [class^="icon-"].icon-large,.nav [class^="icon-"].icon-large,.btn [class*=" icon-"].icon-large,.nav [class*=" icon-"].icon-large{line-height:.9em;}
.btn [class^="icon-"].icon-spin,.nav [class^="icon-"].icon-spin,.btn [class*=" icon-"].icon-spin,.nav [class*=" icon-"].icon-spin{display:inline-block;}
.nav-tabs [class^="icon-"],.nav-pills [class^="icon-"],.nav-tabs [class*=" icon-"],.nav-pills [class*=" icon-"],.nav-tabs [class^="icon-"].icon-large,.nav-pills [class^="icon-"].icon-large,.nav-tabs [class*=" icon-"].icon-large,.nav-pills [class*=" icon-"].icon-large{line-height:.9em;}
.btn [class^="icon-"].pull-left.icon-2x,.btn [class*=" icon-"].pull-left.icon-2x,.btn [class^="icon-"].pull-right.icon-2x,.btn [class*=" icon-"].pull-right.icon-2x{margin-top:.18em;}
.btn [class^="icon-"].icon-spin.icon-large,.btn [class*=" icon-"].icon-spin.icon-large{line-height:.8em;}
.btn.btn-small [class^="icon-"].pull-left.icon-2x,.btn.btn-small [class*=" icon-"].pull-left.icon-2x,.btn.btn-small [class^="icon-"].pull-right.icon-2x,.btn.btn-small [class*=" icon-"].pull-right.icon-2x{margin-top:.25em;}
.btn.btn-large [class^="icon-"],.btn.btn-large [class*=" icon-"]{margin-top:0;}.btn.btn-large [class^="icon-"].pull-left.icon-2x,.btn.btn-large [class*=" icon-"].pull-left.icon-2x,.btn.btn-large [class^="icon-"].pull-right.icon-2x,.btn.btn-large [class*=" icon-"].pull-right.icon-2x{margin-top:.05em;}
.btn.btn-large [class^="icon-"].pull-left.icon-2x,.btn.btn-large [class*=" icon-"].pull-left.icon-2x{margin-right:.2em;}
.btn.btn-large [class^="icon-"].pull-right.icon-2x,.btn.btn-large [class*=" icon-"].pull-right.icon-2x{margin-left:.2em;}
.nav-list [class^="icon-"],.nav-list [class*=" icon-"]{line-height:inherit;}
.icon-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:-35%;}.icon-stack [class^="icon-"],.icon-stack [class*=" icon-"]{display:block;text-align:center;position:absolute;width:100%;height:100%;font-size:1em;line-height:inherit;*line-height:2em;}
.icon-stack .icon-stack-base{font-size:2em;*line-height:1em;}
.icon-spin{display:inline-block;-moz-animation:spin 2s infinite linear;-o-animation:spin 2s infinite linear;-webkit-animation:spin 2s infinite linear;animation:spin 2s infinite linear;}
a .icon-stack,a .icon-spin{display:inline-block;text-decoration:none;}
@-moz-keyframes spin{0%{-moz-transform:rotate(0deg);} 100%{-moz-transform:rotate(359deg);}}@-webkit-keyframes spin{0%{-webkit-transform:rotate(0deg);} 100%{-webkit-transform:rotate(359deg);}}@-o-keyframes spin{0%{-o-transform:rotate(0deg);} 100%{-o-transform:rotate(359deg);}}@-ms-keyframes spin{0%{-ms-transform:rotate(0deg);} 100%{-ms-transform:rotate(359deg);}}@keyframes spin{0%{transform:rotate(0deg);} 100%{transform:rotate(359deg);}}.icon-rotate-90:before{-webkit-transform:rotate(90deg);-moz-transform:rotate(90deg);-ms-transform:rotate(90deg);-o-transform:rotate(90deg);transform:rotate(90deg);filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);}
.icon-rotate-180:before{-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-ms-transform:rotate(180deg);-o-transform:rotate(180deg);transform:rotate(180deg);filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);}
.icon-rotate-270:before{-webkit-transform:rotate(270deg);-moz-transform:rotate(270deg);-ms-transform:rotate(270deg);-o-transform:rotate(270deg);transform:rotate(270deg);filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);}
.icon-flip-horizontal:before{-webkit-transform:scale(-1, 1);-moz-transform:scale(-1, 1);-ms-transform:scale(-1, 1);-o-transform:scale(-1, 1);transform:scale(-1, 1);}
.icon-flip-vertical:before{-webkit-transform:scale(1, -1);-moz-transform:scale(1, -1);-ms-transform:scale(1, -1);-o-transform:scale(1, -1);transform:scale(1, -1);}
a .icon-rotate-90:before,a .icon-rotate-180:before,a .icon-rotate-270:before,a .icon-flip-horizontal:before,a .icon-flip-vertical:before{display:inline-block;}
.icon-glass:before{content:"\f000";}
.icon-music:before{content:"\f001";}
.icon-search:before{content:"\f002";}
.icon-envelope-alt:before{content:"\f003";}
.icon-heart:before{content:"\f004";}
.icon-star:before{content:"\f005";}
.icon-star-empty:before{content:"\f006";}
.icon-user:before{content:"\f007";}
.icon-film:before{content:"\f008";}
.icon-th-large:before{content:"\f009";}
.icon-th:before{content:"\f00a";}
.icon-th-list:before{content:"\f00b";}
.icon-ok:before{content:"\f00c";}
.icon-remove:before{content:"\f00d";}
.icon-zoom-in:before{content:"\f00e";}
.icon-zoom-out:before{content:"\f010";}
.icon-power-off:before,.icon-off:before{content:"\f011";}
.icon-signal:before{content:"\f012";}
.icon-gear:before,.icon-cog:before{content:"\f013";}
.icon-trash:before{content:"\f014";}
.icon-home:before{content:"\f015";}
.icon-file-alt:before{content:"\f016";}
.icon-time:before{content:"\f017";}
.icon-road:before{content:"\f018";}
.icon-download-alt:before{content:"\f019";}
.icon-download:before{content:"\f01a";}
.icon-upload:before{content:"\f01b";}
.icon-inbox:before{content:"\f01c";}
.icon-play-circle:before{content:"\f01d";}
.icon-rotate-right:before,.icon-repeat:before{content:"\f01e";}
.icon-refresh:before{content:"\f021";}
.icon-list-alt:before{content:"\f022";}
.icon-lock:before{content:"\f023";}
.icon-flag:before{content:"\f024";}
.icon-headphones:before{content:"\f025";}
.icon-volume-off:before{content:"\f026";}
.icon-volume-down:before{content:"\f027";}
.icon-volume-up:before{content:"\f028";}
.icon-qrcode:before{content:"\f029";}
.icon-barcode:before{content:"\f02a";}
.icon-tag:before{content:"\f02b";}
.icon-tags:before{content:"\f02c";}
.icon-book:before{content:"\f02d";}
.icon-bookmark:before{content:"\f02e";}
.icon-print:before{content:"\f02f";}
.icon-camera:before{content:"\f030";}
.icon-font:before{content:"\f031";}
.icon-bold:before{content:"\f032";}
.icon-italic:before{content:"\f033";}
.icon-text-height:before{content:"\f034";}
.icon-text-width:before{content:"\f035";}
.icon-align-left:before{content:"\f036";}
.icon-align-center:before{content:"\f037";}
.icon-align-right:before{content:"\f038";}
.icon-align-justify:before{content:"\f039";}
.icon-list:before{content:"\f03a";}
.icon-indent-left:before{content:"\f03b";}
.icon-indent-right:before{content:"\f03c";}
.icon-facetime-video:before{content:"\f03d";}
.icon-picture:before{content:"\f03e";}
.icon-pencil:before{content:"\f040";}
.icon-map-marker:before{content:"\f041";}
.icon-adjust:before{content:"\f042";}
.icon-tint:before{content:"\f043";}
.icon-edit:before{content:"\f044";}
.icon-share:before{content:"\f045";}
.icon-check:before{content:"\f046";}
.icon-move:before{content:"\f047";}
.icon-step-backward:before{content:"\f048";}
.icon-fast-backward:before{content:"\f049";}
.icon-backward:before{content:"\f04a";}
.icon-play:before{content:"\f04b";}
.icon-pause:before{content:"\f04c";}
.icon-stop:before{content:"\f04d";}
.icon-forward:before{content:"\f04e";}
.icon-fast-forward:before{content:"\f050";}
.icon-step-forward:before{content:"\f051";}
.icon-eject:before{content:"\f052";}
.icon-chevron-left:before{content:"\f053";}
.icon-chevron-right:before{content:"\f054";}
.icon-plus-sign:before{content:"\f055";}
.icon-minus-sign:before{content:"\f056";}
.icon-remove-sign:before{content:"\f057";}
.icon-ok-sign:before{content:"\f058";}
.icon-question-sign:before{content:"\f059";}
.icon-info-sign:before{content:"\f05a";}
.icon-screenshot:before{content:"\f05b";}
.icon-remove-circle:before{content:"\f05c";}
.icon-ok-circle:before{content:"\f05d";}
.icon-ban-circle:before{content:"\f05e";}
.icon-arrow-left:before{content:"\f060";}
.icon-arrow-right:before{content:"\f061";}
.icon-arrow-up:before{content:"\f062";}
.icon-arrow-down:before{content:"\f063";}
.icon-mail-forward:before,.icon-share-alt:before{content:"\f064";}
.icon-resize-full:before{content:"\f065";}
.icon-resize-small:before{content:"\f066";}
.icon-plus:before{content:"\f067";}
.icon-minus:before{content:"\f068";}
.icon-asterisk:before{content:"\f069";}
.icon-exclamation-sign:before{content:"\f06a";}
.icon-gift:before{content:"\f06b";}
.icon-leaf:before{content:"\f06c";}
.icon-fire:before{content:"\f06d";}
.icon-eye-open:before{content:"\f06e";}
.icon-eye-close:before{content:"\f070";}
.icon-warning-sign:before{content:"\f071";}
.icon-plane:before{content:"\f072";}
.icon-calendar:before{content:"\f073";}
.icon-random:before{content:"\f074";}
.icon-comment:before{content:"\f075";}
.icon-magnet:before{content:"\f076";}
.icon-chevron-up:before{content:"\f077";}
.icon-chevron-down:before{content:"\f078";}
.icon-retweet:before{content:"\f079";}
.icon-shopping-cart:before{content:"\f07a";}
.icon-folder-close:before{content:"\f07b";}
.icon-folder-open:before{content:"\f07c";}
.icon-resize-vertical:before{content:"\f07d";}
.icon-resize-horizontal:before{content:"\f07e";}
.icon-bar-chart:before{content:"\f080";}
.icon-twitter-sign:before{content:"\f081";}
.icon-facebook-sign:before{content:"\f082";}
.icon-camera-retro:before{content:"\f083";}
.icon-key:before{content:"\f084";}
.icon-gears:before,.icon-cogs:before{content:"\f085";}
.icon-comments:before{content:"\f086";}
.icon-thumbs-up-alt:before{content:"\f087";}
.icon-thumbs-down-alt:before{content:"\f088";}
.icon-star-half:before{content:"\f089";}
.icon-heart-empty:before{content:"\f08a";}
.icon-signout:before{content:"\f08b";}
.icon-linkedin-sign:before{content:"\f08c";}
.icon-pushpin:before{content:"\f08d";}
.icon-external-link:before{content:"\f08e";}
.icon-signin:before{content:"\f090";}
.icon-trophy:before{content:"\f091";}
.icon-github-sign:before{content:"\f092";}
.icon-upload-alt:before{content:"\f093";}
.icon-lemon:before{content:"\f094";}
.icon-phone:before{content:"\f095";}
.icon-unchecked:before,.icon-check-empty:before{content:"\f096";}
.icon-bookmark-empty:before{content:"\f097";}
.icon-phone-sign:before{content:"\f098";}
.icon-twitter:before{content:"\f099";}
.icon-facebook:before{content:"\f09a";}
.icon-github:before{content:"\f09b";}
.icon-unlock:before{content:"\f09c";}
.icon-credit-card:before{content:"\f09d";}
.icon-rss:before{content:"\f09e";}
.icon-hdd:before{content:"\f0a0";}
.icon-bullhorn:before{content:"\f0a1";}
.icon-bell:before{content:"\f0a2";}
.icon-certificate:before{content:"\f0a3";}
.icon-hand-right:before{content:"\f0a4";}
.icon-hand-left:before{content:"\f0a5";}
.icon-hand-up:before{content:"\f0a6";}
.icon-hand-down:before{content:"\f0a7";}
.icon-circle-arrow-left:before{content:"\f0a8";}
.icon-circle-arrow-right:before{content:"\f0a9";}
.icon-circle-arrow-up:before{content:"\f0aa";}
.icon-circle-arrow-down:before{content:"\f0ab";}
.icon-globe:before{content:"\f0ac";}
.icon-wrench:before{content:"\f0ad";}
.icon-tasks:before{content:"\f0ae";}
.icon-filter:before{content:"\f0b0";}
.icon-briefcase:before{content:"\f0b1";}
.icon-fullscreen:before{content:"\f0b2";}
.icon-group:before{content:"\f0c0";}
.icon-link:before{content:"\f0c1";}
.icon-cloud:before{content:"\f0c2";}
.icon-beaker:before{content:"\f0c3";}
.icon-cut:before{content:"\f0c4";}
.icon-copy:before{content:"\f0c5";}
.icon-paperclip:before,.icon-paper-clip:before{content:"\f0c6";}
.icon-save:before{content:"\f0c7";}
.icon-sign-blank:before{content:"\f0c8";}
.icon-reorder:before{content:"\f0c9";}
.icon-list-ul:before{content:"\f0ca";}
.icon-list-ol:before{content:"\f0cb";}
.icon-strikethrough:before{content:"\f0cc";}
.icon-underline:before{content:"\f0cd";}
.icon-table:before{content:"\f0ce";}
.icon-magic:before{content:"\f0d0";}
.icon-truck:before{content:"\f0d1";}
.icon-pinterest:before{content:"\f0d2";}
.icon-pinterest-sign:before{content:"\f0d3";}
.icon-google-plus-sign:before{content:"\f0d4";}
.icon-google-plus:before{content:"\f0d5";}
.icon-money:before{content:"\f0d6";}
.icon-caret-down:before{content:"\f0d7";}
.icon-caret-up:before{content:"\f0d8";}
.icon-caret-left:before{content:"\f0d9";}
.icon-caret-right:before{content:"\f0da";}
.icon-columns:before{content:"\f0db";}
.icon-sort:before{content:"\f0dc";}
.icon-sort-down:before{content:"\f0dd";}
.icon-sort-up:before{content:"\f0de";}
.icon-envelope:before{content:"\f0e0";}
.icon-linkedin:before{content:"\f0e1";}
.icon-rotate-left:before,.icon-undo:before{content:"\f0e2";}
.icon-legal:before{content:"\f0e3";}
.icon-dashboard:before{content:"\f0e4";}
.icon-comment-alt:before{content:"\f0e5";}
.icon-comments-alt:before{content:"\f0e6";}
.icon-bolt:before{content:"\f0e7";}
.icon-sitemap:before{content:"\f0e8";}
.icon-umbrella:before{content:"\f0e9";}
.icon-paste:before{content:"\f0ea";}
.icon-lightbulb:before{content:"\f0eb";}
.icon-exchange:before{content:"\f0ec";}
.icon-cloud-download:before{content:"\f0ed";}
.icon-cloud-upload:before{content:"\f0ee";}
.icon-user-md:before{content:"\f0f0";}
.icon-stethoscope:before{content:"\f0f1";}
.icon-suitcase:before{content:"\f0f2";}
.icon-bell-alt:before{content:"\f0f3";}
.icon-coffee:before{content:"\f0f4";}
.icon-food:before{content:"\f0f5";}
.icon-file-text-alt:before{content:"\f0f6";}
.icon-building:before{content:"\f0f7";}
.icon-hospital:before{content:"\f0f8";}
.icon-ambulance:before{content:"\f0f9";}
.icon-medkit:before{content:"\f0fa";}
.icon-fighter-jet:before{content:"\f0fb";}
.icon-beer:before{content:"\f0fc";}
.icon-h-sign:before{content:"\f0fd";}
.icon-plus-sign-alt:before{content:"\f0fe";}
.icon-double-angle-left:before{content:"\f100";}
.icon-double-angle-right:before{content:"\f101";}
.icon-double-angle-up:before{content:"\f102";}
.icon-double-angle-down:before{content:"\f103";}
.icon-angle-left:before{content:"\f104";}
.icon-angle-right:before{content:"\f105";}
.icon-angle-up:before{content:"\f106";}
.icon-angle-down:before{content:"\f107";}
.icon-desktop:before{content:"\f108";}
.icon-laptop:before{content:"\f109";}
.icon-tablet:before{content:"\f10a";}
.icon-mobile-phone:before{content:"\f10b";}
.icon-circle-blank:before{content:"\f10c";}
.icon-quote-left:before{content:"\f10d";}
.icon-quote-right:before{content:"\f10e";}
.icon-spinner:before{content:"\f110";}
.icon-circle:before{content:"\f111";}
.icon-mail-reply:before,.icon-reply:before{content:"\f112";}
.icon-github-alt:before{content:"\f113";}
.icon-folder-close-alt:before{content:"\f114";}
.icon-folder-open-alt:before{content:"\f115";}
.icon-expand-alt:before{content:"\f116";}
.icon-collapse-alt:before{content:"\f117";}
.icon-smile:before{content:"\f118";}
.icon-frown:before{content:"\f119";}
.icon-meh:before{content:"\f11a";}
.icon-gamepad:before{content:"\f11b";}
.icon-keyboard:before{content:"\f11c";}
.icon-flag-alt:before{content:"\f11d";}
.icon-flag-checkered:before{content:"\f11e";}
.icon-terminal:before{content:"\f120";}
.icon-code:before{content:"\f121";}
.icon-reply-all:before{content:"\f122";}
.icon-mail-reply-all:before{content:"\f122";}
.icon-star-half-full:before,.icon-star-half-empty:before{content:"\f123";}
.icon-location-arrow:before{content:"\f124";}
.icon-crop:before{content:"\f125";}
.icon-code-fork:before{content:"\f126";}
.icon-unlink:before{content:"\f127";}
.icon-question:before{content:"\f128";}
.icon-info:before{content:"\f129";}
.icon-exclamation:before{content:"\f12a";}
.icon-superscript:before{content:"\f12b";}
.icon-subscript:before{content:"\f12c";}
.icon-eraser:before{content:"\f12d";}
.icon-puzzle-piece:before{content:"\f12e";}
.icon-microphone:before{content:"\f130";}
.icon-microphone-off:before{content:"\f131";}
.icon-shield:before{content:"\f132";}
.icon-calendar-empty:before{content:"\f133";}
.icon-fire-extinguisher:before{content:"\f134";}
.icon-rocket:before{content:"\f135";}
.icon-maxcdn:before{content:"\f136";}
.icon-chevron-sign-left:before{content:"\f137";}
.icon-chevron-sign-right:before{content:"\f138";}
.icon-chevron-sign-up:before{content:"\f139";}
.icon-chevron-sign-down:before{content:"\f13a";}
.icon-html5:before{content:"\f13b";}
.icon-css3:before{content:"\f13c";}
.icon-anchor:before{content:"\f13d";}
.icon-unlock-alt:before{content:"\f13e";}
.icon-bullseye:before{content:"\f140";}
.icon-ellipsis-horizontal:before{content:"\f141";}
.icon-ellipsis-vertical:before{content:"\f142";}
.icon-rss-sign:before{content:"\f143";}
.icon-play-sign:before{content:"\f144";}
.icon-ticket:before{content:"\f145";}
.icon-minus-sign-alt:before{content:"\f146";}
.icon-check-minus:before{content:"\f147";}
.icon-level-up:before{content:"\f148";}
.icon-level-down:before{content:"\f149";}
.icon-check-sign:before{content:"\f14a";}
.icon-edit-sign:before{content:"\f14b";}
.icon-external-link-sign:before{content:"\f14c";}
.icon-share-sign:before{content:"\f14d";}
.icon-compass:before{content:"\f14e";}
.icon-collapse:before{content:"\f150";}
.icon-collapse-top:before{content:"\f151";}
.icon-expand:before{content:"\f152";}
.icon-euro:before,.icon-eur:before{content:"\f153";}
.icon-gbp:before{content:"\f154";}
.icon-dollar:before,.icon-usd:before{content:"\f155";}
.icon-rupee:before,.icon-inr:before{content:"\f156";}
.icon-yen:before,.icon-jpy:before{content:"\f157";}
.icon-renminbi:before,.icon-cny:before{content:"\f158";}
.icon-won:before,.icon-krw:before{content:"\f159";}
.icon-bitcoin:before,.icon-btc:before{content:"\f15a";}
.icon-file:before{content:"\f15b";}
.icon-file-text:before{content:"\f15c";}
.icon-sort-by-alphabet:before{content:"\f15d";}
.icon-sort-by-alphabet-alt:before{content:"\f15e";}
.icon-sort-by-attributes:before{content:"\f160";}
.icon-sort-by-attributes-alt:before{content:"\f161";}
.icon-sort-by-order:before{content:"\f162";}
.icon-sort-by-order-alt:before{content:"\f163";}
.icon-thumbs-up:before{content:"\f164";}
.icon-thumbs-down:before{content:"\f165";}
.icon-youtube-sign:before{content:"\f166";}
.icon-youtube:before{content:"\f167";}
.icon-xing:before{content:"\f168";}
.icon-xing-sign:before{content:"\f169";}
.icon-youtube-play:before{content:"\f16a";}
.icon-dropbox:before{content:"\f16b";}
.icon-stackexchange:before{content:"\f16c";}
.icon-instagram:before{content:"\f16d";}
.icon-flickr:before{content:"\f16e";}
.icon-adn:before{content:"\f170";}
.icon-bitbucket:before{content:"\f171";}
.icon-bitbucket-sign:before{content:"\f172";}
.icon-tumblr:before{content:"\f173";}
.icon-tumblr-sign:before{content:"\f174";}
.icon-long-arrow-down:before{content:"\f175";}
.icon-long-arrow-up:before{content:"\f176";}
.icon-long-arrow-left:before{content:"\f177";}
.icon-long-arrow-right:before{content:"\f178";}
.icon-apple:before{content:"\f179";}
.icon-windows:before{content:"\f17a";}
.icon-android:before{content:"\f17b";}
.icon-linux:before{content:"\f17c";}
.icon-dribbble:before{content:"\f17d";}
.icon-skype:before{content:"\f17e";}
.icon-foursquare:before{content:"\f180";}
.icon-trello:before{content:"\f181";}
.icon-female:before{content:"\f182";}
.icon-male:before{content:"\f183";}
.icon-gittip:before{content:"\f184";}
.icon-sun:before{content:"\f185";}
.icon-moon:before{content:"\f186";}
.icon-archive:before{content:"\f187";}
.icon-bug:before{content:"\f188";}
.icon-vk:before{content:"\f189";}
.icon-weibo:before{content:"\f18a";}
.icon-renren:before{content:"\f18b";}



/* From: /usr/share/eprints3/lib/static/style/auto/actions.css */

.ep_login_tools img {
	vertical-align: middle;
	margin: 0px 25px;
}

ul.ep_action_list {
	margin: 0;
	padding: 0;
	white-space: nowrap;
	display: inline-block;
}

ul.ep_action_list li {
	display: inline-block;
	margin-left: .5em;
}

ul.ep_action_list li:first-child {
	margin-left: 0;
}

dl.ep_action_list {
	margin: 0;
	padding: 0;
}

dl.ep_action_list dt, dl.ep_action_list dd {
	margin: 0;
}

dl.ep_action_list dt {
	margin-top: .5em;
	width: 15em;
	text-align: center;
	line-height: 2em;
	margin-bottom: -1.5em;
}
dl.ep_action_list dt:first-child {
	margin-top: 0;
}

dl.ep_action_list dd {
	position: relative;
	left: 16em;
	top: -.5em;
	margin-right: 16em;
	overflow: hidden;
}



/* From: /usr/share/eprints3/lib/static/style/auto/altmetric.css */

#altmetric_summary_page {
	padding: 10px;
}

a.altmetric_details {
	margin-top: 10px;
	display: block;
}

img.altmetric_donut {
	float: left;
}

div.altmetric_details_panel {
	margin-left: 10px;
}

div.altmetric_row {
	margin-left: 120px;
	padding-left: 5px;
}

div.altmetric_row > span {
	font-weight: bold;
}

/* Twitter */
div.altmetric_tweeters:before {
	content: 'Tweeted by ';
}

div.altmetric_tweeters {
	border-left: 16px solid #74CFED;
}

/* Blogs */
div.altmetric_feeds:before {
	content: 'Blogged by ';
}

div.altmetric_feeds {
	border-left: 16px solid #FFD140;
}

/* Google+ */
div.altmetric_gplus:before {
	content: 'Mentioned in ';
}

div.altmetric_gplus:after {
	content: ' Google+ posts';
}

div.altmetric_gplus {
	border-left: 16px solid #E065BB;
}

/* News outlet */
div.altmetric_msm:before {
	content: 'Picked up by ';
}

div.altmetric_msm:after {
	content: ' news outlets';
}

div.altmetric_msm {
	border-left: 16px solid #FF0000;
}

/* Facebook */
div.altmetric_fbwalls:before {
	content: 'On ';
}

div.altmetric_fbwalls:after {
	content: ' Facebook pages';
}

div.altmetric_fbwalls {
	border-left: 16px solid #2445BD;
}

/* Reddit */
div.altmetric_rdts:before {
	content: 'Reddited by ';
}

div.altmetric_rdts {
	border-left: 16px solid #D5E8F0;
}

/* Delicious */

/* Forum */

/* Videos */
div.altmetric_videos:before {
	content: 'On ';
}

div.altmetric_videos:after {
	content: ' videos';
}

div.altmetric_videos {
	border-left: 16px solid #98C973;
}

/* Mendeley */
div.altmetric_mendeley:after {
	content: ' readers on Mendeley';
}

div.altmetric_mendeley {
	border-left: 16px solid #A60000;
}

/* Connotea */
div.altmetric_connotea:after {
	content: ' readers on Connotea';
}

div.altmetric_connotea {
	border-left: 16px solid #FF4040;
}

/* CiteULike */
div.altmetric_citeulike:after {
	content: ' readers on CiteULike ';
}

div.altmetric_citeulike {
	border-left: 16px solid #BCD2EF;
}




/* From: /usr/share/eprints3/lib/static/style/auto/blister.css */


/* EPrints 3 blister bar style */

/* ep_blister */



.ep_blister_bar {
	margin: auto;
}
.ep_blister_join {
	background-image: url(images/blister_arrow.png);
	background-repeat: no-repeat;
	background-position: center center;
	width: 20px;
}
.ep_blister_node, .ep_blister_node_selected {
	text-align: center;
	border-style: solid;
	border-radius: 3px;
}
.ep_blister_node {
	border-width: 1px;
	padding: 3px 10px;
}
.ep_blister_node_selected {
	border-width: 2px;
	padding: 2px 10px;
}



/* From: /usr/share/eprints3/lib/static/style/auto/citations.css */

span.document_filename
{
	font-size: 80%;
        line-height: 20px;
}

span.document_format
{
}




/* From: /usr/share/eprints3/lib/static/style/auto/colors.css */

/*
 *
 * EPrints Default Colour Scheme
 *
 */

body {
	color: #000000;
	background-color: #ffffff;
}
a, .ep_tm_key_tools a:visited {
	color: #0645ad;
}
a:visited {
	color: #0b0080;
}
a:hover, .ep_tm_key_tools a:hover {
	color: #3366bb;
}
a:active, .ep_tm_key_tools a:active {
	color: red;
}
h1, h2, h3, h4 {
    color: #606060;
}
.ep_view_page h2 {
	border-bottom: solid 1px #606060;
}

/* template.css */

.ep_tm_header {
	background-color: #fff;
	background-image: url(images/logo_background_light.png);
	background-repeat: repeat-y;
}
.ep_tm_menu, .ep_tm_menu li:hover {
	background-image: url(images/bar_glass.png) ;
	background-position: 0px 5px;
}
.ep_tm_footer {
	border-color: #204f76;
}
.ep_tm_menu, .ep_tm_menu ul {
	background-color: #204f76;
}
.ep_tm_menu {
	/* fixed to 30px high */
	border-bottom: 1px solid #fff;
}
.ep_tm_menu li:hover {
	background-color: #279ae2;
}
.ep_tm_menu a, .ep_tm_menu a:visited {
	color: white;
}
.ep_tm_searchbar, .ep_columns_title, td.ep_columns_alter, .ep_toolbox_title {
	color: #606060;
}
.ep_tm_searchbar, .ep_columns_title, td.ep_columns_alter {
	background-color: #ccc;
	background-image: url(images/bar_24px.png);
	background-repeat: repeat-x;
}
.ep_tm_searchbarbox {
	border-color: #606060;
}
.ep_tm_key_tools li {
	border-left: 1px solid #e8e8e8;
	border-right: 1px solid #606060;
}
.ep_tm_key_tools li:first-child {
	border-left: none;
}
.ep_tm_key_tools li:last-child {
	border-right: none;
}

/* form.css */

.ep_form_action_button, .ep_form_internal_button, .ep_tm_searchbarbutton, .ep_blister_node_selected {
	border-color: #5b97c7 #13324a #13324a #5287b3;
	background-image: url(images/bar_12px.png);
	background-color: #1f4f76;
	color: white;
}
.ep_form_action_button:active, .ep_form_internal_button:active, .ep_tm_searchbarbutton:active, .ep_blister_node_selected:active {
	border-color: #13324a #5287b3 #5287b3 #13324a;
	background-color: #276496;
}

/* blister.css */

.ep_blister_node {
	border-color: #cccccc;
	background-color: #e8e8ff;
	background-image: url(images/bar_solid_12px.png);
	color: #000000;
}
.ep_blister_node:active {
	border-color: #276496;
}

/* summary.css surround.css */

.ep_summary_box_title, .ep_summary_box_body, .ep_sr_title_bar, .ep_sr_content, .ep_sr_collapse_bar
,.ep_tab_panel
,.ep_toolbox_content /* toolbox.css */
,.ep_upload_doc /* upload.css */
,.ep_search_buttons, .ep_search_controls, .ep_search_controls_bottom /* search.css */
,.ep_view_group_by /* view.css */
{
	background-color: #e8e8ff;
}
.ep_summary_box_title, .ep_sr_title_bar, .ep_sr_collapse_bar {
	background-image: url(images/bar_solid_12px.png);
	background-repeat: repeat-x;
}
.ep_sr_content, .ep_summary_box_body,
.ep_tab_panel,
.ep_toolbox_content /* toolbox.css */
,.ep_upload_doc /* upload.css */
{
	background-image: url(images/bar_solid_24px.png);
	background-repeat: repeat-x;
}
.ep_summary_box_title, .ep_summary_box_body, .ep_sr_title_bar, .ep_sr_content, .ep_sr_collapse_bar
,.ep_tab_panel, .ep_tab_bar li, .ep_tab_bar li a
,.ep_toolbox_content /* toolbox.css */
,.ep_upload_doc /* upload.css */
{
	border-color: #ccc;
}

/* tabs.css */

.ep_tab_bar li a {
	background-image: url(images/bar_solid_24px.png);
	background-repeat: repeat-x;
}

/* unselected tab */
.ep_tab_bar li a {
	background-color: #bbf;
}

/* selected tab */
.ep_tab_bar li.ep_tab_selected a {
	background-color: #fff;
}

/* general.css */

th.ep_title_row
{
	border-color: #808080;
	background-image: url(images/bar_24px.png);
	background-color: #ccc;
	color: #333;
}

th.ep_row, td.ep_row {
	border-color: #bbb;
}
th.ep_row, td.ep_row {
	border-bottom-style: dashed;
}
td.ep_row {
	border-left-style: dashed;
}

/* messages.css */

.ep_msg_message_content, .ep_msg_warning_content, .ep_msg_error_content, .ep_msg_other_content {
	background-image: url(images/bar_solid_48px.png);
	background-repeat: repeat-x;
}

.ep_msg_message_content {
	background-color: #80ff80;
	border-color: #80ff80;
}
.ep_msg_error_content {
	background-color: #ffc0c0;
	border-color: #ffc0c0;
}

.ep_msg_warning_content {
	background-color: #ffc080;
	border-color: #ffc080;
}

.ep_msg_other_content {
	background-color: #9999ff;
	border-color: #9999ff;
}

/* columns.css */

th.ep_columns_title, td.ep_columns_alter {
	border-color: #888;
}
td.ep_columns_cell {
	border-color: #888 #ccc;
}

.ep_search_buttons, .ep_search_controls, .ep_search_controls_bottom /* search.css */
,.ep_view_group_by /* view.css */
{
	border-color: #cccccc;
	background-image: url(images/bar_24px.png);
}



/* From: /usr/share/eprints3/lib/static/style/auto/columns.css */


/* paginated columns */

.ep_columns {
	margin: auto;
}

td.ep_columns_cell {
	border-style: none dashed solid none;
	border-width: 1px;
}
td.ep_columns_cell:first-child {
	border-left-style: dashed;
}

th.ep_columns_title, td.ep_columns_alter {
	border-width: 1px;
	font-weight: normal;
}
th.ep_columns_title {
	border-style: solid solid solid none;
}
td.ep_columns_alter {
	border-style: none solid solid none;
}
th.ep_columns_title:first-child, td.ep_columns_alter:first-child {
	border-left-style: solid;
}
th.ep_columns_title a {
	font-weight: normal;
}


td.ep_columns_no_items {
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	padding: 0.5em;
	text-align: center;
	font-size: 120%;
}

.ep_columns_add {
	text-align: center;
}




/* From: /usr/share/eprints3/archives/epub/cfg/static/style/auto/content_toggle.css */

div.left div.content_toggle_switch {
    padding:0 9px;
    height:30px;
    cursor:pointer;
    position:relative;
    top:0;
    margin: 6px 0;
}

div.left div.content_toggle_switch h2 {
    overflow:hidden;
    color:#000;
    white-space:nowrap;
    font-size:1.2em;
    line-height:1.3em;
    margin:1px 0 0 0;
    padding:0;
    padding: 6px 0;
}

div.left div.content_toggle_switch img {
    float:right;
    margin:1px 0px;
    padding-left:8px;
    padding-top: 5px;
    padding-bottom: 5px;
}

div.left div.content_toggle_switch_background {
    cursor:pointer;
    height:30px;
    width:506px;
    position:absolute;
    z-index:-1;
}

.container.area- div.content_toggle_switch_background, div.left div.content_toggle_switch_background.default {
    background-color:#666666;
}


.container.area-1d3f4b div.content_toggle_switch_background {
    background-color:#1d3f4b;
}

.container.area-5f002f div.content_toggle_switch_background {
    background-color:#5f002f;
}

.container.area-3d4100 div.content_toggle_switch_background {
    background-color:#3d4100;
}

.container.area-cdd30f div.content_toggle_switch_background {
    background-color:#cdd30f;
}

.container.area-aea700 div.content_toggle_switch_background {
    background-color:#aea700;
}

.container.area-ecbc00 div.content_toggle_switch_background {
    background-color:#ecbc00;
}

.container.area-ec6200 div.content_toggle_switch_background {
    background-color:#ec6200;
}

.container.area-bf002a div.content_toggle_switch_background {
    background-color:#bf002a;
}

.container.area-9c004b div.content_toggle_switch_background {
    background-color:#9c004b;
}

.container.area-4fb800 div.content_toggle_switch_background {
    background-color:#4fb800;
}

.container.area-009b77 div.content_toggle_switch_background {
    background-color:#009b77;
}

.container.area-008993 div.content_toggle_switch_background {
    background-color:#008993;
}

.container.area-0087b2 div.content_toggle_switch_background {
    background-color:#0087b2;
}

.container.area-00556a div.content_toggle_switch_background {
    background-color:#00556a;
}

.container.area-a46674 div.content_toggle_switch_background {
    background-color:#a46674;
}

.container.area-724b51 div.content_toggle_switch_background {
    background-color:#724b51;
}

.container.area-564e6f div.content_toggle_switch_background {
    background-color:#564e6f;
}

.container.area-3b0041 div.content_toggle_switch_background {
    background-color:#3b0041;
}

.container.area-866800 div.content_toggle_switch_background {
    background-color:#866800;
}

.container.area-416224 div.content_toggle_switch_background {
    background-color:#416224;
}

.container.area-00787b div.content_toggle_switch_background {
    background-color:#00787b;
}

.container.area-032352 div.content_toggle_switch_background {
    background-color:#032352;
}

/**
 * Styles fuer die Druckversion
 **************************************************************************************************/
@media print {
    .content_toggle {
        display:block !important;
    }

    .content_toggle_anchor {
        display:none;
    }

    div.left div.content_toggle_switch h2 {
        padding:0px 0px 0px 0px !important;
        margin:0px 0px 0px 0px !important;
        text-decoration:none !important;
    }

    div.left div.content_toggle_switch img {
        display:none;
    }

    div.left div.content_toggle_switch {
        padding:0px 0px 16px 0px !important;
        margin-top:16px !important;
        height:0px !important;
    }

    div.left div.content_toggle_switch_background {
        background-color:#fff !important;
    }
}



/* From: /usr/share/eprints3/archives/epub/cfg/static/style/auto/dataobjref.css */

.ep_dataobj_list .ep_action_list {
	float: right;
	list-style-type: none;
}
.ep_dataobj_list > li {
	clear: right;
	margin-top: 5px;
}

div.ep_backfill_item {
	border: 1px solid #CCC;
	padding: 5px;
	background-color: #EEE;
	margin: 0px auto 5px auto;
	width: 90%;
}



/* From: /usr/share/eprints3/archives/epub/cfg/static/style/auto/details.css */

.c-own {
  margin-bottom: 1.6em;
}

.own-element {
  background-color: gray;
  padding: 2px;
  border-radius: 4px;
  margin-right: .7em;
}

a.own-link, a.own-link:visited {
    color: #428bca;
    text-decoration: none;
}

.c-own .own-element .own-link {
  font-size: .9em;
}

.cite-dt {
    color: black;
}

.c-authors {
  margin-bottom: .8em;
}

.authors-names, .authors-citation {
  display: inline-block;
}

div.container div.left .authors-citation {
  margin-left: .5em;
  text-decoration: none;
}

.authors-name {
  margin-left: .5em;
}

.c-fulltext {
  display: flex;
  align-items: center;
}

.fulltext-links, .fulltext-publication-date {
  width: 50%;
}

.fulltext-links {
  display: flex;
  align-items: center;
}

.fulltext-links-label, .fulltext-publication-date-label {
  font-weight: bold;
  margin-right: .5em;
}

.c-icon {
  display: inline-block;
  text-align: center;
  margin: 0 .4em;
  text-decoration: none !important;
}

.c-icon:last-child {
  margin-right: 0;
}

.c-icon span.icon-caption {
  display: block;
  font-size: .8em;
}

.c-documents {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px !important;
}

.c-document .document-info {
  font-size: .8em;
}

.c-document {
  flex: 0 0 calc(25% - 10px);
  margin: 0 0 10px 10px;
  text-align: center;
}

.c-document form input.ep_form_action_button {
  font-size: .8em;
  padding: 2px 6px;
}

.document-info {
  text-align: center;
}

.document-formatdesc {
    display: block;
}

div.container div.left .ep_summary_content_main div.footer {
  margin-top: 0;
  text-align: left;
}

div.container div.left .ep_summary_content_main div.footer p {
  margin-left: -10px;
}


.article .modal-content {
	height: 100%;
	overflow-y: auto;
}

.article .modal-dialog {
	height: 90vh;
}

.link-show-jats {
	display: block;
	font-size: 11px;
	cursor: pointer;
}

.details-modal-header {
	text-align: right;
}

.details-modal-body {
	height: 90%;
}

.details .modal-body h1.article-title {
	padding-left: 0;
}

.modal-close {
	display: inline-block;
	font-size: 16px;
}

.popover.right{
    margin-left: 5px !important;
}

.popover.left {
    margin-right: 5px !important;
}

.js-iframe-forward {

}

.js-iframe-back {

}

@media (min-width: 768px) {
	.modal-dialog {
		width: 64%;
	}
}



/* From: /usr/share/eprints3/lib/static/style/auto/drop.css */


/* style for ajax suggestion drops */

.ep_drop_target {
}

.ep_drop_target ul {
	margin: 0px;
	padding: 4px;
	list-style: none;
	background-color: white;
	border: 1px dotted #888;
	z-index: 6;
}
	
.ep_drop_target ul li {
	margin: 0px;
	padding: 3px;
	list-style: none;
	border-top: 1px dashed #ccc;
	cursor: pointer;
	width: 100%;
}
.ep_drop_target ul li.ep_first {
	border-top: none;
}

.ep_drop_target ul li.selected {
	background-color: #e0e0ff;
}

.ep_drop_target ul ul {
	display: none;
}

.ep_drop_loading {
	margin: 0px;
	padding: 4px;
	height: 24px;
	text-align: center;
	border: 1px dotted #888;
	z-index: 6;
	position: absolute;
	background-color: #fff;
	background-image: url(images/loading.gif);
	background-repeat: no-repeat;
	background-position: center;
}

.ep_draggable {
	cursor: move;
}



/* From: /usr/share/eprints3/archives/epub/cfg/static/style/auto/ezboa.css */


/*OA-EZB Erpints plug-in CSS file*/

.oamsg{
        font-weight: bold !important;
}

.oa_available{

}

.oa_not_available {
        width: 10%;
}


/*EZB CSS file*/
.ezb_logo {
	width: 100%;
}

.ezb_logo_cell {
	width: 80%;
}

.hook_cell {
	width: 48px;
}

.ezboa_cell_message{
	width: 50%;
	text-align: left;
	vertical-align: top;
}

.ezboa_results {
	list-style: none !important;
}

.infotext {
	font-size: 7pt;
}

/*SHERPA RoMEO CSS*/
a
.romeo.blank  {background-color: white;}
.romeo.white  {background-color: #FFFFFF;}
.romeo.yellow {background-color: #FFFF99;}
.romeo.blue   {background-color: #D3ECFA;}
.romeo.green  {background-color: #D0F9D2;}
.romeo.gray   {background-color: #F5F5F5;}

.sherpa_logo {
        width: 100%;
}

.sherpa_logo_cell{
        width: 30%;
}

.romeo_results {
        list-style: none !important;
}

.oa_cell_msg{
        width: 50%;
        text-align: center;
}





/* From: /usr/share/eprints3/lib/static/style/auto/fields.css */


/* style for metafields */

dl.ep_field_set_long dt label {
	margin-bottom: 0.2em;
	font-weight: bold;
}

dl.ep_field_set_long dd {
	margin-bottom: 0.5em;
}



/* From: /usr/share/eprints3/lib/static/style/auto/fileselector.css */

.ep_fileselector dl {
	margin: 0px 0px 0px 25px;
	padding: 0px 0px;
}
.ep_fileselector dd {
	margin: 0px 0px;
}
.ep_fileselector input {
/*	float: left; */
}
.ep_fileselector label {
	cursor: pointer;
}
.ep_fileselector dt.ep_fileselector {
	clear: left; /* clear the floated input */
	display: block;
	cursor: pointer;
	background-image: url(data:image/gif;base64,R0lGODlhEAAQAOMMAJuHDKKNBcCmCu3NEuzTOO/ZU/PhePTjgfTmj/XpmvXqovXtsP///////////////yH5BAEKAA8ALAAAAAAQABAAAARXUIA5xbsYA8SRAVkIHET5UagFGGVZvPALrkM9CEGuSw+A64bEYqEoDmbD5CJhaDYVSKdUCu0tptjETIGdanvcrvMLCIuDM+bZgJh13vADSIKqUyyhfCgCADs=);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-left: 20px;
	padding-bottom: 2px;
}
.ep_fileselector dt.ep_fileselector_open {
	background-image: url(data:image/gif;base64,R0lGODlhEAAQAOMMAIp5CJqGCrmhCdy+Be3OIe3UP+/YUvLeaPLgdPTlifTolvTro////////////////yH5BAEKAA8ALAAAAAAQABAAAARZUIQ5xbsYh8QTClm4FeRBnYEVIERbHEYsF+Da3rhbH3lPPwFeL7cbGAcBgHIpAQqWgEJisVBYkUCqdpE4eL2K2uJLJoez5XSipkiXz5uOXP55SFD4VGi/jwAAOw==);
}



/* From: /usr/share/eprints3/lib/static/style/auto/form.css */


/* Form related styles */

form {
	display: inline;
}

select, input.ep_form_text, textarea {
	padding: 1px 2px 1px 2px;
	margin-right: 4px;
	border: solid 1px #ccc;
}

.ep_form_example {
	font-weight: bold;
	color: blue;
}

/* buttons */

.ep_form_button_bar {
	text-align: center;
	padding: 4px;
	clear: both;
	margin-top: 10px;
	margin-bottom: 10px;
}

.ep_form_action_button, .ep_form_internal_button {
	text-align: center;
	border-width: 2px;
	border-style: solid;
	border-radius: 3px;
	padding: 2px 20px;
	cursor: pointer;
}
.ep_form_internal_button {
	padding: 1px 14px;
	background-position: 0px -2px;
}

/* form fields */

.ep_form_field_help {
        font-size: small ;
}

.ep_form_field_name {
        padding-top: 1em;
	font-weight: bold;
}

.ep_form_field_input {
        padding-bottom: 3pt;
}

/* input fields grid */


.ep_form_input_grid th {
	vertical-align: middle;
	text-align: center;
	font-size: 80%;
}
.ep_form_input_grid td {
	vertical-align: middle;
}

td.ep_form_input_grid_pos {
	padding-right: 4px;
}
td.ep_form_input_grid_arrows {
	white-space: nowrap;
	padding-top: 2px;
	padding-bottom: 2px;
}


td.ep_form_input_grid_wide {
	text-align: left;
}



/* From: /usr/share/eprints3/lib/static/style/auto/general.css */

body {
	margin: 0;
	font-family: Sans-serif;
	font-size: 80%;
}

/* left-align if we're in a div (e.g. ep_block) that centres */
ul {
	text-align: left;
}

img {
        border:0;
}

.ep_no_js { 
	display: none; 
}

.ep_no_js_inline { 
	display: none; 
}

.ep_no_js_table_cell { 
	display: none; 
}

.ep_hide { 
	display: none; 
}

h1, h2 {
	font-weight: bold;
}
h1 {
	margin: 0px;
	margin-top: 10px;
	font-size: 130%;
	text-align: center;
}
h2 {
	font-size: 110%;
}
h3 {
	font-size: 120%;
}
h4 {
	font-size: 100%;
}

hr {
	border: 0px;
	color: #ccc;
	background-color: #ccc;
	height: 2px;
}

.ep_required {
}

.ep_toggle a, a.ep_toggle {
	text-decoration: none;
}

th.ep_row {
	padding-right: 0.25em;
	text-align: right;
	width: 20%;
	border-width: 1px;
}
td.ep_row {
	padding-left: 0.25em;
	text-align: left;
	border-width: 1px;
}

th.ep_title_row {
	border-width: 1px;
	border-style: solid;
	border-left: none;
	border-right: none;
	padding: 0.1em 0.5em 0.1em 0.5em;
	font-size: 100%;
	height: 2em;
	font-weight: normal;
}

.ep_highlight {
	padding: 0.5em;
	border: solid 2px #ff8888;
	background-color: #ffeeee;
}

.ep_block {
	width: auto;
	margin: 0.25em auto 0.25em auto;
	text-align: center;
}
.ep_block td {
	text-align: left;
}
.ep_doc_icon
{
	padding: 2px;
}



/* From: /usr/share/eprints3/lib/static/style/auto/icontable.css */


table.ep_icontable {
	border-collapse: collapse;
}
table.ep_icontable th {
	border: solid 1px #999;
	background-color: #fff;
	text-align: center;
}
table.ep_icontable td {
	padding-left: 4px;
	border: solid 1px #999;
}



/* From: /usr/share/eprints3/archives/epub/cfg/static/style/auto/irstats2.css */

/* IRStats2 CSS */

div.irstats2_view
{
	width: 100%;
	text-align:left;
	font-family: Verdana, Arial, sans-serif;
	margin: 10px;
	border: 1px solid #D7D9E5;
	border-radius: 3px;
}

div.irstats2_view_title
{
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
	border-bottom: 1px solid #D7D9E5;
	font-weight: bold;
	font-size: 14px;
	padding: 5px;
	color: #000;
	background: url("images/toolbox.png") repeat-x scroll 0 0 #E7E9F5;
}

div.irstats2_view_content
{
	line-height: 20px;
	margin: auto;
}

div.irstats2_piechart
{
	width: 400px;
	height: 350px;
	margin-left: auto;
	margin-right: auto;
}

div.irstats2_googlepiechart
{
	width: 400px;
	height: 250px;
	margin-left: auto;
	margin-right: auto;
}
div.irstats2_googlegeochart
{
	width: 600px;
	height: 300px;
	margin-left: auto;
	margin-right: auto;
}

div.irstats2_googlegraph
{
	width: 750px;
	height: 200px;
	margin-left: auto;
	margin-right: auto;
}

div.irstats2_googlespark
{
	width: 150px;
	height: 50px;
	margin: 0px;
	display: inline;
	float:left;
	border: 0px;
	padding: 0px;
}

div.irstats2_counter
{
	display: inline;
}

div.irstats2_view_KeyFigures div.irstats2_view_content
{
	padding-top: 10px;
}

span.irstats2_keyfigures_metric_figure
{
	font-weight: bold;
	font-size: 20px;
}

span.irstats2_keyfigures_metric_text
{
	padding-left: 5px;
}

div.irstats2_ruler {
	clear:both;
	margin-bottom: 10px;
}

div.irstats2_keyfigures_section {
	float:left;
	width: 50%
}

div.irstats2_keyfigures_deposits {
	float:left;
	width: 50%
}

div.irstats2_keyfigures_downloads {
	float:right;
	width: 50%
}

div.irstats2_keyfigures_fulltext {
	float:left;
	width: 50%;
}

div.irstats2_keyfigures_openaccess {
	float:right;
	width: 50%
}

table.irstats2_keyfigures_progress {
	margin-left:12px;
}

table.irstats2_keyfigures_progress div.irstats2_progress_wrapper {
	height: 25px;
}


table.irstats2_keyfigures_progress div.irstats2_progress {
	height: 25px;
}

table.irstats2_keyfigures_progress td {
	padding: 5px;
}

div.irstats2_deposit_details {
	font-size: 12px;
	color: #666;
	margin-top: 5px;
	margin-left: 10px;
}

span.irstats2_counter_label
{
	color: #333333;
	font-size: 14px;
	margin: auto 2px;	
	vertical-align: middle;
}

span.irstats2_counter_value
{
	color: #000000;
	font-size: 20px;
	font-weight:bold;
	margin: auto 2px;
	vertical-align: bottom;
	padding-bottom:4px;
}

img.irstats2_spin
{
	vertical-align:middle;
}

span.irstats2_loading
{
	margin-left: 5px;
	vertical-align:middle;
	color: #666666;
}

table.irstats2_table
{
	border-collapse: collapse;
	margin-left:auto;
	margin-right:auto;
	margin-top: 10px;
	width: 100%;
}

div.irstats2_table_options
{
	text-align: center;
}

div.irstats2_table_options > a
{
	padding-left: 5px;
}

tr.irstats2_table_headings > td
{
	font-weight: bold;	
	background-color: #666;
	color: #FFF;
	text-align: left;
	padding: 2px;
}

td.irstats2_table_cell_order
{
	text-align:center;
	width: 20px;
}

td.irstats2_table_cell_object
{
	padding-left: 5px;
}

td.irstats2_table_cell_count
{
	text-align:center;
	width: 100px;
}

tr.irstats2_table_row_even > td
{
	padding: 2px;
	background-color: #FFFFFF;
}

tr.irstats2_table_row_odd > td
{
	padding: 2px;
	background-color: #EEE;
}

div.irstats2_reportmenu_row
{
	padding: 5px;
	vertical-align:bottom;
}
span.irstats2_date_separator
{
	padding-left:5px;
	padding-right:5px;
}
span.irstats2_date_label
{
	font-size:14px;
	font-weight:bold;
}
div.irstats2_progress
{
        background-color: #c1d0ef;
        color: #000;
	text-align:left;
	padding: 0px;
	margin: 0px;
}
div.irstats2_progress_wrapper
{
	border: 1px solid #3366cc;
	margin: 0px;
	padding: 0px;
	text-align:left;
}
div.irstats2_progress > span
{
	padding-left: 5px;
	display: block;
	width: 100px;
}

span.irstats2_keyfigures_metric {
	font-size: 14px;
	line-height: 50px;
}

h3.irstats2_keyfigures_heading, h3.irstats2_linkstoreports_heading
{
	margin-top: 2px;
	margin-bottom: 2px;
	font-size: 13px;
	font-weight: bold;
}

div.irstats2_keyfigures_column
{
	width: 25%;
	float: left;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
}

div.irstats2_reportheader_column
{
	float: left;
	text-align:left;
	margin-left:15px;
}

table.irstats2_reports 
{
	border-collapse:collapse;	
	width: 100%;
	margin-left:auto;
	margin-right:auto;
}

td.irstats2_reports_heading
{
	border: 1px solid #CCC;
	padding: 2px 10px;
	text-align:right;
	width: 20%;
	background-color: #EEE;
}

td.irstats2_reports_heading > span
{
	color: #222;
}

td.irstats2_reports_content
{
	border: 1px solid #CCC;
	padding: 2px 10px;
	text-align: left;
	width: 80%;
}

td.irstats2_reports_content > span
{
	padding-right: 10px;
	font-family: Verdana;
}


a.irstats2_export_bar_toggle
{
	float: right;
}

div.irstats2_export_bar
{
	text-align: left;
}

div.irstats2_export_content
{
	margin: 0px auto;
	border-bottom: 1px solid #D7D9E5;
	padding: 5px;
	text-align: center;
	background-color: #F9F9F9;
}

.irstats2_setdesc_link
{
	margin-left: 5px;
	width: 45px;
}

input.irstats2_setdesc_q
{
	margin-top: 5px;
	border: 1px solid #CCCCCC;
	padding: 2px;
	font-size: 14px;	
}

input.irstats2_placeholder
{
	color: #AAA;
	font-style: italic;
}

div.irstats2_setdesc_values
{
	max-height:150px;
	overflow-y:scroll; 
	margin: 5px; 
	padding: 5px; 
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
}

ul.irstats2_setfinder_values
{
	margin: 0px;
	padding: 0px;
}

ul.irstats2_setfinder_values > li
{
}

div.irstats2_setfinder_row > a
{
	display: block
}

div.irstats2_setfinder_row > a:hover
{
	background-color: #F5F5F5;
}

div.irstats2_datepicker_inner
{
	font-size:11px;
	padding: 4px;
	color:#000;
}

p.irstats2_error_login {
	width: 100%;
	text-align: center;
}

h3.irstats2_summary_page_header {
	margin-top:20px;
}

div.irstats2_summary_page_container {
	border:1px solid #CCC;
	width:80%;
	margin-left:auto;
	margin-right:auto;
}

div.irstats2_summary_page_container > p {
	text-align:center;
	width:100%;
	margin:5px 0px 0px 0px;
	color:#666;
}

#irstats2_summary_page_downloads {
	height:250px;
	width:100%
}

#irstats2_summary_page_countries {
	height:250px;
	width:100%
}

td.irstats2_reportheader_breadcrumbs {
	width: 60%;
	font-size: 14px;
	font-weight: bold;
	padding: 5px;
}

td.irstats2_reportheader_breadcrumbs > a, td.irstats2_reportheader_breadcrumbs > a:visited {
	color: #0645AD;
}

div.irstats2_reportheader_timeline {
	width: 30%;
	float: right;
	text-align: right;
	vertical-align: middle;
}

div.irstats2_reportheader_timeline_frame {
	font-size: 14px;
	padding: 5px;
	text-align: right;
	float: right;
}

div.irstats2_reportheader_options {
	width:100%;
	text-align: left;
	vertical-align: middle;
}

div.irstats2_reportheader_clear {
	clear:both;
}

div.irstats2_reportheader {
	width: 100%;
	padding: 0px;
}

table.irstats2_reportheader {
	width: 100%;
}

div.irstats2_view_ReportHeader {
	border: 0px;
}

input.irstats2_form_action_button {
	text-align: center;
	border-width: 2px;
	border-style: solid;
	border-radius: 3px;
	padding: 2px 20px;
	cursor: pointer;
	background-color: #F9F9F9;
	color: #111;
}

input.irstats2_form_action_button:active, input.irstats2_form_action_button:hover, input.irstats2_form_action_button_selected {
	background-color: #EEE;
	color: #222;
}

div.irstats2_options_dates, div.irstats2_options_filters, div.irstats2_options_reports {
	background-color: #EEE;
	text-align: left;
	border-width: 2px;
	border-style: solid;
	border-radius: 3px;
	border-color: #DDD;
}

table.irstats2_view_Grid div.irstats2_view {
	width: 97%;
}
.report_title {
	text-align: center;
	margin-top: 0px;
}



/* From: /usr/share/eprints3/archives/epub/cfg/static/style/auto/irstats2_datepicker.css */

/* This is a very basic stylesheet for the date-picker. Feel free to create your own. */

/* The wrapper div */
div.datePicker
        {
        position:absolute;
        min-width:24em;
        width:24em;
        z-index:9999;
        text-align:center;

        /* Change the font-size to suit your design's CSS. The following line is for the demo that has a 12px font-size defined on the body tag */
        font:900 0.8em/0.8em Verdana, Sans-Serif;
        
        /* For Example: If using the YUI font CSS, uncomment the following line to get a 10px font-size within the datePicker */
        /* font:900 77%/77% Verdana; */

        background:transparent;

        /* Mozilla & Webkit extensions to stop text-selection. Remove if you wish to validate the CSS */
        -moz-user-select:none;
        -khtml-user-select:none;
        }
/* Styles for the static datePickers */
div.staticDP
        {
        position:relative;
        top:5px;
        left:0;
        }
/* The iframe hack to cover selectlists in Internet Explorer <= v6 */
iframe.iehack
        {
        position:absolute;
        background:#fff;
        z-index:9998;
        padding:0;
        border:0;
        display:none;
        margin:0;
        }
/* The "button" created beside each input for non-static datePickers */
a.date-picker-control:link,
a.date-picker-control:visited,
a.date-picker-control:hover,
a.date-picker-control:active,
a.date-picker-control:focus
        {
        /*position:relative;*/
        /* Moz & FF */
        display: -moz-inline-stack;
        border:0 none;
        padding:0;
        margin:0 0 0 4px;
        background:transparent url(../images/irstats2/datepicker/cal.gif) no-repeat 50% 50%;
        min-width:16px;
        line-height:1;
        cursor:pointer;
        visibility:visible;
        text-decoration:none;
        vertical-align:middle;
        }
/* Feed IE6 the following rule, IE7 should handle the min-width declared above */
* html a.date-picker-control
        {
        width:16px;
        }
a.date-picker-control
        {
        /* IE, Safari & Opera. Seperate CSS rule seems to be required. */
        display:inline-block;
        }
a.date-picker-control span
        {
        display:block;
        width:16px;
        height:16px;
        margin:auto 0;
        }
/* The next & previous buttons */
div.datePicker th span
        {
        display:inline;
        padding:0;
        margin:0;
        color:#000;
        text-align:center;
        line-height:1em;
        border-width:0;
        font-family: georgia, times new roman, palatino, times, bookman, serif;
        background:transparent;
        font-weight:bold;
        cursor:pointer;
        }
div.datePicker th span.month-display,
div.datePicker th span.year-display
        {
        text-transform:uppercase;
        letter-spacing:1px;
        font:normal 1.2em Verdana, Sans-Serif;
        cursor:default;
        }
div.datePicker th span.prev-but,
div.datePicker th span.next-but
        {
        font-size:1.8em;
        cursor:pointer !important;
        }

div.datePicker th span.today-but
        {
        text-align:center;
        margin:0 auto;
        font:normal 1em Verdana, Sans-Serif;
        width:100%;
        text-decoration:none;
        line-height:1.6em;
        text-transform:uppercase;
        cursor:pointer !important
        }
div.datePicker thead th span.fd-disabled
        {
        color:#aaa;
        cursor:default !important;
        }
/* The mon, tue, wed etc day buttons */
div.datePicker th span.fd-day-header
        {
        text-align:center;
        margin:0 auto;
        font:900 1em Verdana, Sans-Serif;
        height:1.4em;
        width:2em;
        text-decoration:none;
        text-transform:lowercase;
        line-height:1.4em;
        }
/* The table */
div.datePicker table
        {
        position:relative;
        margin:0;
        padding:0;
        border:1px solid #ccc;
        background:#fff url(../images/irstats2/datepicker/gradient-e5e5e5-ffffff.gif) repeat-x 0 -20px;
        text-align:center;
        width:100%;
        border-spacing:2px;
        table-layout:fixed;
        border-collapse:separate;
        }
/* Common TD & TH styling */
div.datePicker table td
        {
        border:1px solid #ccc;
        padding:0;
        text-align:center;
        vertical-align:middle;
        /* Opera requires a line-height bigger than 1em in order to redraw properly */
        line-height:1.2em;
        cursor:pointer;
        background:#fff url(../images/irstats2/datepicker/gradient-e5e5e5-ffffff.gif) repeat-x 0 -40px;
        width:3em;
        height:3em !important;
        height:2.8em;
        outline:none;
        }
div.datePicker table th
        {
        border:0 none;
        padding:0;
        line-height:1em;
        font-weight:bold;
        color:#222;
        text-align:center;
        vertical-align:middle;
        }
div.datePicker table td.date-picker-unused
        {
        background:#fff url(../images/irstats2/datepicker/backstripes.gif);
        border-color:#dcdcdc;
        padding:0;
        cursor:default !important;
        }
div.datePicker table thead th.date-picker-title
        {
        width:auto;
        height:auto;
        padding:0.4em 0;
        }
/* The "mon tue wed etc" day header button styles */
div.datePicker table th.date-picker-day-header
        {
        text-transform:lowercase;
        width:3em;
        }
div.datePicker table th.date-picker-day-header span
        {
        display:block;
        }
/* The "todays date" style */
div.datePicker table td.date-picker-today
        {
        background:#fff url(../images/irstats2/datepicker/bullet2.gif) no-repeat 0 0;
        color:rgb(100,100,100) !important;
        }
/* The "selected date" style */
div.datePicker table td.date-picker-selected-date
        {
        color:#333 !important;
        border-color:#333 !important;
        }
/* the "highlight days" style */
td.date-picker-highlight
        {
        color:#a86666;
        }
/* The date "out of range" style */
div.datePicker table td.out-of-range
        {
        color:#ccc !important;
        font-style:oblique;
        background:#fcfcfc !important;
        cursor:default !important;
        }
/* The "disabled days" style */
div.datePicker table td.day-disabled
        {
        color:#aaa !important;
        background:transparent !important;
        cursor:default !important;
        }
/* The "active cursor" style */
div.datePicker table tbody td.date-picker-hover
        {
        background:#fff url(../images/irstats2/datepicker/bg_header.jpg) no-repeat 0 0;
        cursor:pointer;
        border-color:rgb(100,130,170);
        color:rgb(100,130,170);
        }
/*
   Quirksmode necessity?
   ---------------------

   If your HTML document renders in quirksmode (i.e. has no doctype declaration)
   then uncomment the following CSS rule to set a less drastic font-size in IE

div.datePicker table th,
div.datePicker table td
        {
        font-size:100%;
        }
*/

/* Remove the images for Internet Explorer <= v6 using the "* html" hack */
* html div.datePicker table td
        {
        background-image:none;
        }
* html div.datePicker table td.date-picker-unused
        {
        background:#f2f2f2;
        }



/* From: /usr/share/eprints3/lib/static/style/auto/items.css */


/* Items Screen */

.ep_items_filters {
	text-align: center;
	margin-top: 10px;
}

.ep_items_filters img {
	border-width: 0px;
	margin-left: 10px;
	vertical-align: -2px;
}

.ep_items_filters a {
	color: #000000;
	text-decoration: none;
}


td.ep_columns_cell_inbox {
	background-color: #ffc;
}
td.ep_columns_cell_buffer {
	background-color: #dde;
}
td.ep_columns_cell_archive {
	background-color: #cfc;
}
td.ep_columns_cell_deletion {
	background-color: #ccc;
}



/* From: /usr/share/eprints3/lib/static/style/auto/latest.css */


/* latest and latest tool */

div.ep_latest_result {
	margin-bottom: 0.5em;
	margin-top: 0.5em;
}

div.ep_latest_tool_result {
	margin-bottom: 0.5em;
	margin-top: 0.5em;
}



/* From: /usr/share/eprints3/lib/static/style/auto/lightbox.css */

#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; }
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
/* #hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;} */
#hoverNav a{ outline: none;}

/* #prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(images/lightbox/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(images/lightbox/nextlabel.gif) right 15% no-repeat; } */

#hoverNav { height: 30px; }
#prevLink, #nextLink { width: 49%; height: 100%; display: block; }
#prevLink { left: 0; float: left; background: url(images/lightbox/prevlabel.gif) left 0 no-repeat; }
#nextLink { right: 0; float: right; background: url(images/lightbox/nextlabel.gif) right 0 no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }

#lightboxMovie {}



/* From: /usr/share/eprints3/lib/static/style/auto/mail.css */



.ep_mail_view {
	border: dashed 2px #ccc;
	margin-top: 20px;
	background-color: #eee;
}

.ep_mail_header {
	margin: 4px; 
	padding: 2px;
	font-family: monospace;
}

.ep_mail_body {
	margin: 4px;
	padding: 2px;
}

.ep_mail_body textarea {
	background-color: #ccc;
	border: solid #888 1px;
}



/* From: /usr/share/eprints3/lib/static/style/auto/messages.css */


/* Message styles - used to provide alerts and errors */

.ep_msg_message, .ep_msg_warning, .ep_msg_error, .ep_msg_other {
	margin-top: 10px;
	margin-bottom: 10px;
}

.ep_msg_message_icon, .ep_msg_warning_icon, .ep_msg_error_icon {
	padding: 10px;
}

.ep_msg_message_content, .ep_msg_error_content, .ep_msg_warning_content, .ep_msg_other_content {
	border-style: solid;
	border-width: 1px;
}




/* From: /usr/share/eprints3/archives/epub/cfg/static/style/auto/modal.css */

/* 
 * modal.css
 */

.ep_modal {
	position: fixed;
	border-style: solid;
	border-width: 1px;
	padding: 0px;
	z-index: 110;
	width: 600px;
	top: 50%;
	left: 50%;
	margin-left: -300px; /* width / 2 */
	min-height: 300px;
	/* javascript does the height */
}

.ep_modal .ep_sr_component {
	margin-top: 0px;
}

.ep_modal_content {
	height: 100%;
}

.ep_modal_action_bar {
	text-align:center;
	padding: 5px;
	width: 100%;
}

.ep_modal_results {
	height: 350px;
	overflow-y:scroll;
	margin: 0px;
	padding: 5px;
}

.ep_modal_results > ol {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

.ep_modal_results > ol > li {
	margin: 0px;
	padding: 5px;
	min-height: 30px;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	cursor: pointer;
}

/* general.css */

.ep_loading {
	background: no-repeat url('images/loading.gif');
	min-height: 60px;
	min-width: 60px;
}

.ep_selected .ep_selected_hide { display: none }
.ep_unselected .ep_unselected_hide { display: none }

/* colors.css */

.ep_modal {
	background-color: #fff;
}

.ep_modal_results > ol > li.ep_selected {
	background-color: #9999ff;
}

.ep_modal_results > ol > li:hover {
	background-color: #9999ff;
}



/* From: /usr/share/eprints3/lib/static/style/auto/multi.css */



/* 
   Styles for the multi-field component.

   ep_multi_*

*/

table.ep_multi
{
	width: 100%;
}

table.ep_multi tr:first-child th.ep_multi_heading,
table.ep_multi tr:first-child td.ep_multi_input,
table.ep_multi tr:first-child td.ep_multi_help 
{
	border-top: none;
}

th.ep_multi_heading
{
	border-top: dashed #bbf 1px;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	padding-right: 0.5em;
	text-align: right;
}

td.ep_multi_input
{
	border-top: dashed #bbf 1px;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	padding-left: 0.5em;
	padding-right: 0.5em;
	border-left: dashed #bbf 1px;
}

td.ep_multi_help
{
	white-space: nowrap;
	border-top: dashed #bbf 1px;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	padding-left: 0.5em;
	vertical-align: top;
	text-align: right;
}

/* help bits */

.ep_multi_inline_help 
{
	padding-bottom: 0.5em;
}
	



/* From: /usr/share/eprints3/lib/static/style/auto/nojs.css */


/*  only loaded if the browser has javascript turned off (or does
 *  not support it.
 */

.ep_no_js { display: block; }

.ep_no_js_inline { display: inline; }

.ep_no_js_table_cell { display: table-cell; }

.ep_only_js { display: none; }

.ep_only_js_inline { display: none; }

.ep_only_js_table_cell { display: none; }



/* From: /usr/share/eprints3/lib/static/style/auto/orcid.css */



.orcid_connect {
	border: 1px solid #D3D3D3;
	border-radius: 15px;
	padding: 20px;
	padding-bottom: 75px;
	margin: 20px;


}

.orcid_connect_text {
	width: 100%;
	float: left;
	vertical-align: middle;
}


.orcid_connect_input {
	width: 50%;
	float: left;
	vertical-align: middle;
}


.orcid_connect_btn {
	float: right;
	vertical-align: middle;
}

td.import-orcid-item {
	padding-bottom: 1em;
}

#delete-orcid-button{
	margin-left: 30px;
}

#disabled-connect-orcid-button{
	border: 1px solid #D3D3D3;
	padding: .3em;
	background-color: #fff;
	border-radius: 8px;
	box-shadow: 1px 1px 3px #999;
	cursor: pointer;
	color: #999;
	font-weight: bold;
	font-size: .8em;
	line-height: 24px;
	vertical-align: middle;
	float:right; 
	opacity: 0.4; 
	filter: alpha(opacity=40);",
}
#connect-orcid-button{
	border: 1px solid #D3D3D3;
	padding: .3em;
	background-color: #fff;
	border-radius: 8px;
	box-shadow: 1px 1px 3px #999;
	cursor: pointer;
	color: #999;
	font-weight: bold;
	font-size: .8em;
	line-height: 24px;
	vertical-align: middle;
}

#connect-orcid-button:hover{
	border: 1px solid #338caf;
	color: #338caf;
}

#orcid-id-logo-24{
	width: 24px;
	height: 24px;
	display: block;
	margin: 0 .5em 0 0;
	padding: 0;
	float: left;
	vertical-align: middle;
}
#orcid-id-logo-16{
	width: 16px;
	height: 16px;
	display: block;
	margin: 0 .5em 0 0;
	padding: 0;
	float: left;
	vertical-align: middle;
}



/* From: /usr/share/eprints3/lib/static/style/auto/orcidmanager.css */


td.ep_orcid_works_value_first 
{
        padding-top: 6px;
        border-top: 2px solid #e0e0ff;
}



/* From: /usr/share/eprints3/archives/epub/cfg/static/style/auto/overlay.css */

div.ep_overlay {
	background-color: #000;
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 100;
}

body.ep_overlay {
	overflow: hidden;
}



/* From: /usr/share/eprints3/lib/static/style/auto/preview.css */


/* 
   Styles for the file preview popup.

   ep_preview_*

*/


.ep_preview
{
	display: none;
	position: fixed;
	top: 0px;
	left: 0px;
	width: 400px;	
}

.ep_preview table
{
	border: solid 1px black;
	background-color: white;
	padding: 4px;
	margin: auto;
}

.ep_preview_title
{
	padding-top: 3px;
	text-align: center;
}



/* From: /usr/share/eprints3/lib/static/style/auto/print.css */

@media print {

.ep_noprint {
	display: none;
}

}



/* From: /usr/share/eprints3/lib/static/style/auto/progress.css */

div#progress {
	margin: 0px auto;
	width: 382px;
}

.progressmeter {
    font-size: 10pt;
    text-align: center;
}

.progressmeter table {
}

.progressmeter th {
    font-weight: bold;
    text-align: right;
}

.progressmeter td {
    text-align: left;
}

.finished {
    color: #667799;
}

.progressmeter .meter {
    position: relative;
    background-color: lightgrey;
    border: 2px solid #667799;
    height: 20px;
    width: 380px;
}

.progressmeter .meter .amount {
	margin: 0px auto 0px 0px;
    background-color: #667799;
    width: 0px;
    height: 20px
}

.progressmeter .meter .percent {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 20px;
    z-index: 1000;
    line-height: 20px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
}

.UploadMethod_file_progress_table {
	width: 550px;
	margin: 0 auto;
}



/* From: /usr/share/eprints3/archives/epub/cfg/static/style/auto/reports.css */

div.ep_report_row {
	padding: 5px 5px;
	margin-bottom: 5px;
}

div.ep_report_row_problems {
	border-left: solid 7px #C41F1F;
}

div.ep_report_row_ok {
        border-left: solid 7px #1F7E02;
	opacity: 0.8;
}

div.ep_report_row_ok.ep_report_row_no_compliance {
        border-left: solid 7px #1b4b73;
	opacity: 0.8;
}


div.ep_report_grouping {
	margin: 20px 0px 10px 0px;
	font-size: 16px;
	font-weight: bold;
	text-decoration: underline;
}

div.ep_report_progress_bar {
	clear: both;
	width: 200px;
	height: 15px;
	background-image: url(/style/images/progress_bar_orange.png);
	background-repeat: no-repeat;
	background-position: -200px 0px;
	border: 1px solid #888;
	border-radius: 10px;
	text-align: center;
	line-height: 15px;
	margin: 10px auto;
}

div.ep_report_progress_bar:after {
	content: "Loading...";
}

div.ep_report_compliance_container {
	margin: 10px auto;
	text-align:center;
}

div.ep_report_compliance_wrapper {
	margin: 10px auto;
	border: 1px solid #3366cc;
	padding: 0px;
	text-align: left;
	height: 25px;
}

div.ep_report_compliance {
	background-color: #c1d0ef;
	color: #000;
	text-align: left;
	padding: 0px;
	margin: 0px;
	height:25px;
}

div.ep_report_compliance_text {
	font-weight: bold;
	font-size: 20px;
}

div#ep_report_export_content_inner form > input, div#ep_report_export_content_inner form > select{
	margin: 5px 0px;
}

div#ep_report_export_content_inner .ep_tab_panel input
{
	margin-left: 5px;
	vertical-align: middle;
}

div#ep_report_export_content_inner .report_export_options
{
	display: inline-block;
	vertical-align: top;
	min-width: 150px;
}

div#ep_report_export_content_inner .report_export_options h4
{
	display: inline-block;
	vertical-align: top;
	margin-bottom: 0;
}

div#ep_report_export_content_inner .report_export_options ul
{
	padding: 0 10px 0 0;
}

#ep_report_export_content_inner .select_button
{
        float: right;
}

#custom_report .ep_search_buttons > div
{
        display: inline-block;
}

#custom_report .ep_search_buttons .clear_button
{
        margin-left: 2px;
}

#report_select_label, #export_select_label
{
    font-weight: 700;
    margin-right: 5px;
}

/* HTML Reports */
a.html_report_print{
	text-decoration: none;	
}

a.html_report_print:hover{
	color: white;	
}



/* From: /usr/share/eprints3/lib/static/style/auto/savedsearches.css */



table.ep_savedsearches {
	margin: 10px auto 10px auto;
}

table.ep_savedsearches th {
	border-bottom: 1px solid #ccc;
}
table.ep_savedsearches td {
	border-bottom: 1px solid #ccc;
}



/* From: /usr/share/eprints3/lib/static/style/auto/search.css */


/* EPrints 3 search form style */



/* buttons are on the form, controls on the results */
.ep_search_buttons, .ep_search_controls, .ep_search_controls_bottom {
	border-style: solid none;
	border-width: 1px;
	text-align: center;
	padding: 4px 0px;
	margin: 4px 0px 12px 0px;
}

.ep_search_fields {
	margin-top: 1em;
	margin-bottom: 1em;
}
.ep_search_fields th {
	padding: 4px;
}
	
.ep_search_fields td {
	padding: 4px;
}
	

.ep_search_control
{
	padding: 0px 4px 0px 4px;
}

.ep_search_export {
	margin: 0.25em auto 0.25em auto;
	text-align: center;
}

.ep_search_reorder {
	margin: 0.4em auto 0 auto;
	text-align: center;
}

.ep_search_tool {
	white-space: nowrap;
}
.ep_search_tool img {
	vertical-align: -2px;
	padding-left: 0.5em;
}
.ep_search_tool a {
	text-decoration: none;
	color: #888;
}


.ep_search_feed {
	white-space: nowrap;
}
.ep_search_feed img {
	vertical-align: -2px;
	padding-left: 0.5em;
}
.ep_search_feed a {
	text-decoration: none;
	color: #888;
}

.ep_search_results
{
	margin: 1em 0 1em 0;
}

.ep_search_desc
{
	text-align: center;
	margin: 0.25em 0 0 0;
}

.ep_search_result td
{
	padding: 4px;
	border-bottom: dashed #bbf 1px;
}

.ep_paginate_list
{
	margin: auto;
	display: table;
}

.ep_search_field_name
{
	font-weight: bold;
	margin-top: 0.5em;
}

input.ep_form_search_advanced_link, input.ep_form_search_advanced_link:hover {
        border: none;
        text-decoration: underline;
        background: none;
        color: #00f;
        cursor: pointer;
}

span.search_desc {
	font-style: italic;
}



/* From: /usr/share/eprints3/lib/static/style/auto/subjectinput.css */


/* 
   Styles for the subject component.

   ep_subjectinput_*

*/

div.ep_subjectinput_tree {
	margin-left: 25px;
}
.ep_subjectinput_tree dl {
	margin: 0px 0px 0px 15px;
	padding: 0px 0px;
}
.ep_subjectinput_tree dl dt {
	margin: 0px 0px;
	padding-left: 18px;
	line-height: 18px;
}
.ep_subjectinput_tree dl dd {
	margin-left: 0px;
}
.ep_subjectinput_tree dl dt.ep_subjectinput_tree {
	cursor: pointer;
	background: url(images/plus.png) no-repeat;
}
.ep_subjectinput_tree dl dt.ep_subjectinput_tree_open {
	background: url(images/minus.png) no-repeat;
}

.ep_subjectinput_toggle {
	text-decoration: none;
	color: #000000;
}

.ep_subjectinput_selections {
	margin: 0.5em auto 0.5em auto;
	margin-top: 0.5em; 
	padding: 0.5em; 
}

.ep_subjectinput_selected {
	font-weight: bold;
}

.ep_subjectinput_selected_subject {
	font-weight: bold;
}

ul.ep_subjectinput_subjects {
	list-style: none;
}
ul.ep_subjectinput_subjects li {
	margin-top: 3px;
	margin-bottom: 3px;
	list-style: none;
}
ul.ep_subjectinput_subjects img {
	vertical-align: -2px;
}


.ep_subjectinput_selections {
	padding-bottom: 10px;
	border-bottom: dashed #808080 1px; 
	margin-bottom: 10px;
}
.ep_subjectinput_selections td.ep_first {
	border-top: none;
}

.ep_subjectinput_selections td {
	border-top: dashed #ccc 1px; 
}

.ep_subjectinput_results {
	border: dashed #c8cbdf 1px; 
	margin-top: 0.5em; 
	padding: 0.5em; 
	background-color: white;
	list-style: none;
}

.ep_subjectinput_results td.ep_first {
	border-top: none;
}

.ep_subjectinput_results td {
	border-top: dashed #ccc 1px; 
}

.ep_subjectinput_add_button, .ep_subjectinput_remove_button {
	border: solid blue 1px;
	padding: 1px;
	background-color: transparent;
	font-size: 70%;
	color: blue;
}


.ep_subjectinput_searchbar {
	text-align: center;
}

/* End of subject component section */



/* From: /usr/share/eprints3/lib/static/style/auto/summary.css */


/* Item Summary */

.ep_summary_content {
}
.ep_summary_content_top {
}
.ep_summary_content_bottom {
}
.ep_summary_content_left {
	float: left;
}
.ep_summary_content_right {
	float: right;
}
.ep_summary_content_after {
	clear: both;
}


.ep_summary_content_left .ep_summary_box {
	width: 200px;
	margin-right: 10px;
}
.ep_summary_content_right .ep_summary_box {
	width: 200px;
	margin-left: 10px;
}


.ep_summary_box {
	margin-bottom: 10px
}
.ep_summary_box_title {
	font-weight: normal;
	padding: 2px 6px 2px 6px; 
	font-weight: bold;
	font-size: 115%;
	border-style: solid;
	border-width: 1px;
}
.ep_summary_box_body {
	padding: 2px 6px 2px 6px; 
	border-style: none solid solid solid;
	border-width: 1px;
}
.ep_summary_box_title a {
	text-decoration: none;
}
.ep_summary_box_title img
{
	vertical-align: -1px;
}






/* From: /usr/share/eprints3/lib/static/style/auto/surround.css */


/* EPrints 3 default workflow component-surround style */

/* ep_sr */

.ep_sr_component {
	padding: 0px;
	margin-top: 10px;
}
.ep_sr_component .ep_sr_title_bar {
	padding: 2px 6px 2px 6px; 
}

.ep_sr_component .ep_sr_title_bar table {
}
.ep_sr_component .ep_sr_title {
	font-weight: bold;
	font-size: 115%;
	color: #444;
}
.ep_sr_component .ep_sr_content {
	clear: both;
	padding: 6px;
	border-style: none solid solid solid;
	border-width: 1px;
}

/* collapse bar */

.ep_sr_collapse_bar {
	padding: 2px 6px 2px 6px; 
	font-weight: bold;
	font-size: 115%;
	margin-top: 10px;
	border-style: solid;
	border-width: 1px;
}
.ep_sr_collapse_bar a {
	text-decoration: none;
}
.ep_sr_title a {
	text-decoration: none;
}
.ep_sr_collapse_link img
{
	vertical-align: -1px;
}

/* help style - not primetime */

.ep_sr_component .ep_sr_help {
	margin-bottom: 8px;
}
.ep_sr_component .ep_sr_show_help {
	white-space: nowrap;
}
.ep_sr_component .ep_sr_show_help a {
	text-decoration: none;
}	
.ep_sr_component .ep_sr_hide_help {
	white-space: nowrap;
}
.ep_sr_component .ep_sr_hide_help a {
	text-decoration: none;
}	
.ep_sr_component .ep_sr_title_bar {
	border-style: solid;
	border-width: 1px;
}
.ep_sr_show_help img {
	vertical-align: -2px;
}
.ep_sr_hide_help img {
	vertical-align: -2px;
}


/* used for multi, maybe should be elsewhere */
.ep_sr_component .ep_sr_help_chunk {
	border-bottom: 1px solid #888;
	padding-bottom: 4px; 
	margin-bottom: 4px;
}

.ep_sr_component .ep_form_input_grid {
	margin: auto;
}
.ep_multi_input .ep_form_input_grid {
	margin-left: 0px;
}



/* From: /usr/share/eprints3/lib/static/style/auto/tabs.css */


/* Tab Bar */

.ep_tab_panel, .ep_tab_bar li, .ep_tab_bar li a {
	border-width: 1px;
	border-style: solid;
}

/* selected tab */
.ep_tab_bar li.ep_tab_selected a {
	border-bottom-width: 0;
}

/* panel contents */
.ep_tab_panel {
}

/* tab text */
.ep_tab_bar a {
/*	color: #000000; */
}

/* remaining styles are structural */

.ep_tab_bar {
	list-style: none;
	padding: 0 0;
	margin: 0 0;
}

.ep_tab_bar li {
	float: left;
	padding: 0 0;
	margin: 0 0;
	border-top-width: 0;
	border-right-width: 0;
	border-left-width: 0;
	list-style-type: none;
}

.ep_tab_bar li:first-child a {
	margin-left: 1.5em;
}

.ep_tab_bar li a {
	text-decoration: none;
	text-align: center;
	display: block;
	margin-right: 1.5em;
	padding: 3px 8px 4px 8px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	margin-bottom: -1px; /* overwrite bottom-margin of li */
	border-bottom-width: 0;
}

.ep_tab_panel {
	border-top-width: 0;
	padding: 12px;
	clear: left;
}




/* From: /usr/share/eprints3/lib/static/style/auto/template.css */


/* EPrints 3 template styles */
/* prefix all styles with ep_tm */

hr.ep_tm_last {
	color: #152d4e;
	background-color: #152d4e;
}


/* deprecated in 3.3 */
.ep_tm_logo img {
	float: right;
	padding: 4px;
	border-style: none;
}

.ep_tm_site_logo img {
	border-style: none;
	padding: 10px 10px;
}

.ep_tm_archivetitle, .ep_tm_archivetitle:visited {
	font-size: 40px;
	text-decoration: none;
	margin: 10px;
}

.ep_tm_main {
        margin: 1em;
}

/* Menu Bar */

.ep_tm_menu, .ep_tm_key_tools {
	clear: both;
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.ep_tm_key_tools {
	display: block;
}

.ep_tm_menu {
	height: 30px;
	line-height: 30px;
}

.ep_tm_menu, .ep_tm_menu ul {
/*	background-color: #204f76; */
}

.ep_tm_menu li {
	float: left;
}
.ep_tm_menu ul {
}

.ep_tm_menu a, .ep_tm_menu a:visited {
	display: block;
	padding: 0px 20px;
	text-decoration: none;
	white-space: nowrap;
	font-weight: bold;
}

.ep_tm_menu ul
{
	list-style: none;
	position: absolute;
	margin: 0;
	padding: 0;
}

.ep_tm_menu ul li {
	float: none;
}

.ep_tm_menu ul a
{
	text-align: left;
}

.ep_tm_key_tools li {
	list-style: none;
	display: inline;
	padding: 0;
	margin: 0;
}

.ep_tm_key_tools li a:hover {
}

.ep_tm_key_tools a {
/*	white-space: nowrap; */
}

/* end of menu bar */

/* Action Menu Bar */

.ep_tm_key_tools li {
	padding: 0px 6px;
}

.ep_tm_key_tools li:first-child {
	padding-left: 0px;
}

/* end of Action Menu Bar */

/* Search bar */

.ep_tm_searchbar {
	padding: 4px 10px;
}

.ep_tm_searchbarbutton {
	text-align: center;
	padding: 1px 4px;
	margin: 0px;
	margin-left: 4px;
	font-size: 85%;
	background-position: 0px -2px;
	border-width: 1px;
	border-radius: 3px;
}

.ep_tm_searchbarbox {
	font-size: 80%;
	padding: 2px;
	border-width: 1px;
	border-style: solid;
}

/* end of search bar */

#ep_tm_languages {
	display: inline;
}
#ep_tm_languages a {
	margin-left: 4px;
}

.ep_tm_searchbar {
        border-width:0;
        width:100%;
}

.ep_tm_searchbar td {
        padding: 0;
        margin: 0;
}

.ep_tm_page_content {
        width:770px;
        margin-left: auto;
		margin-right: auto;
        margin-top:10px;
}

.ep_tm_eprints_logo {
        float: right;
        margin-left: 1em;
}

.ep_tm_footer {
	clear: both;
	margin-top: 20px;
	font-size: 80%;
	border-top-width: 2px;
	border-top-style: solid;
	padding: 10px 10px 0px 10px;
}
.ep_tm_footer hr {
	display: none;
}



/* From: /usr/share/eprints3/lib/static/style/auto/toolbox.css */


/* Toolbox styles - used to subdivide some content */

.ep_toolbox {
	margin-bottom: 10px;
}

.ep_toolbox_title {
	padding: 2px 10px 2px 10px;
}

.ep_toolbox_content {
	padding: 10px;
	border-width: 1px;
	border-style: solid;
}



/* From: /usr/share/eprints3/lib/static/style/auto/upload.css */


/* 
   Styles for the upload component.

   ep_upload_*

*/

.ep_upload_newdoc
{
	text-align: center;
/*	margin-top: 1em;
	margin-bottom: 1em; */
}

.ep_upload_fields th
{
	text-align: right;
}

/* Document section */

.ep_upload_doc
{
	margin-bottom: 0.5em;
	border-style: solid;
	border-width: 1px;
}

.ep_upload_doc .ep_upload_doc_title_bar {
	padding: 0px 6px 0px 6px; 
	border-bottom: solid 1px #d8dbef;
}
.ep_upload_doc .ep_upload_doc_title {
	color: #444;
}
.ep_upload_doc .ep_upload_doc_content {
	clear: both;
	padding: 6px;
}

.ep_update_doc_delete {
	white-space: nowrap;
}
.ep_update_doc_delete input {
	vertical-align: -2px;
}

.ep_update_doc_options {
	white-space: nowrap;
}
.ep_update_doc_options img {
	vertical-align: -2px;
	border: none;
}
.ep_update_doc_options a {
	text-decoration: none;
}

.ep_upload_doc_toolbar
{
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	text-align: center;
}

.ep_upload_files
{
/*	border: dashed #c8cbdf 1px; 
	text-align: center;
	margin-top: 0.5em; 
	padding: 0.5em; 
	background-color: white; */
}

.ep_upload_file_table 
{
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0.5em;
}
.ep_upload_add_file_toolbar
{
	margin-top: 0.5em;
}

.ep_upload_doc_expansion_bar
{
	text-align: right;
	padding: 2px .5em;
}
.ep_upload_doc_expansion_bar a
{
	cursor: pointer;
	text-decoration: none;
}

/* End of Document section */

/* Drag and drop */

.ep_dropbox {
	border-width: 2px;
	border-style: dashed;
	border-color: #4ea;
	background-color: #fff;
	font-weight: bold;
	font-size: 110%;
	padding: 40px 0px;
}

/* End of Drap and drop */



/* From: /usr/share/eprints3/lib/static/style/auto/view.css */



/* spacing between page elements */
.ep_view_page h2 {
	margin-top: 30px;
}
.ep_view_blurb {
	margin-top: 20px;
}
.ep_view_timestamp {
	margin-top: 30px;
	text-align: right;
}

.ep_view_group_by_current {
	font-weight: bold;
}

.ep_view_group_by {
	border-style: solid none;
	border-width: 1px;
	text-align: center;
	padding: 4px 0px;
	margin: 4px 0px 12px 0px;
}

.ep_view_cols {
	width: 100%;
	margin-top: 1em;
}

.ep_view_cols_2 td { width: 50%; }
.ep_view_cols_3 td { width: 33.3%; }
.ep_view_cols_4 td { width: 25%; }
.ep_view_cols_5 td { width: 20%; }
.ep_view_cols_6 td { width: 16.6%; }
.ep_view_cols_7 td { width: 14.28%; }
.ep_view_cols_8 td { width: 12.5%; }

.ep_view_cols ul {
	margin-top: 0px;
	margin-bottom: 0px;
}


	



/* From: /usr/share/eprints3/archives/epub/cfg/static/style/auto/z_content_toggle.css */

div.left div.content_toggle_switch img {
	border: none;
}

div.left div.content_toggle_switch h2 {
	margin: 1px 0 0 0 !important;
	white-space: normal;
}

div.left div.content_toggle_switch {
	height: auto;
}

section.wrap div.content_toggle_switch_background {
	height: 49px;
}



/* From: /usr/share/eprints3/archives/epub/cfg/static/style/auto/z_irstats2.css */

table.irstats2_view_Grid div.irstats2_view {
	width: 100%;
	margin: 0;
}

div.left div.article div.scroll-table table.irstats2_view_Grid tr td {
	padding: 0 0 0 10px;
}

div.left div.article div.scroll-table table.irstats2_view_Grid tr td:first-child {
	padding: 0;
}

div.left div.article div.scroll-table table.irstats2_view_Grid table.irstats2_table tr td {
	padding: 3px 5px 5px;
}

div.irstats2_googlespark
{
	display: block;
	float: none;
	margin-left: -15px;
}

div.irstats2_keyfigures_section > span.irstats2_keyfigures_metric {
	padding-left: 5px;
}

span.irstats2_keyfigures_metric_figure
{
	font-size: 18px;
}

span.irstats2_keyfigures_metric {
	line-height: 30px;
}

div.irstats2_keyfigures div.irstats2_keyfigures_section table.irstats2_keyfigures_progress tbody tr td:first-child {
	padding-right: 0;
}

div.irstats2_googlepiechart {
	width: 504px;
}

div.irstats2_googlegraph {
	width: 550px;
}

div.irstats2_view_content {
	overflow: hidden;
}

div.container div.left div.article table.irstats2_reportheader td.irstats2_reportheader_breadcrumbs, div.container div.left div.article table.irstats2_reportheader td.irstats2_reportheader_timeline {
	padding: 5px 0;
	font-weight: normal;
}

td.irstats2_reportheader_timeline {
	width: 35%;
}

div.irstats2_reportheader_timeline_frame {
	padding: 0;
}




/* From: /usr/share/eprints3/archives/epub/cfg/static/style/auto/zzz_cookies.css */

#ep_cookies_overlay
{
  position:fixed;
  width:100%;
  bottom:0;
  right:0!important;
  background: #111111;
  color:#eeeeee;
/* transparent; */
  z-index:9000;
  padding: 3px 0;
  text-align: center;
  margin:0
}

#ep_cookies_box
{
  position:absolute;
  bottom:0;
  background: #111111;
  color:#eeeeee;
  left:0;
  width:100%;
  z-index:9001;
  text-align: center;
}



h3#ep_cookie_head
{
  color:#000;
  padding-left:25px;
  font-size:22px;
  margin-bottom:8px;
  display:none;
}

.ep_cookies_messages
{
  float:left;
  padding-left:5px;
  padding-top:5px;
  background: #111111;
  color:#eeeeee;

}
#ep_cookies_message a
{
  color:#eeeeee;
  text-decoration:underline;

}


#ep_cookies_post_button
{
  text-align: center;
  float:left;
}



.cookies_button
{ 
float:right;
color:#ffffff;
display:inline-block; 
border-radius:3px; 
text-decoration:none;
margin-top:6px;
margin-right:12px; 
padding:6px; 
margin-left:8px;
background:#008f8a;

/*  background-color:#fff;
  border:2px solid #000;
  display:inline-block;
  color:#000;
  font-family:arial;
  font-size:15px;
  font-weight:700;
  text-decoration:none;
  margin:20px 140px;
  padding:6px 24px
*/
}

.cookies_button:hover
{
  cursor:pointer
}

#ep_cookies_accept:hover
{
  background-color:#9CC
}

.cookies_button:active
{
  position:relative;
  top:1px
}



/* From: /usr/share/eprints3/archives/epub/cfg/static/style/auto/zzz_local.css */

#jquery-overlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 90;
    width: 100%;
    height: 500px
}

#jquery-lightbox {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    text-align: center;
    line-height: 0
}

#jquery-lightbox a img {
    border: none
}

#lightbox-container-image-box {
    position: relative;
    background-color: #fff;
    width: 250px;
    height: 250px;
    margin: 0 auto
}

#lightbox-container-image {
    padding: 10px
}

#lightbox-loading {
    position: absolute;
    top: 40%;
    left: 0%;
    height: 25%;
    width: 100%;
    text-align: center;
    line-height: 0
}

#lightbox-nav {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 10
}

#lightbox-container-image-box > #lightbox-nav {
    left: 0
}

#lightbox-nav a {
    outline: none
}

#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
    width: 49%;
    height: 100%;
    display: block
}

#lightbox-nav-btnPrev {
    left: 0;
    float: left
}

#lightbox-nav-btnNext {
    right: 0;
    float: right
}

#lightbox-container-image-data-box {
    font-size: 11px;
    background-color: #fff;
    margin: 0 auto;
    line-height: 1.4em;
    overflow: auto;
    width: 100%;
    padding: 0 10px 0
}

#lightbox-container-image-data {
    padding: 0;
    color: #8e8e8d
}

#lightbox-container-image-data #lightbox-image-details {
    width: 70%;
    float: left;
    text-align: left
}

#lightbox-image-details-caption {
    font-weight: bold
}

#lightbox-image-details-currentNumber {
    display: block;
    clear: left;
    padding-bottom: 1.0em
}

#lightbox-secNav-btnClose {
    width: 66px;
    float: right;
    padding-bottom: 0.7em
}

#jquery-lightbox * {
    box-sizing: content-box
}


/* Bootstrap Override Rules */

.container > .left img.teaser {
    margin: 3px 20px 5px 0;
    float: left
}

.container > .left a[rel="lightbox"] {
    float: left;
    position: relative;
    margin-bottom: 9px
}

.container > .left a[rel="lightbox"] .overlay {
    position: absolute;
    right: 6px;
    bottom: -9px;
    background: url("../pics/button_plus.png") no-repeat scroll center top;
    width: 38px;
    height: 38px
}

.container > .left a[rel="lightbox"]:hover .overlay {
    background-position: center bottom
}

div.container div.left .event .kicker {
    margin: 0
}

div.container div.left .event .kicker.dates {
    margin: 0 0 8px
}

div.container div.left .tags {
    margin: 0 0 5px 0;
    padding: 0;
    list-style: none;
    display: table
}

div.container div.left .tags li {
    float: left;
    display: block;
    margin: 0 .5em .25em 0
}

div.container div.left .tags a {
    display: block;
    color: #fff;
    background-color: #bfbfbf;
    padding: 0 .5em;
    border-radius: 1em;
    text-transform: uppercase;
    font-size: 10px;
    line-height: 15px;
    text-decoration: none !important
}

div.container div.left .tags a:hover, div.container div.left .tags a.active {
    background-color: #8e8e8d
}

#datepicker {
    margin-bottom: 10px
}

@media (min-width: 980px) {
    #datepicker {
        margin-top: 55px !important;
        font-size: 9pt
    }

    #datepicker input[type="radio"] {
        margin-right: 3px;
        margin-left: 5px
    }
}

.event-details {
    clear: both
}

.carousel {
    overflow: hidden
}

.carousel * {
    box-sizing: border-box
}

.carousel .carousel-control {
    top: 30%;
    z-index: 10;
    opacity: 1;
    background-image: none;
    text-indent: 102%;
    white-space: nowrap;
    overflow: hidden;
    width: 48px;
    height: 48px;
    display: block;
    border-radius: 50%;
    background-color: #000
}

.carousel .carousel-control:hover {
    background-color: #4d4d4d
}

.carousel .carousel-control:after {
    content: '';
    color: #fff;
    position: absolute;
    top: 11px
}

.carousel .carousel-control.left, .carousel .carousel-control.carousel-left {
    left: -7px;
    right: auto
}

.carousel .carousel-control.left:after, .carousel .carousel-control.carousel-left:after {
    display: inline-block;
    height: 0;
    width: 0;
    -webkit-transform: rotate(360deg);
    border-width: 13px 20px;
    border-style: solid;
    border-color: transparent;
    border-right-color: #fff;
    border-left-width: 0;
    left: 10px
}

.carousel .carousel-control.right, .carousel .carousel-control.carousel-right {
    left: auto;
    right: -7px
}

.carousel .carousel-control.right:after, .carousel .carousel-control.carousel-right:after {
    display: inline-block;
    height: 0;
    width: 0;
    -webkit-transform: rotate(360deg);
    border-width: 13px 20px;
    border-style: solid;
    border-color: transparent;
    border-left-color: #fff;
    border-right-width: 0;
    right: 10px
}

.carousel .carousel-caption {
    text-align: left;
    text-shadow: none
}

.carousel .carousel-caption h1, .carousel .carousel-caption h2, .carousel .carousel-caption h3, .carousel .carousel-caption h4, .carousel .carousel-caption h5, .carousel .carousel-caption h6 {
    margin-bottom: 0
}

#promo-carousel, .container > .left .carousel {
    box-shadow: 1px 2px 5px 0 rgba(0, 0, 0, 0.25);
    margin-bottom: 0;
    background-color: #000
}

@media (max-width: 629px) {
    #promo-carousel .item, .container > .left .carousel .item {
        padding-bottom: 80px
    }
}

#promo-carousel .item > img, .container > .left .carousel .item > img {
    width: 100%
}

#promo-carousel .carousel-caption, .container > .left .carousel .carousel-caption {
    background: rgba(0, 0, 0, 0.75);
    left: 0;
    right: 0;
    bottom: 0;
    min-height: 80px;
    padding: 20px
}

#promo-carousel .carousel-caption h1, #promo-carousel .carousel-caption h2, #promo-carousel .carousel-caption h3, #promo-carousel .carousel-caption h4, #promo-carousel .carousel-caption h5, #promo-carousel .carousel-caption h6, .container > .left .carousel .carousel-caption h1, .container > .left .carousel .carousel-caption h2, .container > .left .carousel .carousel-caption h3, .container > .left .carousel .carousel-caption h4, .container > .left .carousel .carousel-caption h5, .container > .left .carousel .carousel-caption h6 {
    margin-top: 0
}

@media (max-width: 629px) {
    #promo-carousel .carousel-caption, .container > .left .carousel .carousel-caption {
        background: #000;
        padding: 10px
    }
}

@media screen and (min-width: 980px) {
    * {
        font-family: "Lucida Grande", "Lucida Sans Unicode", Sans-Serif;
/*        box-sizing: content-box */
    }

    html {
        margin: 0
    }

    body {
        margin: 0;
        padding: 0;
        color: #000;
        font-size: 11px;
        line-height: 16px;
        position: relative;
        background: #fff url(../pics/hintergrundbild_zwischenseite.png) no-repeat fixed bottom left
    }

    a {
        text-decoration: none;
        color: #000
    }

    a:hover, a:focus {
        text-decoration: underline
    }

    a:visited {
        color: #444
    }

    a:hover {
        color: #000
    }

    a:active {
        color: #444
    }

    img {
        border-style: none
    }

    img[border] {
        border-style: solid
    }

    form {
        padding: 0;
        margin: 0
    }

    input, select, textarea {
        border: 1px solid #8e8e8d;
        background: #fff;
        font-size: 11px;
        padding: 2px
    }

    input[type="checkbox"] {
        border: none
    }

    input[readonly] {
        background: #eee;
        color: #444
    }

    optgroup {
        font-style: normal;
        padding-top: 3px
    }

    .container {
        width: 980px;
        min-height: 567px;
        position: relative;
        background: transparent url(../pics/punkte_folgeseite.gif) no-repeat scroll 166px 170px;
        padding-bottom: 120px
    }

    .container.orientation {
        background-image: url(../pics/punkte_zwischenseite.gif)
    }

    .container .logo {
        position: absolute;
        left: 146px;
        top: 16px
    }

    a.link-back {
        display: block;
        position: absolute;
        left: 56px;
        top: 131px;
        height: 16px;
        width: 100px;
        background: url(../pics/button_back2start.png) no-repeat left top;
        padding: 79px 3px 0 0;
        text-align: right;
        text-transform: uppercase;
        color: #444
    }

    a.link-back:hover {
        background-position: right top
    }

    a.link-back.orientation {
        background-image: url(../pics/button_back.png)
    }

    a.link-back.calendar {
        background-image: url(../pics/button_back2calendar.png)
    }

    a#skipnav, a#skipnav:hover, a#skipnav:visited {
        position: absolute;
        left: 0px;
        top: -500px
    }

    a#skipnav:active, a#skipnav:focus {
        top: 0px
    }

    .container:before, .container:after, #navigation-content:before, #navigation-content:after {
        content: "\0020";
        display: block;
        height: 0;
        overflow: hidden
    }

    .container:after, #navigation-content:after {
        clear: both
    }

    .header {
        position: absolute;
        top: 0;
        right: 0;
        width: 725px;
        height: 45px
    }

    .header #quicksearch-form {
        float: left;
        height: 100%;
        background: #8e8e8d
    }

    .header #quicksearch-form input {
        font-size: 100%;
        margin: 0;
        outline: 1px
    }

    .header #quicksearch-form input::-moz-focus-inner {
        padding: 0;
        border: 0
    }

    .header #quicksearch-form .input-container {
        float: left;
        width: 372px;
        text-align: right;
        padding-top: 17px
    }

    .header #quicksearch-form .input-container input {
        width: 186px;
        border: 0;
        height: 16px;
        padding: 2px 3px;
        line-height: 16px;
        vertical-align: middle
    }

    .header #quicksearch-form .submit-container {
        float: left;
        width: 52px;
        padding: 17px 6px 0
    }

    .header #quicksearch-form .submit-container input {
        padding: 0;
        border: 0;
        color: #fff;
        height: 16px;
        cursor: pointer;
        background: transparent;
        text-transform: uppercase;
        line-height: normal;
        vertical-align: middle
    }

    .header #quicksearch-form .submit-container input:hover {
        text-decoration: underline
    }

    .header .header-quicklinks {
        width: 278px;
        float: left;
        height: 27px;
        padding: 18px 0 0 11px;
        background-color: #bfbfbf
    }

    .header .header-quicklinks a {
        font-size: 11px;
        text-transform: uppercase;
        color: #fff;
        padding: 0 6px 0 0;
        line-height: 16px;
        vertical-align: middle
    }

    .header .locale_select {
        float: left;
        width: 110px;
        padding: 19px 0 0 0;
        position: absolute;
        left: 66px
    }

    .header .locale_select a {
        margin: 0 6px 4px 0;
        padding: 0;
        float: right;
        width: 18px;
        height: 18px
    }

    .header .locale_select a:first-child {
        margin: 0 4px 4px 0
    }

    .navigation {
        position: fixed;
        bottom: 0px;
        left: 0px;
        min-width: 980px;
        width: 100%;
        z-index: 10;
        background: transparent url(../pics/footer_header.png) repeat-x left 15px
    }

    .navigation a {
        color: #000
    }

    .navigation div#navigation-header a {
        display: block;
        height: 30px;
        width: 95px;
        text-decoration: none;
        padding: 25px 0 0 85px;
        position: relative;
        z-index: 1;
        font-size: 15px;
        line-height: 21px;
        font-weight: bold;
        margin: 0 0 0 36px
    }

    .navigation div#navigation-header a:before {
        content: "";
        position: absolute;
        width: 64px;
        height: 64px;
        top: 0;
        left: 0;
        z-index: 2;
        background: url(../pics/footer_arrow.png) no-repeat left top
    }

    .navigation:hover #navigation-content {
        height: 107px
    }

    .navigation:hover div#navigation-header a:before {
        -ms-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg)
    }

    .navigation .dots-horizontal {
        background: url(../pics/linie_horizontal.png) repeat-x left top;
        height: 1px;
        margin-bottom: 1px
    }

    .navigation #navigation-content {
        overflow: hidden;
        min-width: 980px;
        background: #fff;
        font-size: 9pt;
        height: 0;
        transition: height 0.4s ease
    }

    .navigation #navigation-content .deeplinks li {
        padding: 4px 16px 5px 0
    }

    .navigation #navigation-content .column-1, .navigation #navigation-content .column-2 {
        padding: 15px 0 0 15px;
        height: 90px;
        float: left
    }

    .navigation #navigation-content .column-1 {
        padding-right: 0;
        background: none
    }

    .navigation #navigation-content .column-2 {
        background: url(../pics/linie_vertikal.png) repeat-y left top;
        width: 450px
    }

    .navigation #navigation-content .column-2 a {
        padding-right: 8px;
        line-height: 21px
    }

    .navigation.no-transition div#navigation-header a {
        background: url(../pics/footer_arrow.png) no-repeat left top
    }

    .navigation.no-transition div#navigation-header a:before {
        width: 0px;
        height: 0px;
        background: transparent
    }

    .navigation.no-transition div#navigation-header a.active {
        background-position: left -64px
    }

    .navigation.no-transition #navigation-content {
        height: 107px
    }

    .deeplinks {
        padding-top: 20px;
        background: url("../pics/linie_horizontal.png") repeat-x;
        text-transform: uppercase
    }

    .deeplinks > div {
        float: right
    }

    .deeplinks ul {
        float: left;
        list-style: none;
        background: url("../pics/linie_vertikal.png") repeat-y left top;
        padding-left: 20px;
        margin: 0
    }

    .deeplinks ul:first-child {
        background: none
    }

    .deeplinks ul.last-child li {
        padding: 0
    }

    .deeplinks ul li {
        margin: 0;
        padding: 0 22px 0 0;
        text-align: right
    }

    div.container div.left {
        float: left;
        width: 526px;
        margin: 125px 0 0;
        position: relative;
        background: url(../pics/punkte_folgeseite_fortfuehrung.gif) repeat-y 0 0;
        font-size: 9pt;
        line-height: 1.45em
    }

    div.container div.left div.article, div.container div.left div.footer {
        padding: 0 10px
    }

    div.container div.left div.article div.article {
        padding: 0
    }

    div.container div.left .footer {
        font-size: 11px;
        margin-top: 40px;
        text-align: right;
        color: #444
    }

    div.container div.left .footer img {
        vertical-align: -.2em
    }

    div.container div.left h2, div.container div.left div.kicker, div.container div.left div.heading {
        margin-top: 16px
    }

    div.container div.left div.kicker + h2 {
        margin-top: 0
    }

    div.container div.left div.article form * {
        vertical-align: middle
    }

    div.container div.left div.article img {
        max-width: 506px
    }

    div.container div.left div.article ol ol {
        list-style: lower-latin
    }

    div.container div.left div.article ol ol ol {
        list-style: upper-roman
    }

    div.container div.left div.article div.eingebettete-objekte {
        margin: 0 -9px
    }

    div.container div.left div.article div.eingebettete-objekte iframe.vorlesungsverzeichnis {
        border: 0 solid #444;
        width: 100%
    }

    div.container div.left div.article div.eingebettete-objekte hr {
        margin: 0 2px
    }

    div.container div.left div.article div.eingebettete-objekte object.pdf, div.container div.left div.article div.eingebettete-objekte embed.pdf {
        width: 100%
    }

    div.container div.left div.article form.summary {
        float: left
    }

    div.container div.left div.article div.carousel {
        margin-bottom: 8px
    }

    div.container div.left div.article div.carousel a.carousel-control {
        display: none
    }

    div.container div.left div.article div.carousel div.carousel-inner {
        background: none repeat scroll 0 0 #8E8E8D;
        width: 506px;
        height: 285px;
        overflow: hidden
    }

    div.container div.left div.article div.carousel div.carousel-inner > .item > img {
        height: 285px
    }

    div.container div.left input[type=submit] {
        background: url(../pics/button.gif) no-repeat center top;
        border-color: #b3b3b3;
        height: 23px
    }

    div.container div.left input[type=submit]:hover {
        background-position: center bottom;
        cursor: pointer
    }

    div.container a.external {
        background: url(../pics/pfeil_link_extern.png) no-repeat scroll right 70%;
        padding: 0 14px 0 0
    }

    div.container div.left a, div.container div.right a {
        text-decoration: underline
    }

    div.container div.left h2 a, div.container div.right h2 a, div.container div.left h3 a, div.container div.right h3 a {
        text-decoration: none;
        color: inherit
    }

 /*   div.container p, div.container div.article form {
        margin: 0 0 8px;
        padding: 0
    }
*/
    div.container h1, div.container h2, div.container h3, div.container div.kicker, div.container div.heading {
        font-weight: normal;
        margin: 0 0 8px
    }

    div.container h1 {
        font-size: 16px;
        line-height: 19px;
        padding: 0 10px;
        margin: 4px 0 8px
    }

    div.container h2, div.container div.heading {
        font-size: 14px;
        line-height: 18px;
        color: #444
    }

    div.container h3 {
        font-size: 13px;
        line-height: 17px;
        color: #444
    }

    div.container div.kicker {
        font-size: 10px;
        line-height: 14px;
        text-transform: uppercase;
        margin: 0 0 2px
    }

    div.container hr {
        background: transparent url(../pics/linie_horizontal.png) repeat-x 0 0;
        height: 1px;
        border: 0 none transparent;
        padding: 0;
        margin: 0 0 8px -7px;
        clear: both;
        width: 522px
    }

    div.container code {
        font-family: Monaco, Menlo, Consolas, "Courier New", monospace
    }

    div.container q {
        quotes: "\201E" "\201C" "‚" "‘"
    }

    div.container q:before {
        content: open-quote
    }

    div.container q:after {
        content: close-quote
    }

    div.container acronym, div.container abbr {
        border-bottom: 1px dotted #444;
        cursor: help
    }

    div.container div.left ol, div.container div.left ul, div.container div.right ol, div.container div.right ul {
        margin: 0 0 8px 15px;
        padding: 0 0 0 10px
    }

    div.container div.left ol ul, div.container div.left ul ul, div.container div.right ol ul, div.container div.right ul ul {
        margin: 4px 0 8px 15px
    }

    div.container div.left ol li, div.container div.left ul li, div.container div.right ol li, div.container div.right ul li {
        margin: 0 0 6px;
        padding: 0
    }

    div.container div.left ul, div.container div.right ul {
        list-style-type: disc
    }

    div.container span.eigennamen {
        font-style: italic
    }

    div.container div.left div.article table {
        margin: 0 0 8px;
        caption-side: bottom;
        border-collapse: collapse
    }

    div.container div.left div.article table caption {
        color: #444;
        text-align: right;
        font-size: 11px;
        line-height: 16px
    }

    div.container div.left div.article table tr {
        background: transparent url(../pics/linie_horizontal.png) repeat-x scroll left bottom
    }

    div.container div.left div.article table tr td {
        vertical-align: top;
        padding: 3px 5px 5px
    }

    div.container div.left div.article table tr:last-child {
        background: transparent
    }

    div.container div.left div.article table th {
        vertical-align: top;
        padding: 3px 5px 5px;
        text-align: left
    }

    div.container div.left div.article table.fixedcolumnwidth {
        table-layout: fixed
    }

    div.container div.left div.article table.fixedcolumnwidth tr {
        word-wrap: break-word
    }

    div.container div.right {
        float: left;
        width: 179px;
        margin: 157px 0 0 96px;
        padding: 0 6px;
        font-size: 9pt;
        line-height: 1.45em
    }

    div.container div.right #rTop, div.container div.right #rBottom {
        overflow: hidden
    }

    div.container div.right #rTop {
        height: 128px;
        position: relative
    }

    div.container div.right #rTop div.bottom {
        position: absolute;
        bottom: -7px;
        overflow: hidden;
        max-height: 108px
    }

    div.container div.right #rBottom {
        /*height: 125px*/
	height:210px;
    }

    div.container div.right #rTeaser {
        margin: 3px -6px;
        width: 191px;
        height: 191px;
        background: #8e8e8d
    }

    div.container div.right #rTeaser img.teaser {
        width: 100%;
        height: 100%
    }

    div.container div.right h2 {
        max-height: 55px;
        overflow: hidden;
        margin-bottom: 0;
        padding-bottom: 8px;
        background: #fff;
        position: relative
    }

    div.container div.right .arrowDestination {
        display: none
    }

    div.container div.right div.heading {
        color: #000
    }

    div.container div.right ol.location {
        width: inherit;
        padding: inherit;
        margin: 0;
        position: absolute;
        top: 58px;
        right: 0;
        list-style: none
    }

    div.container div.right ol.location li {
        margin: 0;
        height: 43px;
        overflow: hidden
    }

    div.container div.right ol.location li a {
        color: #444;
        font-size: 11px;
        line-height: 14px;
        display: block;
        text-decoration: none
    }

    div.container div.right ol.location li a:hover, div.container div.right ol.location li a:focus {
        text-decoration: underline
    }

    div.container div.right ol.location li.level-1 {
        position: relative
    }

    div.container div.right ol.location li.level-2 {
        margin: 6px 0 0;
        text-transform: none
    }

    div.container div.right ol.location li, div.container div.right ol.location li.level-1 a {
        bottom: 0;
        text-transform: uppercase;
        font-size: 10px
    }

    div.container .tabs .content {
        margin-top: 8px
    }

    div.container .tabs ul.tabs-list {
        margin: 2px 0 0 5px;
        padding: 0;
        list-style: none;
        height: 37px
    }

    div.container .tabs ul.tabs-list + hr {
        display: none
    }

    div.container .tabs ul.tabs-list li {
        margin: 0;
        padding: 0;
        float: left;
        width: 95px;
        height: 37px;
        overflow: hidden;
        margin-right: 5px
    }

    div.container .tabs ul.tabs-list li[id^='mobile_accessibletabscontent'] {
        display: none
    }

    div.container .tabs ul.tabs-list li a {
        font-size: 10px;
        line-height: 14px;
        text-transform: uppercase;
        display: block;
        width: 95px;
        height: 29px;
        overflow: hidden;
        background: url(../pics/tab_inactive.gif) no-repeat left top;
        text-align: center;
        padding: 8px 0 0 0;
        text-decoration: none
    }

    div.container .tabs ul.tabs-list li a:hover, div.container .tabs ul.tabs-list li a:focus {
        background-position: left bottom
    }

    div.container .tabs ul.tabs-list li.current a {
        background-image: url(../pics/tab_active.gif);
        cursor: default
    }

    div.container .tabs .current-info, div.container .tabs .accessibletabsanchor, div.container .tabs .tabhead {
        position: absolute;
        left: -999em
    }

    div.container div.article table.vvzLSF {
        width: 506px;
        border: 0
    }

    div.container div.article table.vvzLSF td div {
        margin-top: 2px
    }

    div.container div.article table.vvzLSF td p {
        margin-bottom: 2px
    }

    div.container div.article table.vvzLSF td.col1 {
        width: 330px
    }

    div.container div.article table.vvzLSF td.col2 {
        width: 100px
    }

    div.container div.article table.vvzLSF td.col3 {
        width: 56px
    }

    div.container div.left div.article.rssFeed div.rss_settings {
        display: none
    }

    div.container form[name="imperia"] div.left div.article {
        padding: 0 1px
    }

    .ui-tooltip, .arrow:after {
        background: rgba(0, 0, 0, 0.8);
        width: 200px
    }

    .ui-tooltip {
        background: rgba(0, 0, 0, 0.8);
        width: 200px;
        padding: 5px 10px;
        color: white;
        position: absolute;
        left: 100px;
        top: -30px
    }

    .arrow {
        width: 70px;
        height: 16px;
        overflow: hidden;
        position: absolute;
        left: 50%;
        margin-left: -35px;
        bottom: -16px
    }

    .arrow.top {
        top: -16px;
        bottom: auto
    }

    .arrow.left {
        left: 20%
    }

    .arrow:after {
        content: "";
        position: absolute;
        left: 20px;
        top: -20px;
        width: 25px;
        height: 25px;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg)
    }

    .arrow.top:after {
        bottom: -20px;
        top: auto
    }

    .ui-helper-hidden-accessible {
        display: none
    }

    div.menu-left {
        float: left;
        margin-top: 247px;
        width: 166px
    }

    div.menu-left ul {
        margin: 0;
        padding: 0;
        list-style-type: none
    }

    div.menu-left ul li {
        padding-top: 1px;
        text-align: right
    }

    div.menu-left ul li a {
        font-size: 11px;
        line-height: 13px;
        color: #444;
        display: block;
        overflow: hidden;
        padding: 2px 8px 3px
    }

    div.menu-left ul li.selected > a, div.menu-left ul li a:hover {
        background-color: #8e8e8d;
        color: #fff;
        text-decoration: none
    }

    div.menu-left > ul ul {
        margin-top: 1px;
        margin-right: 9px;
        padding-right: 1px;
        background: url(../pics/linie_vertikal.png) repeat-y right bottom
    }

    div.menu-left > ul > li > ul li:first-child {
        padding-top: 0
    }

    div.menu-left > ul > li > a {
        text-transform: uppercase
    }

    .container.area-1d3f4b div.menu-left ul li.selected > a, .container.area-1d3f4b div.menu-left ul li a:hover, .container.area-1d3f4b .ui-datepicker-current-day .ui-state-active, .container.area-1d3f4b .header-quicklinks {
        background-color: #1d3f4b
    }

    .container.area-1d3f4b h2 {
        color: #34535d
    }

    .container.area-1d3f4b div.left .tags a:focus, .container.area-1d3f4b div.left .tags a:hover, .container.area-1d3f4b div.left .tags a:active, .container.area-1d3f4b div.left .tags a.active {
        background-color: #1d3f4b
    }

    #page-preview .color-1d3f4b h2 {
        color: #34535d
    }

    #menu-container.no-js a:focus.color-1d3f4b, #menu-container li:hover > a.color-1d3f4b, #menu-container li.selected > a.color-1d3f4b {
        background-color: #1d3f4b
    }

    #menu-container ul.level-0 > li > a.color-1d3f4b {
        background-image: url("../pics/dots_small/1d3f4b.png")
    }

    .container.area-5f002f div.menu-left ul li.selected > a, .container.area-5f002f div.menu-left ul li a:hover, .container.area-5f002f .ui-datepicker-current-day .ui-state-active, .container.area-5f002f .header-quicklinks {
        background-color: #5f002f
    }

    .container.area-5f002f h2 {
        color: #5f002f
    }

    .container.area-5f002f div.left .tags a:focus, .container.area-5f002f div.left .tags a:hover, .container.area-5f002f div.left .tags a:active, .container.area-5f002f div.left .tags a.active {
        background-color: #5f002f
    }

    #page-preview .color-5f002f h2 {
        color: #5f002f
    }

    #menu-container.no-js a:focus.color-5f002f, #menu-container li:hover > a.color-5f002f, #menu-container li.selected > a.color-5f002f {
        background-color: #5f002f
    }

    #menu-container ul.level-0 > li > a.color-5f002f {
        background-image: url("../pics/dots_small/5f002f.png")
    }

    .container.area-3d4100 div.menu-left ul li.selected > a, .container.area-3d4100 div.menu-left ul li a:hover, .container.area-3d4100 .ui-datepicker-current-day .ui-state-active, .container.area-3d4100 .header-quicklinks {
        background-color: #3d4100
    }

    .container.area-3d4100 h2 {
        color: #51541a
    }

    .container.area-3d4100 div.left .tags a:focus, .container.area-3d4100 div.left .tags a:hover, .container.area-3d4100 div.left .tags a:active, .container.area-3d4100 div.left .tags a.active {
        background-color: #3d4100
    }

    #page-preview .color-3d4100 h2 {
        color: #51541a
    }

    #menu-container.no-js a:focus.color-3d4100, #menu-container li:hover > a.color-3d4100, #menu-container li.selected > a.color-3d4100 {
        background-color: #3d4100
    }

    #menu-container ul.level-0 > li > a.color-3d4100 {
        background-image: url("../pics/dots_small/3d4100.png")
    }

    .container.area-cdd30f div.menu-left ul li.selected > a, .container.area-cdd30f div.menu-left ul li a:hover, .container.area-cdd30f .ui-datepicker-current-day .ui-state-active, .container.area-cdd30f .header-quicklinks {
        background-color: #cdd30f
    }

    .container.area-cdd30f h2 {
        color: #a4a90c
    }

    .container.area-cdd30f div.left .tags a:focus, .container.area-cdd30f div.left .tags a:hover, .container.area-cdd30f div.left .tags a:active, .container.area-cdd30f div.left .tags a.active {
        background-color: #cdd30f
    }

    #page-preview .color-cdd30f h2 {
        color: #a4a90c
    }

    #menu-container.no-js a:focus.color-cdd30f, #menu-container li:hover > a.color-cdd30f, #menu-container li.selected > a.color-cdd30f {
        background-color: #cdd30f
    }

    #menu-container ul.level-0 > li > a.color-cdd30f {
        background-image: url("../pics/dots_small/cdd30f.png")
    }

    .container.area-aea700 div.menu-left ul li.selected > a, .container.area-aea700 div.menu-left ul li a:hover, .container.area-aea700 .ui-datepicker-current-day .ui-state-active, .container.area-aea700 .header-quicklinks {
        background-color: #aea700
    }

    .container.area-aea700 h2 {
        color: #8b8600
    }

    .container.area-aea700 div.left .tags a:focus, .container.area-aea700 div.left .tags a:hover, .container.area-aea700 div.left .tags a:active, .container.area-aea700 div.left .tags a.active {
        background-color: #aea700
    }

    #page-preview .color-aea700 h2 {
        color: #8b8600
    }

    #menu-container.no-js a:focus.color-aea700, #menu-container li:hover > a.color-aea700, #menu-container li.selected > a.color-aea700 {
        background-color: #aea700
    }

    #menu-container ul.level-0 > li > a.color-aea700 {
        background-image: url("../pics/dots_small/aea700.png")
    }

    .container.area-ecbc00 div.menu-left ul li.selected > a, .container.area-ecbc00 div.menu-left ul li a:hover, .container.area-ecbc00 .ui-datepicker-current-day .ui-state-active, .container.area-ecbc00 .header-quicklinks {
        background-color: #ecbc00
    }

    .container.area-ecbc00 h2 {
        color: #bd9600
    }

    .container.area-ecbc00 div.left .tags a:focus, .container.area-ecbc00 div.left .tags a:hover, .container.area-ecbc00 div.left .tags a:active, .container.area-ecbc00 div.left .tags a.active {
        background-color: #ecbc00
    }

    #page-preview .color-ecbc00 h2 {
        color: #bd9600
    }

    #menu-container.no-js a:focus.color-ecbc00, #menu-container li:hover > a.color-ecbc00, #menu-container li.selected > a.color-ecbc00 {
        background-color: #ecbc00
    }

    #menu-container ul.level-0 > li > a.color-ecbc00 {
        background-image: url("../pics/dots_small/ecbc00.png")
    }

    .container.area-ec6200 div.menu-left ul li.selected > a, .container.area-ec6200 div.menu-left ul li a:hover, .container.area-ec6200 .ui-datepicker-current-day .ui-state-active, .container.area-ec6200 .header-quicklinks {
        background-color: #ec6200
    }

    .container.area-ec6200 h2 {
        color: #bd4e00
    }

    .container.area-ec6200 div.left .tags a:focus, .container.area-ec6200 div.left .tags a:hover, .container.area-ec6200 div.left .tags a:active, .container.area-ec6200 div.left .tags a.active {
        background-color: #ec6200
    }

    #page-preview .color-ec6200 h2 {
        color: #bd4e00
    }

    #menu-container.no-js a:focus.color-ec6200, #menu-container li:hover > a.color-ec6200, #menu-container li.selected > a.color-ec6200 {
        background-color: #ec6200
    }

    #menu-container ul.level-0 > li > a.color-ec6200 {
        background-image: url("../pics/dots_small/ec6200.png")
    }

    .container.area-bf002a div.menu-left ul li.selected > a, .container.area-bf002a div.menu-left ul li a:hover, .container.area-bf002a .ui-datepicker-current-day .ui-state-active, .container.area-bf002a .header-quicklinks {
        background-color: #bf002a
    }

    .container.area-bf002a h2 {
        color: #990022
    }

    .container.area-bf002a div.left .tags a:focus, .container.area-bf002a div.left .tags a:hover, .container.area-bf002a div.left .tags a:active, .container.area-bf002a div.left .tags a.active {
        background-color: #bf002a
    }

    #page-preview .color-bf002a h2 {
        color: #990022
    }

    #menu-container.no-js a:focus.color-bf002a, #menu-container li:hover > a.color-bf002a, #menu-container li.selected > a.color-bf002a {
        background-color: #bf002a
    }

    #menu-container ul.level-0 > li > a.color-bf002a {
        background-image: url("../pics/dots_small/bf002a.png")
    }

    .container.area-9c004b div.menu-left ul li.selected > a, .container.area-9c004b div.menu-left ul li a:hover, .container.area-9c004b .ui-datepicker-current-day .ui-state-active, .container.area-9c004b .header-quicklinks {
        background-color: #9c004b
    }

    .container.area-9c004b h2 {
        color: #7d003c
    }

    .container.area-9c004b div.left .tags a:focus, .container.area-9c004b div.left .tags a:hover, .container.area-9c004b div.left .tags a:active, .container.area-9c004b div.left .tags a.active {
        background-color: #9c004b
    }

    #page-preview .color-9c004b h2 {
        color: #7d003c
    }

    #menu-container.no-js a:focus.color-9c004b, #menu-container li:hover > a.color-9c004b, #menu-container li.selected > a.color-9c004b {
        background-color: #9c004b
    }

    #menu-container ul.level-0 > li > a.color-9c004b {
        background-image: url("../pics/dots_small/9c004b.png")
    }

    .container.area-4fb800 div.menu-left ul li.selected > a, .container.area-4fb800 div.menu-left ul li a:hover, .container.area-4fb800 .ui-datepicker-current-day .ui-state-active, .container.area-4fb800 .header-quicklinks {
        background-color: #4fb800
    }

    .container.area-4fb800 h2 {
        color: #3f9300
    }

    .container.area-4fb800 div.left .tags a:focus, .container.area-4fb800 div.left .tags a:hover, .container.area-4fb800 div.left .tags a:active, .container.area-4fb800 div.left .tags a.active {
        background-color: #4fb800
    }

    #page-preview .color-4fb800 h2 {
        color: #3f9300
    }

    #menu-container.no-js a:focus.color-4fb800, #menu-container li:hover > a.color-4fb800, #menu-container li.selected > a.color-4fb800 {
        background-color: #4fb800
    }

    #menu-container ul.level-0 > li > a.color-4fb800 {
        background-image: url("../pics/dots_small/4fb800.png")
    }

    .container.area-009b77 div.menu-left ul li.selected > a, .container.area-009b77 div.menu-left ul li a:hover, .container.area-009b77 .ui-datepicker-current-day .ui-state-active, .container.area-009b77 .header-quicklinks {
        background-color: #009b77
    }

    .container.area-009b77 h2 {
        color: #007c5f
    }

    .container.area-009b77 div.left .tags a:focus, .container.area-009b77 div.left .tags a:hover, .container.area-009b77 div.left .tags a:active, .container.area-009b77 div.left .tags a.active {
        background-color: #009b77
    }

    #page-preview .color-009b77 h2 {
        color: #007c5f
    }

    #menu-container.no-js a:focus.color-009b77, #menu-container li:hover > a.color-009b77, #menu-container li.selected > a.color-009b77 {
        background-color: #009b77
    }

    #menu-container ul.level-0 > li > a.color-009b77 {
        background-image: url("../pics/dots_small/009b77.png")
    }

    .container.area-008993 div.menu-left ul li.selected > a, .container.area-008993 div.menu-left ul li a:hover, .container.area-008993 .ui-datepicker-current-day .ui-state-active, .container.area-008993 .header-quicklinks {
        background-color: #008993
    }

    .container.area-008993 h2 {
        color: #006e76
    }

    .container.area-008993 div.left .tags a:focus, .container.area-008993 div.left .tags a:hover, .container.area-008993 div.left .tags a:active, .container.area-008993 div.left .tags a.active {
        background-color: #008993
    }

    #page-preview .color-008993 h2 {
        color: #006e76
    }

    #menu-container.no-js a:focus.color-008993, #menu-container li:hover > a.color-008993, #menu-container li.selected > a.color-008993 {
        background-color: #008993
    }

    #menu-container ul.level-0 > li > a.color-008993 {
        background-image: url("../pics/dots_small/008993.png")
    }

    .container.area-0087b2 div.menu-left ul li.selected > a, .container.area-0087b2 div.menu-left ul li a:hover, .container.area-0087b2 .ui-datepicker-current-day .ui-state-active, .container.area-0087b2 .header-quicklinks {
        background-color: #0087b2
    }

    .container.area-0087b2 h2 {
        color: #006c8e
    }

    .container.area-0087b2 div.left .tags a:focus, .container.area-0087b2 div.left .tags a:hover, .container.area-0087b2 div.left .tags a:active, .container.area-0087b2 div.left .tags a.active {
        background-color: #0087b2
    }

    #page-preview .color-0087b2 h2 {
        color: #006c8e
    }

    #menu-container.no-js a:focus.color-0087b2, #menu-container li:hover > a.color-0087b2, #menu-container li.selected > a.color-0087b2 {
        background-color: #0087b2
    }

    #menu-container ul.level-0 > li > a.color-0087b2 {
        background-image: url("../pics/dots_small/0087b2.png")
    }

    .container.area-00556a div.menu-left ul li.selected > a, .container.area-00556a div.menu-left ul li a:hover, .container.area-00556a .ui-datepicker-current-day .ui-state-active, .container.area-00556a .header-quicklinks {
        background-color: #00556a
    }

    .container.area-00556a h2 {
        color: #004455
    }

    .container.area-00556a div.left .tags a:focus, .container.area-00556a div.left .tags a:hover, .container.area-00556a div.left .tags a:active, .container.area-00556a div.left .tags a.active {
        background-color: #00556a
    }

    #page-preview .color-00556a h2 {
        color: #004455
    }

    #menu-container.no-js a:focus.color-00556a, #menu-container li:hover > a.color-00556a, #menu-container li.selected > a.color-00556a {
        background-color: #00556a
    }

    #menu-container ul.level-0 > li > a.color-00556a {
        background-image: url("../pics/dots_small/00556a.png")
    }

    .container.area-a46674 div.menu-left ul li.selected > a, .container.area-a46674 div.menu-left ul li a:hover, .container.area-a46674 .ui-datepicker-current-day .ui-state-active, .container.area-a46674 .header-quicklinks {
        background-color: #a46674
    }

    .container.area-a46674 h2 {
        color: #83525d
    }

    .container.area-a46674 div.left .tags a:focus, .container.area-a46674 div.left .tags a:hover, .container.area-a46674 div.left .tags a:active, .container.area-a46674 div.left .tags a.active {
        background-color: #a46674
    }

    #page-preview .color-a46674 h2 {
        color: #83525d
    }

    #menu-container.no-js a:focus.color-a46674, #menu-container li:hover > a.color-a46674, #menu-container li.selected > a.color-a46674 {
        background-color: #a46674
    }

    #menu-container ul.level-0 > li > a.color-a46674 {
        background-image: url("../pics/dots_small/a46674.png")
    }

    .container.area-724b51 div.menu-left ul li.selected > a, .container.area-724b51 div.menu-left ul li a:hover, .container.area-724b51 .ui-datepicker-current-day .ui-state-active, .container.area-724b51 .header-quicklinks {
        background-color: #724b51
    }

    .container.area-724b51 h2 {
        color: #5b3c41
    }

    .container.area-724b51 div.left .tags a:focus, .container.area-724b51 div.left .tags a:hover, .container.area-724b51 div.left .tags a:active, .container.area-724b51 div.left .tags a.active {
        background-color: #724b51
    }

    #page-preview .color-724b51 h2 {
        color: #5b3c41
    }

    #menu-container.no-js a:focus.color-724b51, #menu-container li:hover > a.color-724b51, #menu-container li.selected > a.color-724b51 {
        background-color: #724b51
    }

    #menu-container ul.level-0 > li > a.color-724b51 {
        background-image: url("../pics/dots_small/724b51.png")
    }

    .container.area-564e6f div.menu-left ul li.selected > a, .container.area-564e6f div.menu-left ul li a:hover, .container.area-564e6f .ui-datepicker-current-day .ui-state-active, .container.area-564e6f .header-quicklinks {
        background-color: #564e6f
    }

    .container.area-564e6f h2 {
        color: #453e59
    }

    .container.area-564e6f div.left .tags a:focus, .container.area-564e6f div.left .tags a:hover, .container.area-564e6f div.left .tags a:active, .container.area-564e6f div.left .tags a.active {
        background-color: #564e6f
    }

    #page-preview .color-564e6f h2 {
        color: #453e59
    }

    #menu-container.no-js a:focus.color-564e6f, #menu-container li:hover > a.color-564e6f, #menu-container li.selected > a.color-564e6f {
        background-color: #564e6f
    }

    #menu-container ul.level-0 > li > a.color-564e6f {
        background-image: url("../pics/dots_small/564e6f.png")
    }

    .container.area-3b0041 div.menu-left ul li.selected > a, .container.area-3b0041 div.menu-left ul li a:hover, .container.area-3b0041 .ui-datepicker-current-day .ui-state-active, .container.area-3b0041 .header-quicklinks {
        background-color: #3b0041
    }

    .container.area-3b0041 h2 {
        color: #3b0041
    }

    .container.area-3b0041 div.left .tags a:focus, .container.area-3b0041 div.left .tags a:hover, .container.area-3b0041 div.left .tags a:active, .container.area-3b0041 div.left .tags a.active {
        background-color: #3b0041
    }

    #page-preview .color-3b0041 h2 {
        color: #3b0041
    }

    #menu-container.no-js a:focus.color-3b0041, #menu-container li:hover > a.color-3b0041, #menu-container li.selected > a.color-3b0041 {
        background-color: #3b0041
    }

    #menu-container ul.level-0 > li > a.color-3b0041 {
        background-image: url("../pics/dots_small/3b0041.png")
    }

    .container.area-866800 div.menu-left ul li.selected > a, .container.area-866800 div.menu-left ul li a:hover, .container.area-866800 .ui-datepicker-current-day .ui-state-active, .container.area-866800 .header-quicklinks {
        background-color: #866800
    }

    .container.area-866800 h2 {
        color: #866800
    }

    .container.area-866800 div.left .tags a:focus, .container.area-866800 div.left .tags a:hover, .container.area-866800 div.left .tags a:active, .container.area-866800 div.left .tags a.active {
        background-color: #866800
    }

    #page-preview .color-866800 h2 {
        color: #866800
    }

    #menu-container.no-js a:focus.color-866800, #menu-container li:hover > a.color-866800, #menu-container li.selected > a.color-866800 {
        background-color: #866800
    }

    #menu-container ul.level-0 > li > a.color-866800 {
        background-image: url("../pics/dots_small/866800.png")
    }

    .container.area-416224 div.menu-left ul li.selected > a, .container.area-416224 div.menu-left ul li a:hover, .container.area-416224 .ui-datepicker-current-day .ui-state-active, .container.area-416224 .header-quicklinks {
        background-color: #416224
    }

    .container.area-416224 h2 {
        color: #416224
    }

    .container.area-416224 div.left .tags a:focus, .container.area-416224 div.left .tags a:hover, .container.area-416224 div.left .tags a:active, .container.area-416224 div.left .tags a.active {
        background-color: #416224
    }

    #page-preview .color-416224 h2 {
        color: #416224
    }

    #menu-container.no-js a:focus.color-416224, #menu-container li:hover > a.color-416224, #menu-container li.selected > a.color-416224 {
        background-color: #416224
    }

    #menu-container ul.level-0 > li > a.color-416224 {
        background-image: url("../pics/dots_small/416224.png")
    }

    .container.area-00787b div.menu-left ul li.selected > a, .container.area-00787b div.menu-left ul li a:hover, .container.area-00787b .ui-datepicker-current-day .ui-state-active, .container.area-00787b .header-quicklinks {
        background-color: #00787b
    }

    .container.area-00787b h2 {
        color: #006062
    }

    .container.area-00787b div.left .tags a:focus, .container.area-00787b div.left .tags a:hover, .container.area-00787b div.left .tags a:active, .container.area-00787b div.left .tags a.active {
        background-color: #00787b
    }

    #page-preview .color-00787b h2 {
        color: #006062
    }

    #menu-container.no-js a:focus.color-00787b, #menu-container li:hover > a.color-00787b, #menu-container li.selected > a.color-00787b {
        background-color: #00787b
    }

    #menu-container ul.level-0 > li > a.color-00787b {
        background-image: url("../pics/dots_small/00787b.png")
    }

    .container.area-032352 div.menu-left ul li.selected > a, .container.area-032352 div.menu-left ul li a:hover, .container.area-032352 .ui-datepicker-current-day .ui-state-active, .container.area-032352 .header-quicklinks {
        background-color: #032352
    }

    .container.area-032352 h2 {
        color: #032352
    }

    .container.area-032352 div.left .tags a:focus, .container.area-032352 div.left .tags a:hover, .container.area-032352 div.left .tags a:active, .container.area-032352 div.left .tags a.active {
        background-color: #032352
    }

    #page-preview .color-032352 h2 {
        color: #032352
    }

    #menu-container.no-js a:focus.color-032352, #menu-container li:hover > a.color-032352, #menu-container li.selected > a.color-032352 {
        background-color: #032352
    }

    #menu-container ul.level-0 > li > a.color-032352 {
        background-image: url("../pics/dots_small/032352.png")
    }

    #menu-container {
        padding: 100px 0 0 166px;
        min-height: 585px
    }

    #menu-container:focus {
        outline: none
    }

    #menu-container .col-head {
        width: 196px;
        height: 48px;
        margin: 0 0 7px 11px;
        float: left;
        position: relative;
        color: #444
    }

    #menu-container .col-head span {
        position: absolute;
        bottom: 0
    }

    #menu-container .level-0 {
        font-size: 10px;
        line-height: 14px
    }

    #menu-container .level-1 {
        font-size: 9pt;
        line-height: 16px
    }

    #menu-container .level-2 {
        font-size: 13px;
        line-height: 16px
    }

    #menu-container ul {
        visibility: hidden;
        list-style-type: none;
        margin: 0;
        padding: 0;
        width: 207px;
        float: left
    }

    #menu-container ul.level-0 {
        position: relative;
        visibility: visible
    }

    #menu-container ul.level-0 > li {
        background: url(../pics/linie_horizontal.png) repeat-x left bottom
    }

    #menu-container ul.level-0 > li > a {
        height: 28px;
        width: 163px;
        padding-left: 26px;
        background-repeat: no-repeat;
        background-position: 5px center;
        background-image: url("../pics/dots_small/#8e8e8d.png")
    }

    #menu-container ul.level-1 {
        padding-top: 49px
    }

    #menu-container ul.level-2 {
        padding-top: 92px
    }

    #menu-container ul ul {
        position: absolute;
        top: 0;
        left: 207px;
        padding-bottom: 120px
    }

    #menu-container ul li {
        padding-left: 1px;
        padding-bottom: 1px
    }

    #menu-container ul li.selected > ul {
        visibility: visible
    }

    #menu-container ul li:hover > a, #menu-container ul li.selected > a {
        background-color: #8e8e8d;
        color: #fff
    }

    #menu-container ul li:hover > a .nesting-indicator, #menu-container ul li.selected > a .nesting-indicator {
        background-position: 0 100%
    }

    #menu-container a {
        display: block;
        width: 179px;
        padding: 5px 17px 5px 10px;
        text-decoration: none;
        cursor: pointer;
        position: relative
    }

    #menu-container a:visited {
        color: #000
    }

    #menu-container a .nesting-indicator {
        display: block;
        width: 7px;
        height: 12px;
        position: absolute;
        top: 50%;
        right: 5px;
        margin-top: -6px;
        background: url(../pics/pfeil_orientierung.png) no-repeat 0 0
    }

    #menu-container.faded > a, #menu-container.faded > ul, #menu-container.faded.col-head {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
        opacity: 0.2
    }

    #menu-container.no-js ul {
        visibility: visible;
        overflow: visible;
        margin-left: 0
    }

    #menu-container.no-js ul.level-1 {
        min-height: 362px
    }

    #menu-container.no-js ul.level-1 a:focus {
        margin-left: 9999px
    }

    #menu-container.no-js ul.level-2 {
        min-height: 319px
    }

    #menu-container.no-js ul.level-2 a:focus {
        margin-left: 19998px
    }

    #menu-container.no-js ul ul {
        margin-left: -9999px
    }

    #menu-container.no-js ul li:hover > ul {
        margin-left: 0
    }

    #menu-container.no-js ul li:hover > ul a:focus {
        margin-left: 0
    }

    #menu-container.no-js a:focus {
        color: #fff;
        outline: none;
        background-color: #8e8e8d
    }

    #page-preview {
        position: absolute;
        right: 1px;
        top: 0;
        height: 453px
    }

    #page-preview .preview-content {
        position: absolute;
        top: 0;
        background-color: #fff
    }

    #page-preview .ajax-loading {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 20;
        background: #fff url(../pics/ajax_loading.gif) no-repeat 50% 40%
    }

    #page-preview .arrowDestination {
        display: none
    }
}

@media screen and (min-width: 980px) {
    .mobile-menu, .mobile-page-nav-bar {
        display: none
    }
}

@media screen and (max-width: 979px) {
    .main-nav {
        float: right
    }
}

@media screen and (max-width: 979px) and (min-width: 630px) and (max-width: 979px) {
    .main-nav {
        position: absolute;
        top: 78px;
        right: 20px
    }
}

@media screen and (max-width: 979px) {
    .main-nav ul {
        text-align: right;
        float: left;
        padding: 35px 16px 0 20px;
        background: url("../pics/line-v.png") right repeat-y
    }
}

@media screen and (max-width: 979px) and (max-width: 629px) {
    .main-nav ul {
        width: 100%;
        text-align: left;
        padding: 20px 0;
        background: url("../pics/line-h.png") bottom repeat-x
    }
}

@media screen and (max-width: 979px) and (min-width: 630px) and (max-width: 979px) {
    .main-nav ul {
        padding-top: 0
    }
}

@media screen and (max-width: 979px) and (min-width: 630px) {
    .main-nav ul:last-child {
        background: none;
        padding-right: 0
    }
}

@media screen and (max-width: 979px) {
    .main-nav ul:first-child {
        padding-left: 0
    }

    .main-nav li {
        padding-top: 4px
    }
}

@media screen and (max-width: 979px) and (max-width: 979px) {
    .main-nav li a {
        font-weight: bold;
        font-size: 1.15rem
    }
}

@media screen and (max-width: 979px) {
    .mobile-menu {
        position: absolute;
        top: 0;
        left: -20px;
        right: -20px;
        z-index: 20;
        box-shadow: 1px 2px 5px 0 rgba(0, 0, 0, 0.25)
    }
}

@media screen and (max-width: 979px) and (min-width: 980px) {
    .mobile-menu {
        display: none
    }
}

@media screen and (max-width: 979px) {
    .mobile-menu .mobile-menu-content {
        background: #fff;
        padding: 20px
    }

    .mobile-menu .mobile-menu-content:after {
        content: "";
        display: table;
        clear: both
    }
}

@media screen and (max-width: 979px) and (min-width: 630px) and (max-width: 979px) {
    .mobile-menu .mobile-menu-content {
        height: 170px
    }
}

@media screen and (max-width: 979px) and (max-width: 629px) {
    .mobile-menu .mobile-menu-content {
        padding-top: 10px
    }
}

@media screen and (max-width: 979px) {
    .mobile-menu .toggle {
        z-index: 30;
        position: absolute;
        top: -11px;
        right: 20px;
        cursor: pointer;
        text-indent: 102%;
        white-space: nowrap;
        overflow: hidden;
        width: 66px;
        height: 66px;
        display: block;
        border-radius: 50%;
        background-color: #000
    }

    .mobile-menu .toggle:before, .mobile-menu .toggle:after {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        content: '';
        background-size: 60%;
        background-repeat: no-repeat;
        background-position: center;
        transition: -webkit-transform 400ms;
        transition: transform 400ms;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden
    }

    .mobile-menu .toggle:before {
        background-image: url("../pics/hamburger.svg");
        background-size: 30px;
        -webkit-transform: rotateX(180deg);
        transform: rotateX(180deg)
    }

    .mobile-menu .toggle:after {
        background-image: url("../pics/schliessen.svg");
        background-size: 28px;
        -webkit-transform: rotateX(0);
        transform: rotateX(0)
    }

    .mobile-menu .toggle.collapsed:before {
        -webkit-transform: rotateX(0);
        transform: rotateX(0)
    }

    .mobile-menu .toggle.collapsed:after {
        -webkit-transform: rotateX(180deg);
        transform: rotateX(180deg)
    }

    .tabs .content {
        display: none
    }

    .tabs ul.tabs-list {
        margin: 0;
        padding: 0 !important;
        list-style: none
    }

    .tabs ul.tabs-list li {
        margin: 5px 0
    }

    .tabs ul.tabs-list li a[href^="#accessibletabscontent"] {
        display: block;
        padding: .5em 1em;
        background: #dadada url("../pics/pfeil_content_toggle_deactive.png") no-repeat scroll right 10px center;
        text-decoration: none;
        color: #000;
        font-weight: bold
    }

    .tabs ul.tabs-list li[id^='mobile_accessibletabscontent'] {
        display: none
    }

    .tabs ul.tabs-list li[id^='mobile_accessibletabscontent'] ul {
        list-style: outside
    }

    .tabs ul.tabs-list li.active a {
        color: #fff;
        background: #dadada url("../pics/pfeil_content_toggle_active.png") no-repeat scroll right 10px center
    }

    .tabs ul.tabs-list li.active + [id^='mobile_accessibletabscontent'] {
        display: block
    }

    .tabs .current-info, .tabs .accessibletabsanchor, .tabs .tabhead {
        position: absolute;
        left: -999em
    }

    body {
        color: inherit;
        font-size: inherit;
        font-family: inherit;
        line-height: inherit
    }

    h1, h2, h3, h4, h5, h6 {
        line-height: inherit
    }

    a {
        text-decoration: underline
    }

    nav a:hover {
        text-decoration: none
    }

    *, *:before, *:after {
        box-sizing: border-box
    }

    html {
        font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Helvetica, Verdana, sans-serif;
        font-size: 14px;
        line-height: 1.25;
        color: #000
    }
}

@media screen and (max-width: 979px) and (max-width: 629px) {
    html {
        font-size: 12px
    }
}

@media screen and (max-width: 979px) and (max-width: 979px) {
    html {
        cursor: pointer
    }
}
80px;
    }
@media screen and (max-width: 979px) {
    body {
        margin: 0;
        background: #f2f2f1
    }

    .fac-theo-bg {
        background-color: #ecbc00
    }

    .fac-recht-bg {
        background-color: #cdd30f
    }

    .fac-wirt-bg {
        background-color: #aea700
    }

    .fac-med-bg {
        background-color: #00556a
    }

    .fac-phil-bg {
        background-color: #ec6200
    }

    .fac-psych-bg {
        background-color: #bf002a
    }

    .fac-sprach-bg {
        background-color: #9c004b
    }

    .fac-math-bg {
        background-color: #009b77
    }

    .fac-phy-bg {
        background-color: #008993
    }

    .fac-bio-bg {
        background-color: #4fb800
    }

    .fac-chem-bg {
        background-color: #0087b2
    }

    a {
        color: #000;
        transition: color 200ms
    }

    a:hover, a:focus {
        color: #4d4d4d
    }

    nav a {
        text-decoration: none
    }

    nav ul {
        margin: 0;
        padding: 0;
        list-style-type: none
    }

    h1, h2, h3, h4, h5, h6 {
        font-size: 16px;
        font-size: 1.15rem;
        font-weight: bold;
        margin: 20px 0 10px
    }

    h1 {
        font-size: 26px;
        font-size: 1.85rem;
        margin-bottom: 1em
    }

    .kicker {
        font-size: 12px;
        font-size: 0.85rem;
        font-weight: normal;
        text-transform: uppercase
    }

    .kicker + h1 {
        margin-top: 3px;
        margin-top: 0.2rem
    }

    .kicker + h2 {
        margin-top: 3px;
        margin-top: 0.2rem
    }

    .kicker + h3 {
        margin-top: 3px;
        margin-top: 0.2rem
    }

    .kicker + h4 {
        margin-top: 3px;
        margin-top: 0.2rem
    }

    .kicker + h5 {
        margin-top: 3px;
        margin-top: 0.2rem
    }

    .kicker + h6 {
        margin-top: 3px;
        margin-top: 0.2rem
    }

    p {
        margin: 10px 0
    }

    p:first-child, h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child {
        margin-top: 0
    }

    p:last-child, h1:last-child, h2:last-child, h3:last-child, h4:last-child, h5:last-child, h6:last-child {
        margin-bottom: 0
    }

    .container {
        width: 960px;
        margin-left: auto;
        margin-right: auto;
        position: relative
    }

    .container:after {
        content: " ";
        display: block;
        clear: both
    }
}

@media screen and (max-width: 979px) and (min-width: 630px) and (max-width: 979px) {
    .container {
        width: 630px
    }
}

@media screen and (max-width: 979px) and (max-width: 629px) {
    .container {
        width: 300px
    }
}

@media screen and (max-width: 979px) {
    .logo {
        display: inline-block;
        margin-top: 20px
    }
}

@media screen and (max-width: 979px) and (min-width: 630px) and (max-width: 979px) {
    .logo > img {
        width: 240px
    }
}

@media screen and (max-width: 979px) and (max-width: 629px) {
    .logo > img {
        width: 155px
    }
}

@media screen and (max-width: 979px) {
    .header-links {
        font-size: 12px;
        font-size: 0.85rem;
        font-weight: normal;
        text-transform: uppercase;
        text-transform: uppercase
    }

    .header-links:after {
        content: "";
        display: table;
        clear: both
    }
}

@media screen and (max-width: 979px) and (max-width: 629px) {
    .header-links {
        clear: both;
        padding: 20px 0
    }
}

@media screen and (max-width: 979px) and (min-width: 630px) and (max-width: 979px) {
    .header-links {
        line-height: 18px;
        position: absolute;
        top: 30px
    }
}

@media screen and (max-width: 979px) and (min-width: 630px) {
    .header-links {
        padding-top: 10px 0 30px
    }
}

@media screen and (max-width: 979px) {
    .header-links a {
        float: left;
        text-decoration: none
    }
}

@media screen and (max-width: 979px) and (max-width: 629px) {
    .header-links a {
        float: none;
        display: block
    }

    .header-links a[title="Select language"], .header-links a[title="Sprache ändern"], .header-links a[title="Sprache auswählen"] {
        font-size: 1.15rem;
        font-weight: bold;
        margin-bottom: 20px;
        padding-bottom: 20px;
        background: transparent url("../pics/line-h.png") repeat-x scroll center bottom
    }
}

@media screen and (max-width: 979px) {
    .header-links a + a {
        margin-left: 20px
    }
}

@media screen and (max-width: 979px) and (max-width: 629px) {
    .header-links a + a {
        margin-left: 0;
        margin-top: 10px
    }
}

@media screen and (max-width: 979px) {
    #skipnav, body > .navigation {
        display: none
    }

    .container > .right, .container > .header, .container > .menu-left, .container > .link-back {
        display: none
    }

    .container > .left {
        padding: 20px;
        word-wrap: break-word
    }

    .container > .left img {
        max-width: 100%
    }

    .container > .left hr {
        border: 0;
        height: 1px;
        margin: 20px -20px;
        background: url("../pics/line-h.png") bottom repeat-x
    }

    .container > .left ul {
        padding-left: 20px
    }

    .container > .left li + li {
        margin-top: 10px
    }

    .container > .left tr + tr {
        background: url("../pics/line-h.png") top repeat-x
    }

    .container > .left td {
        vertical-align: top;
        padding-top: 11px;
        padding-bottom: 10px
    }

    .container > .left td + td {
        padding-left: 20px
    }
}

@media screen and (max-width: 979px) and (min-width: 630px) {
    .container > .left table {
        width: auto
    }
}

@media screen and (max-width: 979px) and (max-width: 629px) {
    .container > .left .scroll-table {
        overflow-x: auto;
        margin: 0 -20px;
        background-color: #e5e5e5
    }

    .container > .left table {
        display: block;
        padding: 0 20px
    }

    .container > .left input {
        margin-top: 10px
    }
}

@media screen and (max-width: 979px) {
    .container > .left .author {
        position: relative
    }

    .container > .left .author > img {
        position: absolute;
        top: 0;
        left: -20px
    }

    .container > .left .article p, .container > .left .article li {
        line-height: 21px
    }

    .container > .left .article hr {
        clear: both
    }
}

@media screen and (max-width: 979px) and (min-width: 630px) and (max-width: 979px) {
    .container > .left .content_toggle_switch_background {
        width: 590px
    }
}

@media screen and (max-width: 979px) and (max-width: 629px) {
    .container > .left .content_toggle_switch_background {
        width: 260px
    }
}

@media screen and (max-width: 979px) {
    .logo {
        background: url("../pics/logo.png") no-repeat top left;
        background-size: 100%
    }

    .logo img {
        visibility: hidden
    }

    .container > .logo + .header {
        height: 45px;
        margin: 20px 0;
        display: block;
        background-color: #8e8e8d
    }

    .container > .logo + .header > * {
        display: none
    }

    .mobile-page-nav-bar {
        height: 45px;
        margin: 20px 0;
        position: relative;
        z-index: 20
    }

    .mobile-page-nav-bar > a {
        cursor: pointer
    }

    .mobile-page-nav-bar .toggle-micro-nav {
        position: absolute;
        top: 0;
        right: 50px;
        bottom: 0;
        left: 0;
        background-color: #8e8e8d
    }

    .mobile-page-nav-bar .toggle-micro-nav:after {
        display: inline-block;
        height: 0;
        width: 0;
        -webkit-transform: rotate(360deg);
        border-width: 18.18653px 10.5px;
        border-style: solid;
        border-color: transparent;
        border-bottom-color: #fff;
        border-top-width: 0;
        position: absolute;
        height: 18.18653px;
        top: 50%;
        margin-top: -9.09327px;
        content: '';
        transition: -webkit-transform 400ms;
        transition: transform 400ms;
        left: 12px
    }

    .mobile-page-nav-bar .toggle-micro-nav.collapsed:after {
        -webkit-transform: rotateX(180deg);
        transform: rotateX(180deg)
    }

    .mobile-page-nav-bar .toggle-extra-info {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        width: 50px;
        background-color: #8e8e8d
    }

    .mobile-page-nav-bar .toggle-extra-info:before, .mobile-page-nav-bar .toggle-extra-info:after {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        content: '';
        background-size: 60%;
        background-repeat: no-repeat;
        background-position: center;
        transition: -webkit-transform 400ms;
        transition: transform 400ms;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden
    }

    .mobile-page-nav-bar .toggle-extra-info:before {
        background-image: url("../pics/info.svg");
        background-size: 11px;
        -webkit-transform: rotateX(180deg);
        transform: rotateX(180deg)
    }

    .mobile-page-nav-bar .toggle-extra-info:after {
        background-image: url("../pics/schliessen.svg");
        background-size: 19px;
        -webkit-transform: rotateX(0);
        transform: rotateX(0)
    }

    .mobile-page-nav-bar .toggle-extra-info.collapsed:before {
        -webkit-transform: rotateX(0);
        transform: rotateX(0)
    }

    .mobile-page-nav-bar .toggle-extra-info.collapsed:after {
        -webkit-transform: rotateX(180deg);
        transform: rotateX(180deg)
    }

    .mobile-page-nav-bar .micro-nav, .mobile-page-nav-bar .extra-info {
        position: absolute;
        top: 100%;
        background-color: #fff;
        width: 305px;
        box-shadow: 1px 2px 5px 0 rgba(0, 0, 0, 0.25)
    }
}

@media screen and (max-width: 979px) and (max-width: 629px) {
    .mobile-page-nav-bar .micro-nav, .mobile-page-nav-bar .extra-info {
        width: 100%
    }
}

@media screen and (max-width: 979px) {
    .mobile-page-nav-bar .micro-nav {
        left: 0
    }

    .mobile-page-nav-bar .extra-info {
        right: 0
    }

    .micro-nav {
        padding: 10px 0
    }

    .micro-nav a {
        display: block;
        transition: none;
        padding: 8px 20px;
        margin: 1px 0
    }

    .micro-nav li a {
        padding-left: 20px
    }

    .micro-nav li li a {
        padding-left: 30px
    }

    .micro-nav li li li a {
        padding-left: 40px
    }

    .micro-nav .menu-left > ul > li > a {
        font-weight: bold
    }

    .micro-nav .selected > a, .micro-nav a:hover {
        color: #fff;
        background-color: #8e8e8d
    }

    .extra-info .right {
        padding: 20px
    }

    .extra-info .location {
        display: none
    }

    .extra-info .kicker {
        display: none
    }

    .extra-info #rTeaser {
        margin: 20px 0
    }

    .container.orientation > .header {
        display: none
    }

    #menu-container .col-head {
        display: none
    }

    #menu-container {
        margin-top: 20px;
        overflow: hidden;
        position: relative;
        min-height: 100vh;
        transition: height 400ms
    }

    #menu-container ul {
        top: 0;
        position: absolute;
        margin: 0;
        padding: 0 0 20px;
        list-style-type: none;
        width: 100%
    }

    #menu-container ul.level-0 {
        left: 0;
        transition: left 400ms
    }

    #menu-container ul.level-0 > li > a {
        padding: 20px 60px
    }

    #menu-container ul.level-0 > li > a:before {
        content: '';
        left: 15px;
        box-shadow: 1px 2px 5px 0 rgba(0, 0, 0, 0.25);
        width: 30px;
        height: 30px;
        display: block;
        border-radius: 50%;
        background-color: #8e8e8d;
        position: absolute;
        height: 30px;
        top: 50%;
        margin-top: -15px
    }

    #menu-container ul.level-0 > li > a:hover:before, #menu-container ul.level-0 > li > a:focus:before {
        display: none
    }

    #menu-container ul ul {
        left: 100%;
        visibility: hidden;
        transition: visibility 400ms
    }

    #menu-container li {
        padding-bottom: 1px;
        background: url("../pics/line-h.png") bottom repeat-x
    }

    #menu-container li.active > ul {
        visibility: visible
    }

    #menu-container a {
        position: relative;
        display: block;
        text-decoration: none;
        cursor: pointer;
        padding: 20px 60px 20px 20px;
        transition: none
    }

    #menu-container a:hover, #menu-container a:focus {
        color: #fff;
        background-color: #8e8e8d
    }

    #menu-container a:hover .nesting-indicator, #menu-container a:focus .nesting-indicator {
        background-position: 0 -36px
    }

    #menu-container a .nesting-indicator {
        right: 20px;
        position: absolute;
        width: 22px;
        height: 36px;
        top: 50%;
        margin-top: -18px;
        background-image: url("../pics/pfeile_orientierungsseiten.png");
        background-repeat: no-repeat
    }

    #menu-container a[href] .nesting-indicator {
        display: none
    }

    #menu-container .header {
        padding: 20px;
        position: relative;
        font-size: 16px;
        font-size: 1.15rem;
        font-weight: bold
    }

    #menu-container .level-1 .header {
        cursor: pointer;
        padding: 20px 72px
    }

    #menu-container .level-1 .header:before {
        content: '';
        left: 20px;
        box-shadow: -1px -2px 5px 0 rgba(0, 0, 0, 0.25);
        width: 36px;
        height: 36px;
        display: block;
        border-radius: 50%;
        background-color: #000;
        position: absolute;
        height: 36px;
        top: 50%;
        margin-top: -18px;
        background-image: url("../pics/pfeile_orientierungsseiten.png");
        background-repeat: no-repeat;
        background-position: 12px -36px;
        -ms-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg)
    }

    #menu-container .level-1 .header:hover:before {
        background-color: #4d4d4d;
        -ms-transform: scale(1.1) rotate(180deg);
        -webkit-transform: scale(1.1) rotate(180deg);
        transform: scale(1.1) rotate(180deg)
    }

    #menu-container[data-show-level='0'] .level-0 {
        left: 0%
    }

    #menu-container[data-show-level='1'] .level-0 {
        left: -100%
    }

    #menu-container[data-show-level='2'] .level-0 {
        left: -200%
    }

    .area-ecbc00 h2 {
        color: #ecbc00
    }

    .area-ecbc00 .toggle-micro-nav {
        background-color: #ecbc00
    }

    .area-ecbc00 .micro-nav .selected > a, .area-ecbc00 .micro-nav a:hover {
        background-color: #ecbc00
    }

    .area-ecbc00 .tabs .tabs-list a[href^="#accessibletabscontent"] {
        background-color: rgba(236, 188, 0, 0.2)
    }

    .area-ecbc00 .tabs .tabs-list .active a {
        background-color: #ecbc00
    }

    #menu-container .header.color-ecbc00 {
        color: #ecbc00
    }

    #menu-container a.color-ecbc00:hover, #menu-container a.color-ecbc00:focus {
        background-color: #ecbc00
    }

    #menu-container ul.level-0 > li > a.color-ecbc00:before {
        background-color: #ecbc00
    }

    .area-cdd30f h2 {
        color: #cdd30f
    }

    .area-cdd30f .toggle-micro-nav {
        background-color: #cdd30f
    }

    .area-cdd30f .micro-nav .selected > a, .area-cdd30f .micro-nav a:hover {
        background-color: #cdd30f
    }

    .area-cdd30f .tabs .tabs-list a[href^="#accessibletabscontent"] {
        background-color: rgba(205, 211, 15, 0.2)
    }

    .area-cdd30f .tabs .tabs-list .active a {
        background-color: #cdd30f
    }

    #menu-container .header.color-cdd30f {
        color: #cdd30f
    }

    #menu-container a.color-cdd30f:hover, #menu-container a.color-cdd30f:focus {
        background-color: #cdd30f
    }

    #menu-container ul.level-0 > li > a.color-cdd30f:before {
        background-color: #cdd30f
    }

    .area-aea700 h2 {
        color: #aea700
    }

    .area-aea700 .toggle-micro-nav {
        background-color: #aea700
    }

    .area-aea700 .micro-nav .selected > a, .area-aea700 .micro-nav a:hover {
        background-color: #aea700
    }

    .area-aea700 .tabs .tabs-list a[href^="#accessibletabscontent"] {
        background-color: rgba(174, 167, 0, 0.2)
    }

    .area-aea700 .tabs .tabs-list .active a {
        background-color: #aea700
    }

    #menu-container .header.color-aea700 {
        color: #aea700
    }

    #menu-container a.color-aea700:hover, #menu-container a.color-aea700:focus {
        background-color: #aea700
    }

    #menu-container ul.level-0 > li > a.color-aea700:before {
        background-color: #aea700
    }

    .area-00556a h2 {
        color: #00556a
    }

    .area-00556a .toggle-micro-nav {
        background-color: #00556a
    }

    .area-00556a .micro-nav .selected > a, .area-00556a .micro-nav a:hover {
        background-color: #00556a
    }

    .area-00556a .tabs .tabs-list a[href^="#accessibletabscontent"] {
        background-color: rgba(0, 85, 106, 0.2)
    }

    .area-00556a .tabs .tabs-list .active a {
        background-color: #00556a
    }

    #menu-container .header.color-00556a {
        color: #00556a
    }

    #menu-container a.color-00556a:hover, #menu-container a.color-00556a:focus {
        background-color: #00556a
    }

    #menu-container ul.level-0 > li > a.color-00556a:before {
        background-color: #00556a
    }

    .area-ec6200 h2 {
        color: #ec6200
    }

    .area-ec6200 .toggle-micro-nav {
        background-color: #ec6200
    }

    .area-ec6200 .micro-nav .selected > a, .area-ec6200 .micro-nav a:hover {
        background-color: #ec6200
    }

    .area-ec6200 .tabs .tabs-list a[href^="#accessibletabscontent"] {
        background-color: rgba(236, 98, 0, 0.2)
    }

    .area-ec6200 .tabs .tabs-list .active a {
        background-color: #ec6200
    }

    #menu-container .header.color-ec6200 {
        color: #ec6200
    }

    #menu-container a.color-ec6200:hover, #menu-container a.color-ec6200:focus {
        background-color: #ec6200
    }

    #menu-container ul.level-0 > li > a.color-ec6200:before {
        background-color: #ec6200
    }

    .area-bf002a h2 {
        color: #bf002a
    }

    .area-bf002a .toggle-micro-nav {
        background-color: #bf002a
    }

    .area-bf002a .micro-nav .selected > a, .area-bf002a .micro-nav a:hover {
        background-color: #bf002a
    }

    .area-bf002a .tabs .tabs-list a[href^="#accessibletabscontent"] {
        background-color: rgba(191, 0, 42, 0.2)
    }

    .area-bf002a .tabs .tabs-list .active a {
        background-color: #bf002a
    }

    #menu-container .header.color-bf002a {
        color: #bf002a
    }

    #menu-container a.color-bf002a:hover, #menu-container a.color-bf002a:focus {
        background-color: #bf002a
    }

    #menu-container ul.level-0 > li > a.color-bf002a:before {
        background-color: #bf002a
    }

    .area-9c004b h2 {
        color: #9c004b
    }

    .area-9c004b .toggle-micro-nav {
        background-color: #9c004b
    }

    .area-9c004b .micro-nav .selected > a, .area-9c004b .micro-nav a:hover {
        background-color: #9c004b
    }

    .area-9c004b .tabs .tabs-list a[href^="#accessibletabscontent"] {
        background-color: rgba(156, 0, 75, 0.2)
    }

    .area-9c004b .tabs .tabs-list .active a {
        background-color: #9c004b
    }

    #menu-container .header.color-9c004b {
        color: #9c004b
    }

    #menu-container a.color-9c004b:hover, #menu-container a.color-9c004b:focus {
        background-color: #9c004b
    }

    #menu-container ul.level-0 > li > a.color-9c004b:before {
        background-color: #9c004b
    }

    .area-009b77 h2 {
        color: #009b77
    }

    .area-009b77 .toggle-micro-nav {
        background-color: #009b77
    }

    .area-009b77 .micro-nav .selected > a, .area-009b77 .micro-nav a:hover {
        background-color: #009b77
    }

    .area-009b77 .tabs .tabs-list a[href^="#accessibletabscontent"] {
        background-color: rgba(0, 155, 119, 0.2)
    }

    .area-009b77 .tabs .tabs-list .active a {
        background-color: #009b77
    }

    #menu-container .header.color-009b77 {
        color: #009b77
    }

    #menu-container a.color-009b77:hover, #menu-container a.color-009b77:focus {
        background-color: #009b77
    }

    #menu-container ul.level-0 > li > a.color-009b77:before {
        background-color: #009b77
    }

    .area-008993 h2 {
        color: #008993
    }

    .area-008993 .toggle-micro-nav {
        background-color: #008993
    }

    .area-008993 .micro-nav .selected > a, .area-008993 .micro-nav a:hover {
        background-color: #008993
    }

    .area-008993 .tabs .tabs-list a[href^="#accessibletabscontent"] {
        background-color: rgba(0, 137, 147, 0.2)
    }

    .area-008993 .tabs .tabs-list .active a {
        background-color: #008993
    }

    #menu-container .header.color-008993 {
        color: #008993
    }

    #menu-container a.color-008993:hover, #menu-container a.color-008993:focus {
        background-color: #008993
    }

    #menu-container ul.level-0 > li > a.color-008993:before {
        background-color: #008993
    }

    .area-4fb800 h2 {
        color: #4fb800
    }

    .area-4fb800 .toggle-micro-nav {
        background-color: #4fb800
    }

    .area-4fb800 .micro-nav .selected > a, .area-4fb800 .micro-nav a:hover {
        background-color: #4fb800
    }

    .area-4fb800 .tabs .tabs-list a[href^="#accessibletabscontent"] {
        background-color: rgba(79, 184, 0, 0.2)
    }

    .area-4fb800 .tabs .tabs-list .active a {
        background-color: #4fb800
    }

    #menu-container .header.color-4fb800 {
        color: #4fb800
    }

    #menu-container a.color-4fb800:hover, #menu-container a.color-4fb800:focus {
        background-color: #4fb800
    }

    #menu-container ul.level-0 > li > a.color-4fb800:before {
        background-color: #4fb800
    }

    .area-0087b2 h2 {
        color: #0087b2
    }

    .area-0087b2 .toggle-micro-nav {
        background-color: #0087b2
    }

    .area-0087b2 .micro-nav .selected > a, .area-0087b2 .micro-nav a:hover {
        background-color: #0087b2
    }

    .area-0087b2 .tabs .tabs-list a[href^="#accessibletabscontent"] {
        background-color: rgba(0, 135, 178, 0.2)
    }

    .area-0087b2 .tabs .tabs-list .active a {
        background-color: #0087b2
    }

    #menu-container .header.color-0087b2 {
        color: #0087b2
    }

    #menu-container a.color-0087b2:hover, #menu-container a.color-0087b2:focus {
        background-color: #0087b2
    }

    #menu-container ul.level-0 > li > a.color-0087b2:before {
        background-color: #0087b2
    }

    .area-1d3f4b h2 {
        color: #1d3f4b
    }

    .area-1d3f4b .toggle-micro-nav {
        background-color: #1d3f4b
    }

    .area-1d3f4b .micro-nav .selected > a, .area-1d3f4b .micro-nav a:hover {
        background-color: #1d3f4b
    }

    .area-1d3f4b .tabs .tabs-list a[href^="#accessibletabscontent"] {
        background-color: rgba(29, 63, 75, 0.2)
    }

    .area-1d3f4b .tabs .tabs-list .active a {
        background-color: #1d3f4b
    }

    #menu-container .header.color-1d3f4b {
        color: #1d3f4b
    }

    #menu-container a.color-1d3f4b:hover, #menu-container a.color-1d3f4b:focus {
        background-color: #1d3f4b
    }

    #menu-container ul.level-0 > li > a.color-1d3f4b:before {
        background-color: #1d3f4b
    }

    .area-5f002f h2 {
        color: #5f002f
    }

    .area-5f002f .toggle-micro-nav {
        background-color: #5f002f
    }

    .area-5f002f .micro-nav .selected > a, .area-5f002f .micro-nav a:hover {
        background-color: #5f002f
    }

    .area-5f002f .tabs .tabs-list a[href^="#accessibletabscontent"] {
        background-color: rgba(95, 0, 47, 0.2)
    }

    .area-5f002f .tabs .tabs-list .active a {
        background-color: #5f002f
    }

    #menu-container .header.color-5f002f {
        color: #5f002f
    }

    #menu-container a.color-5f002f:hover, #menu-container a.color-5f002f:focus {
        background-color: #5f002f
    }

    #menu-container ul.level-0 > li > a.color-5f002f:before {
        background-color: #5f002f
    }

    .area-3d4100 h2 {
        color: #3d4100
    }

    .area-3d4100 .toggle-micro-nav {
        background-color: #3d4100
    }

    .area-3d4100 .micro-nav .selected > a, .area-3d4100 .micro-nav a:hover {
        background-color: #3d4100
    }

    .area-3d4100 .tabs .tabs-list a[href^="#accessibletabscontent"] {
        background-color: rgba(61, 65, 0, 0.2)
    }

    .area-3d4100 .tabs .tabs-list .active a {
        background-color: #3d4100
    }

    #menu-container .header.color-3d4100 {
        color: #3d4100
    }

    #menu-container a.color-3d4100:hover, #menu-container a.color-3d4100:focus {
        background-color: #3d4100
    }

    #menu-container ul.level-0 > li > a.color-3d4100:before {
        background-color: #3d4100
    }

    .area-a46674 h2 {
        color: #a46674
    }

    .area-a46674 .toggle-micro-nav {
        background-color: #a46674
    }

    .area-a46674 .micro-nav .selected > a, .area-a46674 .micro-nav a:hover {
        background-color: #a46674
    }

    .area-a46674 .tabs .tabs-list a[href^="#accessibletabscontent"] {
        background-color: rgba(164, 102, 116, 0.2)
    }

    .area-a46674 .tabs .tabs-list .active a {
        background-color: #a46674
    }

    #menu-container .header.color-a46674 {
        color: #a46674
    }

    #menu-container a.color-a46674:hover, #menu-container a.color-a46674:focus {
        background-color: #a46674
    }

    #menu-container ul.level-0 > li > a.color-a46674:before {
        background-color: #a46674
    }

    .area-724b51 h2 {
        color: #724b51
    }

    .area-724b51 .toggle-micro-nav {
        background-color: #724b51
    }

    .area-724b51 .micro-nav .selected > a, .area-724b51 .micro-nav a:hover {
        background-color: #724b51
    }

    .area-724b51 .tabs .tabs-list a[href^="#accessibletabscontent"] {
        background-color: rgba(114, 75, 81, 0.2)
    }

    .area-724b51 .tabs .tabs-list .active a {
        background-color: #724b51
    }

    #menu-container .header.color-724b51 {
        color: #724b51
    }

    #menu-container a.color-724b51:hover, #menu-container a.color-724b51:focus {
        background-color: #724b51
    }

    #menu-container ul.level-0 > li > a.color-724b51:before {
        background-color: #724b51
    }

    .area-032352 h2 {
        color: #032352
    }

    .area-032352 .toggle-micro-nav {
        background-color: #032352
    }

    .area-032352 .micro-nav .selected > a, .area-032352 .micro-nav a:hover {
        background-color: #032352
    }

    .area-032352 .tabs .tabs-list a[href^="#accessibletabscontent"] {
        background-color: rgba(3, 35, 82, 0.2)
    }

    .area-032352 .tabs .tabs-list .active a {
        background-color: #032352
    }

    #menu-container .header.color-032352 {
        color: #032352
    }

    #menu-container a.color-032352:hover, #menu-container a.color-032352:focus {
        background-color: #032352
    }

    #menu-container ul.level-0 > li > a.color-032352:before {
        background-color: #032352
    }

    .area-564e6f h2 {
        color: #564e6f
    }

    .area-564e6f .toggle-micro-nav {
        background-color: #564e6f
    }

    .area-564e6f .micro-nav .selected > a, .area-564e6f .micro-nav a:hover {
        background-color: #564e6f
    }

    .area-564e6f .tabs .tabs-list a[href^="#accessibletabscontent"] {
        background-color: rgba(86, 78, 111, 0.2)
    }

    .area-564e6f .tabs .tabs-list .active a {
        background-color: #564e6f
    }

    #menu-container .header.color-564e6f {
        color: #564e6f
    }

    #menu-container a.color-564e6f:hover, #menu-container a.color-564e6f:focus {
        background-color: #564e6f
    }

    #menu-container ul.level-0 > li > a.color-564e6f:before {
        background-color: #564e6f
    }

    .area-3b0041 h2 {
        color: #3b0041
    }

    .area-3b0041 .toggle-micro-nav {
        background-color: #3b0041
    }

    .area-3b0041 .micro-nav .selected > a, .area-3b0041 .micro-nav a:hover {
        background-color: #3b0041
    }

    .area-3b0041 .tabs .tabs-list a[href^="#accessibletabscontent"] {
        background-color: rgba(59, 0, 65, 0.2)
    }

    .area-3b0041 .tabs .tabs-list .active a {
        background-color: #3b0041
    }

    #menu-container .header.color-3b0041 {
        color: #3b0041
    }

    #menu-container a.color-3b0041:hover, #menu-container a.color-3b0041:focus {
        background-color: #3b0041
    }

    #menu-container ul.level-0 > li > a.color-3b0041:before {
        background-color: #3b0041
    }

    .area-866800 h2 {
        color: #866800
    }

    .area-866800 .toggle-micro-nav {
        background-color: #866800
    }

    .area-866800 .micro-nav .selected > a, .area-866800 .micro-nav a:hover {
        background-color: #866800
    }

    .area-866800 .tabs .tabs-list a[href^="#accessibletabscontent"] {
        background-color: rgba(134, 104, 0, 0.2)
    }

    .area-866800 .tabs .tabs-list .active a {
        background-color: #866800
    }

    #menu-container .header.color-866800 {
        color: #866800
    }

    #menu-container a.color-866800:hover, #menu-container a.color-866800:focus {
        background-color: #866800
    }

    #menu-container ul.level-0 > li > a.color-866800:before {
        background-color: #866800
    }

    .area-416224 h2 {
        color: #416224
    }

    .area-416224 .toggle-micro-nav {
        background-color: #416224
    }

    .area-416224 .micro-nav .selected > a, .area-416224 .micro-nav a:hover {
        background-color: #416224
    }

    .area-416224 .tabs .tabs-list a[href^="#accessibletabscontent"] {
        background-color: rgba(65, 98, 36, 0.2)
    }

    .area-416224 .tabs .tabs-list .active a {
        background-color: #416224
    }

    #menu-container .header.color-416224 {
        color: #416224
    }

    #menu-container a.color-416224:hover, #menu-container a.color-416224:focus {
        background-color: #416224
    }

    #menu-container ul.level-0 > li > a.color-416224:before {
        background-color: #416224
    }

    .area-00787b h2 {
        color: #00787b
    }

    .area-00787b .toggle-micro-nav {
        background-color: #00787b
    }

    .area-00787b .micro-nav .selected > a, .area-00787b .micro-nav a:hover {
        background-color: #00787b
    }

    .area-00787b .tabs .tabs-list a[href^="#accessibletabscontent"] {
        background-color: rgba(0, 120, 123, 0.2)
    }

    .area-00787b .tabs .tabs-list .active a {
        background-color: #00787b
    }

    #menu-container .header.color-00787b {
        color: #00787b
    }

    #menu-container a.color-00787b:hover, #menu-container a.color-00787b:focus {
        background-color: #00787b
    }

    #menu-container ul.level-0 > li > a.color-00787b:before {
        background-color: #00787b
    }

    .paneltop, .panelmain {
        position: relative;
        max-width: 100%;
        margin: 0 auto
    }

    .panelmain {
        margin-top: 7px;
        overflow: hidden
    }

    .panelright, .panelleft {
        position: absolute;
        top: 0;
        width: 20px;
        height: 79px
    }

    .panelright a, .panelleft a {
        display: block;
        height: 100%;
        outline: none
    }

    .panelright img, .panelleft img {
        visibility: hidden
    }

    .panelright {
        right: 0;
        background: url("../pics/galerie_right.png") no-repeat center right
    }
}

@media screen and (max-width: 979px) and (max-width: 629px) {
    .panelright {
        right: -20px
    }
}

@media screen and (max-width: 979px) {
    .panelleft {
        left: 0;
        background: url("../pics/galerie_left.png") no-repeat center left
    }
}

@media screen and (max-width: 979px) and (max-width: 629px) {
    .panelleft {
        left: -20px
    }
}

@media screen and (max-width: 979px) {
    .container > .left .exposureThumbs {
        max-width: 100%;
        margin: 0 auto;
        padding: 0;
        list-style-type: none
    }

    .container > .left .exposureThumbs li {
        float: left;
        margin: 0;
        padding: 0;
        text-align: center;
        display: none;
        width: 20%;
        height: 79px !important
    }

    .container > .left .exposureThumbs li img {
        cursor: pointer;
        height: 100%
    }

    .container > .left .exposureThumbs li.last {
        margin: 0
    }

    .container > .left .exposureTarget {
        max-width: 100%;
        height: auto !important;
        width: auto !important;
        background-image: url("../ur_modules/galerie/loader.gif");
        background-repeat: no-repeat;
        background-position: center center;
        padding: 0;
        margin: 0;
        position: relative;
        overflow: hidden
    }

    .container > .left .exposureWrapper {
        top: 0;
        left: 0;
        width: 100%
    }

    .container > .left .exposureWrapper img {
        cursor: pointer;
        margin: 0 auto;
        height: auto !important
    }

    .container > .left .exposureWrapper img + img {
        position: absolute;
        top: 0;
        left: 0
    }

    .container > .left .exposureLoaded {
        background-image: none
    }

    .container > .left .exposureData {
        position: absolute;
        right: 0;
        bottom: -2000px;
        left: 0;
        padding: 20px;
        color: #fff;
        background-color: #000;
        background-color: rgba(0, 0, 0, 0.75);
        font-weight: bold;
        display: none
    }

    .container > .left .exposureSlideshowControls {
        display: block;
        margin-top: 10px;
        text-align: center
    }

    .container > .left .exposureSlideshowControls a {
        display: inline-block;
        text-decoration: none;
        padding: 10px 20px
    }

    .container > .left .exposureSlideshowControls a:active, .container > .left .exposureSlideshowControls a:hover {
        color: #fff;
        background: #000
    }

    .container > .left .clear {
        clear: both
    }

    .event h2 a {
        color: inherit;
        text-decoration: inherit
    }

    .container .left .event .tags a {
        font-size: 12px;
        font-size: 0.85rem;
        font-weight: normal;
        text-transform: uppercase;
        line-height: 1;
        padding: .3em .6em;
        background-color: #8e8e8d
    }

    .article > .dropdown:after {
        content: "";
        display: table;
        clear: both
    }

    #calendar_box *, #datepicker * {
        box-sizing: content-box
    }

    .container .left .article #datepicker {
        width: 440px !important;
        padding: 10px 20px
    }

    .container .left .article #datepicker form {
        margin-bottom: 10px
    }

    .container .left .article #datepicker form .form_start {
        margin-left: 0 !important;
        margin-right: 10px !important
    }

    .container .left .article #datepicker form .form_end {
        margin-left: 10px !important
    }

    .container .left .article #datepicker #datepicker_start, .container .left .article #datepicker #datepicker_end, .container .left .article #datepicker #datpicker_select {
        margin: 0;
        width: auto
    }

    .container .left .article #datepicker #datepicker_start {
        float: left
    }

    .container .left .article #datepicker #datpicker_select {
        clear: both;
        float: none;
        padding-top: 20px
    }

    .container .left .article #datepicker #datpicker_select input {
        margin: 0 5px
    }

    .container .left .article #datepicker #datpicker_select br {
        display: none
    }

    .container .left .article #datepicker #datpicker_select br + input {
        margin-left: 10px
    }

    .container .left .article #datepicker #datpicker_select .send_button {
        width: auto;
        display: inline-block;
        margin: 10px auto;
        padding: 10px 20px;
        background-color: #8e8e8d;
        color: #fff
    }

    .container .left .article #datepicker .ui-datepicker table {
        width: auto
    }
}

@media print {
    .right div, .right img, .right ol.location, .header, a.link-back, .menu-left, .navigation, .overlay, #skipnav, .tabs-list {
        display: none
    }

    .logo {
        position: static !important
    }

    .right {
        position: absolute;
        top: 0;
        right: 0;
        width: auto !important;
        margin: 0 !important
    }

    .logo:after {
        content: ""
    }

    body, .container, .left {
        width: 100% !important;
        background: none !important;
        margin: 0 !important;
        float: none;
        position: static
    }

    hr {
        width: auto;
        border-bottom: 1px dotted #8e8e8d;
        height: 1px;
        color: #fff
    }

    h2, h3, .kicker {
        page-break-after: avoid
    }

    a:after {
        content: " (" attr(href) ")"
    }

    a[rel="lightbox"]:after {
        content: ""
    }

    a:not([href]):after {
        content: ""
    }

    a.external {
        padding: 0
    }

    abbr[title]:after {
        content: " (" attr(title) ")"
    }

    div.left div.article > table tr {
        background: none;
        border-bottom: 1px dotted #8e8e8d
    }

    .tabbody {
        display: block !important
    }

    .tabs .tabhead {
        position: static;
        left: auto
    }

    div.event ul.tags li a:after {
        content: ""
    }
}

div.popover.right {
    float: none !important;
    width: auto !important;;
    margin: 0 0 0 10px !important;;
    padding: 1px !important;;
}

.popover.right > .arrow {
    left: 24px;
}

/*!



/* From: /usr/share/eprints3/archives/epub/cfg/static/style/auto/zzz_local2.css */

@media screen and (min-width: 980px) {
  body {
    background: none;
  }
}

.alignnone {
    float: none;
    margin: 0 0 1.313em;
    width: 12px;
}

.ep_form_action_button, .ep_form_internal_button, .ep_tm_searchbarbutton, .ep_blister_node_selected, div.container div.left input[type="submit"]
{
    color: black;
    border-color: #B3B3B3;
    background: transparent url("../pics/button.gif") repeat scroll center top;
    min-height: 23px;
    border-width: 1px;
    margin: 2px 0;
}

.ep_form_internal_button:hover, .ep_form_action_button:hover
{
    background-position: center bottom;
}

div.menu-left > ul > li ul > li:first-child > a {
    background-attachment: scroll;
    background-image: url("../images/schatten_oben.png");
    background-position: right top;
    background-repeat: repeat-x;
}

div.menu-left > ul > li ul > li:last-child > a {
    background-attachment: scroll;
    background-image: url("../images/schatten_unten.png");
    background-position: right bottom;
    background-repeat: repeat-x;
}

@media screen and (min-width: 980px) {
  div.menu-left > ul > li ul > li:last-child > a {
    padding-bottom: 6px;
  }
  div.menu-left > ul > li ul > li:first-child > a {
    padding-top: 6px;
  }
}

@media screen and (min-width: 980px){
    div.article div.ep_search_results table.ep_columns tbody tr.row_a, div.article div.ep_search_results table.ep_columns tbody tr.row_b {
        background-color: #FFF;
    }
}

div.article div.ep_search_results table.ep_columns tbody tr.row_a, div.article div.ep_search_results table.ep_columns tbody tr.row_b {
        background-image: none;
}

.ep_tm_key_tools li {
    border: none; 
    padding: 0;
}

@media screen and (min-width: 980px){ 
  .ep_tm_key_tools a:visited {
    color: #444;
  }
}

@media screen and (max-width: 979px){
  .ep_tm_key_tools a:visited {
    color: #000;
  }
}

ul#login-menu {
    margin-right: 0;
    padding-right: 0;
    background: none;
    color: #444;
}

img.epub_help {
    float: left;
    margin: 0 10px 10px 0;
    border: solid 1px;
    position: relative;
    top: 3px;
}

div.epub_start {
    margin: 0; 
}

@media screen and (min-width: 980px){
    div.epub_start {
        width: 516px;
    }
}

ul#start_rss {
    list-style-type: none;
    padding: 0;
    margin: 4px 0px;
    width: 100%;
    text-align: right;
    position: relative;
    right: 4px;
}

ul#start_rss li {
    display: inline;
}

div.epub_start a {
    background-repeat: no-repeat;
    background-position: left center;
    display: inline-block;
    width: 169px;
    height: 127px;
    vertical-align: bottom;
    color: #000;
}

div.epub_start span {
    position: relative;
    top: 84px;
    display: inline-block;
    width: 156px;
    height: 2.4em;
    font-size: 10pt;
    line-height: 1.2em;
    text-align: center;
}

div.container div.left div.article table.ep_blister_bar td {
    padding: 0;
}

div.container div.left div.article table.ep_blister_bar td.ep_blister_join {
    padding: 0 5px;
}

div.left li.ep_search_feed a {
    text-decoration: none;
    color: 
}

.ep_block {
    text-align: left;
    padding: 0 10px;
    margin: 0;
}

h1 {
    text-align: left;
    color: #000;
}

div.container a.external {
    background: url(images/pfeil_link_extern.png) no-repeat scroll right 70%;
    padding: 0 14px 0 0;
}

div.article ul.ep_tab_bar li a {
    text-decoration: none;
    margin-right: 0.5em;
    padding: 3px 2px 4px;
}

ul#ep_eprint_view_tabs {
    margin: 0;
    padding: 0;
}

div.container div.left ul.ep_tab_bar li {
    margin: 0;
}

.ep_tab_bar li:first-child a {
    margin-left: 0;
}

div.container div.left table.ep_form_input_grid tbody tr td {
    vertical-align: middle;
}

/*.ep_sr_component .ep_sr_content {
    padding-left: 2px;
}*/

div.container div.left div.ep_subjectinput_tree input.ep_subjectinput_add_button, div.container div.left table.ep_subjectinput_selections input.ep_subjectinput_remove_button {
    color: black;
    font-size: 75%;
    font-weight: normal;
    height: auto;
    margin-bottom: 2px;
    padding: 1px 2px;
}

#_doc83069_af1 a {
    text-decoration: underline;
}

blockquote {
    margin-left: 25px;
}

div#rTop {
    z-index: -10;
}

.ep_blister_node_selected {
    border-width: 1px;
    background-position: center bottom !important;
    padding: 3px 10px;
    font-weight: bold;
}

section {
    clear: both;
}

.ep_block > .ep_block, .article > .ep_block, div.ep_summary_content_main .ep_block {
    padding: 0;
}

div.container div.left ul.ep_action_list {
    padding: 10px 0;
    margin: 0;
}

div.container div.left ul.ep_action_list li {
    margin: 0 0 2px 4px;
    padding: 2px 0;
}

div.container div.left ul.ep_action_list li:first-child {
    margin-left: 0;
}

a:visited {
    color: #000;
}

@media screen and (min-width: 980px) {
  div.logged_in {
    padding: 0 8px;
  }
}

@media screen and (max-width: 979px) {
  div.logged_in {
    padding: 0 20px;
  }
  li > div.logged_in {
    padding-right: 30px;
    padding-bottom: 4px;
  }
}

li > div.logged_in {
    text-align: right;
}

@media screen and (min-width: 980px) {
  div.ep_tab_panel hr {
    width: 105%;
    margin-left: -11px;
  }
}

@media screen and (max-width: 979px) {
  .left div.ep_tab_panel hr {
    width: 104%;
    margin-left: -12px;
  }
}

@media screen and (max-width: 629px) {
  .left div.ep_tab_panel hr {
    width: 110%;
    margin-left: -11px;
  }
}

select {
    margin-right: 4px;
}

input.ep_form_action_button, input.ep_form_internal_button, input.ep_blister_node, input.ep_blister_node_selected {
    line-height: normal;
}

div.article div.ep_tab_panel input.ep_form_action_button {
    white-space: normal;
    height: auto;
    min-height: 23px;
    line-height: 1.1;
}

div.ep_blister_bar {
    text-align: center;
}

span.ep_blister_join {
    display: inline-block;
    width: 16px;
    height: 8px;
}

div.container div.left div.article table tr td {
    padding: 3px 3px 5px;
}

th.ep_multi_heading, td.ep_multi_input, td.ep_multi_help {
    border-top: none;
    border-left: none;
}

td.ep_multi_input {
    background: url("../images/linie_vertikal.png") repeat-y scroll left top transparent;
}

td.ep_columns_cell:first-child {
    border-left-style: solid;
    border-left-color: #888;
}

td.ep_columns_cell:last-child {
    border-right-style: solid;
}

td.ep_columns_cell {
    border-color: #888;
}

th.ep_row, td.ep_row, .ep_search_result td {
    border-bottom: none;
}

td.ep_row {
    border-left-style: none;
/*    background: url("../images/linie_vertikal.png") repeat-y scroll left top transparent;*/
    padding-left: 10px !important;
}

.ep_subjectinput_selections {
    border: none;
    background: url("../images/linie_horizontal.png") repeat-x scroll left bottom transparent;
}

form input[type="text"] + input[type="submit"].ep_form_action_button {
    margin-left: 4px;
}

input.ep_form_search_advanced_link, input.ep_form_search_advanced_link:hover {
    text-decoration: none;
    border-style: solid;
}

@media screen and (min-width: 980px) {
  div.container div.left table.ep_search_fields tbody tr {
    background-color: white;
  }
  div.container div.left div.ep_summary_box_body table.ep_search_fields tbody tr {
    background-color: transparent;
  }
}

table#login_table {
    margin: 8px auto;
}

table#login_table tr {
    background-image: none;
}

table#login_table tr td {
    vertical-align: middle;
    padding: 2px 5px;
}

table.orcid_multi{
    border-top: 1px solid;
}

.ep_form_field_help {
    font-size: smaller;
}

div#inputfield_username td {
    padding-left: 0;
}

.ep_tm_header {
    background-image: none;
}

.navigation {
    z-index: 1000;
}

div.ep_view_intro, div.ep_view_blurb {
    margin-bottom: 10px;
}

a.link-back {
    color: #444444;
}

#refers_2 .ep_document_link {
	display: table-cell;
}

#refers_2 span.citation {
	display: table-cell;
	vertical-align: middle;
	padding-left: 5px;
}

#refers_2 a + a + a + span.citation {
	display: inline-block;
}

div#rBottom p {
	margin-bottom: 8px;
	line-height: 1.2em;
	padding-left: 20px;
	text-indent: -20px;
}

div.container div.footer hr {
	margin-left: -17px;
}

div#overlay {
height: 0;

}

#ep_summary_box_2_content {

    background-image: none;
    background-repeat: none;
    background-color: transparent;
    border-style: none;
    
}

#ep_summary_box_3_content {

    background-image: none;
    background-repeat: none;
    background-color: transparent;
    border-style: none;
    
}

#ep_summary_box_4_content {

    background-image: none;
    background-repeat: none;
    background-color: transparent;
    border-style: none;
    
}

#ep_summary_box_1_content {

    background-image: none;
    background-repeat: none;
    background-color: transparent;
    border-style: none;
    
}

#ep_summary_box_5_content {

    background-image: none;
    background-repeat: none;
    background-color: transparent;
    border-style: none;
    
}

#ep_summary_box_6_content {

    background-image: none;
    background-repeat: none;
    background-color: transparent;
    border-style: none;
    
}

#ep_summary_box_7_content {

    background-image: none;
    background-repeat: none;
    background-color: transparent;
    border-style: none;
    
}

#ep_summary_box_8_content {

    background-image: none;
    background-repeat: none;
    background-color: transparent;
    border-style: none;
    
}



dd a {
	color:#fff;
	background-color: #bfbfbf;
	padding: 0 2.5em;
	border-radius: 1em;
	text-transform: uppercase;
	font-size: 10px;
	line-height: 15px;
	text-decoration: none !important;
}

dd a:hover {
	background-color: #a46674;
}

dd a:visited {
	color:#fff;
}
dd a:active {
	color:#fff;
}

a.own-link:visited {
	color:#fff;
}


a.own-link, a.own-link:visited {
	color:#fff;
}


a.id-copy {
	color:#000;
	background:#fff;
	margin:0px;
	padding: 0 0 0 10px;
}
a.id-copy:hover {
	color:#000;
	background:#fff;
	margin:0px;
	padding: 0 0 0 10px;
}

#own_doi{
	font-size:110%;
}

#own_urn{
	font-size:110%;
}



/* From: /usr/share/eprints3/archives/epub/cfg/static/style/auto/zzz_social_share_privacy.css */

.social_share_privacy_area {
    clear: both; 
    margin: 20px 0 !important;
	list-style-type: none;
	padding: 0 !important;
	width: auto;
	height: 25px;
	display: block; 
}
.social_share_privacy_area ul {
    list-style-type: none; 
}

.social_share_privacy_area li {
	margin: 0 !important;
	padding: 0 !important;
	height: 21px;
	float: left;
        list-style-type: none;
}
.social_share_privacy_area li .dummy_btn {
    float: left;
    margin: 0 0 0 0px;
    cursor: pointer;
    padding: 0;
    height: inherit;
}
.social_share_privacy_area li div iframe {
    overflow: hidden;
    height: inherit;
    width: inherit;
}
/* Facebook begin */
.social_share_privacy_area .facebook {
    width: 180px;
    display: inline-block;
}
.social_share_privacy_area .facebook .fb_like iframe {
    width: 145px;
}
/* Facebook end */
/* Twitter begin */
.social_share_privacy_area .twitter {
	width: 148px;
}
.social_share_privacy_area li div.tweet {
	width: 115px;
}
/* Twitter end */
/* Google+ begin */
.social_share_privacy_area .gplus {
	width: 123px;
}
.social_share_privacy_area li div.gplusone {
	width: 90px;
}
/* Google+ end */
/* Switch begin */
.social_share_privacy_area li .switch {
    display: inline-block;
    text-indent: -9999em;
    background: transparent url(images/socialshareprivacy_on_off.png) no-repeat 0 0 scroll;
    width: 23px;
    height: 12px;
    overflow: hidden;
    float: left; 
    margin: 4px 0 0;
    padding: 0;
    cursor: pointer;
}
.social_share_privacy_area li .switch.on {
    background-position: 0 -12px; 
}
/* Switch end */
/* Tooltips begin */
.social_share_privacy_area li.help_info {
    position: relative; 
}
.social_share_privacy_area li.help_info .info, 
.social_share_privacy_area li .help_info.icon .info {
    display: none;
    position: absolute; 
    bottom: 40px;
    left: 0;
    width: 170px;
    padding: 10px 15px;
    margin: 0;
    font-size: 12px;
    line-height: 16px;
    font-weight: bold;
    border: 1px solid #ccc;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -moz-box-shadow: 0 3px 4px #999;
    -webkit-box-shadow: 0 3px 4px #999;
    box-shadow: 0 3px 4px #999;
    background-color: #fdfbec;
    color: #000;
    z-index: 500;
}
.social_share_privacy_area li.gplus.help_info .info {
    left: -60px;
}
.social_share_privacy_area li .help_info.icon .info {
    left: -243px;
    width: 350px;
}
.social_share_privacy_area li.help_info.display .info, 
.social_share_privacy_area li .help_info.icon.display .info {
    display: block;
}
.social_share_privacy_area li.help_info.info_off.display .info {
    display: none;
}
.social_share_privacy_area li .help_info.icon {
    background: #fff url(../images/socialshareprivacy_info.png) no-repeat center center scroll;
    width: 25px;
    height: 20px;
    position: relative;
    display: inline-block;
	vertical-align: top;
	border: 2px solid #e7e3e3;
	border-right-width: 0;
	-moz-border-radius: 5px 0 0 5px;
	-webkit-border-radius: 5px 0 0 5px;
	border-radius: 5px 0 0 5px;
    margin: 0;
    padding: 0;
}
.social_share_privacy_area li.settings_info .settings_info_menu.on .help_info.icon {
	border-top-width: 0;
	border-left-width: 0;
}
.social_share_privacy_area li.settings_info .settings_info_menu.perma_option_off .help_info.icon {
	border-right-width: 2px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
/* Tooltips end */
/* Settings/Info begin */
.social_share_privacy_area li.settings_info {
        /* clear:both; */
	position: relative; 
	/* top: 5px; */
}
.social_share_privacy_area li.settings_info a {
	text-decoration: none;
	margin: 0 !important;
}
.social_share_privacy_area li.settings_info .settings_info_menu {
    background-color: #f3f4f5;
    border: 2px solid #e7e3e3;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
    border-radius: 5px;
	-moz-box-shadow: 2px 2px 3px #c1c1c1;
	-webkit-box-shadow: 2px 2px 3px #c1c1c1;
    box-shadow: 3px 3px 3px #c1c1c1;
    left: 0;
    position: absolute;
    top: 0;
    width: 135px;
    z-index: 900;
    margin: 0;
    padding: 0;
}
.social_share_privacy_area li.settings_info .settings_info_menu.off {
	border-width: 0;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	background-color: transparent;
}
.social_share_privacy_area li.settings_info .settings_info_menu.off form {
	display: none;
	margin: 0;
	padding: 0;
}
.social_share_privacy_area li.settings_info .settings_info_menu .settings {
	text-indent: -9999em;
	display: inline-block;
	background: #fff url(images/settings.png) no-repeat center center scroll;
	width: 25px;
	height: 20px;
	border: 2px solid #e7e3e3;
	-moz-border-radius: 0 5px 5px 0;
	-webkit-border-radius: 0 5px 5px 0;
	border-radius: 0 5px 5px 0;
	border-left: 1px solid #ddd;
	margin: 0;
	padding: 0;
}
.social_share_privacy_area li.settings_info .settings_info_menu.on .settings {
	border-top-width: 0;
}
.social_share_privacy_area li.settings_info .settings_info_menu form fieldset {
    border-width: 0;
    margin: 0;
    padding: 0 10px 10px;
}
.social_share_privacy_area li.settings_info .settings_info_menu form fieldset legend {
    font-size: 11px;
    font-weight: bold;
    line-height: 14px;
    margin: 0;
    padding: 10px 0;
	width: 115px;
}
.social_share_privacy_area li.settings_info .settings_info_menu form fieldset input {
	clear: both;
    float: left;
    margin: 4px 10px 4px 0;
    padding: 0;
}
.social_share_privacy_area li.settings_info .settings_info_menu form fieldset label {
    display: inline-block;
    float: left;
    font-size: 12px;
    font-weight: bold;
    line-height: 24px;
	-moz-transition: color .5s ease-in;
	-webkit-transition: color .5s ease-in;
	transition: color .5s ease-in;
	margin: 0;
	padding: 0;
}
.social_share_privacy_area li.settings_info .settings_info_menu form fieldset label.checked {
	color: #090;
}
/* Settings/Info end */

/*
input, select, textarea {
    max-width: 500px;
}
*/


.tooltip {
    background: url("../images/info.gif") no-repeat scroll 4px center #EEEEEE;
    border: 1px solid #DDDDDD;
    border-radius: 6px 0 6px 6px;
    cursor: help;
    display: inline-block;
    height: 15px;
    margin: -5px 5px 0 !important;
    padding: 2px 4px 2px 19px !important;
}
