BODY
{
    background-color: #ffffff;
    /*background-image: url(../../res/images/fond_general.png);
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: top;*/
    font-family: Calibri;
    font-size: 1.2vw;
    background-size:100%;
    /*overflow-x:hidden;*/
}

/* Hugues : Titres pop-ups*/
.Wt-dialog .titlebar
{
	background: none;
	padding: 2px 6px 3px;
	font-family: Calibri;
}

.blue_text
{
	color: rgb(39, 52, 139);
}

.popup_cell_taille_fixe
{
	width:30%;
}

.popup_largeur_variable
{
	width: max-content;
	
}

.padding_bandeau
{
	padding-top: 5%;
	height:95%;
}

.closeicon
{
	cursor:pointer;
}

td
{
	cursor:pointer;
	background-color: #f0f0f0;
	padding: 5px;
}

tr:hover>td,
tr:hover>td>table>tbody>tr>td
{
    background-color:#ffffff;	
}

.fullpage
{
	height:100%;
}

.titre_table
{
	background-color: #046197;
	color:#ffffff;
	font-weight: bold;
}

.titre_table >tbody:hover
{
	cursor:default;
}

.titre_table > tbody:hover > tr >td
{
    background-color: #046197;
}

/* WTextArea */
textarea
{
    font-family: Calibri;
    font-size: 22px;
}

.max_width
{
	width: -webkit-fill-available;
}

.inherited_width
{
	width: inherit;
}

.texte
{
    font-family: Calibri;
    font-size: 100%;
}

.texte_centre
{
	font-family: Calibri;
    font-size: 100%;
	text-align:center;
}

.gras
{
	font-weight: bold;
}

.table_scrollable
{
	/*height: 95%;*/
	/*width:98vw;*/
    border-spacing: 2px;
    border-collapse: initial;
    overflow-y: auto;
}

.onglet_tab
{
	height:90%;
}

/* Images */
img
{
    max-height: 100%;
    max-width: 100%;
}

/* WLineEdit & WCheckBox */
input
{
    height: auto !important;
    /*font-size: 22px;*/
	border: 1px solid grey;
}

/* WComboBox */
select
{
    height: auto !important;
    font-size: 100%;
    font-family: Calibri;
}

select > option {
	font-size: inherit;
	
	/*Lamiel : pour que ça marche il faut désactiver l'apparence système*/
	-webkit-appearance: none; /*Chrome*/
	-moz-appearance : none; /*Firefox buggué*/
	appearance : none; /*Edge*/
}

/* WText */
span
{
    font-family: Calibri;
    font-size: 1.2vw;
}

.titlebar
{
	background-color: #046197 !important ;
}

/* WPushButton */

button
{
    border: none !important;
    background: none !important;
	cursor: pointer;
}

button.btn
{
	border: none;
    background: none;
	/*cursor:pointer;*/
}

.no_interaction
{
	cursor:default;
}

.hover_grey >tbody:hover >tr>td
{
	background: #F0F0F0;
}

.hover_white :hover
{
	background: #ffffff;
}

.pointable
{
	cursor:pointer;
}

.warning_navigateur
{
	position: absolute;
	left: 0;
	top: 30vw;
    font-family: Calibri;
    font-size: 2vw;
	font-weight: bold;
    width: 100%;
	text-align: center;
}

.checkbox
{
    height: initial;
    width: initial;
	min-height:11px;
	min-width:11px;
    /*margin-top: 5px;*/
}

.calendar_button
{
	position: absolute;
	left: 13.4%;
	top: 30%;
	width: 10px;
	height: 10px;
}

.calendar_dialog
{
    position: fixed;
    background-color: #f5f5f4;
}

.conteneur_calendar
{
    position: absolute;
	left: 0%;
	top: 0%;
}

*:focus 
{
	outline: none;
}

*::-moz-focus-inner 
{
	border: none;
}

/*
.Wt-btn
{
	min-width: 4vw;
	min-height: 4vw;
	max-width: 4vw;
	max-height: 4vw;
}
*/
