<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.jea-table-row-hover tr:hover {
  cursor:pointer;
}

#jea-log {
  overflow: hidden;
  text-align:left;
}

.jea-form .jea-help-bt {
  position:absolute;
  top:15px;
  right:50px
}

.jea-form .modal-footer {
  position:relative
}
.tab-pane .card {
  /*background-color: lightgrey;*/
  border-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.nav-tabs .nav-item.active {
  /*background-color: lightgrey;*/
}
.jea-blink {
  animation: JEA-BLINK 0.5s infinite;
  animation-direction: alternate;
}
@keyframes JEA-BLINK {
  0%   { opacity: 0.2; }
  100% { opacity: 0.8; }
}

.w-33 {
  width: 33% !important;
}

.w-40 {
  width: 40% !important;
}

.jea-border-mc35 {
  border-color: var(--ea-mc35) !important;
}

.jea-border-mc50 {
  border-color: var(--ea-mc50) !important;
}

.jea-border-mc70 {
  border-color: var(--ea-mc70) !important;
}

.jea-border-mc85 {
  border-color: var(--ea-mc85) !important;
}

.jea-text-mc27 {
  color: var(--ea-mc27) !important;
}

.jea-text-mc35 {
  color: var(--ea-mc35) !important;
}

.jea-text-mc70 {
  color: var(--ea-mc70) !important;
}
.jea-logo-bt {
  margin-right:10px;
  margin-top:-1px;
  display:inline-block;
  width:30px;
  height:30px;
}
.jea-logo-bt:hover {
  animation: rotate90 200ms linear;
}
.jea-logo-bt img {
  width:30px;
  height:30px;
}

.toast {
  width:350px;
}

#toasts-ph {
  position:fixed;
  top:0;
  right:0;
  z-index:1;
}

@-moz-keyframes rotate90 { 100% { -moz-transform: rotate(90deg); } }
@-webkit-keyframes rotate90 { 100% { -webkit-transform: rotate(90deg); } }
@keyframes rotate90 { 100% { -webkit-transform: rotate(90deg); transform:rotate(90deg); } }</pre></body></html>