.disclaimer{
    font-family: "HelsinginDisplayLight", sans-serif;
    font-size: 11px;
    color: #404040;
    text-align: left;
  padding: 5px 0px 0px 5px;
}
table.fixedHeader-floating {
    position: fixed !important;
    background-color: white
}
table.fixedHeader-floating.no-footer {
    border-bottom-width: 0
}
table.fixedHeader-locked {
    position: absolute !important;
    background-color: white
}
@media print {
    table.fixedHeader-floating {
        display: none
    }
}
.tooltip {
    background-color: #f7d18a;
    font-size: 12px;
    padding: 2px 3px;
    border-radius: 3px;
}
#map {
    position: absolute;
    top: 0;
    bottom: 0;
    left:0;
    right: 0;
    width: 100%;
    box-shadow: 2px 3px 11px -3px #ccc;
}

  span.panToggle > img {
      width: 20px;
    height: 18px;
    margin: 4px 3px;
  }
.state-enablePan,
.state-disablePan{
  transition-duration: .5s;
    transform: scaleY(0);
    position: absolute;
    display: block;
    top: 0px;
    width: 100%;
    background-color: transparent;
    height: 26px;
    left: 0;
}

.state-enablePan{
  transform-origin: 50% 0; }
.state-disablePan{
  transform-origin: 50% 100%; }

.state-disablePan.disablePan-active{
  transform: scaleY(1); }

.state-enablePan.enablePan-active{
  transform: scaleY(1); 
}
button#toggle-pan {
  width: 26px;
  height: 26px;
  border: none;
  background-color: #fff;
  padding: 3px;
  border-radius: 4px;
}

span.panToggle {
    height: 26px;
}
.highlight {
    border: 4px double rgb(51, 51, 51);
    z-index: 1000 !important;
}
.dot {
    transition: border 200ms linear;
}
.show {
  opacity: 1 !important;
}

div#dataWrapper {
    margin-top: 5px;
}

.np div {
    display: inline-block !important;
    width: 33%;
    text-align: center;
    padding: 5px 0;
    cursor: pointer;
    line-height: 25px;
}
.npc img {
    height: 25px;
    line-height: 25px;
}

.npc.prev img {
    transform: rotate(180deg);
}
.slide-right-in {
    animation: rightIn 1s ease-out;
    opacity: 1 !important;
}
.listItem p {
    margin: 2px 0;
}
@keyframes rightIn {
    0%{
        left: 100%;
    }
    50% {
        left: 50%;
        box-shadow:  -9px 5px 11px -5px rgba(0,0,0,0.31);
    }

    100% {
        left: 0%;
    }
}

.slide-left-in {
    animation: leftIn 1s ease-out;
    opacity: 1 !important;
}

@keyframes leftIn {
    0% {
        left: -100%;
    }
    50% {
        left: -50%;
        box-shadow:  9px 5px 11px -5px rgba(0,0,0,0.31);
    }
    100% {
        left: 0%;
    }
}

.slide-right-out {
    animation: rightOut 1s 0s ease-out;
    opacity: 1 !important;
}

@keyframes rightOut {
    from {
        left: 0%;
    }

    to {
        left: 100%;
    }
}

.slide-left-out {
    animation: leftOut 1s 1s ease-out;
    opacity: 1 !important;
}

@keyframes leftOut {
    from {
        left: 0%;
    }

    to {
        left: -100%;
    }
}

.current {
    z-index: 100 !important;
    opacity: 1 !important;
    left: 0% !important;
}

.listItem {
    padding: 8px 5px;
    text-align: left;
    cursor : pointer;
    width: 100%;
    box-sizing: border-box;
    transition: all 0.3s;
    position: absolute;
    background-color: #ffffff;
    opacity: 0;
    top: 0;
    margin-bottom: 0px;
    z-index: 0;
}

.popup {
    background-color: #ffffff !important;
    border: none;
}
.img {
    text-align: center;
}
div#dataitems {
    /*white-space: nowrap;*/
    overflow: hidden;
    position: relative;
    transition: all 0.5s 300ms ease-in-out;
}

.selected {
    background-color: #ffffff;
    box-shadow: 0px 3px 4px -1px #ccc;
}
.prev{
    
}
.next{

}

.listItem span.bold {
    font-weight: 600;
}

.listItem h3 {
    font-weight: 600;
}

.listItem img {
    max-width: 100%;
    height: auto;
    /*max-height: 200px;*/
    margin: auto;
}

.timer-div {
    width: 100%;
    height: 2px;
    padding: 0;
    margin: 0;
    position: relative;
}

.timer-line {
    position: absolute;
    left: 0;
    top: 0;
    background-color: #263B66;
    bottom: 0;
    width: 0px;
    height: 2px;
}

.npc {
    background-color: #ffffff;
}

.np {
    overflow: hidden;
}

.next {
    float: right;
}

.prev {
    float: left;
}
.legend {
    text-align: center;
}
.legend > div {
    display: inline-block;
    margin: 5px;
    opacity: 0.5;
    cursor: pointer;
}

span.color {
    width: 10px;
    height: 10px;
    display: inline-block;
    margin-right: 2px;
    border-radius: 100%;
}

span.text {
    font-size: 14px;
}