/* _content/FRIGO.Blazor/Pages/ActivityImport/GeneralRules.razor.rz.scp.css */
/* _content/FRIGO.Blazor/Pages/ActivityImport/ImportView.razor.rz.scp.css */
[b-wkh4nbktoy] .methodLink {
    color: blue !important;
    text-decoration: underline;
    cursor: pointer;
}
/* _content/FRIGO.Blazor/Pages/ActivityImport/Overview.razor.rz.scp.css */
[b-m2r48tjrho] .methodLink {
    color: blue !important;
    text-decoration: underline;
    cursor: pointer;
}
/* _content/FRIGO.Blazor/Pages/ActivityImport/Rules.razor.rz.scp.css */
/* _content/FRIGO.Blazor/Pages/ActivityImport/StatsModules/Timeline.razor.rz.scp.css */
.view_port[b-om3nchv9tf] {
    background-color: rgba(32, 178, 170,.9);
    position: absolute;
    z-index: 100;
    width: 100%;
    height: 100%;
    /* color:#fff; */
    text-align: left;
    cursor: pointer;
    /* text-shadow: #000 0.1em 0.1em 0.2em; */
}

ul[b-om3nchv9tf] {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.hours li:last-child[b-om3nchv9tf] {
    width: 0;
}

ul li[b-om3nchv9tf] {
    list-style-type: none;
}

#timeline[b-om3nchv9tf] {
    height: 145px;
    height: auto;
    position: relative;
    overflow: hidden;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-top: 1px solid #d7d8d6;
    user-select: none;
}

    #timeline .day-wrapper[b-om3nchv9tf] {
        border-right: 1px solid #fff;
        cursor: move;
        position: relative;
        overflow-y: hidden;
        overflow-x: auto;
    }

.hours[b-om3nchv9tf] {
    overflow: hidden;
    padding: 3px 0 3px 20px;
    border-top: 1px solid #d7d8d6;
    margin: 0;
    border-bottom: 1px solid #d7d8d6;
}



#timeline .hours span[b-om3nchv9tf] {
    display: block;
    background: #fff;
    width: 50px;
    text-align: center;
    margin: 7px 0 0 -25px
}

#timeline .day > ul ul[b-om3nchv9tf] {
    position: relative;
    overflow: hidden;
    height: 47px;
    padding: 0 0 0 20px;
    margin-left: 0;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #d7d8d6;
}

#timeline .day ul > li li:first-child[b-om3nchv9tf], #timeline .day ul > li li:first-child.empty[b-om3nchv9tf] {
    border-left: 1px solid #000;
}

#timeline .day ul > li li[b-om3nchv9tf] {
    position: relative;
    float: left;
    height: 50px;
    border-right: 1px solid #000;
    background: #eef0ed;
    font-size: 13px;
    text-shadow: 0 1px 0 hsla(0,0%,100%,.6);
    line-height: 1.2;
    color: #a0a09f;
}

#timeline .day .time[b-om3nchv9tf] {
    background-color: lightgreen;
    color: #000;
    cursor: pointer;
}

#timeline .day .time-red[b-om3nchv9tf] {
    background-color: lightcoral;
    color: #000;
    cursor: pointer;
}

#timeline .day ul > li li .inner[b-om3nchv9tf] {
    padding: 3px 0 0 7px;
    height: 45px;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: black;
}


li:nth-child(odd)[b-om3nchv9tf] {
    font-weight: 700;
}

li:nth-child(even)[b-om3nchv9tf] {
    font-weight: 100;
}

li:not(.context)[b-om3nchv9tf] {
    width: 150px;
    float: left;
    border-left: 1px solid #d7d8d6;
}

.now[b-om3nchv9tf] {
    position: absolute;
    left: 50%;
    top: 33px;
    width: 2px;
    background: #c62c2c;
    background: rgba(198,44,44,.5);
    pointer-events: none;
}

    .now span:first-child[b-om3nchv9tf] {
        top: auto;
        bottom: -15px;
    }

    .now span[b-om3nchv9tf] {
        position: absolute;
        width: 30px;
        height: 15px;
        background: #c62c2c;
        color: #fff;
        text-transform: uppercase;
        font-size: 10px;
        font-weight: 700;
        text-align: center;
        border-radius: 2px;
        left: -13px;
        top: -15px;
        line-height: 15px;
        line-height: 14px\9;
    }
