@import url(https://fonts.googleapis.com/css?family=Ubuntu|Ubuntu+Condensed|Ubuntu+Mono);
/*
	lightgreen color : #90ee90;



*/
body{
	font-family: 'ubuntu';
}

.container{
	background-color: white;
}

.en-tete{
	border-bottom: 1px solid #008000;
}

.pied{
	border-top: 1px solid #008000;
}

nav ul li a{
	color: rgba(0, 128, 0, 0.8);
}

nav ul li a:hover{
	color: rgba(0, 64, 0, 1);
}

article div img{
	width: 88%;
}

.custom-jumbo{
	background-color: #e9e9e9;
	border-radius: 5px;
	text-align: center;
	color: rgba(0, 64, 0, 1);
}

body div div div h4{
	color: rgba(0, 128, 0, 1);
	background-color: #e9e9e9;
	padding: 8px;
}

body div div div p{
	color: #444;
}

.labels a, .labels{
	color: rgba(0, 128, 0, 1);
}

.form-legend{
	border-bottom: 1px solid rgba(0, 128, 0, 1);
}

.champ{
	border: 1px solid lightgreen;
	color: #444;
}

.champ:focus{
	border: 1px solid lightgreen;
	color: #444;
	-webkit-box-shadow: 0 0 8px 0px lightgreen, inset 0 0 2px rgba(105, 199, 115, 1);
	-moz-box-shadow:    0 0 8px 0px lightgreen, inset 0 0 2px rgba(105, 199, 115,1);
	box-shadow:         0 0 8px 0px lightgreen, inset 0 0 2px rgba(105, 199, 115, 1);
}

.bloc_analyse div.analyse{
	color: rgba(0, 128, 0, 1);
	font-size: 1.5em;
}

.bloc_analyse{
	margin-top: 8%;
}

nav ul.nav.pull-right.navig > li a{
	border-radius: 5px;
}

nav ul.nav.pull-right.navig > li a:hover{
	background-color: #5CB85C;
	border-color: #4CAE4C;
	color: #fff;
}

nav ul.nav.pull-right.navig > li a.actif{
	background-color: #5CB85C;
	border-color: #4CAE4C;
	color: #fff;
}

#total_dette, #total_int, li > .rate_int, #ratio{
	color: rgba(0, 128, 0, 1);
}

li > .rate_int, #ratio{
	font-weight: bold;
}

body > div > header > h3 > img{
	width: 5%;
}

.row div.alert a, .list-group-item a{
	color: rgba(0, 128, 0, 1);
}

.bold{
	font-weight: bold;
}

.in_green{
	color: rgba(0, 128, 0, 1);
}

.warning{
	position: relative;
}

.pop-up{
	display: none;
	position: absolute;
	height: 30px;
	width: 180px;
	padding: 2px;
	left: 5px;
	font-weight: normal;
	text-align: center;
	opacity: 0;
	animation: animationFrames linear 5s;
	animation-iteration-count: 1;
	animation-fill-mode: forwards;
	
	-webkit-animation: animationFrames linear 5s;
	-webkit-animation-iteration-count: 1;
	-webkit-animation-fill-mode: forwards;

	-moz-animation: animationFrames linear 5s;
	-moz-animation-iteration-count: 1;
	-moz-animation-fill-mode: forwards;

	-o-animation: animationFrames linear 5s;
	-o-animation-iteration-count: 1;
	-o-animation-fill-mode: forwards;

	-ms-animation: animationFrames linear 5s;
	-ms-animation-iteration-count: 1;
	-ms-animation-fill-mode: forwards;
}

@keyframes animationFrames{
  0% {
    
    opacity: 0;
  }
  100% {
    
    opacity: 1;
  }
}

@-moz-keyframes animationFrames{
  0% {
   
    opacity: 0;
  }
  100% {
   
    opacity: 1;
  }
}

@-webkit-keyframes animationFrames {
  0% {
   
    opacity: 0;
  }
  100% {
    
    opacity: 1;
  }
}

@-o-keyframes animationFrames {
  0% {
   
    opacity: 0;
  }
  100% {
    
    opacity: 1;
  }
}

@-ms-keyframes animationFrames {
  0% {
   
    opacity: 0;
  }
  100% {
    
    opacity: 1;
  }
}

div.container form div.row div span#echeancier{
	background-color: rgba(0, 128, 0, 0.8);
	border: rgba(0, 128, 0, 1);
}

.container section table{
	border: 1px solid rgba(0, 128, 0, 0.8);
}

.container section table caption{
	text-transform: uppercase;
	background-color: rgba(0, 128, 0, 0.8);
	color: #fff;
	padding-top: .6em;
	font-weight: bolder;
	text-align: center;
}

thead tr{
	background: rgba(0, 128, 0, 0.8) url(../img/diag_pattern.png) repeat-x center top;
	color: #fff;
}

thead th{
	background: none;
}

.container section table tbody tr:nth-child(even){
	background-color: rgba(0, 128, 0, 0.4);
}

.container section table tbody tr:nth-child(odd){
	background-color: rgba(0, 128, 0, 0.1);
	color: rgba(0, 128, 0, 0.9);
}

.container section table tbody tr:nth-child(even):hover{
	background-color: rgba(0, 128, 0, 0.8);
	color: #fff;
	font-weight: bold;
	cursor: pointer;
}

.container section table tbody tr:nth-child(odd):hover{
	background-color: #fff;
	color: rgba(0, 128, 0, 0.8);
	font-weight: bold;
	cursor: pointer;
}

.construction{
	margin: 10% auto 10% auto;
}