.align-left {
    text-align: left;
}

.popinLabel {
    display: inline-block;
    text-align: left;
    width: 256px;
    white-space: nowrap;
}

.dec2042_Fond {
    background-color: #ECF6FF;
}

.dec2042_FondBlanc {
    background-color: #ffffff;
}

.dec2042_FondGrisClair {
    background-color: #F5F5F5;
}

.bisTer {
    margin-left: 10px;
    margin-right: 4px;
}

.labelAdr {
    width: 256px;
}

.labelAdrCell {
    width: 256px;
}

.labelDeuxLignes {
    line-height: 12px;
}

.alignFlex {
    display: flex;
    flex-direction: row;
    margin-bottom: 10px;
}


.row .vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

.marginLeft {
    margin-left: 15px;
}

.boutonValider {
    margin-left: 5px;
}


.popinReducVersementsPMETable {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
}


/* Extra-small devices (phones, 767px and less) */
@media (max-width: 767px) {
    input[type="text"] {
        width: 100%;
    }

    .popinReducVersementsPMETable {
        flex-direction: column;
        align-items: flex-start;
    }

    .divSupprimer {
        padding-left: 0;
    }

    .marginLeftAdresseInput {
        margin-left: 15px;
    }

    .boutonValider {
        margin-left: 0;
    }

    .bisTer {
        margin-left: 0;
        margin-right: 0;
    }
}


