﻿body.admin {
}

.menu-link {
    width: 100%;
    background: #ebebeb;
    display: block;
    padding: 5px;
    border-radius: 5px;
    text-decoration: none;
    color: black;
    font-weight: bold;
    margin-bottom: 3px;
    cursor: pointer;
}

    .menu-link.active {
        background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(9,9,121,1) 18%, rgba(255,255,255,0) 100%);
        color: #e7e7e7;
    }

.admin .notification-parent {
    z-index: 2500 !important;
}

    .admin .notification-parent .k-notification-group {
        margin-top: 60px;
        z-index: 2501 !important;
    }

.admin .k-card-image {
    width: 160px;
    text-align: center;
    border-radius: 5px;
    display: table-cell;
    font-size: 30px;
    border: 1px solid black;
}

    .admin .k-card-image span {
        height: 100px;
        width: 160px;
        position: relative;
        top: 44px;
    }

.admin .k-list-entry .k-card-body {
    display: table-cell;
}

.admin .k-list-entry .k-card {
    border: none;
}

.admin .k-card-actions {
    display: table-cell;
}

.admin .k-list-entry {
    text-decoration: none;
    display: block;
}

    .admin .k-list-entry .k-card {
        display: block;
    }


.k-listview-content .row:hover {
    background-color: #eeeeee;
}

.form-group.row input.k-checkbox {
    width: 16px;
}

.admin .k-listview-content, .admin .k-listview-header {
    overflow: hidden;
}

    .admin .k-listview-content .row, .admin .k-listview-header .row {
        padding: 10px;
    }


#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;
        text-decoration: none;
    }

#blazor-error-summary-bg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 10;
    background: #ccccccc5;
}

#blazor-error-summary {
    width: 600px;
    background: #d9adad;
    padding: 10px;
    border-radius: 10px;
    border: 1px solid #ccc;
}

    #blazor-error-summary textarea {
        width: 100%;
        height: 300px;
    }

    #blazor-error-summary .dismiss {
        float: right;
        cursor: pointer;
        right: 0.75rem;
        top: 0.5rem;
        text-decoration: none;
    }

.demo-notification {
    z-index: 20;
}

.admin .FM.FMTimeTicker:before {
    position: absolute;
    font-family: var(--fa-style-family,"Font Awesome 7 Pro");
    top: 4px;
    right: 5px;
    left: auto;
    content: "\e29e";
}

.admin .k-radio-item input {
    width: 16px !important;
    height: 16px !important;
}


.fm.fm-upload .input_file_hidden {
    display: none;
}

.fm.fm-upload .error_messages {
    color: red;
    font-size: 12px;
}

.fm.fm-upload .input_file_button, .fm.fm-upload .input_file_cancel {
    color: #ffffff;
    background-color: #4285f4 !important;
    padding: 0.5rem 1.6rem;
    font-size: .64rem;
    cursor: pointer;
    margin: 0.375rem;
    text-transform: uppercase;
    word-wrap: break-word;
    white-space: normal;
    border: 0;
    border-radius: 0.125rem;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
    -webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
}

.fm.fm-upload .input_file_cancel {
    background-color: #ff5722 !important;
    position:relative;
    top:2px;
}

.fm.fm-upload .input_file_button[disabled] {
    background-color: #888888 !important;
}

    .fm.fm-upload .input_file_button[disabled]:hover {
        outline: 0!important;
        -webkit-box-shadow: none!important;
        box-shadow: none!important;
    }

.fm.fm-upload .cleanup_button {
    color: #ffffff;
    background-color: #ff5722 !important;
    padding: 0.5rem 1.6rem;
    font-size: .64rem;
    cursor: pointer;
    margin: 0.375rem;
    text-transform: uppercase;
    word-wrap: break-word;
    white-space: normal;
    border: 0;
    border-radius: 0.125rem;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
    -webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
}

.fm.fm-upload .input_file_button:hover, .fm.fm-upload .input_file_cancel:hover {
    outline: 0;
    -webkit-box-shadow: 0 5px 11px 0 rgba(0,0,0,0.18), 0 4px 15px 0 rgba(0,0,0,0.15);
    box-shadow: 0 5px 11px 0 rgba(0,0,0,0.18), 0 4px 15px 0 rgba(0,0,0,0.15);
}



.guestlist .fa.adminpin, .message .fa.adminpin {
    color: darkgoldenrod;
}

.guestlist .fa.partnerpin, .message .fa.partnerpin {
    color: green;
}

.guestlist .fab.telegrampin, .message .fab.telegrampin {
    color: cornflowerblue;
}