html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	    background: #EEE;
        background-color: #EEE;
       
}
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
    z-index: 999;
	border-collapse: collapse;
	border-spacing: 0;
}

.flex
{
	display: flex;
}

.dataTables_filter {
    display: none;
}
/* MAIN */

#login {
	width:400px;
	margin:auto;
	background-color:#FFF;
	padding:10px;
	box-shadow: 0px 5px 8px 2px rgba(0,0,0,0.2); 
}
#login input[type="text"],#login input[type="password"]
{
	padding: 6px 0 6px 5px;
	width: calc(100% - 5px);
}
#login input[type="submit"]
{
	padding: 7px 0;
	cursor: pointer;
}

#login form
{
	margin-bottom: 6px !important;
}

#link_lost
{
	    float: right;
    margin-top: 24px;
    font-size: 12px;
}

header
{
	padding:10px 15px;
	background: rgb(111,111,111); 	
}

#header-gestion 
{
	height:45px;
	position:relative;
}

#header-gestion .logo{
	height:40px;
	position:absolute;
  margin-top:0px;	
}

/*menu*/





#menu-deroulant, #menu-deroulant ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
#menu-deroulant {
/* on centre le menu dans la page */
    text-align: center;
	float:right;
}
#menu-deroulant li {
/* on place les liens du menu horizontalement */
    display: inline-block;
	background-color:rgb(111,111,111);
	
}

#menu-deroulant li:hover
{
	background-color:rgb(157,157,157);
}

#menu-deroulant ul li {
/* on enlève ce comportement pour les liens du sous menu */
    display: inherit;
}
#menu-deroulant a {
    text-decoration: none;
    display: block;
	color:white;
	font-size:16px;

    line-height: 45px;
    padding: 0 15px;
}
#menu-deroulant ul {
    position: absolute;
/* on cache les sous menus complètement sur la gauche */
    left: -999em;
    text-align: left;
    z-index: 1000;
}
#menu-deroulant li:hover ul {
/* Au survol des li du menu on replace les sous menus */
    left: auto;
}



#main {
	width:1350px;
	margin-bottom:40px;
	margin: auto;
	background: #FFF;
	
	
	
	
}

#header-menu.fixed
{
position: fixed;
    top: 0;
    width: 100%;
    z-index: 10000;
   max-width: 1350px;
    margin: auto;
   
    
}

#content {
	overflow: hidden;
}

#left {
	width: 170px;
	float: left;
	padding: 20px;
}

#footer {
	height: 50px;
	
	background: rgb(111,111,111);
	
}

.logo-cb { vertical-align: middle; margin-top:-3px; }

#right {
	
	padding: 20px;
	padding-bottom: 30px;
}

#content .col-2 {
	width:1003px;
}

#center-select {
	width:690px;
	margin:auto;
        text-align: center;
	margin-bottom: 30px;
}

#center-select-small {
	width:250px;
	margin:auto;
}
#sfp
{
	color: rgba(255,255,255,0.7);
    font-weight: bold;
    font-size: 66px;
    position: fixed;
    bottom: 30px;
    left: 10px;
}

#btn_export_eng, #btn_export_eng_year, #btn_rapport
{
	display: block;text-align: right;position: relative;float: right;
    background-color: #e9e9e9;
    border: 1px solid #999;
    padding: 10px;
    background-image: linear-gradient(to bottom, #fff 0%, #e9e9e9 100%);
	margin-top: -13px;
}
#btn_export_eng:hover, #btn_export_eng_year:hover, #btn_rapport:hover
{
	color:black;
	border:1px solid black;
	text-decoration: none;
}
#btn_export_eng_year, #btn_export_eng{
margin-right: 10px;
	}

.csv {
    margin: auto;
    width: 250px;
    text-align: center;
}

body {
	font-family: "Verdana", sans-serif;
	
	font-size: 14px;
	
}

form {
	width:100%;
	margin-bottom:20px;
}

input, select, textarea {
	width:100%;
	font-family:"trebuchet MS", Helvetica, sans-serif;
	font-size:1em;
	border:1px solid #CCC;
}

textarea {
	width:100%;
	height:80px;
	resize:none;
}

#footer p {
	font-size: 11px;
	color: white;
	text-align: center;
	line-height: 50px;
	letter-spacing: 1px;
}

.form-error {
	float: right;
	line-height: 25px;
	height: 25px;
	color: #990000;
}

.btn-budget, .btn-facture, .btn-engagement, .btn-additionnel {
	cursor:pointer;
}

.montant {
	width:100px;
	margin-top:-2px;
	float: left;
}

.checkbox-pri {
	width: 30px;
	float: left;
	margin-top:6px;
}


label {
    display:block;
	height:25px;
	line-height:25px;
	float: left;
}

.select-small {
	width:210px;
	margin-bottom:20px;
	margin-left: 10px;
}

.select {
	width:200px;
	margin-left: 20px;
	margin-bottom:20px;
}

.btn-form {
	width:200px;
	/*border:1px solid #CCC;
	background-color:#FFF;
	height:20px;*/
	margin-top:15px;
	
}

table {
    width:100%;
    margin:auto;
	font-size:12px;
	text-align:center;
}

tr {
	height:25px;
	line-height:25px;
	font-size: .9em;
}

tr.total {
	font-weight:bold;
	border-bottom:1px solid #CCC;
	border-top:1px solid #CCC;
}

tr:hover, tr.odd:hover {
	background-color:#CCC;
}

tr:hover td.total { background: rgb(208, 220, 230); }

table a {
	text-decoration:none;
	color:#147795;
}

tr.header:hover {
	background-color:#FFF;
}

td.negatif {
	color:#990000;
	text-align: right;
}

td.left {
	text-align: left;
}

td.red-status {
	color: #990000;
}

tr.red-status {
	color: #990000;
}

td img {
	vertical-align:middle;
}

tr {
	/*border-bottom: 1px solid #CCC;*/
}

tr.odd {
	background-color:rgb(237,237,237);
}

td.odd {
	background-color:rgb(237,237,237);
}

td.total {
  background-color: rgb(228, 240, 255);
}

td.bold {
	font-weight:bold;
	padding-bottom:0px;
	border-bottom:1px solid #CCC;
}

td.img {
	width:30px;
	text-align:center;
}

tr.header {
	font-weight:bold;
}

h1 {
	font-size:2em;
	padding-top:32px;
	float:left;
	margin-left:10px;
}

h3 {
	font-size: 16px;
	border-bottom: 1px solid #CCC;
	margin-bottom: 10px;
	padding-bottom: 3px;
	margin-top: 10px;
}

h1 a {
	color:#000;
	text-decoration:none;
}

h1 > a:before {
  content: "/";
}

.logo {
	float:left;
}

h1 a:hover {
	color:grey;
	text-decoration:underline;
}

.header-right {
	width:340px;
	
	margin-top:15px;
	float:right;
	text-align:right;
	color:white;
	background-position:right;
	background-repeat:no-repeat;
}

.header-right p {	line-height:20px; }

.header-right .strong { font-weight: bold; }

.header-right a {
	color:white;
	text-decoration:none;
}

.header-right a:hover { text-decoration: underline; }

.header-right a.darkred { color: #CFCBCB; }

.lang
{
	    position: absolute;
    right: 0;
    top: -5px;
    font-size: 11px;
}

h2 {
	font-size:1.5em;
	border-bottom:1px solid #CCC;
	padding-bottom:5px;
	letter-spacing:1px;
	margin-bottom:10px;
}

.left-img {
	float:left;
	margin-right:5px;
	margin-top:2px;
	padding-top:2px;
}

p.menu {
	
	text-align:center;
	margin:auto;
	margin-bottom:20px;
}

p.error {
	color:#990000;
	line-height:20px;
}

ul.pagination {
	width:700px;
	margin:auto;
	text-align:center;
	margin-top:30px;
}

ul.list {
	
}

ul.list li {
	border: 1px solid #666;
	padding: 5px 0px;
	margin-bottom: 5px;
	background: #EF1726;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

ul.list li a {
	padding: 5px;
	color:white;
}

ul.pagination li {
	display:inline;
	margin:3px;
	border: 1px solid #CCC;
	padding: 5px;
}

ul.pagination li.bold {
	font-weight:bold;
		margin:3px;
	border: 1px solid #CCC;
	padding: 5px;
}
 
ul.pagination a {
	padding: 5px;
	text-decoration:none;
}

hr {
	visibility:hidden;
	clear:both;
}

ul.list-file, ul.list-file-pri {
	width:300px;
	margin:auto;
	text-align:center;
}

ul.list-file, ul.list-file-pri  {
	display:inline;
}

ul.list-file img, ul.list-file-pri img {
	vertical-align:middle;
}

.img-delete {
	cursor:pointer;
}

/* Upload */

#uploadOutput {
	margin-top:20px;
	width:400px;
	margin:auto;
	color:#990000;
}

div.fileinputs {
	width:250px;
	margin:auto;
}

.checkbox {
	width:30px;
	float: left;
	margin-top:6px;
}

input.file {
	cursor:pointer;
	margin-top:20px;
}

a {
	color: #000;
	text-decoration: none;
}

.clear
{clear:both;}

.btn
{
	border-radius:0px;
}
.btn-default
{
	background-image:none;
	background-color:#F5F3F3;
}
.form-control {border-radius:0px;}

#body_login
{
	margin:0;padding:0;min-height:100%;
	background:url(../img/FondSFPfi.jpg) no-repeat fixed center;
	
				
		
				
				-webkit-background-size: cover; /* pour anciens Chrome et Safari */
  background-size: cover; /* version standardisée */
}


#line-search-societe button a,#line-search-societe button a:hover
{
	color: inherit;
	text-decoration: none;
}
#line-search-societe 
{
	margin-bottom: 2px;
}

#logo_login
{
	position: fixed;
	bottom:10px;
	right:10px;
}
#repartition_block input[type="checkbox"]
{
	width:20px;
	margin-right: 25px;
	margin-bottom: 10px;
}

.fileinputs .file
{
	height: 200px;
}

.blockFichierMail
{
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid #CCC;
	margin-top: 40px;
	padding-bottom: 5px;
}
.blockFichierMail p
{
	font-size: 16px;
}

.blockFileAddF
{
	margin-top: 35px;
}
.blockFileAddF input
{
	height: 100px;
	margin-top: 7px;
}

/*** factures medias ***/
#pagination_emails{
margin: auto;
    margin-top: 30px;
    font-size: 18px;
    margin-bottom: 0px;
    /* margin: auto; */
    display: inline-block;
    margin-left: 47%;
}
#pagination_emails a {
  color: black;
  float: left;
  padding: 8px 16px;
  text-decoration: none;
  transition: background-color .3s;
  border: 1px solid #ddd;
}

#pagination_emails a.active {
  background-color: #4CAF50;
  color: white;
  border: 1px solid #4CAF50;
}

#pagination_emails a:hover:not(.active) {background-color: #ddd;}

.show_lib
{
	position: absolute; left: 5px; font-size: 18px; 
	transition: transform .2s ease-in-out; 
}

.show_lib.open
{transform : rotate(90deg);
}

.show_lib:hover
{
	cursor: pointer;
}

.libelle9, .libelle10, .libelle14
{
	display: none;
}
