.popinChargesContainer {
    display: flex;
    flex-direction: column;
    margin-left: 15px;
    margin-right: 15px;
}

.popinChargesGroup {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 10px;
}

.popinChargesGroup label {
    font-weight: normal;
}

.popinChargesLabelGroup {
    flex: 1;
    display: flex;
    flex-direction: column;
    max-width: 27rem;
}

.popinChargesInputGroupColonne {
    flex: 2;
    display: flex;
    flex-direction: column;
}

.popinChargesInputGroupColonne > input {
    max-width: 460px;
}

.popinChargesInputGroupLigne {
    flex: 2;
    display: flex;
    flex-direction: row;
}

/** Gestion du titre de la popin */
.ui-dialog .ui-dialog-title {
    width: 100%;
    white-space: inherit;
}

/* utilitaire */
.sautDeLigne {
    padding-bottom: 20px;
}

/* Gestion de la police*/
.labelSousInput {
    font-size: 8px;
}

/* Gestion de la couleur */
.cssRed {
    color: #ff0000;
}

.cssBlack {
    color: #000000;
}

.cssGris {
    color: #6d6d6d;
}

/* Gestion alignement */
.inline-block-inherited,
.inline-block-inherited div {
    display: inline-block;
}

.align-left {
    text-align: left;
}

.popinLabel {
    display: inline-block;
    text-align: left;
    width: 256px;
    white-space: nowrap;
}

.labelPays {
    display: inline-block;
    text-align: left;
    width: 350px;
}

.labelAdr {
    width: 256px;
}

.labelAdrCell {
    width: 256px;
}

.labelDeuxLignes {
    line-height: 12px;
}

.row {
    margin-bottom: 10px;
}

.alignFlex {
    display: flex;
    flex-direction: row;
    margin-bottom: 10px;
}

.row .vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

.marginLeft {
    margin-left: 15px;
}

.marginLeftAdresse {
    margin-left: 15px;
}

.marginLeftAdresseInput {
    margin-left: 0;
}

.divSupprimer {
    padding-left: 15px;
}

.selectPays,
.selectDepartement,
.selectCommune,
.selectRue {
    min-width: 300px;
    text-align: center;
}

/** Permet de centrer le premier élément du select **/
/** Afin que cela fonctionne sur chrome et modzilla **/
.selectPays > option:first-child,
.selectDepartement > option:first-child,
.selectCommune > option:first-child,
.selectRue > option:first-child {
    text-align: center;
}

/** Permet de mettre à gauche le premier élément du select**/
/** Afin que cela fonctionne sur chrome et modzilla **/
.selectPays > option:nth-child(n + 2),
.selectDepartement > option:nth-child(n + 2),
.selectCommune > option:nth-child(n + 2),
.selectRue > option:nth-child(n + 2) {
    text-align: left;
}

.selectNumero {
    min-width: 64px;
}

.bisTer {
    margin-left: 10px;
    margin-right: 4px;
}

.infoBulleSaisieRue {
    margin-left: 10px;
}

.boutonValider {
    margin-left: 5px;
}

/* Extra-small devices (phones, 767px and less) */
@media (max-width: 767px) {
    input[type="text"] {
        width: 100%;
    }

    .popinChargesGroup {
        flex-direction: column;
        align-items: flex-start;
    }

    .popinChargesInputGroupLigne {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    .divSupprimer {
        padding-left: 0;
    }

    .selectPays,
    .selectDepartement,
    .selectCommune,
    .selectRue {
        min-width: unset;
        max-width: 27rem;
    }

    .marginLeftAdresseInput {
        margin-left: 15px;
    }

    .boutonValider {
        margin-left: 0;
    }

    .bisTer {
        margin-left: 0;
        margin-right: 0;
    }


}
