.document_annexe_ajout_dialog
{
    position: fixed;
    width: 83vw;
    height: 34vw;
    background-color: #ffffff;
}

.document_annexe_ajout_dialog_table_div
{
    position: absolute;
    top: 1vw;
    left: 1vw;
	height: 27vw;
	width: 81vw;
    overflow-y: auto;
}

.document_annexe_ajout_dialog_table
{
    border-collapse: initial;
	table-layout: fixed;
	width: 79vw;
}

.document_annexe_ajout_dialog_table  tr:hover>td, .document_annexe_ajout_dialog_table tr:hover>td>table>tbody>tr>td
{
	background-color: #f0f0f0;
	cursor: default;
}

.document_annexe_ajout_dialog_table_cell
{
	cursor: default;
	padding-top: 0px !important;
	padding-bottom: 0px !important;
}

.document_annexe_ajout_dialog_table_unitaire
{
    border-collapse: initial;
	table-layout: fixed;
	width: 78vw;
}

.document_annexe_ajout_dialog_table_unitaire tr:hover>td
{
	background-color: white !important;
	cursor: pointer !important;
}

.document_annexe_ajout_dialog_table_unitaire2
{
    border-collapse: initial;
	table-layout: fixed;
	width: 26vw;
}

.document_annexe_ajout_dialog_table_unitaire2 tr:hover>td
{
	background-color: white !important;
	cursor: pointer !important;
}

.document_annexe_ajout_dialog_checkbox
{
	height: 1vw;
    max-height: 100%;
    width: auto;
	padding-top: 0.5vw;
}

.document_annexe_ajout_dialog_table_unitaire_cell_checkbox
{
	text-align: center;
	vertical-align: middle;
}

.document_annexe_ajout_dialog_table_unitaire_cell_texte
{
    font-family: Calibri;
    font-size: 1.2vw;
	vertical-align: middle;
	padding-left: 0.5vw;
}

.document_annexe_ajout_dialog_table_unitaire_checkbox
{
	width: 2.5vw;
}

.document_annexe_ajout_dialog_table_unitaire_texte
{
	width: auto;
}

.document_annexe_ajout_dialog_bouton_valider
{
	position: absolute;
	left: 38vw;
	top: 29vw;
	height: 4vw;
    max-height: 100%;
    width: auto;
}