﻿* {
    box-sizing: border-box
}

.modal {
    z-index: 5000;
}

.eventseekbar {
    width: 100%;
    background: #003a73;
    height: 20px;
    position: absolute;
}

.seekbar {
    width: 100%;
    height: 20px;
    position: relative;
}

.Timeline_movements {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 2px;
}

.filled {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    background-color: #ffffff1c;
    transition: all 0.25s;
    width: 1px
}

.selectedTimeline {
    position: absolute;
    top: -5px;
    bottom: -5px;
    left: 0;
    width: 5px;
    background-color: #ebff24;
    border: 1px solid #35c637;
    z-index: 0;
}

.notesline {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 2px;
    background-color: red;
}

#notesbar {
    position: relative;
    height: 10px;
    background-color: #d9d9d9;
}

.tooltip {
    text-decoration: none;
    position: relative;
}

.tooltip-span {
    display: none;
    background: #FFFFFF;
    color: #000000;
    padding: 5px;
    border-radius: 0.3rem;
    box-shadow: 2px 2px 4px rgba(0,0,0,0.2);
    z-index: 5;
    width: 200px;
    transition: all
}

.NoteContentcustom {
    max-height: 300px;
    overflow-y: auto;
}

#seekbar:hover .tooltip-span {
    display: block;
    position: fixed;
    /* overflow:hidden; */
}

.close-notes-creator {
    display: none
}

.close-Measurement-creator {
    display: none
}

.notesGroup {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.quicknote-options label input {
    display: none;
    user-select: none;
}

.quicknote-options label {
    padding: 0.2rem 0.5rem;
    border-radius: 0.2rem;
    display: block;
    cursor: pointer
}

    /*body.bg-dark.body-black .quicknote-options label {
    background: #484848;
}
body.bg-dark.body-black .quicknote-options label:hover {
    background: #5d5d5d
}
body:not(.bg-dark.body-black) .quicknote-options label {
    border: 1px solid #ced4da
}
body:not(.bg-dark.body-black) .quicknote-options label:hover {
    background: #e9ecef
}
body.bg-dark.body-black .quicknote-options label:has(input[type="radio"]:checked) {
    background: #003b73;
}*/
    .quicknote-options label:has(input[type="radio"]:checked) {
        background: #003b73;
        color: #FFFFFF
    }

        .quicknote-options label:has(input[type="radio"]:checked):hover {
            background: #003b73;
        }

.favorite-indicator:not(.favorite-note) {
    display: none
}

.favorite-indicator.favorite-note {
    display: inline-block;
    color: rgb(255,193,7)
}

#notesList .notes-container {
    background: var(--body-bg);
    filter: opacity(0.8);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    /*overflow-y: auto*/
}

body.bg-dark.body-black #notesList .notes-container {
    background: rgba(0,0,0,0.94);
}

#notesList section.day h6 {
    position: relative
}

    #notesList section.day h6:after {
        content: '';
        position: absolute;
        border: 1px solid var(--dropdown-border);
        right: 0;
        width: 100%;
        left: 0;
        bottom: -8px;
    }

.notesHover {
    background-color: var(--dropdown-bg)
}

#notesList {
    position: fixed;
    right: -300px;
    top: 79px;
    bottom: 88px;
    width: 300px;
    transition: all ease-in 0.30s;
    opacity: 0;
    pointer-events: none;
    z-index: 1200;
    /*transform: translateX(200px);*/
}

    #notesList.active {
        transform: translateX(0px);
        opacity: 1;
        pointer-events: all;
        right: 0px
    }

    #notesList .note {
        transition: all ease-in 0.25s
    }

        #notesList .note:hover {
            background-color: var(--dropdown-bg)
        }

        #notesList .note .note-actions {
            visibility: hidden
        }

        #notesList .note:hover .note-actions {
            visibility: visible
        }

        #notesList .note .note-actions a {
            color: var(--body-text-color)
        }

            #notesList .note .note-actions a i {
                filter: opacity(0.6)
            }

            #notesList .note .note-actions a:hover i {
                filter: opacity(1)
            }

        #notesList .note .note-icon {
            width: 46px;
            height: 46px;
        }

/*body.bg-dark.body-black .btn-check:checked + .btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check) + .btn:active {
    color: black;
    background-color: white;
    border-color: white;
}
body.bg-dark.body-black .btn-check + .btn {
    color: white;
    background-color: transparent;
    border-color: white;
}
body.bg-dark.body-black .btn-check:not(:checked) + .btn:hover {
    
    background-color: #494949;
    
}*/
body .btn-check:checked + .btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check) + .btn:active {
    color: #FFFFFF;
    background-color: var(--primary-color);
    border-color: var(--primary-color-dark);
}

body .btn-check + .btn {
    color: var(--primary-color);
    background-color: transparent;
    border-color: var(--primary-color-dark)
}

body .btn-check:not(:checked) + .btn:hover {
    background-color: var(--primary-color-light);
    color: var(--body-text-color);
    border-color: var(--primary-color-dark);
}

.popover {
    background-color: var(--bg-popover);
}

.popover-body {
    color: var(--body-text-color);
    padding: 0.3rem
}

.bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after, .bs-popover-bottom > .popover-arrow::after {
    border-bottom-color: var(--dropdown-bg);
}

.bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after, .bs-popover-right > .popover-arrow::after {
    border-right-color: var(--dropdown-bg);
}

.bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after, .bs-popover-left > .popover-arrow::after {
    border-left-color: var(--dropdown-bg);
}

.bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after, .bs-popover-top > .popover-arrow::after {
    border-top-color: var(--dropdown-bg);
}

.toggle-on {
    line-height: 20px;
    font-weight: 600 !important;
    text-transform: uppercase;
}

.toggle.btn.btn-default.off .toggle-off {
    background-color: #fff !important;
    color: #000;
    border: 3px solid #2ebcec;
    line-height: 20px;
    font-weight: 600 !important;
    text-transform: uppercase;
}

.toggle-off.btn {
    padding-left: 10px;
}

.toggle-on.btn {
    padding-right: 10px;
}

/*.brush-note {
    position: absolute
}*/
