.SelectionEntreprise_dialog
{
    position: fixed;
    width: 47vw;
    height: 37vw;
    background-color: #ffffff;
}

.SelectionEntreprise_dialog_entreprise_placeholder
{
    position: absolute;
	left: 2vw;
	top: 2vw;
    font-family: Calibri;
    font-size: 1.4vw;
	font-weight: bold;
}

.SelectionEntreprise_dialog_menu_entreprise
{
    position: absolute;
    left: 16vw;
    top: 2.1vw;
    width: 24vw;
	height: 2vw;
    font-family: Calibri;
    font-size: 1.2vw;
}	

.SelectionEntreprise_dialog_entreprise
{
    position: absolute;
    left: 16vw;
    top: 2vw;
    width: 25vw;
	height: 2vw;
    font-family: Calibri;
    font-size: 1.4vw;
	font-weight: bold;
    color: rgb(39, 52, 139);
}

.SelectionEntreprise_dialog_cdt_placeholder
{
    position: absolute;
	left: 2vw;
	top: 6vw;
    font-family: Calibri;
    font-size: 1.4vw;
	font-weight: bold;
}

.SelectionEntreprise_dialog_tous_cdt_placeholder
{
    position: absolute;
	left: 41vw;
	top: 6vw;
    font-family: Calibri;
    font-size: 1.4vw;
	font-style: italic;
}

.SelectionEntreprise_dialog_checkbox_tous
{
    position: absolute;
	left: 39vw;
	top: 6.4vw;
	height: 1vw;
    max-height: 100%;
    width: auto;
}

.SelectionEntreprise_dialog_table_div
{
    position: absolute;
    left: 2vw;
    top: 8.5vw;
    width: 43vw;
    height: 22vw;
    overflow-y: auto;
}

.SelectionEntreprise_dialog_table
{
    border-collapse: initial;
	width: 41.5vw;
}

.SelectionEntreprise_dialog_table_cell1
{
    font-family: Calibri;
    font-size: 1.4vw;
    text-align: left;
	vertical-align: middle;
	height: 2.5vw;
	padding-left: 0.5vw;
	/*background: white;
	cursor:default;*/
}

.hover_black:hover >td
{
	background-color: #046197;
	color: white;
}

.SelectionEntreprise_dialog_checkbox
{
	height: 1vw;
    max-height: 100%;
    width: auto;
}

.SelectionEntreprise_dialog_table_cell1_selected
{
    font-family: Calibri;
    font-size: 1.4vw;
	font-weight: bold;
    text-align: left;
	vertical-align: middle;
    color: #ffffff;
    background-color: #046197;
	height: 2.5vw;
	padding-left: 0.5vw;
	/*cursor:default;*/
}

.SelectionEntreprise_dialog_table_cell1_coche
{
	font-family: Calibri;
    font-size: 1.4vw;
	font-weight: bold;
    text-align: left;
	vertical-align: middle;
    color: #046197;
	height: 2.5vw;
	padding-left: 0.5vw;
	/*cursor:default;*/
}

.SelectionEntreprise_dialog_table_cell2
{
    font-family: Calibri;
    font-size: 1.4vw;
    text-align: center;
	vertical-align: middle;
	height: 2.5vw;
	width: 3vw;
	/*cursor:default;*/
}

.SelectionEntreprise_dialog_table_cell2_selected
{
	font-family: Calibri;
    font-size: 1.4vw;
    text-align: center;
	vertical-align: middle;
	height: 2.5vw;
	width: 3vw;
	background-color: #046197;
}

.SelectionEntreprise_dialog_bouton_ajouter
{
	position: absolute;
    left: 41vw;
    top: 1.2vw;
	height: 4vw;
    max-height: 100%;
    width: auto;
	cursor: pointer;
}

.SelectionEntreprise_dialog_bouton_tout_selectionner
{
	position: absolute;
    left: 9.5vw;
    top: 32vw;
	height: 4vw;
    max-height: 100%;
    width: auto;
	cursor: pointer;
}

.SelectionEntreprise_dialog_bouton_effacer
{
	position: absolute;
    left: 21.5vw;
    top: 32vw;
	height: 4vw;
    max-height: 100%;
    width: auto;
	cursor: pointer;
}

.SelectionEntreprise_dialog_bouton_valider
{
	position: absolute;
    left: 33.5vw;
    top: 32vw;
	height: 4vw;
    max-height: 100%;
    width: auto;
	cursor: pointer;
}