.sl2-bg-red .select2-choice > .select2-chosen{
background-color: #DD4B39;
color: #fff;
}
.sl2-bg-blue .select2-choice > .select2-chosen{
    background-color: #00C0EF;
    color: #000
}
.sl2-bg-green .select2-choice > .select2-chosen{
    background-color: #00A65A;
    color: #fff
}
.sl2-bg-yellow .select2-choice > .select2-chosen{
    background-color: #FFFD00;
    color: #000
}
.sl2-bg-orange .select2-choice > .select2-chosen{
    background-color: #F39C12;
    color: #fff;
}

.bg-grey{
    background-color: #bdd3d2;
    color: #fff;
}

.bg-green{
    background-color: #9ba9a1;
    color: #fff;
}

.bg-red{
    background-color: #cc8575;
    color: #fff;
}


.bg-orange{
    background-color: #f3ba8d;
    color: #fff;
}

.box-checked{
    position: relative;
}

.box-checked .fa-check{
    position: absolute;
    bottom: 0px;
    right: -10px;
    font-size: 32px;
    color: #00a65a;
}

.min-height-100 .box {
    min-height: 100px;
}

.min-height-200 .box {
    min-height: 200px;
}

.min-height-250 .box {
    min-height: 250px;
}

.min-height-300 .box {
    min-height: 300px;
}

.min-height-400 .box {
    min-height: 400px;
}

.min-height-500 .box {
    min-height: 500px;
}

#filter_statut_value label {
    margin-right: 20px;
}

#filter_action_value label {
    margin-right: 20px;
}

.label-normal {
    font-size: 100%;
}

.pb-300 { padding-bottom: 600px; }
div[id*="effectuerVirementProprietaire"]::before{
    content: "Réglement";
    display: inline-block;
    font-size: 18px;
    margin: 0;
    line-height: 1;
    margin-top: 20px;
}

#filter-s7214ddd4d7-effectuerVirementProprietaire div[id*="effectuerVirementProprietaire"]::before{
    content: "";
    margin-top: 0px;
    position: absolute;
}

#filter-saadd114db3-dossierAssistance\.effectuerVirementProprietaire div[id*="effectuerVirementProprietaire"]::before{
    content: "";
    margin-top: 0px;
    position: absolute;
}


.sonata-ba-list-field-date>span:before{
    font : normal normal normal 14px/1 FontAwesome;
    content : "\f040";

}

.dropdown-menu {
    overflow-y: scroll!important;
    max-height: 600px!important;
}