/***** Sommaire

1 - Elements génériques au site
2 - Structure de la page
3 - Couleurs
4 - Typos
5 - Formulaires
7 - Navigation
8 - Tableaux


 *****/

/* 1 - Elements génériques au site */

body {
	background-color: #d0d0c8;
	color : #000000;
}
.curseur {cursor: pointer;
}


/* Détails */
.espace-haut { margin-top:15px;}
.espace-bas { margin-bottom:15px;}
.separateur { border-top : 1px solid #90bf4b; margin: 15px 0;}
.border { 	border:1px solid #90bf4b;
			margin: 15px 0;
			padding: 15px;
			background-color: #f7f7f6;}


/* 2 - Structure de la page */
header#backoffice {
	height: 128px;
	background-image:url('../images/entete.jpg');
	background-repeat: repeat-x;
}

header#frontoffice {
	height:99px;
	background-color: #ffffff;}

.logo-header { padding-top :10px;}

nav#sous-menu {
	margin :15px 0;
}
nav#backoffice{
    margin-bottom: 20px;
}
nav#frontoffice {
    background-color: white;
    border-top: 2px solid #ebebeb;
    height: 40px;
    z-index: 2;
}

#bloc_login {
	padding-top: 10px;
}

#frontoffice footer{
    background-color: #ffffff;
   /* height: 30px;*/
    padding-top:10px;
		}

footer {margin-top: 20px;}
#main {min-height: 300px;}

.col-height-equal > [class*="col-"]:not(:last-child) {
    border-right: 1px solid #90bf4b;
    margin-bottom: 20px;
    padding: 0 30px;
    display:flex;
    flex-flow: column ;
}
.col-height-equal > [class*="col-"]:last-child {
    padding: 0 30px;
    margin-bottom: 20px;
}

.col-height-equal { display: flex;}
.col-height-equal > [class*="col-"] { align-items: stretch;}


/* 3 - Couleurs */

.ombre {
		background-color: #ffffff;
		-moz-box-shadow: 1px 4px 7px  #a2a29b;
		-webkit-box-shadow: 1px 4px 7px  #a2a29b;
		-o-box-shadow: 1px 4px 7px  #a2a29b;
		box-shadow: 1px 4px 7px  #a2a29b;
				<!--[if lte IE 8]>
		filter:progid:DXImageTransform.Microsoft.Shadow(color=#a2a29b, Direction=134, Strength=7);
		<![endif]-->
		margin-bottom: 20px;
    	padding-bottom: 50px;
}
.gris { border-color:#cccccc;
		background-color: #ffffff;}

.fond-blanc { background-color: #ffffff;}

/* 4 - Typos */

@font-face {
	font-family: 'Alstom';
	src: url('../fonts/Alstom/Alstom.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.eot?v=4.3.0');
  src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.3.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.3.0') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.3.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.3.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}

body {
	font-family: 'Alstom' !important;
	font-size:1.7em !important;
	filter: alpha(opacity=99);
	opacity:0.999;
}


.plus-moins {
	font-weight: bold;
	color : #90bf4b;
}

a.plus-moins { text-decoration: underline;}
a.plus-moins:hover { text-decoration: none;}

a 		{ color:#747474;}

a:hover,
a:focus { 	color:#90bf4b;
		 	text-decoration: underline;
		}


h1, h2, h3, h4, h5, h6 {
	color: #90bf4b;
}

h1.logo {
	margin-top:5px;
    float: left;
    width: 400px;
    }

legend h2 { margin:0;}
.row .border.gris legend{ color:#90bf4b;}
.border legend { margin-bottom:10px;}

/* 5 - Formulaires */

.separateur-form { padding-bottom:10px;}
label {
	border-color:#d0d0c8 1px inset;
}

legend {border:0;}
.alert-warning {    display: inline-block;}

button  { color : #90bf4b;
}

.form-signin {
    margin: 0 auto;
    max-width: 330px;
    padding: 15px;
}

.form-control {
    font-size: 1.05em;
    border : 1px solid #acacac;
}

.form-control:focus {
  border-color: #90bf4b;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(144, 191, 75, .8);
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(144, 191, 75, .8);
}

.btn-success {
    background-color: #90bf4b;
    border-color: #90bf4b;
    height: 30px;
    width: 143px;
    border-radius: 0;
}
.btn-warning,
.btn-info,
.btn-danger {
	border:none;
}
.btn {	background-color: #90bf4b;
		color:#ffffff;
		border-radius: 0;
		font-family: "Alstom";
		margin-top:15px 4px 0px 4px;
		}

.btn + .btn { margin : 0 3px;}
.ng-table-counts .btn +.btn {margin: 0;}

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #333333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}

.btn-sousmenu:hover {
	background-color: #ffffff;
	border:1px solid #90bf4b;
}

.btn-default:hover, .btn-default:focus, .btn-default.focus, .btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default {
    background-color: #ffffff;
    border-color: #adadad;
    color: #333;
}

.btn:active, .btn.active {
    box-shadow: none;
}

legend { color:#90bf4b;}
.form-horizontal {width: 100%;}
.form-cout {width:80%;}

/* formulaire dimensions avec legendes */
.form-dimensions input{
    border: 1px solid #acacac;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555;
    font-size: 17px;
    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: 40%;
    }

.col-md-1.form-calendar { bottom: 0px;
					padding-left: 0px;
					padding-right: 0px;}

.connexion,
button.connexion {
    background-color: #000000;
    color: #ffffff;
    font-weight: bold;
    border-radius: 0;
}
.connexion :hover,
button.connexion:hover {
	background-color: #ffffff;
	color:#000000;
	border: 1px solid #000000;}


.btn-calendar {    background-color: transparent;
    margin: 0;
    padding: 0;}
.login {color:#747464;}

.identification {margin-top: 10px;}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
    border: medium;
    cursor: pointer;
    background-color: none;
}

/* 7 - navigation */
.nav > li > a {
	height: 35px;
	padding: 5px 21px;
	font-size: 1em;
font-weight: bold;
}
nav .nav-pills > li > a {border-radius: 0;font-family: "Alstom";}

nav ul.nav li :hover {
	background-color: #ffffff;
	border : 1px solid #90bf4b;
	padding: 5px 21px;
	color:#000000;
	height: 35px;
}
ul.nav li :hover {
	background-color: #90bf4b;
	color:#000000;
}

nav ul.nav li.classSelected,
nav ul.nav li.classSelected a {
	background-color: #90bf4b;
	color: #FFFFFF;
}

.nav-tabs > li > a:last-child {
    border-radius: 0;
    border-right: 1px solid #90bf4b;
    margin:0;
}

.nav-tabs > li > a:hover {border:0;margin:0;}

nav#frontoffice ul {
	line-height: 45px;}

nav#frontoffice ul li a {
	 font-family: 'Open Sans', 'Times New Roman', 'Arial';
	 font-size: 14px;
	 font-weight: bold;
	 color: #000000;
}

nav#frontoffice ul li a:hover {
	 color:#90bf4b;
	 text-decoration: none;
	 border:0;
}


/* onglets */
.nav-tabs { border :1px solid #90bf4b;}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    background-color: #90bf4b;
    color: #ffffff;
    border:0;
    cursor: default;
    margin-right: 0;
    border-radius:0;

}
.nav.nav-tabs {
    background-color: #ffffff;
}

.nav-tabs > li > a {
	border-radius:0;
	border-right: solid #90bf4b;
	margin-right:0;
}


/* 8  - Tableaux */
table {
border-collapse: separate;
border-spacing: 2px;
}

.table-striped > tbody > tr:nth-of-type(even) {
  background-color: #e6e6e6;
}

.table-striped > tbody > tr:nth-of-type(odd),
.table-striped .ng-table-filters {
  background-color: #efefef;
}

.table-striped > tbody > tr:nth-of-type(even).ligneValide, .table-striped > tbody > tr:nth-of-type(odd).ligneValide{
  background-color: #CADEAD;
}

.table-hover > tbody > tr:hover {
  background-color: #90bf4b;
  color:#ffffff;
}

tr:hover > td,
tr:hover > td div.actif:before {
	color: #ffffff;
}

tr:hover > td input {color:gray;}

th.header{
background-color: #90bf4b;
color: #ffffff;
}

.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
    border-top: none;
}

td {
	border-left: 1px solid #90bf4b;
	color:#747474;
	}

td:first-child {
	border-left: none;
};

.table > thead > tr > th {
    vertical-align: bottom;
}

td.droits { text-align: center;}
.droits div {
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
    padding: 0 2px;}

/** surcharge de ng-table.css */
.ng-table th.sortable.sort-desc,
.ng-table th.sortable.sort-asc {
    background-color: #90bf4b;
    color:#ffffff;
    text-shadow: none;
}

.ng-table th.sortable div:before,
.ng-table th.sortable div:after,
.ng-table th.sortable.sort-desc div:after {
    border-color: #ffffff transparent -moz-use-text-color;
}


/* pagination dans les tableaux */
.pagination {
	border-radius: 0;
	display: block;
}

.ng-table-counts {
	padding-top: 40px;
	padding-bottom:20px;}



/* etats du tableau utilisateurs */
.actif:before 	{
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 1.25em;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  content: "\f205";
  color:#90bf4b;
}
.inactif:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 1.25em;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  content: "\f205";
  color:red;
}
.droit-Administrateur:before {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: 1.25em;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	transform: translate(0, 0);
	content: "\f085";
}
.droit-Gestionnaire:before {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: 1.25em;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	transform: translate(0, 0);
	content: "\f013";
}

.droit-Consultation:before {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: 1.25em;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	transform: translate(0, 0);
	content: "\f02d";
}
.droit-Déconstructeur:before {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: 1.25em;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	transform: translate(0, 0); content: "\f1b8";
}



/* 9 - messages d'erreurs */
.alert > ul {
	list-style-type: none;
}

#messages {margin-top: 10px;
border-radius: 0;
}

.separation-tableau{
	border-right-style: groove;
}

/** STAR RATING **/
.rating {
	 color: #aaa;
	 float: left;
}

.rating span {
	font-size: 2em;
	cursor: pointer;
	float: right;
}

.rating span:hover, .rating span:hover ~ span{
    color: #97be1f;
}

/** Tableau de restitutions **/
#reporting h1,h2,h3,h4{
	font-weight: bold;
}

#reporting .separation hr{
	border-style: groove;
	border-width: 1px;
}



/** Image Thumbnail. */
.thumbnail {
	display: block;
	padding: 4px;
	margin-bottom: 20px;
	line-height: 1.42857143;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 4px;
	-webkit-transition: border .2s ease-in-out;
	-o-transition: border .2s ease-in-out;
	transition: border .2s ease-in-out;
	max-width: 200px;
	max-height: 132px;
}

.thumbnail img {
	max-width: 190px;
	max-height: 126px;
}

