﻿body.admin {
}

.menu-link {
    width: 100%;
    background: #71869d;
    display: block;
    padding: 5px;
    border-radius: 5px;
    text-decoration: none;
    color: #ebeff3;
    font-weight: bold;
    margin-bottom: 3px;
}

    .menu-link.active, a.menu-link:hover {
        background: linear-gradient(90deg, #ccd6e1 0%, rgba(255, 255, 255, 0) 100%);
        color: black;
    }


.admin .notification-parent .k-notification-group {
    margin-top: 60px;
}

.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;
}