﻿
.rgSelectedRow td {
    background: none !important;
    color: black !important;
    border-color: #dedede !important;
}

.rgErrorRow {
    background: #f8d7da !important;
}

.rgDisabledRow {
    background : lightgray !important;
}

.RadGrid_Bootstrap .rgSelectedCell a, .RadGrid_Bootstrap .rgSelectedRow a {
    color: black !important;
}

.RadGrid .rgCheck input:checked {
    padding: 2px !important;
}

.rgHeader, .rgHeaderWrapper {
    background-color: #5FA4B9 !important;
    color: white !important;
}

.rgDataDiv {
    overflow-x: hidden !important;
    max-height: 800px !important;
    height: auto !important;
}

.loader-overlay {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(255, 255, 255, 0.6);
    z-index: 1000;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: fixed;
}

#confirmationDiv {
    padding: 1em;
    height: 580px;
}

#mainDiv {
    padding: 1em;
    height: 580px;
    overflow: hidden;
}

#bandeauConflit {
    flex-direction: column;
    gap: 5px;
}

#lblEvenementConflit {
    margin-left: 3em;
}

div:has(> input[id*=nouvelleDatePicker_txtDate]) {
    width: fit-content;
}
