.displayOff {
    display: none
}

.navBarUserName {
    float: left;
    height: 50px;
    padding: 18px 5px;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
}

.dataConcessionName {
    line-height: 15px;
}

.jumbotron {
    padding-top: 15px;
    padding-bottom: 0px;
}

.marginBottom0 {
    margin-bottom: 0px
}

.panel-primary {
    border-color: #171875;
}

.containerDataPrestation {
    margin-bottom: 5px
}

.panel-title > .btn {

}

.list-group-item > .btn {
    float: right;
}

jsonData {
    display: none
}

li.clickUser:hover {
    background-color: #e7ffff82;
    cursor: pointer
}

li.clickConcession:hover {
    background-color: #e7ffff82;
    cursor: pointer
}

li.clickPrestation:hover {
    background-color: #e7ffff82;
    cursor: pointer
}

li.clickPrestationSetConcession:hover {
    background-color: #e7ffff82;
    cursor: pointer
}

.displayBadge {
    margin-top: 5px;
    display: none;
    text-align: center;
}

.alertForInput {
    line-height: 34px;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.resSearchBdd {
    height: 50vh;
    overflow-y: auto;
}

.panel-body namePrestation {
    font-weight: bold
}

.footerShowData {
    display: inline-block;
    margin-left: 10px;
}

.showVal {
    display: inline-block;
    font-weight: 700;
}

.btnClickEditPrepa {
    float: right;
}

.clickPlanningUserPresent {
    display: grid;
}

.clickPlanningUserPresent.day {
    background: linear-gradient(to right, #90c4d3 40%, 50%, #ffe0a8 60%);
}

.clickPlanningUserPresent.am {
    background: linear-gradient(to right, #90c4d3 0%, 45%, #f6f6f6 50%)
}

.clickPlanningUserPresent.pm {
    background: linear-gradient(to left, #ffe0a8 0%, 45%, #f6f6f6 50%)
}

span.planningLiName {
    margin-right: 10px
}

span.planningLiDispo {
    float: right;
    width: 50px;
    text-align: center;
}

.spinner-3 {
    width: 50px;
    aspect-ratio: 1;
    display: inline-grid;
    border-radius: 50%;
    background: linear-gradient(0deg, rgb(0 0 0/50%) 30%, #0000 0 70%, rgb(0 0 0/100%) 0) 50%/8% 100%,
    linear-gradient(90deg, rgb(0 0 0/25%) 30%, #0000 0 70%, rgb(0 0 0/75%) 0) 50%/100% 8%;
    background-repeat: no-repeat;
    animation: s3 1s infinite steps(12);
}

.spinner-3::before,
.spinner-3::after {
    content: "";
    grid-area: 1/1;
    border-radius: 50%;
    background: inherit;
    opacity: 0.915;
    transform: rotate(30deg);
}

.spinner-3::after {
    opacity: 0.83;
    transform: rotate(60deg);
}


@keyframes s3 {
    100% {
        transform: rotate(1turn)
    }
}

.clignote {
    animation-duration: 0.6s;
    animation-name: clignoter;
    animation-iteration-count: 3;
    transition: none
}

@keyframes clignoter {
    50% {
        background: #da0833;
    }
}