@CHARSET "ISO-8859-1";

.navbar
{
	background-color: #fff;
	height : 30px;
}

#onglets
{
	font : bold 11px Batang, arial, serif;
    list-style-type : none;
    padding-bottom : 24px; /* à modifier suivant la taille de la police ET de la hauteur de l'onglet dans #onglets li */
    border-bottom : 1px solid #9EA0A1;
    margin-left : 0;
}

#onglets li
{
	float : left;
    height : 23px; /* à modifier suivant la taille de la police pour centrer le texte dans l'onglet */
    background-color: #F4F9FD;
    margin : 2px 2px 0 2px !important;  /* Pour les navigateurs autre que IE */
    margin : 1px 2px 0 2px;  /* Pour IE  */
    border : 1px solid #9EA0A1;
}

#onglets li.active
{
    border-bottom: 1px solid #fff;
    background-color: #fff;
}

#onglets a
{
    display : block;
    color : #666;
    text-decoration : none;
    padding : 4px;
}

#onglets a:hover
{
    background : #fff;
}

#tab_essai
{
	z-index : 1;
	border : 3px;	
}

#dialog
{
	z-index: 999;	
}

/*Le style des bulles de message*/
.myCustomClass
{
	background-color: #F8F8F8;
    border: 1px solid black;   
    border-radius : 8px;
    padding: 8px;
    font-size: 14px;
    font-family: Georgia, serif;
    color: black;
    font-size: 90%;
    z-index : 999;
}
#tab_essai_modif,
#tab_essai
{
	margin-bottom : 50px;
}

#tab_traitement, 
#tab_bloc, 
#tab_pe, 
#tab_stationClimatique, 
#tab_itk, #tab_itk_pro, 
#tab_prelevement, 
#tab_analyse, 
#tab_mesure_plante_principale, 
#tab_mesure_plante_cipan,
#tab_itk_pro_modif,
#tab_itk_modif,
#tab_parcelle_elementaire_modif,
#tab_prelevement_modif,
#tab_mesure_plante_principale_modif,
#tab_mesure_plante_cipan_modif,
#tab_analyse_modif
{
	visibility : hidden;
	margin-bottom : 200px;
}

#tabs 
{ 
    background: transparent; 
    border: none; 
    font-family: Georgia, serif;  
} 


#tabs .ui-widget-header { /*Fond de la barre*/
    background: transparent; 
    border: none; 
    border-bottom: 1px solid #c0c0c0; 
    -moz-border-radius: 0px; 
    -webkit-border-radius: 0px; 
    border-radius: 0px; 
} 
#tabs .ui-tabs-nav .ui-state-default { /*Fond des onglets*/
	text-align : center;
    background: #DADFE1; 
    border: none; 
   
} 
#tabs .ui-tabs-nav .ui-state-active { 
    background: transparent; 
   
} 
#tabs .ui-tabs-nav .ui-state-default a { 
    color: #22313F; /*Couleur police défaut*/
    font-family: Georgia, serif; 
} 
#tabs .ui-tabs-nav .ui-state-active a { 
    color: #558B47; /*Couleur police active*/
    font-family: Georgia, serif;
}

#container.handsontable table{
    width:100%;
}

#tab_essai
{
	width : 100%;
	height : 100%;
}

#button_voirEssais,
#button_modifierEssais
{
	width : 100%;
	height : 50px;
	margin-top: 200px;
	background-color: #F8F8F8;

}

#button_voirEssais:hover,
#button_modifierEssais:hover
{
	background-color: #558B47;
}

#submit_button_essai,
#submit_button_traitement,
#submit_button_bloc,
#submit_button_pe,
#submit_button_stationClimatique,
#submit_button_itk,
#submit_button_itk_pro,
#submit_button_prelevement,
#submit_button_analyse,
#submit_button_mesure_plante_principale,
#submit_button_mesure_plante_cipan,
#update_button_essai,
#update_button_traitement,
#update_button_bloc,
#update_button_station_climatique_annuelle
{
	font-family: Georgia, serif;
	margin-top : 8px;	
	background-color : #F8F8F8;
	
}

#submit_button_essai:hover,
#submit_button_traitement:hover,
#submit_button_bloc:hover,
#submit_button_pe:hover,
#submit_button_stationClimatique:hover,
#submit_button_itk:hover,
#submit_button_itk_pro:hover,
#submit_button_prelevement:hover,
#submit_button_analyse:hover,
#submit_button_mesure_plante_principale:hover,
#submit_button_mesure_plante_cipan:hover
{
	background-color: #558B47;
}


#update_button_itk_pro,
#update_button_itk,
#update_button_parcelle_elementaire,
#update_button_prelevement,
#update_button_mesure_plante_principale,
#update_button_mesure_plante_cipan,
#update_button_analyse
{
	font-family: Georgia, serif;
	margin-top : 8px;
	visibility : hidden;
	background-color : #F8F8F8;
}

#update_button_itk_pro:hover,
#update_button_itk:hover,
#update_button_parcelle_elementaire:hover,
#update_button_prelevement:hover,
#update_button_mesure_plante_principale:hover,
#update_button_mesure_plante_cipan:hover,
#update_button_analyse:hover,
#update_button_essai:hover,
#update_button_traitement:hover,
#update_button_bloc:hover,
#update_button_station_climatique_annuelle:hover
{
	background-color: #558B47;
}

.session
{
	color : #558B47;
}

#tabs > li, .nav-pills > li {
	float : none;
	display : inline-block;
}

#tabs
{
	margin-top : 50px;
}

#formulaire
{
	margin-top : 10px;
	text-align : center;
}

.form-signin
{
	margin: 0 auto;
    max-width: 550px;
    padding: 15px;
}

#btnConnection
{
	background-color: #558B47;
}

.btn-delete
{
	background-color: red;
}

.form-control
{
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
	background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    
    color: #555;
    display: block;
    font-size: 14px;
    height: 34px;
    line-height: 1.42857;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
}

.form-control:focus
{
	border-color:#558B47;
	box-shadow:0 1px 1px rgba(85, 139, 71, 1) inset;
	outine : 0 none;
}

.form-control .form-signin:focus
{
	z-index : 2;
}

.btn-primary 
{
	border-color: #ccc;
}

#alertConnexion
{
	margin-top :20px;
	visibility : hidden;
}

#dialog
{
	z-index : 999;	
}

.red
{
	background-color: red !important;
}

body 
{ 
	font-family: Georgia, serif;
}

table
{
	position : absolute;
}

.affixed {
    z-index: 99;
    position: absolute;
}

#imgSubmit
{
	visibility : hidden;
}
.imgSubmit
{
	visibility : hidden;
}

.textExplicatif
{
	margin-top: 100px;
	margin-bottom : -120px;
}

#essaisList
{
	margin-top : 50px;
}