﻿
#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

.c-sidebar-nav-link i, .c-sidebar-nav-dropdown-toggle i{
    padding-right: 0.5rem;
}

.form-control.invalid {
    border-color: #dc3545;
}
.validation-message {
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #e55353;
}

.k-daterangepicker label.k-label {
    display: none;
}

.k-daterangepicker .k-floating-label-container {
    padding: 0!important;
}

.custom-label {
    margin-bottom: 0.5rem!important;
}

.k-daterangepicker .k-input {
    height: calc(1.4285714286em + 13px);
}

.k-daterangepicker-wrap {
    width: 100%!important;
}

.k-daterangepicker .k-floating-label-container {
    width: 49.5%!important;
}

.k-scheduler-layout .k-event {
    padding: 0 !important;
}

.appointment-wrap {
    height: 100%;
}

.light-green {
    background-color: #77bb77;
}

.green {
    background-color: #236523;
}

.light-red {
    background-color: #ea5e4f;
}

.red {
    background-color: #bf2211;
}

.yellow {
    background-color: #ffc037;
}

.katastasi-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    border-radius: 6px;
    padding: 0 5px;
    height: 20px;
    background-color: black;
    color: white;
    margin-right: 5px;
}

.text-black {
    color: white;
}

.rantevou-link {
    color: white;
}

.rantevou-link:hover, .rantevou-link:active, .rantevou-link:focus {
    color: white;
}

.k-scheduler-fullday {
    display: none!important;
}

.rantevou-table table tr > td:first-child {
    padding: 0;
    position: relative;
}

.appointment-wrap.in-table {
    width: 100%;
    position: absolute;
    top: 2px;
    bottom: 1px;
}

.MonacoEditor {
    width: 100%;
    height: 500px;
}

.custom-modal {
    max-height: 90%;
}

.custom-modal .k-dialog-titlebar {
    background-color: #5E87B0;
}