.admin_gammes_dialog
{
    position: fixed;
    width: 92vw;
    height: 40vw;
    background-color: #ffffff;
}

.admin_gammes_dialog_header_div
{
    position: absolute;
    top: 5vw;
    left: 2vw;
	width: 87.7vw;
}

.admin_gammes_dialog_header
{
    border-spacing: 0.1vw;
    border-collapse: initial;
}

.admin_gammes_dialog_header > tbody > tr >td
{
	background-color: #046197;
}

.admin_gammes_dialog_header > tbody:hover > tr >td
{
    background-color: #046197;
}

.admin_gammes_dialog_header_cell
{
    font-family: Calibri;
    font-size: 1vw;
    font-weight: bold;
    color: white;
    text-align: center;
    vertical-align: middle;
    background-color: #046197;
	cursor:default;
	height: 3vw;
}

.admin_gammes_dialog_table_div
{
    position: absolute;
    top: 8.5vw;
    left: 2vw;
    height: 29.5vw;
    width: 87.7vw;
    overflow-y: auto;
}

.admin_gammes_dialog_table
{
    border-spacing: 0.1vw;
    border-collapse: initial;
}

.admin_gammes_dialog_cell1
{
    font-family: Calibri;
    font-size: 1vw;
	vertical-align: middle;
    /*background-color: #ffffff;*/
	height: 2vw;
	padding-left: 10px;
	text-align: left;
}

.admin_gammes_dialog_cell2
{
    font-family: Calibri;
    font-size: 1vw;
	vertical-align: middle;
    /*background-color: #ffffff;*/
	height: 2vw;
	padding-left: 10px;
	text-align: center;
}

.admin_gammes_dialog_repere
{
    width: 15vw;
	padding-left: 10px;
	font-family: Calibri;
    font-size: 6px;
}

.admin_gammes_dialog_description_gammes_types
{
    width: 61vw;
	padding-left: 10px;
}

.admin_gammes_dialog_type_regime_gammes_types
{
    width: 10vw;
	padding-left: 10px;
}

.admin_gammes_dialog_description_gammes_realisees
{
    width: 47vw;
	padding-left: 10px;
}

.admin_gammes_dialog_date_gammes_realisees
{
    width: 8vw;
	padding-left: 10px;
}

.admin_gammes_dialog_numero_chrono_gammes_realisees
{
    width: 8vw;
	padding-left: 10px;
}

.admin_gammes_dialog_numero_regime_gammes_realisees
{
    width: 8vw;
	padding-left: 10px;
}

.admin_gammes_dialog_add_new_button
{
	position: absolute;
    left: 1.5vw;
    top: 0.8vw;
	height: 4vw;
    max-height: 100%;
    width: auto;
}

.admin_gammes_dialog_export_button_gammes_types
{
	position: absolute;
    left: 5.5vw;
    top: 0.8vw;
	height: 4vw;
    max-height: 100%;
    width: auto;
}

.admin_gammes_dialog_export_button_gammes_realisees
{
	position: absolute;
    left: 1.5vw;
    top: 0.8vw;
	height: 4vw;
    max-height: 100%;
    width: auto;
}

.admin_gammes_dialog_previous_button
{
	position: absolute;
    left: 42vw;
    top: 0.8vw;
	height: 4vw;
    max-height: 100%;
    width: auto;
}

.admin_gammes_dialog_next_button
{
	position: absolute;
    left: 46vw;
    top: 0.8vw;
	height: 4vw;
    max-height: 100%;
    width: auto;
}

.admin_gammes_dialog_keyword
{
    position: absolute;
    left: 81vw;
    top: 1.8vw;
    height: 1.5vw;
    max-height: 100%;
    width: 7vw;
    color: black;
    background-color: white;
	font-family: Calibri;
	font-size: 1.2vw;
}

.admin_gammes_dialog_radio_gammes_types
{
    position: absolute;
    left: 12vw;
    top: 0.9vw;
}

.admin_gammes_dialog_radio_gammes_types_placeholder
{
    position: absolute;
    left: 14vw;
    top: 0.91vw;
}

.admin_gammes_dialog_radio_gammes_realisees
{
    position: absolute;
    left: 12vw;
    top: 2.8vw;
}

.admin_gammes_dialog_radio_gammes_realisees_placeholder
{
    position: absolute;
    left: 14vw;
    top: 2.8vw;
}