.RMRF_ajout_dialog
{
    position: fixed;
    width: 92vw;
    height: 39vw;
    background-color: #ffffff;
}

.RMRF_ajout_dialog_at_placeholder
{
	position: absolute;
	left: 2vw;
	top: 1.3vw;
    font-family: Calibri;
    font-size: 1.2vw;
	height: 2.5vw;
}

.RMRF_ajout_dialog_at
{
    position: absolute;
	left: 5vw;
	top: 1.2vw;
    width: 18vw;	
	height: 1.8vw;
    font-family: Calibri;
    font-size: 1.2vw;	
}

.RMRF_ajout_dialog_keyword
{
    position: absolute;
	left: 78.5vw;
	top: 1.2vw;
    width: 10vw;	
	height: 1.8vw;
    font-family: Calibri;
    font-size: 1.2vw;	
	padding-left: 0.5vw;
}

.RMRF_ajout_dialog_header_div
{
    position: absolute;
    top: 4.4vw;
    left: 2vw;
	width: 89vw;
}

.RMRF_ajout_dialog_header
{
    border-spacing: 0.1vw;
    border-collapse: initial;
	width: 87vw;
}

.RMRF_ajout_dialog_header > tbody > tr >td
{
	background-color: #046197;
}

.RMRF_ajout_dialog_header > tbody:hover > tr >td
{
    background-color: #046197;
}

.RMRF_ajout_dialog_header_cell
{
    font-family: Calibri;
    font-size: 1.4vw;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
	color: #ffffff;
    background-color: #046197;
	cursor:default;
	height: 2.5vw;
}

.RMRF_ajout_dialog_table_div
{
    position: absolute;
    top: 7.4vw;
    left: 2vw;
    height: 24.5vw;
    width: 89vw;
    overflow-y: auto;
}

.RMRF_ajout_dialog_table
{
    border-spacing: 0.1vw;
    border-collapse: initial;
	width: 87vw;
}

.RMRF_ajout_dialog_cell1
{
    font-family: Calibri;
    font-size: 1vw;
    text-align: center;
	vertical-align: middle;
    /*background: #ffffff;*/
	height: 3.5vw;
}

.RMRF_ajout_dialog_cell2
{
    font-family: Calibri;
    font-size: 1vw;
    text-align: left;
	vertical-align: middle;
    /*background: #ffffff;*/
	height: 3.5vw;
	padding-left: 0.5vw;
	padding-right: 0.5vw;
}

.RMRF_ajout_dialog_selected_cell1
{
    font-family: Calibri;
    font-size: 0.5vw;
    text-align: center;
	vertical-align: middle;
    color: #ffffff;
	font-weight:bold;
    background-color: #046197;
	height: 3.5vw;
}

.RMRF_ajout_dialog_selected_cell2
{
    font-family: Calibri;
    font-size: 0.5vw;
    text-align: left;
	vertical-align: middle;
    color: #ffffff;
	font-weight:bold;
    background-color: #046197;
	height: 3.5vw;
	padding-left: 0.5vw;
	padding-right: 0.5vw;
}

.RMRF_ajout_dialog_chrono
{
    width: 7vw;
}

.RMRF_ajout_dialog_regime
{
    width: 7vw;
}

.RMRF_ajout_dialog_designation
{
    width: auto;
}

.RMRF_ajout_dialog_statut
{
    width: 18vw;
}

.RMRF_ajout_dialog_bouton_valider
{
	position: absolute;
    left: 44vw;
    top: 33vw;
	height: 4vw;
    max-height: 100%;
    width: auto;
	cursor: pointer;
}