/*
css de menu et sous menu sous bootstrap ; à compléter sur www.bootsnipp.com/snippets/featured/multi-level-dropdown-menu-bs3
*/

body {
  background-color:#ffffe0;
  color:#048;      
  font-size: 12px;
  line-height: 16px;
  font-family:"trebuchet ms",sans-serif;
 }
a { 
  color: #028; 
}
footer { 
  text-align:center; 
}
nav {
  background-color:#bcd;
  border-radius: 8px;
  padding: 0 !important;
  border: 1px solid #ddd;
}
h2 {
  text-shadow: 4px 4px 5px #777;
  color: #449;
}
fieldset {
 padding:0 20px 20px 20px;
 margin-top:20px;
 border:1px solid #DF3F3F;
 overflow: auto;
 }
legend {
 color:#DF3F3F;
 font-weight:bold;
 font-size:90%;
 }

/* Sablier*/
#appelAjax {
  position: absolute;
  background: gold;
  top: 50%;
  left: 50%;
  z-index: 289;
}

/*menu déroulant haut*/
 .dropdown-submenu {
	position: relative;
}
.dropdown-submenu>.dropdown-menu {
		top: 0;
		left: 100%;
		margin-top: -6px;
		margin-left: -1px;
		border-radius: 0 6px 6px 6px;
}
.dropdown-submenu:hover>.dropdown-menu{
	display: block;
}


#bloc_general{
    width: 90%;
    margin-right: auto;
    margin-left: auto;
  }
.row{
  margin:0px 0px 0px 0px;
}

.modale{
  top : 10px;
}

.modale, .ui-dialog, .ui-dialog-content {
  background-color:#f5f5f5;
  color:#048;      
  font-size: 12px;
  line-height: 16px;
  font-family:"trebuchet ms",sans-serif;
 }
 .graphe{

 }
#graph1Lot{
  margin: 0 auto;
}

 .erreurFormulaire {
 color:#DF3F3F;
 font-weight:bold;
 font-size:90%;
 }

/* Titres divers*/
.titreFicheModale{
  color:navy;      
  font-size: xx-large;
  line-height: 50px;
  font-family:"trebuchet ms",sans-serif;
  margin: 20px 0px 50px 0px;
}


/*fond des lignes de tableaux pour les differentes situations*/
.tr-paiementSubventionAFaire, .tr-facture-nonPayee{
  font-weight:bold;
  color:navy;
  background-color: pink;
}
.tr-paiementSubvention-enPreparation, .tr-subvention-enPreparation, .tr-facture-sansPaiementSubvention{
  color:navy;
  background-color: lightgray;
}
.tr-paiementSubvention-demandeEnvoyee, .tr-subvention-demandeEnvoyee{
  color:navy;
  background-color: lightcyan;
}
.tr-paiementSubvention-demandeAnnulee, .tr-subvention-demandeAnnulee, .tr-projet-cloture{
  color:white;
  background-color: gray;
}
.tr-paiementSubvention-demandeRefusee, .tr-subvention-demandeRefusee{
  color:white;
  background-color: gray;
}
.tr-paiementSubvention-paiementRecu, .tr-Subvention-demandeAccordee, .tr-facture-payee, .tr-facture-avecPaiementSubvention, .tr-projet-nonCloture{
  color:navy;
  background-color: aquamarine;
}
.tr-selection{
  color:white;
  background-color: darkgray;
}
