﻿
.myFooter {
    padding-bottom :20px;
    display: flex;
    flex-shrink: 0;
    align-items: center;
    // vertically center justify-content: flex-end;
    // Right align buttons with flex property because text-align doesn't work on flex items padding: $modal-inner-padding - $modal-footer-margin-between * .5;
    border-top: $modal-footer-border-width solid $modal-footer-border-color;
    @include border-bottom-radius($modal-content-inner-border-radius);
    // Place margin between footer elements // This solution is far from ideal because of the universal selector usage, // but is needed to fix https://github.com/twbs/bootstrap/issues/24800 > *

    {
        margin: $modal-footer-margin-between * .5;
    }


}

.rouge{
    color : red ;
}

.label-time{
    margin-top :8px;
}

ol li {
    border: 1px solid #eaedf1;
    padding: 10px 20px 10px 0px;
    margin: 5px 20px;
}

.li_modaste_dt {
    padding: 10px 0 0 40px ;
}

.clearfix::before,
.clearfix::after {
    content: ' ';
    display: table;
}

.clearfix::after {
    clear: both;
}

#Btnnew_modaste_dt{
    margin-right : 40px;
}

#divLstIntervenantsModeAstreinte {
    max-height: 400px;
    overflow-y: auto;
}

.list-group-item{
    cursor : move;
}

#btnScenarioChoice{
    margin-top : 7px;
}

#btnTestSimuation {
    margin-top: 7px;
}

.side-scroll {
    height: 100vh;
    overflow-y: auto;
}

#txtHomeSimulation{
    margin-left : 15px;

}

#spanErrorDelModaste{
    color : red ;
    font-size : 10px;

}

#btnSupervision{
    cursor : pointer ;
}

.appelant_disabled {
    background-color: lightyellow;
}

.appelant_enabled {
    background-color: white;
}