/* _content/AVSoft.Blazor.Components/Dialogs/DatePicker.razor.rz.scp.css */
.DatePickerModal[b-k35tpp57f9] {
    background-color: white;
    border-style: solid;
    border-width: 1px;
    border-color: lightblue;
    width: 280px;
    height: 270px;
    position: absolute;
    top: -3px;
    left: -3px;
    border-radius: 8px;
    display: block;
}

    .DatePickerModal .title[b-k35tpp57f9] {
        border: none;
        display: inline-block;
        background: lightsteelblue;
    }

    .DatePickerModal .modal-header[b-k35tpp57f9] {
        background: lightsteelblue;
    }

    .DatePickerModal .icon-chevron-left[b-k35tpp57f9],
    .DatePickerModal .icon-chevron-right[b-k35tpp57f9] {
        border: none;
        display: inline-block;
        background: lightsteelblue;
        margin-top: .3rem;
    }

    .DatePickerModal th[b-k35tpp57f9] {
        border: none;
        text-align: right;
    }

    .DatePickerModal .tableDay td[b-k35tpp57f9] {
        padding: 0;
        text-align: right;
    }

        .DatePickerModal .tableDay td > button[b-k35tpp57f9] {
            border: none;
        }

    .DatePickerModal .tableOther td[b-k35tpp57f9] {
        padding-left: 0;
        padding-right: 0;
    }

        .DatePickerModal .tableOther td > button[b-k35tpp57f9] {
            border: none;
            background: white;
        }

    .DatePickerModal .modal-body[b-k35tpp57f9] {
        padding-top: 0;
    }
/* _content/AVSoft.Blazor.Components/Dialogs/Modal.razor.rz.scp.css */
.dialog-frame[b-8ofjuu306b] {
    background-color: white;
    box-shadow: 0 0 12px rgba(0,0,0,0.6);
    display: flex;
    flex-direction: column;
    z-index: 2000;
    width: 350px;
    max-height: calc(100% - 3rem);
    animation: dialog-entry 0.4s;
    animation-timing-function: cubic-bezier(0.075, 0.820, 0.165, 1.000);
}

.dialog-title[b-8ofjuu306b] {
    background-color: rgba(16, 137, 255, 0.8);
    padding: 1rem 1rem 1rem 1rem;
}

    .dialog-title h2[b-8ofjuu306b] {
        color: white;
        font-size: 1.4rem;
        margin: 0;
        text-transform: uppercase;
        line-height: 1.3rem;
    }

.dialog-body[b-8ofjuu306b] {
    flex-grow: 1;
    padding: 2rem .7rem 2rem .5rem;
}

    .dialog-body > div[b-8ofjuu306b] {
        display: flex;
        margin-top: 1rem;
        align-items: center;
    }

    .dialog-body label[b-8ofjuu306b] {
        text-align: left;
        margin: 0 1rem;
    }

.dialog-buttons[b-8ofjuu306b] {
    height: 4rem;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    background-color: #eee;
    padding: 0 1rem;
}
/* _content/AVSoft.Blazor.Components/Dialogs/ModalForm.razor.rz.scp.css */
.dialog-frame[b-orhadtx7om] {
    background-color: white;
    box-shadow: 0 0 12px rgba(0,0,0,0.6);
    display: flex;
    flex-direction: column;
    z-index: 2000;
    width: 350px;
    max-height: calc(100% - 3rem);
    animation: dialog-entry 0.4s;
    animation-timing-function: cubic-bezier(0.075, 0.820, 0.165, 1.000);
}

.dialog-title[b-orhadtx7om] {
    background-color: rgba(16, 137, 255, 0.8);
    padding: 1rem 1rem 1rem 1rem;
}

    .dialog-title h2[b-orhadtx7om] {
        color: white;
        font-size: 1.4rem;
        margin: 0;
        text-transform: uppercase;
        line-height: 1.3rem;
    }

.dialog-body[b-orhadtx7om] {
    flex-grow: 1;
    padding: 2rem .7rem 2rem .5rem;
}

    .dialog-body > div[b-orhadtx7om] {
        display: flex;
        margin-top: 1rem;
        align-items: center;
    }

    .dialog-body label[b-orhadtx7om] {
        text-align: left;
    }

.dialog-buttons[b-orhadtx7om] {
    height: 4rem;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    background-color: #eee;
    padding: 0 1rem;
}
/* _content/AVSoft.Blazor.Components/Dialogs/ModalItems.razor.rz.scp.css */
.dialog-frame[b-snc1bcdkuv] {
    background-color: white;
    box-shadow: 0 0 12px rgba(0,0,0,0.6);
    display: flex;
    flex-direction: column;
    z-index: 2000;
    max-height: calc(100% - 3rem);
    animation: dialog-entry 0.4s;
    animation-timing-function: cubic-bezier(0.075, 0.820, 0.165, 1.000);
}

.dialog-title[b-snc1bcdkuv] {
    background-color: rgba(16, 137, 255, 0.8);
    padding: 1rem 1rem 1rem 1rem;
}

    .dialog-title h2[b-snc1bcdkuv] {
        color: white;
        font-size: 1.4rem;
        margin: 0;
        text-transform: uppercase;
        line-height: 1.3rem;
    }

.dialog-body[b-snc1bcdkuv] {
    flex-grow: 1;
    padding: 2rem .7rem 2rem .5rem;
}

    .dialog-body > div[b-snc1bcdkuv] {
        display: flex;
        margin-top: 1rem;
        align-items: center;
    }

    .dialog-body label[b-snc1bcdkuv] {
        text-align: left;
    }

.dialog-buttons[b-snc1bcdkuv] {
    height: 4rem;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    background-color: #eee;
    padding: 0 1rem;
}
/* _content/AVSoft.Blazor.Components/Dialogs/PercentIntervalPicker.razor.rz.scp.css */
.percentIntervalPicker[b-qaheq1mor5] {
    padding-top: 0.6rem;
    padding-bottom: 0.3rem;
}

.cursor-pointer[b-qaheq1mor5] {
    cursor: pointer;
    font-size: 100%;
    padding-right: 1rem;
    line-height: 35pt;
    color: #1B6EC2
}

    .cursor-pointer:hover[b-qaheq1mor5] {
        color: #0BA4D7;
    }
/* _content/AVSoft.Blazor.Components/Dialogs/TemplatedDialog.razor.rz.scp.css */
@keyframes dialog-container-entry-b-b03nzs1ls6 {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes dialog-entry-b-b03nzs1ls6 {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateX(0px) scale(1.0);
    }
}

.dialog-container[b-b03nzs1ls6] {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0,0,0,0.5);
    z-index: 2000;
    display: flex;
    animation: dialog-container-entry-b-b03nzs1ls6 0.2s;
}

.dialog[b-b03nzs1ls6] {
    align-self: center;
    margin: auto;
}






/* _content/AVSoft.Blazor.Components/Dialogs/TimeIntervalPicker.razor.rz.scp.css */
.timeIntervalPicker[b-wynld03t3c] {
    padding-top:0.6rem;
    padding-bottom:0.3rem;
}

.cursor-pointer[b-wynld03t3c] {
    cursor: pointer;
    font-size: 100%;
    padding-right: .8rem;
    line-height: 35pt;
    color: #1B6EC2
}

    .cursor-pointer:hover[b-wynld03t3c] {
        color: #0BA4D7;
    }
/* _content/AVSoft.Blazor.Components/Dialogs/Toast.razor.rz.scp.css */
.toast[b-lfi5l84s79] {
    width: auto;
    z-index: 100000;
    position: fixed;
    bottom: 1rem;
    right: 1rem;
}
/* _content/AVSoft.Blazor.Components/Functional/MessageCard.razor.rz.scp.css */
.card[b-567932wi6t] {
    margin-top: 1rem;
    margin-bottom: 1rem;
}
/* _content/AVSoft.Blazor.Components/Functional/MessagesCard.razor.rz.scp.css */
.card[b-mcqrngvh2h] {
    margin-top: 1rem;
    margin-bottom: 1rem;
}
/* _content/AVSoft.Blazor.Components/Loaders/Loader.razor.rz.scp.css */
.loader[b-p2z70hyhqk] {
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid blue;
    border-bottom: 16px solid blue;
    width: 120px;
    height: 120px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin-b-p2z70hyhqk 2s linear infinite;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin-b-p2z70hyhqk {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
