
.modal-open {
    overflow: hidden;
}


/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0, 0, 0); /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
    backdrop-filter: blur(5px); /* Blur effect */

}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 50;
    background-color: #44444499;
}

.btn-modal {
    width: initial;
    background-color: dimgray;
    color: white;
    border: 1px darkgray solid;
    padding: 10px;
    border-radius: .5rem;
    cursor: pointer;
}

.btn-modal-valider {
    background-color: white;
    color: black;
    border: 1px darkgray solid;
    width: 300px;
    font-weight: 700;
}

.ui-dialog-title {
    color: white;
}

.modal-header .close {
    margin-top: -2px;
}

.modal-title {
    margin: 0;
    /*line-height: @modal-title-line-height;*/
}

.modal-footer {
    text-align: right;
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}

.filter-date-div {
    width: 100%;
}

.filter-date {
    width: 62px;
    font-size: 10px;
    height: 18px;
}

/* Modal Content */
.modal-content {
    background-color: #fefefe;
    margin: 1% auto; /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid #888;
    width: 90%; /* Could be more or less, depending on screen size */
    height: 90%;
}

.modal-content button.choiceBtn {
    margin : 1ch;
    padding: 3ch;
    font-size: 1.5em;
    border-radius: 5px;
    border: 1px solid black;
    background-color: #6c757d;
    color: white;
    cursor:pointer;

}
/* The Close Button */

.modal table{
    width: 100%;
    border-collapse: collapse;
}

.modal td{
    border-collapse: collapse;
}

.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    margin: 1em;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}
