a {
  color: #3070b3 !important;
}
.bg-tum {
  background-color: #3070B3 !important;
}
.text-tum {
  color: #3070B3;
}
#proceedButton {
  border: 1px solid #999;
}
#npaLogo {
  width: 30px;
}
.narrowRow {
  width: 20%;
}
#password {
  padding: 16px;
  background: #eee;
}
#trust-center-logo-container {
  background: #3070B3;
  padding: 15px;
  border-radius: 12px 0;
}
#trust-center-logo-container #tum-logo {
  height: 40px;
  width: 77px;
}
#trust-center-logo-container #trust-center-logo-text {
  color: #fff;
  line-height: 21px;
  margin-left: 8px;
  font-size: 21px !important;
}
#header-line-info {
  background-color: #f7f7f7;
}
#header-line-info #portal-name {
  padding-top: 2px;
  margin-right: 10px;
}
#header-line-info #user-info-nav {
  margin-top: 2px;
  font-size: 14px;
  padding-top: 3px;
}
#header-line-info #user-info-nav a {
  text-transform: uppercase;
  font-weight: 700;
  text-decoration: none !important;
}
#header-menu-items {
  padding-top: 5px;
}
#header-menu-items .nav-item {
  max-width: 130px;
  text-align: center;
  padding-top: 2px;
  transition: opacity .3s ease-in-out;
}
#header-menu-items .nav-item .nav-link {
  font-size: 0.875rem;
  font-weight: 700;
  text-transform: uppercase;
}
#header-menu-items .nav-item-single-line {
  padding-top: 10px;
}
#header-menu-items:hover .nav-item {
  opacity: 0.5;
}
#header-menu-items .nav-item:hover {
  opacity: 1;
}
#header-menu-items .dropdown .btn {
  padding: 0 !important;
}
#content-container {
  min-height: 90vh;
}
#logo-container-footer {
  max-width: 570px;
  margin-bottom: 20px !important;
}
#tum-logo-muted-footer {
  height: 37px;
  margin-right: 10px;
}
#footer-menu-items {

}
#footer-menu-items .nav-item {
  padding-top: 12px;
  margin-left: 12px;
  text-align: center;
}
#footer-menu-items .nav-item a {
  text-decoration: none;
}
#footer-menu-items .nav-item a:hover {
  text-decoration: underline;
}
.file-drop-area {
  width: 100%;
  height: 200px;
  border: 3px dashed #ccc;
  text-align: center;
  padding: 60px 20px 20px;
}

.file-drop-area-active {
  border: 3px dashed #0065BD;
}

.file-container {
  margin-bottom: 20px;
}
.file-info {
  background-color: #fbfbfb;
  border: 1px solid #ccc;
  border-radius: 10px 10px 0 0;
  padding: 10px 10px 0;
}
.file-info .file-info-divider {
  margin-top: 10px;
  margin-bottom: 10px;
}
.file-container .file-info .file-name {
  height: 26px;
  overflow-y: scroll;
  margin-bottom: 0;
}
.file-info .badge {
  cursor: pointer;
}
.file-info .label-column {
  width: 130px;
}
.file-info .file-property-label {
  font-size: 12px;
}
.file-info table {
  width: 100%;
}
.file-info table table td {
  width: 33%;
}

.file-icon-td {
  width: 110px;
  text-align: center;
}

.file-info svg {
  height: 80px;
  width: 80px;
}

.file-options-label {
  color: #999;
  padding: 0 5px 10px 0;
}

.file-status-area {
  border: 1px solid #ccc;
  border-top: 0;
  border-radius: 0 0 10px 10px;
  padding: 10px;
}

#options-configuration-files-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.file-options-table-info-column {
  vertical-align: top;
  padding-top: 0;
  color: rgba(116, 116, 116, 0.26);
  border-right: 2px solid #ccc;
  width: 60px;
  text-align: center;
}

.file-options-table-options-column {
  padding-left: 15px;
}

.file-container {
  margin-left: 15px;
}

.document-property {
  width: fit-content;
  padding-right: 20px;
  padding-bottom: 10px;
  float: left;
}

#no-signatures-available-warning {
  margin-top: 20px;
}
.signature-verification-report {
  width: 100%;
  border-left: 6px solid #f7f7f7;
}

.signature-verification-report-labels-td {
  width: 254px;
}

.signature-verification-report-document-preview-td {
  width: 30%;
}

.signature-verification-report iframe {
  width: 100%;
  height: 400px;
}
.signature-verification-report .signature-class-box {
  margin-left: auto;
  margin-right: auto;
  padding: 5px;
  background: #eee;
  border: 1px solid #ccc;
  border-radius: 5px;
  margin-bottom: 10px;
  width: fit-content;
}
.tum-logo-internal-use {
  width: 40px;
  margin-top: 10px;
}
.entity-information td {
  padding: 5px;
  vertical-align: top;
}
.signatory-identifier {
  display: block;
  max-width: 400px;
  overflow-x: visible;
}
.disabled-menu-item {
  cursor: not-allowed;
}
#progress-indicator {
  width: 457px;
  text-align: center;
  border-radius: 10px;
  border: 1px solid #ccc;
  padding: 10px;
  float: right;
  margin-left: 10px;
  margin-bottom: 10px;
}
.progress-indicator-numerical-step {
  width: 42px;
  height: 42px;
  border-radius: 20px;
  border: 3px solid #eee;
  font-size: 23px;
  text-align: center;
  margin: auto;
}
.progress-indicator-step-label {
  margin: auto;
  color: #666;
  font-size: 13px;
}
.progress-indicator-numerical-step-active {
  background-color: #3070B3;
  border: 3px solid #3070B3 !important;
  color: #fff !important;
}
.progress-indicator-numerical-step-completed {
  background-color: #999;
  border: 3px solid #999 !important;
  color: #fff !important;
}
.btn-primary {
  background-color: #3070B3 !important;
  border: 0;
}
.btn-outline-primary {
  border-color: #3070B3 !important;
  color: #3070B3 !important;
}
.file-info-box-mini {
  background-color: #fbfbfb;
  border: 1px solid #ccc;
  border-radius: 10px;
  padding: 10px;
  line-height: 6px;
  margin-bottom: 10px;
}
.file-info-box-mini table {
  width: 100%;
}
.file-info-box-mini .remove-file-button-column {
  width: 30px;
  text-align: center;
}
.file-info-box-mini .file-icon-td {
  width: 40px;
}
.file-info-box-mini svg {
  height: 40px;
  width: 40px;
}
.file-info-box-mini .remove-file-button-column .remove-file-button {
  height: 24px;
  width: 24px;
  cursor: pointer;
}
.file-options {
  border: 1px solid #ccc;
  border-radius: 0 0 10px 10px;
  border-top: 0;
  padding: 10px;
}
#processing-privacy-notice {
  width: 400px;
  float: right;
  text-align: right;
  font-size: 10px;
  margin-bottom: 30px;
}
#verification-results-arrow {
  margin-top: 15px;
}
#results-table .results-table-file-name-td {
  width: 300px;
}
#results-table .results-table-download-td {
  width: 220px;
}
.home-service-box {
  border: 1px solid #ccc;
  padding: 10px;
  border-radius: 10px;
  background-color: #f0f0f059;
  box-shadow: 0 3px 5px #eee;
  cursor: pointer;
}
.home-service-box table {
  height: 152px;
}
.home-service-box .home-service-box-icon-td {
  padding-left: 20px;
  padding-right: 20px;
}
.home-service-box .home-service-box-icon-td  svg {
  width: 50px;
  height: 50px;
  color: #666;
}
footer {
  margin-top: 30px;
  clear: both;
}
.signed-document-digest {
  font-family: monospace;
}

@media print {
  .container {
    width: 100% !important;
    max-width: none;
  }
  #header-menu-items, #progress-indicator, footer, #user-info-nav, #header-line-info button, .signature-verification-report-document-preview-td, #reset-button-verification-result {
    display: none;
  }
}

#identification-modal .modal-content {
  height: 95vh;
}

#identification-modal iframe, #document-preview-modal iframe {
  width: 100%;
  height: 100%
}

#document-preview-modal .modal-content {
  height: 90vh;
}
.sign-job-document-action-button-column {
  width: 60px;
}
.signatory-signing-status {
  width: 20px;
  height: 20px;
  border-radius: 10px;
  background-color: #000;
  float: left;
  margin-right: 6px;
  margin-top: 2px;
}
.sign-job-signatory-info {
  padding-top: 8px;
}
.signatory-document-row-file-name {
  max-width: 300px;
  padding: 8px;
}
.sign-job-document-file-name {
  vertical-align: middle;
  max-width: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.job-options-label-column {
  vertical-align: top;
  text-align: right;
  color: #666;
  padding-right: 10px;
  width: 180px;
}
.job-option-value {
  border-left: 1px solid #eee;
  padding-left: 15px;
}
#post-identification-spinner {
  width: 60px;
  height: 60px;
  color: #3070B3 !important;
}
#sign-job-creation-progress .progress-bar {
  width: 100%;
}
#sign-job-processing-progress .progress-bar {
  width: 100%;
}
#seal-information-box {
  border: 1px solid #ccc;
  border-radius: 10px;
  padding: 10px;
}
#smartphone-confirmation-qr-code {
  width: 150px;
}
#document-rendered-preview-container {
  margin-left: auto;
  margin-right: auto;
  display: grid;
}
#document-rendered-preview-container #document-rendered-preview-canvas {
  grid-column: 1;
  grid-row: 1;
  border: 1px solid #ccc;
  box-shadow: 3px 10px 10px #eee;
  z-index: 1;
  opacity: 0.5;
}
#document-rendered-preview-container #document-rendered-preview-signature-field-canvas {
  grid-column: 1;
  grid-row: 1;
  z-index: 3;
}
#document-rendered-preview-controls {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}
#document-rendered-preview-controls td {
  padding-left: 5px;
  padding-right: 5px;
}
#document-rendered-preview-controls input {
  width: 100px;
}
#document-rendered-preview-signature-box-border-container {
  grid-column: 1;
  grid-row: 1;
  z-index: 2;
}
#document-rendered-preview-signature-box-border-container #document-rendered-preview-signature-box-border {
  animation: signature-box-border-pulsate 2.5s infinite;
  border: 3px solid #3070B3;
  position: relative;
  background: #fff;
}
#pdf-visible-signature-design-selection-column {
  width: 300px;
  border-right: 1px solid #ccc;
  padding-right: 10px;
}
.eid-logo-option {
  width: 23px;
  margin-top: -5px;
}

.home-service-box-new {
  width: 100%;
  margin-bottom: 20px;
}
.home-service-box-new .home-service-box-icon-td {
  background-color: #f0f5fa !important;
  text-align: center;
  width: 110px;
}
.home-service-box-new .home-service-box-icon-td a {
  color: #072140 !important;
}
.home-service-box-new .home-service-box-icon-td a svg {
  width: 40px;
  height: 40px;
}
.home-service-box-new .home-service-box-text-td {
  background-color: #f0f5fa !important;
  padding: 15px;
  padding-left: 0;
}
.home-service-box-new .home-service-box-link-td {
  background-color: #3070b3 !important;
  width: 70px;
  text-align: center;
  color: #fff;
  cursor: pointer;
}
/*
Source: https://stackoverflow.com/a/8753001
Adjusted to TUMblue
 */
@keyframes signature-box-border-pulsate {
  0% { border-color: rgba(48, 112, 179, 1); }
  50% { border-color: rgba(48, 112, 179, 0); }
  100% { border-color: rgba(48, 112, 179, 1); }
}