.admin_modif_manoeuvre_dialog
{
    position: fixed;
    width: 52vw;
    height: 21vw;
    background-color: #ffffff;
}

.admin_modif_manoeuvre_dialog_modele_placeholder
{
    position: absolute;
    left: 2vw;
    top: 2vw;
    font-size: 1.2vw;
    font-weight: bold;
}

.admin_modif_manoeuvre_dialog_input_modele
{
    position: absolute;
    left: 10vw;
    top: 1.9vw;
    height: 1.5vw;
    max-height: 100%;
    width: 6vw;
    color: black;
    background-color: white;
	font-family: Calibri;
	font-size: 1.2vw;
}

.admin_modif_manoeuvre_dialog_modele
{
    position: absolute;
    left: 17vw;
    top: 1.9vw;
    height: 1.9vw;
    max-height: 100%;
    width: 33vw;
    color: black;
    background-color: white;
	font-family: Calibri;
	font-size: 1.2vw;
}

.admin_modif_manoeuvre_dialog_repere_placeholder
{
    position: absolute;
    left: 2vw;
    top: 5vw;
    font-size: 1.2vw;
    font-weight: bold;
}

.admin_modif_manoeuvre_dialog_repere
{
    position: absolute;
    left: 10vw;
    top: 4.9vw;
    height: 1.5vw;
    max-height: 100%;
    width: 10vw;
    color: black;
    background-color: white;
	font-family: Calibri;
	font-size: 1.2vw;
}

.admin_modif_manoeuvre_dialog_instruction_placeholder
{
    position: absolute;
    left: 2vw;
    top: 8vw;
    font-size: 1.2vw;
    font-weight: bold;
}

.admin_modif_manoeuvre_dialog_instruction
{
    position: absolute;
    left: 10vw;
    top: 7.9vw;
    height: 1.5vw;
    max-height: 100%;
    width: 40vw;
    color: black;
    background-color: white;
	font-family: Calibri;
	font-size: 1.2vw;
}

.admin_modif_manoeuvre_dialog_local_placeholder
{
    position: absolute;
    left: 2vw;
    top: 11vw;
    font-size: 1.2vw;
    font-weight: bold;
}

.admin_modif_manoeuvre_dialog_local
{
    position: absolute;
    left: 10vw;
    top: 10.9vw;
    height: 1.5vw;
    max-height: 100%;
    width: 10vw;
    color: black;
    background-color: white;
	font-family: Calibri;
	font-size: 1.2vw;
}

.admin_modif_manoeuvre_dialog_etat_placeholder
{
    position: absolute;
    left: 2vw;
    top: 14vw;
    font-size: 1.2vw;
    font-weight: bold;
}

.admin_modif_manoeuvre_dialog_etat
{
    position: absolute;
    left: 10vw;
    top: 13.9vw;
    height: 1.5vw;
    max-height: 100%;
    width: 10vw;
    color: black;
    background-color: white;
	font-family: Calibri;
	font-size: 1.2vw;
}

.admin_modif_manoeuvre_dialog_down_button
{
    position: absolute;
    left: 32vw;
    top: 16vw;
    height: 4vw;
    max-height: 100%;
    width: auto;
}

.admin_modif_manoeuvre_dialog_up_button
{
    position: absolute;
    left: 37vw;
    top: 16vw;
    height: 4vw;
    max-height: 100%;
    width: auto;
}

.admin_modif_manoeuvre_dialog_delete_button
{
    position: absolute;
    left: 42vw;
    top: 16vw;
    height: 4vw;
    max-height: 100%;
    width: auto;
}

.admin_modif_manoeuvre_dialog_agree_button
{
    position: absolute;
    left: 47vw;
    top: 16vw;
    height: 4vw;
    max-height: 100%;
    width: auto;
}