@import url(https://fonts.googleapis.com/css?family=Open+Sans);

.color-primary {
	color: #75890c;
}
.navbar .navbar-toggle {
	border: 1px solid #75890c;
}

.navbar .icon-bar {
	background: #75890c;
	height: 2px;
}

.leaflet-container{
	z-index: 0;	
}

.blink {
  animation: blinker 1s linear infinite;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}

body, html {
    height: 100%;
    font-family: 'Open Sans', sans-serif;
    background: none;
    font-size: 12px;
}

header {
    font-size: 14px;
}

ul.mini_galery li{
	list-style: none;
	float: left;
	margin-right: 2px;
}

ul.mini_galery li img{
	height: 40px;
}

.tile_count {
    margin-bottom: 5px;
    margin-top: 5px;
}

.tile_count .tile_stats_count {
    background:#dddddd;
    border: 1px solid #D9DEE4;
    padding: 0 10px 0 20px;
    position: relative;
}

.tile_count .tile_stats_count, ul.quick-list li {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.tile_count .tile_stats_count span {
    font-size: 12px;
    font-weight: bold;
}

.tile_count .tile_stats_count .count {
    font-size: 20px;
    line-height: 45px;
    font-weight: 600;
    color:#ED7F10;
}

html { 
  background: url(../images/bg.jpeg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

/* text */

.text-orange{color: orange;}
.text-red{color: red;}
.text-green{color: green;}

/* background */

.bg-filter{
	background: rgba(255,255,255,0.6);
	min-height: 100%;
}

.bg-orange{
	background: orange;
}

.container{
	background: white;
	padding-top: 15px;
	font-size: 12px;
}

.footer{
	text-align:center;margin-top:5px;margin-bottom:15px;
	color: #75890c;
}

.photo{
	max-width: 200px;
	max-height: 150px;
}

.photo_full{
	object-fit: cover;
	width: 100%;
}

/* Navigation */

.navBarStyle {
    margin: 0 0 15px 0;
    margin: 0;
    border-radius: 0;
	border: none;
	border-bottom: 1px solid rgba(164,179,87,1);
    background: rgba(255,255,255,1);
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(47%, rgba(246,246,246,1)), color-stop(100%, rgba(237,237,237,1)));
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
	background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
	background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed', GradientType=0 );
}

.navBarStyle .navbar-brand>img {
    position: relative;
    z-index: 100;
    display: inline;
    height: 70px;
    margin-top: -24px;
}

.navBarStyleMenu a{
	color: #75890c;
	margin-bottom: 3px;
}

.navBarStyleMenu a:hover, .navBarStyleMenu .dropdown a:hover{
	border-bottom: 3px solid #75890c;
	margin-bottom: 0px;
}

.navBarStyleMenu a.active{
	margin-bottom: 0px;
	border-bottom: 3px solid #75890c;
}

@media (max-width: 768px) {
	.navBarStyleMenu a.active{
		background: #75890c;
		border-bottom-color: #000;
		color: white;
	}
}

/*Tableaux*/
.table tr th{
	color: #75890c;
	font-weight: normal;
/* 	border: 1px solid #666; */
}

.table tr td{
/* 	border: 1px solid #666; */
}

.table.suivi-financier tr th{
	border: 1px solid #666;
}

.table.suivi-financier tr td{
	border: 1px solid #666;
}

/* Blocs */

.panel-heading{
	background: rgba(164,179,87,1);
	background: -moz-linear-gradient(top, rgba(164,179,87,1) 0%, rgba(117,137,12,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(164,179,87,1)), color-stop(100%, rgba(117,137,12,1)));
	background: -webkit-linear-gradient(top, rgba(164,179,87,1) 0%, rgba(117,137,12,1) 100%);
	background: -o-linear-gradient(top, rgba(164,179,87,1) 0%, rgba(117,137,12,1) 100%);
	background: -ms-linear-gradient(top, rgba(164,179,87,1) 0%, rgba(117,137,12,1) 100%);
	background: linear-gradient(to bottom, rgba(164,179,87,1) 0%, rgba(117,137,12,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a4b357', endColorstr='#75890c', GradientType=0 );	
}

.panel-default {
    border: 1px solid #666;
}
.panel-default>.panel-heading{
	color: #FFFFFF;
}

.fixed_height_360 {
    height: 365px;
}

.fixed_height_460 {
    height: 460px;
}

.min_height_360 {
    min-height: 360px;
}

.min_height_460 {
    min-height: 460px;
}

.total{
	margin-left:10px;
}

.btn {
    font-weight: 700;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}

.btn.btn-custom-width{
	min-width: 100px;
}

.navbar .btn:not(.total){
	color: #75890c;
	font-weight: normal;
}

/*
 * Composant card
 */
 
 .card-body{
 	overflow:hidden;
 }
 
.card {
    background-color: #F7F7F7;
    padding: 20px 10px 30px 10px;
    margin: 0 auto 25px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
}

.card-container.card {
    max-width: 350px;
    padding: 40px 40px;
}

.card.card-agro{
	margin-top: 0px;
	background: #fcfcfc/*#f8f8f8*/;
    border: 1px solid #ccc;
}

.card.card-agro .card-title{
	color: #75890c;
}

.profile-img-card {
    width: 96px;
    height: 96px;
    margin: 0 auto 10px;
    display: block;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

/**
Encart
*/

	table.encart{
		border-collapse:separate;
		border-spacing:2px;
		width: 100%;
	}

	table.encart tr{
		line-height: 28px;
		margin-bottom: 2px;
	}

	table.encart tr>td:first-child:not(.galery){
		font-weight:bold;
		width: 35%;
	}

	table.encart tr>td:last-child:not(.separateur):not(.galery):not(.no-border){
		border: 1px solid #ccc;
		padding:0px 4px 0px 4px;
		border-radius: 4px;
	}

	table.encart tr>td.separateur{
		color: #75890c;
	}
	
	h3.separateur{
		color: #75890c;
		border-bottom: 1px solid #75890c;
		margin-bottom: 5px;
		font-size: 12px;
		line-height: 28px;
		font-weight: bold;
	}
	
	h3.separateur.big{
		color: #000;
		font-size: 14px;
		margin-bottom: 5px;
		border: none;
	}
	
/*
 * Form styles
 */
.profile-name-card {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    margin: 10px 0 0;
    min-height: 1em;
}

.reauth-email {
    display: block;
    color: #404040;
    line-height: 2;
    margin-bottom: 10px;
    font-size: 14px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.form-signin #inputEmail,
.form-signin #inputPassword {
    direction: ltr;
    height: 44px;
    font-size: 16px;
}

.form-signin input[type=email],
.form-signin input[type=password],
.form-signin input[type=text],
.form-signin button {
    width: 100%;
    display: block;
    margin-bottom: 10px;
    z-index: 1;
    position: relative;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.form-signin .form-control:focus {
    border-color: rgb(104, 145, 162);
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgb(104, 145, 162);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgb(104, 145, 162);
}

.btn.btn-signin {
    /*background-color: #4d90fe; */
    background-color: rgb(104, 145, 162);
    /* background-color: linear-gradient(rgb(104, 145, 162), rgb(12, 97, 33));*/
    padding: 0px;
    font-weight: 700;
    font-size: 14px;
    height: 36px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: none;
    -o-transition: all 0.218s;
    -moz-transition: all 0.218s;
    -webkit-transition: all 0.218s;
    transition: all 0.218s;
}

.btn.btn-signin:hover,
.btn.btn-signin:active,
.btn.btn-signin:focus {
    background-color: rgb(12, 97, 33);
}

.forgot-password {
    color: rgb(104, 145, 162);
}

.forgot-password:hover,
.forgot-password:active,
.forgot-password:focus{
    color: rgb(12, 97, 33);
}

.news{margin:0;padding:0;height: 365px;overflow-y:auto;}
.news li{list-style: none;margin:0;margin-bottom:5px;padding: 2px 0px 2px 0;}
.news ol>li{margin-left: -28px;}
.news .titre{font-weight: bold;}
.news .date{font-weight: bold;float: right;}
.news .contenu{padding: 2px 2px 2px 0px;}

.selectParcelle{
	display: inline-block;
	width: 90px;
	height: 30px;
	line-height: 30px;
	background: #f00;
	color: white;
	border: none;
	text-align: center;
}

.titre_page{
	color: #75890c;
	font-size: 14px;
	font-weight: bold;
	margin:0px;
	line-height: 28px;
}

table.suivi-financier{
	width:100%;
}
table.suivi-financier th{
	color:#fff;
	background:#000;
	font-weight:bold;
	text-align: center;
	border: 1px solid #fff;
}
table.suivi-financier tr.apport, table.suivi-financier tr.apport:hover{
	background:#ccffcc;
}
table.suivi-financier tr.total, table.suivi-financier tr.total:hover{
	color:#000;
	font-weight:bold;
	background:#f0f0f0;
}
table.suivi-financier th.blank, table.suivi-financier td.blank, table.suivi-financier tr.apport td.blank{
	border-bottom: none;
	border-top: none;
	width:5px;
	padding:0px;
	background: #fff;
}

.nopadding {
   padding: 0 !important;
   margin: 0 !important;
}

table.map_tooltip{
	min-width:350px;
	border-spacing: 0;
	border-collapse: collapse
}

table.map_tooltip td{
	padding: 2px;
	border-bottom: 1px solid #ccc;
}

.map_tooltip .map_label{
	min-width: 20%;
	border: none;
}

.map_tooltip .map_photo{
	object-fit: cover;
	width: 100%;
	max-height: 250px;
	border: 1px solid #ccc;
	border-radius: 5px;
}
