/*#region grid*/
/*# Available class names: border|header-bold|no-hover|no-header|padding-tb-10 #*/
.k-grid {
    border: none;
    background-color: transparent;
}

    .k-grid > table {
        table-layout: fixed;
        width: 100% !important;
        border-spacing:0;
    }
    .k-grid .k-table-thead {
        background-color: transparent;
    }
    
    .k-grid .k-table-td,
    .k-grid .k-table-th {
        background-color: transparent;
        color: #404040;
        border-width: 0px;
        border-color: #dadada;
        padding: 5px 15px 5px 5px;
        position: relative;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    .k-grid.padding-tb-10 .k-table-td,
    .k-grid.padding-tb-10 .k-table-th {
        padding-top: 10px;
        padding-bottom: 10px;
    }


    .k-grid.padding-tb-7 .k-table-td,
    .k-grid.padding-tb-7 .k-table-th {
        padding-top: 7px;
        padding-bottom: 7px;
    }

    .k-grid.border .k-table-th {
        border-width: 1px 0px 1px 1px !important;
    }
    .k-grid.border .k-table-td {
        border-width: 0px 0px 1px 1px !important;
    }

        .k-grid.border .k-table-th:last-child,
        .k-grid.border .k-table-td:last-child {
            border-right-width: 1px !important;
        }

    

    .k-grid .k-table-row,
    .k-grid .k-table-row.k-table-alt-row {
        background-color: transparent;
    }

    .k-grid .k-table-tbody .k-table-row:hover,
    .k-grid .k-table-tbody .k-table-row.k-selected td {
        background-color: #f4f4f4;
    }

    .k-grid.no-hover tbody tr {
        background-color: transparent !important;
    }

    .k-grid.no-header .k-table-thead {
        display: none;
    }

    .k-grid.border-bottom tbody td {
        border-bottom: 1px solid #dadada;
        background-color: #fff;
    }


    .k-grid.header-bold thead tr th {
        font-weight: bold;
    }

    .k-grid.overflow-auto {
        overflow: auto;
    }

        .k-grid.overflow-auto .k-table-thead th {
            position: sticky;
            top: 0;
            z-index: 2;
            background-color: #fff;
        }

/*#endregion*/

/*#region kendo dialog*/
.max-width-80p > .k-dialog {
    max-width: 80%;
}
.max-width-100p > .k-dialog {
    max-width: 100%;
}

.max-height-80p > .k-dialog {
    max-height: 80%
}
.max-height-100p > .k-dialog {
    max-height: 100%
}


.height-70p > .k-dialog {
    height: 70%;
}
.height-80p > .k-dialog {
    height: 80%;
}

.width-70p > .k-dialog {
    width: 70%;
}
.width-80p > .k-dialog {
    width: 80%;
}

.fullscreen > .k-dialog {
    max-height: 100%;
    height: 100%;
    max-width: 100%;
    width: 100%
}
.round-border > .k-dialog {
    border-radius: 7px;
}

.k-dialog > .k-dialog-content {
    padding: 0;
}

.k-dialog-titlebar {
    background-color: #fff;
    border-width: 0;
    padding-bottom: 20px;
}
.k-dialog-title {
    padding-top: 20px;
    font-size: 18px;
}

.k-dialog-actions {
    padding: 0 !important;
    gap: 0;
    border-width: 0 !important;
}
.k-dialog-actions .k-button{
    height:30px;
    border:1px solid #dadada;
}
    .k-dialog-actions .k-button:hover {
        opacity: 0.7;
    }
    .k-dialog-actions .k-button.k-primary {
        border-color: #f2b800;
        background-color: #f2b800;
        color: #fff;
    }

/*#endregion*/

/*#region kendo editor*/
.k-editor {
    display: flex;
    flex-direction: column;
    height: 100%;
}

    .k-editor > .k-toolbar {
        border-width: 0px 0px 1px;
        flex: 0 0 auto;
    }

    .k-editor > .k-editor-content {
        flex-grow: 1;
        overflow: hidden;
    }

        .k-editor > .k-editor-content > iframe {
            height: 100% !important;
        }


    .k-editor.no-border {
        border-color: transparent;
    }

    .k-editor.transparent-bg {
        background-color: transparent;
    }

/*#endregion*/

.k-dropdowntree .k-clear-value {
    display: none;
}
.k-dropdowntree.bg-white {
    background-color: #fff;
    background-image: none;
}

    .k-dropdowntree.bg-white:hover {
        background-color: #ebebeb;
    }

.k-list-container .k-list .k-list-content {
    max-height: 200px;
}

.k-combobox.transparent-bg {
    background-color: transparent;
    border-color: transparent;
}
.k-combobox.transparent-bg button{
    background-color: transparent;
    border-color: transparent;
}


.k-animation-container {
    z-index: 10003 !important;
}

.k-loader-primary {
    color: #f2b800;
}


.k-dropdownlist.bg-white {
    background-color: #fff;
    background-image: none;
}
    .k-dropdownlist.bg-white:hover {
        background-color: #ebebeb;
    }



.k-notification-group {
    z-index: 2147483647 !important;
}

.k-notification.simple-notification {
    background-color: #f2b800;
    padding: 4px 5px 3px;
}


.k-notification-container .top-line {
    /* background-image: url('../Images/submit-successful.png');*/
    /* background-position: 10px center;
    background-repeat: no-repeat;
    background-size: 18px;*/
    padding: 0px 20px 0px 0px;
    font-size: 16px;
}

    .k-notification-container .top-line .k-icon.k-i-success {
        font-size: 20px;
        margin-right: 5px;
        margin-top: -1px;
    }

.k-notification-container .bottom-line {
    padding: 5px 80px 5px 10px;
    font-size: 14px;
}