.extractions_global
{
    position: fixed;
	width: 100%;
	height: 90%;
    left: 0px;
    top: 7vw;
}

.extractions_titre_champs, .extractions_titre_criteres
{
    position: absolute;
	top: 2vw;
    font-family: Calibri;
    font-size: 1.6vw;
    font-weight: bold;
	text-align: center;
	width: 25vw;
    color: #ffffff;
    background: #777777;
	padding-left: 1vw;
	padding-right: 1vw;
}

.extractions_titre_champs
{
    left: 12vw;
	background-color: #046197;
}

.extractions_titre_criteres
{
    left: 62vw;
	background-color: #046197;
}

.extractions_bouton_effacer_criteres
{
    left: 86vw;
    top: 1vw;
}

.extractions_bouton_ajouter_critere
{
	position: absolute;
    left: 91.2vw;
    top: 1.2vw;
	height: 4vw;
    max-height: 100%;
    width: auto;
	cursor: pointer;
}

.extractions_table_champs_div
{
    position: absolute;
    left: 5vw;
    top: 6vw;
    width: 40vw;
    height: 28.5vw;
	overflow-x: hidden;
    overflow-y: auto;
	background: white;
	border: 1px solid black;
}

.extractions_table_criteres_div
{
    position: absolute;
    left: 55vw;
    top: 6vw;
    width: 40vw;
    height: 28.5vw;
	overflow-x: hidden;
    overflow-y: auto;
	background: white;
	border: 1px solid black;
}

.extractions_table_champs
{
    border-collapse: initial;
    width: 39vw;
}

.extractions_table_criteres
{
    border-collapse: initial;
    width: 40.5vw;
}

.extractions_champs_rubrique_cell
{
	height: 3vw;
	padding-left: 1vw;
	text-align: left;
	vertical-align: middle;
	background-color: white;
}

.extractions_cell1
{
	height: 2.2vw;
	padding-left: 1.5vw;
	vertical-align: middle;
}

.extractions_cell2
{
	height: 2.2vw;
	text-align: center;
	vertical-align: middle;
	padding-top: 0.5vw;	
	width: 3vw;
}

.extractions_description_cell
{
    width: auto;
	text-align: center;
}

.extractions_rubrique_champs
{
    font-family: Calibri;
    font-size: 1.2vw;
	font-weight: bold;
    width: 36.5vw;
}

.extractions_description
{
    font-family: Calibri;
    font-size: 1.2vw;
}

.extractions_champs_coche_cell
{
    width: 3vw;
	text-align: center;
}

.extractions_champs_coche
{
	height: 1vw;
    max-height: 100%;
    width: auto;
}

.extractions_criteres_icone_supprimer
{
	height: 1vw;
    max-height: 100%;
    width: auto;
}

.extractions_bouton_charger
{
	position: absolute;
    left: 36vw;
    top: 36.3vw;
	height: 4vw;
    max-height: 100%;
    width: auto;
	cursor: pointer;
}

.extractions_bouton_enregistrer
{
	position: absolute;
    left: 44vw;
    top: 36.3vw;
	height: 4vw;
    max-height: 100%;
    width: auto;
	cursor: pointer;
}

.extractions_bouton_enregistrer_inactif
{
	position: absolute;
    left: 44vw;
    top: 36.3vw;
	height: 4vw;
    max-height: 100%;
    width: auto;
	cursor: pointer;
	opacity: 0.4;
}

.extractions_bouton_effacer
{
	position: absolute;
    left: 52vw;
    top: 36.3vw;
	height: 4vw;
    max-height: 100%;
    width: auto;
	cursor: pointer;
}

.extractions_bouton_effacer_inactif
{
	position: absolute;
    left: 52vw;
    top: 36.3vw;
	height: 4vw;
    max-height: 100%;
    width: auto;
	cursor: pointer;
	opacity: 0.4;
}

.extractions_bouton_valider
{
	position: absolute;
    left: 60vw;
    top: 36.3vw;
	height: 4vw;
    max-height: 100%;
    width: auto;
	cursor: pointer;
}

.extractions_bouton_valider_inactif
{
	position: absolute;
    left: 60vw;
    top: 36.3vw;
	height: 4vw;
    max-height: 100%;
    width: auto;
	cursor: pointer;
	opacity: 0.4;
}