.timeline-events {
    display: none;
    visibility: hidden;
    position: asolute;
    left: -9999px;
    top: -9999px;
    width: 0;
    height: 0;
    opacity: 0;
    z-index: -9999;
}
.jqtl-hide {
    display: none;
    visibility: hidden;
    opacity: 0;
}
.jqtl-align-self-left {
    clear: both;
    display: inline-block;
    text-align: left;
    align-self: left;
}
.jqtl-align-self-right {
    clear: both;
    display: inline-block;
    text-align: right;
    align-self: right;
}
.jqtl-align-self-center {
    clear: both;
    display: inline-block;
    text-align: center;
    align-self: center;
}
.jqtl-headline {
    width: auto;
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
    padding-left: 5px;
    padding-right: 5px;
}


.jqtl-timeline-title {
    align-self: center;
    font-size: 18px;
    color: #ffffff;
}
.jqtl-range-meta {
    align-self: center;
    font-size: 86%;
    color: #ffffff;
}
.jqtl-range-span {
    position: relative;
    display: inline-block;
    margin-left: calc(1em / 4);
    margin-right: calc(1em / 4);
    width: 1em;
    height: 1em;
}
.jqtl-range-span::before {
    content: "\2013";
    position: absolute;
    left: 20%;
    top: calc(50% - 0.5rem);
    font-size: 1rem;
    color: #ffffff;
}
.jqtl-container {
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    border: solid 1px #ddd;
    overflow-x: auto;
    overflow-y: hidden;
    background-color: #2A3950;
    box-sizing: content-box;
}
.jqtl-container *, .jqtl-container ::after, .jqtl-container ::before {
    box-sizing: inherit !important;
}
.jqtl-hide-scrollbar {
    -ms-overflow-style: -ms-autohiding-scrollbar;
}
.jqtl-hide-scrollbar::-webkit-scrollbar {
    display: none;
}
.jqtl-main {
    position: relative;
    cursor: ew-resize;
}
.jqtl-ruler-top, .jqtl-ruler-bottom {
    position: relative;
    outline: solid 1px #ddd;
    overflow: hidden;
    z-index: 20;
}
.jqtl-ruler-bg-top, .jqtl-ruler-bg-bottom {
    position: relative;
    z-index: 21;
}
.jqtl-ruler-top {
    bottom: 0;
}
.jqtl-ruler-bottom {
    top: 0;
}
.jqtl-ruler-content-top, .jqtl-ruler-content-bottom {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    z-index: 22;
}
.jqtl-ruler-line-rows {
    position: relative;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
}
.jqtl-ruler-line-rows:nth-child(even) {
    background-color: #2a3950b2;
}
.jqtl-ruler-line-item {
    position: relative;
    margin: 0;
    padding: 0;
    min-width: 0;
    text-align: center;
    align-self: center;
    background-color: #2A3950;
    font-family: Verdana, Geneva, sans-serif !important;
    font-weight: normal;
    text-shadow:rgb(51, 51, 51) 1px 0 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    border: 0;
    outline: 0;
}
.jqtl-ruler-line-item span {
    display: inline-block;
}
.jqtl-rli-left {
    text-align: left;
    align-self: left !important;
}
.jqtl-ruler-line-item:nth-child(even) {
    background-color: rgba(240, 240, 240, 0.25);
}
.jqtl-event-container {
    position: relative;
    outline: solid 1px #ddd;
    z-index: 1;
}
.jqtl-bg-grid {
    position: relative;
    z-index: 2;
}
.jqtl-relation-lines, .jqtl-events {
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: all 0.3s;
}
.jqtl-relation-lines {
    visibility: hidden;
    opacity: 0;
    z-index: 3;
}
.jqtl-relation-lines[data-state="shown"] {
    visibility: visible;
    opacity: 1;
}
.jqtl-events {
    overflow-x: hidden;
    visibility: hidden;
    opacity: 0;
    z-index: 4;
}
.jqtl-events[data-state="shown"] {
    visibility: visible;
    opacity: 1;
}
.jqtl-event-node {
    position: absolute;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
    padding-left: 0;
    padding-right: 0;
    border-radius: 2px;
    overflow: hidden;
    visibility: visible;
    opacity: 1;
    z-index: 7;
    cursor: pointer;
    transition: all 0.3s ease;
}
.jqtl-event-node:not(.jqtl-event-type-pointer).active {
    color: #ffffff;
    background-color: #F73333;
}
.jqtl-event-label, .jqtl-event-node>* {
    align-self: center;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    max-width: 100%;
    min-width: 0;
    padding-left: 0.5em;
    padding-right: 0.5em;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: middle;
    font-size: 0.8rem;  
}
.jqtl-event-thumbnail {
    margin-right: 4px;
    border-radius: 3px;
    transition: all 0.5s ease;
}
.jqtl-event-node:hover {
    color: #ffffff;
    background-color: #F73333;
}
.jqtl-event-node:hover::after {
    z-index: 6;
    background-color: rgba(18, 18, 18, 0.1);
}
.jqtl-event-node:hover .jqtl-event-thumbnail {
    opacity: 0.75;
}
.jqtl-event-node::before {
    content: attr(data-meta);
    position: absolute;
    right: 4px;
    top: 2px;
    text-align: right;
    font-size: 0.625rem;
    color: #ffffff;
}
.jqtl-event-node::after {
    content: '';
    position: absolute;
    display: block;
    z-index: 6;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 2px;
    background-color: transparent;
    transition: all 0.5s ease;
}
.jqtl-event-node.jqtl-event-type-pointer {
    padding: 0;
    border-radius: 50%;
    border: solid 3px #6C757D;
    background-image: none;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    transition: all 0.1s linear;
}
.jqtl-event-node.jqtl-event-type-pointer.active {
    border-color: #DC3545 !important;
}
.jqtl-event-node.jqtl-event-type-pointer:hover {
    border-color: #DC3545;
}
.jqtl-event-node.jqtl-event-type-pointer::after {
    transition: all .1s linear;
}
.jqtl-event-node.jqtl-event-type-pointer>.jqtl-event-label {
    display: none;
}
.jqtl-event-node.jqtl-event-type-pointer>.jqtl-event-thumbnail {
    display: none;
}
.jqtl-side-index {
    position: relative;
    left: 0;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    outline: solid 1px #ddd;
    z-index: 25;
}
.jqtl-side-index>[class^="jqtl-side-index-"] {
    padding: 0;
    width: 100%;
    font-size: 14px;
    vertical-align: middle;
    border-bottom: dotted 1px #ddd;
    background-color: #2A3950;
    white-space: nowrap;
}
.jqtl-side-index .jqtl-side-index-item {
    position: relative;
    display: flex;
    background-color: #2A3950;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
}
.jqtl-side-index .jqtl-side-index-item::before, .jqtl-side-index .jqtl-side-index-item::after {
    display: inline-block;
    content: ''}
.jqtl-side-index .jqtl-side-index-item:nth-child(odd) {
    background-color: #2A3950;
}
.jqtl-side-index .jqtl-side-index-item:first-child {
    border-top: solid 1px #ddd;
}
.jqtl-side-index .jqtl-side-index-item img {
    position: relative;
    display: inline-block;
    margin-right: 0.5rem;
    height: calc(100% - 6px);
    width: auto;
    text-align: left;
    vertical-align: middle;
}
.jqtl-side-index .jqtl-side-index-margin {
    outline: solid 1px #ddd;
}
.jqtl-side-index .jqtl-side-index-margin:first-child {
    border-bottom: solid 1px #ddd;
}
.jqtl-side-index .jqtl-side-index-margin:last-child {
    border-top: solid 1px #ddd;
    border-bottom: 0;
}
.jqtl-sticky-left {
    position: -webkit-sticky;
    position: sticky;
}
.jqtl-overlay {
    background-color: rgba(255, 255, 255, 0.65) !important;
}
.jqtl-overlay:nth-child(odd) {
    background-color: rgba(247, 247, 247, 0.45) !important;
}
.jqtl-event-view, .timeline-event-view {
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    align-content: space-between;
    transition: all 0.5s ease;
}


.jqtl-event-image {
    width: 20%;
    height: auto;
}

.jqtl-event-image-wrapper {
height: 10px;
width: 10px;

}

.jqtl-event-content {
    flex-grow: 1;
    align-self: stretch;
    padding: 1rem;
}
.jqtl-event-meta {
    flex-grow: 1;
    align-self: flex-end;
    padding: 0.5rem 1rem;
}
.jqtl-present-time {
    position: absolute;
    left: -9999px;
    top: -9999px;
    width: 10px;
    border-left: dotted 5px #2C7CFF;
    z-index: 21;
}
.jqtl-present-time::before, .jqtl-present-time::after {
    content: '';
    position: absolute;
    border-radius: 50%;
    width: 5px;
    height: 5px;
    background-color: #2C7CFF;
    z-index: 22;
}
.jqtl-present-time::before {
    top: calc(5px / -2);
    left: -3px;
}
.jqtl-present-time::after {
    bottom: calc(5px / -2);
    left: -3px;
}
.jqtl-footer {
    margin: 15px auto;
    padding: 0;
    width: 100%}
.jqtl-footer-content {
    clear: both;
    text-align: center;
}
.jqtl-loader {
    position: absolute;
    display: block;
    visibility: hidden;
    top: 0;
    left: 0;
    width: 100%;
    height: 10%;
    margin: auto;
    opacity: 0;
    z-index: 30;
    transition: all 0.3s;
}
.jqtl-loader[data-state^=show] {
    visibility: visible;
    opacity: 1;
}
.jqtl-loader[data-state^=hid] {
    visibility: hidden;
    opacity: 0;
}
.jqtl-loading {
    position: relative;
    top: 50%;
    left: 10%;
    margin: auto;
}
.jqtl-loading span {
    display: block;
    bottom: 0px;
    width: 9px;
    height: 5px;
    background: rgba(52, 58, 64, 0.15);
    position: absolute;
    -webkit-animation: loader 1.5s infinite ease-in-out;
    animation: loader 1.5s infinite ease-in-out;
}
.jqtl-loading span:nth-child(2) {
    left: 11px;
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}
.jqtl-loading span:nth-child(3) {
    left: 22px;
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}
.jqtl-loading span:nth-child(4) {
    left: 33px;
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}
.jqtl-loading span:nth-child(5) {
    left: 44px;
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
}
@-webkit-keyframes loader {
    0% {
    height: 5px;
    transform: translateY(0px);
    background: rgba(52, 58, 64, 0.15);
}
25% {
    height: 30px;
    transform: translateY(15px);
    background: rgba(52, 58, 64, 0.3);
}
50% {
    height: 5px;
    transform: translateY(0px);
    background: rgba(52, 58, 64, 0.15);
}
100% {
    height: 5px;
    transform: translateY(0px);
    background: rgba(52, 58, 64, 0.15);
}
}@keyframes loader {
    0% {
    height: 5px;
    transform: translateY(0px);
    background: rgba(52, 58, 64, 0.15);
}
25% {
    height: 30px;
    transform: translateY(15px);
    background: rgba(52, 58, 64, 0.3);
}
50% {
    height: 5px;
    transform: translateY(0px);
    background: rgba(52, 58, 64, 0.15);
}
100% {
    height: 5px;
    transform: translateY(0px);
    background: rgba(52, 58, 64, 0.15);
}
}

#jqtl-str-ruler {
    position: absolute;
    left: -9999px;
    top: -9999px;
    visibility: hidden;
    white-space: nowrap;
}
.jqtl-icon {
    position: relative;
    display: inline-block;
    margin-top: auto;
    margin-bottom: auto;
    min-width: 1em;
    min-height: 1em;
    width: 1.25em;
    height: 1.25em;
    vertical-align: middle;
    text-align: center;
    background-image: url("./favicon.ico");
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}

.jqtl-ruler-line-item[data-ruler-item^="weekday-"][data-ruler-item$=",6"] {
    background-color: rgba(247, 102, 5, 0.363);
    color: #2A3950;
    border: 1px solid #07c;
    box-shadow: 0 0 1px #07c;
    outline: none;
}
.jqtl-ruler-line-item[data-ruler-item^="weekday-"][data-ruler-item$=",0"] {
    background-color: rgba(247, 102, 5, 0.349);
    border: 1px solid #07c;
    box-shadow: 0 0 1px #07c;
    outline: none;
}

.timeline-event-view {
    width: 100%;
    height: max-content;
    box-shadow: 0 0 5px #07c;
    color: #ffffff;
    outline: none;
    background-color: #2A3950;

}


.jqtl-timeline-title {
    margin: .5rem 0 !important;
    color: #fa5e04;
    background-color: #2A3950;
}

.jqtl-side-index-item {

    color: #ffffff;

}


html {
    width: 100vw;
    height: 100vh;
    
    font-family: Verdana; 
    font-variant: normal;
    font-style: normal;
    font-size: 11px;
    background-color: #2A3950;
}




