.admin_modif_imprimante_dialog
{
    position: fixed;
    width: 28vw;
    height: 18vw;
    background-color: #ffffff;
}

.admin_modif_imprimante_dialog_nom_placeholder
{
    position: absolute;
    left: 2vw;
    top: 2vw;
    font-size: 1.2vw;
    font-weight: bold;
}

.admin_modif_imprimante_dialog_nom
{
    position: absolute;
    left: 10vw;
    top: 1.9vw;
    height: 1.5vw;
    max-height: 100%;
    width: 16vw;
    color: black;
    background-color: white;
	font-family: Calibri;
	font-size: 1.2vw;
}

.admin_modif_imprimante_dialog_description_placeholder
{
    position: absolute;
    left: 2vw;
    top: 5vw;
    font-size: 1.2vw;
    font-weight: bold;
}

.admin_modif_imprimante_dialog_description
{
    position: absolute;
    left: 10vw;
    top: 4.9vw;
    height: 1.5vw;
    max-height: 100%;
    width: 16vw;
    color: black;
    background-color: white;
	font-family: Calibri;
	font-size: 1.2vw;
}

.admin_modif_imprimante_dialog_cartons_placeholder
{
    position: absolute;
    left: 2vw;
    top: 8vw;
    font-size: 1.2vw;
    font-weight: bold;
}

.admin_modif_imprimante_dialog_cartons_actif_placeholder
{
    position: absolute;
    left: 10vw;
    top: 8vw;
    font-size: 1.2vw;
    font-weight: bold;
}

.admin_modif_imprimante_dialog_cartons_actif
{
    position: absolute;
    left: 14vw;
    top: 8.3vw;
	height: 1vw;
    max-height: 100%;
    width: auto;
}

.admin_modif_imprimante_dialog_cartons_defaut_placeholder
{
    position: absolute;
    left: 18vw;
    top: 8vw;
    font-size: 1.2vw;
    font-weight: bold;
}

.admin_modif_imprimante_dialog_cartons_defaut
{
    position: absolute;
    left: 25vw;
    top: 8.3vw;
	height: 1vw;
    max-height: 100%;
    width: auto;
}

.admin_modif_imprimante_dialog_attestation_placeholder
{
    position: absolute;
    left: 2vw;
    top: 11vw;
    font-size: 1.2vw;
    font-weight: bold;
}

.admin_modif_imprimante_dialog_attestation_actif_placeholder
{
    position: absolute;
    left: 10vw;
    top: 11vw;
    font-size: 1.2vw;
    font-weight: bold;
}

.admin_modif_imprimante_dialog_attestation_actif
{
    position: absolute;
    left: 14vw;
    top: 11.3vw;
	height: 1vw;
    max-height: 100%;
    width: auto;
}

.admin_modif_imprimante_dialog_attestation_defaut_placeholder
{
    position: absolute;
    left: 18vw;
    top: 11vw;
    font-size: 1.2vw;
    font-weight: bold;
}

.admin_modif_imprimante_dialog_attestation_defaut
{
    position: absolute;
    left: 25vw;
    top: 11.3vw;
	height: 1vw;
    max-height: 100%;
    width: auto;
}

.admin_modif_imprimante_dialog_delete_button
{
    position: absolute;
    left: 19vw;
    top: 13vw;
    height: 4vw;
    max-height: 100%;
    width: auto;
}

.admin_modif_imprimante_dialog_agree_button
{
    position: absolute;
    left: 23vw;
    top: 13vw;
    height: 4vw;
    max-height: 100%;
    width: auto;
}