﻿.event-list-row {
    padding:.35rem;
    border-top:solid 1px #DDD;
}

.event-list-row-frame-line {
    padding: .2rem;
    margin-left: 1rem;
    border: solid 1px #DDD;
    font-size: 0.75rem;
    color: #FFF;
    background: #444;
    margin: 1px;
    border-radius: 5px;
    width: 100%;
    display: inline-block;
}

.event-list-row-date {
    display: block;
    position: inherit;
    font-size: 1rem;
    font-weight: 200;
    color: var(--mud-theme-on-surface);
    padding: 1rem;
}

.time-input {
    overflow: visible;
    padding: 0.485rem;
    border-radius: 3px;
    border: 1px #BBB solid;
    font-size: 0.92rem;
}

.statistic-bloc {
    background: #fff;
    border: 1px #DDD solid;
    border-radius: 6px;
}

.hachures {
    background: linear-gradient(45deg, #F1F8FD 10%, #fff 10%, #fff 40%, #F1F8FD 40%, #F1F8FD 60%, #fff 60%, #fff 90%, #F1F8FD 90%);
    background-size: 10px 10px;
    background-position: 50px 50px;
}

.hachures-danger {
    background: linear-gradient(45deg, #ffebe3 10%, #fff 10%, #fff 40%, #ffebe3 40%, #ffebe3 60%, #fff 60%, #fff 90%, #ffebe3 90%);
    background-size: 10px 10px;
    background-position: 50px 50px;
}

.nova-page-footer {
    bottom: 0px;
    position: absolute;
}