﻿/* User styles */
.magic-grid-custom .k-table-thead, .k-table-header, .k-table-group-sticky-header {
    background-color: #ffffff;
}

.magic-grid-custom .k-grid-header, .k-header, th.k-header, .k-grid-header-wrap, .k-grouping-header, .k-grouping-header .k-group-indicator, .k-grid td, .k-grid-footer, .k-grid-footer-wrap, .k-grid-content-locked, .k-grid-footer-locked, .k-grid-header-locked, .k-filter-row > td, .k-filter-row > th {
    border-color: #ffffff;
}

.magic-grid-custom .k-grid table, .k-grid .k-grid-header-wrap {
    z-index: 1;
    box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
}

.magic-grid-custom {
    font-family: "Open Sans";
}

    .magic-grid-custom .magic-header-template {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        font-family: "Open Sans";
        font-size: 14px;
        font-style: normal;
        font-weight: 700;
        margin-bottom: 0;
        background-color: #ffffff;
        padding: 10px;
        transition: 200ms;
        cursor: pointer;
    }

        .magic-grid-custom .magic-header-template p {
            margin-bottom: 0;
        }

        .magic-grid-custom .magic-header-template:hover {
            background-color: #fafafa;
        }

        .magic-grid-custom .magic-header-template:active {
            background-color: #f0f0f0;
        }

    .magic-grid-custom .magic-value-template,
    .magic-grid-custom .magic-value-template p {
        font-family: "Open Sans";
        font-size: 14px;
        font-style: normal;
        font-weight: 600;
        margin-bottom: 0;
    }

    .magic-grid-custom .magic-value-template-status,
    .magic-grid-custom .magic-value-template-status p {
        border-radius: 4px;
        width: 130px;
        height: 25px;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        font-family: "Open Sans";
        font-size: 12px;
        font-style: normal;
        font-weight: 600;
        margin-bottom: 0;
    }

        .magic-grid-custom .magic-value-template-status.inactive {
            color: #fefefe;
            background-color: #F45039;
        }

        .magic-grid-custom .magic-value-template-status.active {
            color: #3A3A3A;
            background-color: #F3E600;
        }

.magic-table .text-input {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 0.1px;
    color: #000000;
}
