﻿div.appbar-bottom {
    /*background-color: #c7c2c2;*/
    border-top: 1px solid var(--kendo-appbar-border, color-mix(in srgb, var(--kendo-color-border, rgba(36, 36, 36, 0.72)) 26%, transparent));
    padding-top: 0;
    padding-bottom: 0;
}

/*MDI Pour l'iframe*/
#persistent-iframe-container {
    flex: 1 1 auto;
    min-height: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    /* Retire le padding/margin si présent */
    padding: 0;
    margin: 0;
}

#persistent-iframe-container iframe {
    width: 100%;
    height: 100%;
    border: none;
    display: block;
    flex: 1 1 auto;
    min-height: 0;
    box-sizing: border-box;
}

/*Loader*/
.loader-text {
    margin-top: 1rem;
    font-size: 1rem;
    color: #444;
    margin-top: 1rem;
}

.loader-content {
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    background: rgba(255,255,255,0.7);
    z-index: 9999;
    flex-direction: column;
}



/*MDI Pour grid telerik*/
.custom-grid .k-grid-content .k-table-td {
    padding: 0px 5px;
    font-size: 12px;
}



/* template */
/*.custom-grid div.custom-ellipsis,*/
/* OnCellRender */
/*.custom-grid .k-grid td.custom-ellipsis,*/
/* OnRowRender */
/*.custom-grid .k-grid tr.custom-ellipsis .k-table-td {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}*/