/********************************************
   AUTHOR:  			Erwin Aligam 
   WEBSITE:   			http://www.styleshout.com/
   TEMPLATE NAME: 	SimpleBlog 1.0
	TEMPLATE CODE: 	S-0007
   VERSION:          1.0          	
 *******************************************/
 
/********************************************
   HTML ELEMENTS
********************************************/ 

/* Top Elements */
* { margin: 0; padding: 0; }

body {
	background: #FFF;
	font: normal 70%/1.5em Verdana, Tahoma, Verdana, sans-serif;
	color: #333; 
	text-align: center;
}

a.info_project_button
{
	display: block;
	text-decoration: none;
	padding: 0.3em 0.5em 5px;
	background-color: #F2F2F2;
	border: 1px solid #B7B8BC;	
	width: 240px;
	text-align: center;
	cursor: pointer;
	color: #667f99;
	font: 70%/1.5em Verdana,Tahoma,Verdana,sans-serif;
	font-size: 100%;
	border-style: solid; 
	border-width: 3px; 
	border-color: #009933;
	font-weight: Bold;
}

h1.project {
	height: 23px;	
}

/* links */
a {
	background: inherit;
	text-decoration: underline;
	color: #667F99;	
}
a:hover {
	background: inherit;
	color: #996800; 
}
/* headers */
h1, h2, h3 {
	font-family: Verdana, Tahoma, 'Trebuchet MS', Sans-serif;
	font-weight: Bold; 		
}
h1 { font-size: 120%; }
/*h2 { font-size: 110%; text-transform: uppercase; }*/
/*h2 { font-size: 110%; color: #007E80; }*/
h2 { font-size: 110%; color: #667F99; }

h1, h2, h3, p {
	margin: 0;
	padding: 10px;	
}
h4.small
{
	font-size: 75%;
	font-weight: normal;
}
h2.control_description
{
	font-style: italic;
}
ul, ol {
	margin: 10px 20px;
	padding: 0 20px;
}

/* images */
img {
	border: 0;
}
img.float-right {
  margin: 5px 0px 5px 10px;  
}
img.float-left {
  margin: 5px 10px 5px 0px;
}
div.warning {
  display:none;
  width: 40em;
  border: 1px solid black;
  background: #FFFFCC;
  z-index: 1;
  text-align: center;
  padding: 5px;
  margin-left: 75px;
}

div.confirm {
  display:none;
  width: 35em;
  border: 1px solid #798081;
  background: #CECECE;
  z-index: 1;
  text-align: center;
  margin-left: 75px;
  padding : 10px;
  position: fixed;
}

div.close_img {
  width: 35em;
  text-align: right;
  cursor: pointer;  
}

code {
  margin: 5px 0;
  padding: 10px;
  text-align: left;
  display: block;
  overflow: auto;  
  font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace ;
  /* white-space: pre; */
  background: #FAFAFA;
  border: 1px solid #f2f2f2;  
}
acronym {
  cursor: help;
  border-bottom: 1px solid #777;
}

/* blockquote */
blockquote {
	margin: 10px;
 	padding: 0 0 0 28px;  
  	border: 1px solid #f2f2f2; 
  	background: #FAFAFA url(../images/images/quote.gif) no-repeat 5px 5px;    
}

/* form elements */
form, div.form {
	margin:10px; padding: 0 5px;
	border: 1px solid #f2f2f2; 
	background-color: #FAFAFA; 
}
label {
	display:block;
	font-weight:bold;
	margin:5px 0;
}
label.evaluation {
	display:inline;
}
input {
	padding:2px;
/*	border:1px solid #eee;*/
	border:1px solid #ccc;
	font: normal 1em Verdana, sans-serif;
	color:#777;
}

input.text {
	width: 425px;
	display: block;
}

input.medium_text {
	width: 75%;
	display: block;
}

input.short_text {
	width: 50px;
	text-align : center ;
	display: block;
}

input.tiny_text {
	width: 40px;
	display: block;
}

input.long {
    width: 100%;
}

input.name {
    width: 200px;
}

input.pourc {
	width: 40px;
}

input.readonly {
	background: #FFF;
	border: 0;
	color: #000;
	text-align: right;
}
input.readonly.bold {
	font-weight: bold;
}
table.financing_plan th.right input.readonly {
	background-color: #CCC;
	color: #28A0BD;
	border: 0;
}

table.financing_plan th.right {
	text-align: right;
	padding-right: 8px;
}

table.financing_plan th.left {
    text-align: left;
	padding-left: 8px;
}

/*Hack IE (6 et inf)*/

* html input.text_short {
height:16px;
}

/*Hack IE 7 (cant be on same rule as IE6 ... why ?)*/
* + html input.text_short {
height:16px;
}

input.amount
{
/*	width: 5em;*/
	width: 6em;
	margin: 0;
	text-align: right;
/*	margin-left: 0.6em;*/
}

input.amount_blocked
{
/*    width: 5em;*/
    width: 6em;
    margin: 0;
    text-align: right;
    background-color: #DDD;
/*    margin-left: 0.6em;*/
}

textarea {
	width:600px;
	padding:2px;
	font: normal 1em Verdana, sans-serif;
/*	border:1px solid #eee;*/
	border:1px solid #ccc;
	height:200px;
	display:block;
	color:#777;
}
textarea.certify {
    width: 75%;
    height: 80px;
} 

textarea.medium {
	width:600px;
	height:50px;
}

textarea.small {
	width:500px;
	height:80px;
}

textarea.xs {
	width:240px;
	height:80px;
}

input.button { 
	margin: 0; 
	font: bolder 12px Arial, Sans-serif; 
	border: 1px solid #CCC; 
	padding: 2px 3px; 
	background: #FFF;
	color: #275F6C;
	cursor: pointer;
}
input.disabled_input{
	background-color: #eee;
	color: #bbb;
}
input.button_confirm{
    margin: 0; 
	font: bolder 12px Arial, Sans-serif; 
	border: 1px solid #798081; 
	padding: 2px 3px; 
	background: #F6F6F6;
	color: #606060;
	cursor: pointer;
    width: 70px;
    margin-bottom: 15px;
}

/* search form */
form.search {
	padding: 0; margin: 0; 
	vertical-align: bottom;
	border: none;
	background-color: transparent;
}
form.search input.textbox { 
	margin: 0; padding: 1px;
	width: 120px;
	border: 1px solid #CCC; 
	background: #FFF;
	color: #333; 
}
form.search input.button {
	height: 20px;
	padding: 1px 3px;
	width: 60px;
}

/********************************************
   LAYOUT
********************************************/ 
/*
em.env_reminder {
	margin-left: .5em;
	color: #FFF;
	text-transform: uppercase;
	/*font-size: 75%;*/
	/*font-size: 35%;
}*/
em.env_reminder {
	font-size: 15px;
    text-transform: uppercase;;
}

#sur_wrap {
	width: 95%;
	margin: 0 auto;
	text-align: center;
}

#wrap {
/*	width: 833px;*/
	width: 100%;
	margin: 0 auto;
	text-align: center ;
	padding-right: 17px;
}
#content-wrap {
	position: relative;
	width: 100%;
	margin: 0 auto 0 3%;
	padding: 0;	
	clear: both; 
}
/* header */
#header {
	/*position: relative;*/
	/*width: 100%;*/
	/*height: 100px;*/
	font-size: 14px;
	/*color: #FFF;*/
	margin-right:5px;
}

#table_logo td{
	padding-left: 10px;
}

/* AHA - EVO 9709 *D* : Nettoyage du CSS */


/*
#header img#logo_cte
{
	padding-top: 10px; 
}
*/

#slogan 
{
	margin: 0px; 
	padding: 0px; 
	padding-left: 75px; 
	font: bold 12px 'Trebuchet MS', Arial, Sans-serif;
	text-transform: none;
	color: #FFF;
	text-align : left ;
}

/* AHA - EVO 9709 *F* : Nettoyage du CSS */

#header #searchform {
	float: right;
	padding: 45px 40px 0 0;
	display: inline;
}

div#program_logo
{
	float: right;
	margin: 0px 0 0 1em;
	padding-right : 5px ;
	/*padding-bottom : 20px ;*/
}

/* menu */
#menu 
{
	margin-bottom: 3px; 

	height: 26px;
	background-color: #B6B8BC;
	font: bolder 12px/26px Tahoma, Verdana, Arial, Sans-Serif; 

	margin-left : 26px ;
	margin-right : 5px ;
	box-shadow: -3px 0px 2px rgb(205,205,205), 3px 0px 2px rgb(205,205,205) ;
	
}
#menu ul{
	white-space: nowrap;
	margin: 0; padding: 0 0 0 35px;
}
#menu ul li {
	float: left;
	list-style: none; 
	display: inline; 
}
#menu ul li a {
	display: block;
	text-decoration: none;	
	padding: 0 10px;
	background-color: #B6B8BC;
	color: #FFF;
}
#menu ul li a:hover {
   background: #FFF; 
	color: #333;  
}

/**************************************
	AHA - EVO 9709 : Messages défilants 
***************************************/

@keyframes text-deroulant-scroll {
	from { transform: translateX(0); }
	to   { transform: translateX(-100%); }
}

.text-deroulant-wrapper {
    overflow: hidden;
    white-space: nowrap;
  	box-sizing: border-box;
}

.text-deroulant
{
	display: inline-block;
  	padding-left: 100%; /* Start outside screen */
	white-space: nowrap;
	animation: text-deroulant-scroll 20s linear infinite;
	color: white; 
	font: bolder 12px/26px Tahoma, Verdana, Arial, Sans-Serif;
	font-size: 14px; 
}

.app-msg-info {
	margin-top: 55px;
}
.pgm-msg-info
{
	height: 26px;
	background-color: #B6B8BC;
	font: bolder 12px/26px Tahoma, Verdana, Arial, Sans-Serif;
	
	margin-left : 26px ;
	margin-right : 5px ;
	box-shadow: -3px 0px 2px rgb(205, 205, 205), 3px 0px 2px rgb(205,205,205) ;
}
.pgm-msg-info .text-deroulant
{
	color: red; 
	width : 80% ;
}

/********************************************
  Generals informations
********************************************/ 
div#gen_infos
{
	min-height: 26px;
	background-color: #B6B8BC;
	font: bolder 12px/26px Tahoma, Verdana, Arial, Sans-Serif;
	
	border-top : 3px #F6F6F6 solid ;

	margin-left : 26px ;
	margin-right : 5px ;
	margin-bottom: 3px; 
	box-shadow: -3px 0px 2px rgb(205,205,205), 3px 0px 2px rgb(205,205,205) ;
	
	text-align : left ;
}

div#gen_infos p
{
	margin: 0;
	padding: 0 0 0 35px;
}

/* Main */
#main {
	/*float: left;*/	
	/*width: 96%;*/
/*	YJE */
	text-align : left ;
	padding-left: 28px;
	padding-top : 15px ;
	padding-right : 10px ;
	padding-bottom : 10px ;
	background: #FFF ;
	
	margin-left : 26px ;
	margin-right : 5px ;
	box-shadow: -3px 0px 2px rgb(205,205,205), 3px 0px 2px rgb(205,205,205) ;
}

/*Hack IE (6 et inf)*/

* html #main {
	margin-left: 20px;
}

* html div#rootline {
	margin-left: 20px; 
}

/*Hack IE 7 (cant be on same rule as IE6 ... why ?)*/
* + html #main {
	margin-left: 20px;
}

#main h1 {
	color: #667F99; 
	border-bottom: 1px solid #CCCCCC;
	background: #F6F6F6 url(../images/arrow.gif) no-repeat 5px 50%;	
	padding: 3px 0 3px 20px;	
	margin: 0px 0 0 0;
}

h1 a,
h1 a:hover {
	background: #F6F6F6;
}

.post-footer {
	background-color: #FAFAFA;
	padding: 5px; margin: 5px 10px 0 10px;
	border: 1px solid #f2f2f2;
	font-size: 95%;	
}

/* sidebar */
#sidebar {
	float: right;
	width: 26%;
	padding: 0; margin: 0;		
/*	YJE*/
	display: none;
}	
#sidebar h1 {
	margin: 10px 0 0 0; 
	padding: 3px 10px; 
	font: bold 120% Tahoma, Verdana, Sans-Serif;	
	color: #FFF;	
	background: #B6B8BB;	
}
#sidebar ul.sidemenu {
	list-style: none;
	text-align: left;
	margin: 3px 0px 8px 0; padding: 0;
	text-decoration: none;	
}
#sidebar ul.sidemenu li {
	border-bottom: 1px solid #EFF0F1;
	background: url(../images/bullet.gif) no-repeat 2px 3px ;
	padding: 2px 0 2px 25px;
	margin: 0 2px;			 
}

* html body #sidebar ul.sidemenu li { height: 1%; }

#sidebar ul.sidemenu a {
	font-weight: bold;
	padding: 2px 0; 		
	background: none;
}

/* footer */
#footer {
	clear: both;
	color: #66737B;
	font: normal 90% Verdana, Tahoma, sans-serif;
/*	width: 833px;*/
/*	width: 100%;*/
	height: 50px;
	text-align: center;
	margin: 0 auto;	
	
	border-radius: 0px 0px 10px 10px;
	background: #FAFAFA ;
	
/*	width : 98% ;*/ 
	margin-left : 26px ;
	margin-right : 5px ;
	box-shadow: -3px 3px 2px rgb(205,205,205), 3px 0px 2px rgb(205,205,205) ;
}

#footer_logo{
	margin: 0 auto;
	width: 100%;
	color: #66737B;
	font: normal 90% Verdana, Tahoma, sans-serif;
}

table.footer_logo{
	margin: 0 auto;
	margin-top: 5px;
}

p.footer_logo{
	padding: 5px;
}

table.footer_logo td{
	padding: 5px;
}

#footer a { text-decoration: none; }

#footer a img
{
	margin: 5em 0.5em -2em;
}

#footer img#logo_datar
{
	margin-left: 2em;
}


#footer img#logo_eu
{
	margin: 0 0 -1em;
}

#footer img#logo_cte
{
	margin: 0 0 -1em;
}

/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }

/* additional classes */
.clear { clear: both; }
.gray { color: #CCC; }


/********************************************
   Form controls
********************************************/ 

p.error_message,
span.error_message
{
	display: none;
	color: red;
}

p.warning_message
{
    display: none;
    color: orange;
}

p.alert_message,
i.alert_message,
span.alert_message,
input.alert_message,
td.alert_message
{
    color: red;
}

input.fieldError,
textarea.fieldError,
select.fieldError,
div.fieldError,
div.select_box_left_right div.right.fieldError,
li.fieldError
{
	border: 2px solid red;
}

input.fieldWarning,
textarea.fieldWarning,
select.fieldWarning
{
    border: 2px solid orange;
}

input.mandatory,
textarea.mandatory,
select.mandatory
{
	background-color: #F8F3CC;
}

input.disabled
{
	color: #FFF;
}

/********************************************
  User informations
********************************************/ 
div#user_infos
{
	float: right;
	padding: 10px 5px 0 0;
	/*padding: 45px 0px 0 0;*/
	font-size: 75%;
	position: relative;
	z-index: 10;
}

/********************************************
   Languages
********************************************/ 
div#languages
{
	float: right;
	margin: 0px; 
	margin-right: 10px;
	margin-top: 5px; 
	/*position: absolute;*/
	top: 100px;
	right: 90px;
}

div#languages img
{
	margin: 0.1em;
}

/********************************************
   Currencies
********************************************/ 
div#currencies
{
	float: right;
	padding: 0 120px;
	width: 100px;
	margin: 0px 0 -50px;
	left:50%;
}

div#currencies form
{
	margin:0; padding: 0;
	border: 0; 
	background-color: #B6B8BC; 
}

/********************************************
   Rootline
********************************************/

div#rootline {
	margin:0px 5px 0px 5px; 
	padding: 0 1px;
	border: 1px solid #f2f2f2; 
	background-color: #FAFAFA; 
	
	margin-left : 26px ;
	/*margin-right : 10px ;*/
	padding-left : 30px ;
	padding-bottom: 2px;
	box-shadow: -3px 0px 2px rgb(205,205,205), 3px 0px 2px rgb(205,205,205) ;
	text-align : left ;
}

/*Hack IE (6 et inf)*/

* html div#rootline {
	margin-left: 20px;
}

/*Hack IE 7 (cant be on same rule as IE6 ... why ?)*/
* + html div#rootline {
	margin-left: 20px;
}

div#rootline ul
{
	margin: 0;
	padding: 0;
}

div#rootline li {
	display : inline;
	padding: 0.2em 0.2em 0.2em 13px;
	background: #FAFAFA url(../images/arrow.gif) no-repeat 0% 50%;
	list-style-type: none;
	font-style: italic;
}

div#rootline li.last {
	font-style: normal;
}

div#rootline li a
{
	background: #FAFAFA;
}

div#rootline li.last a
{
	text-decoration: none;
}


/********************************************
   Flash info
********************************************/
ul.error {
	width: 600px;
	border: 2px solid red;
	padding: 7px;
	padding-bottom: 12px;
	margin-bottom: 20px;
	background-color: #FAFAFA;
}
ul.flash{
	overflow: auto;
}
ul.info,
p#chapter_description,
textarea#chapter_description,
textarea.chapter_description,
div.chapter_description,
div#chapter_description,
ul.warning {
	width: 600px;
	height: 100px;
	border: 2px solid green;
	padding: 7px;
	padding-bottom: 12px;
	margin-bottom: 20px;
	background-color: #FAFAFA;
}
div.chapter_description{
	overflow-x: auto;
	overflow-y: auto;
}

textarea#info_pgm_description
{
	width: 600px;
	height: 100px;
	border: 2px solid green;
	padding: 7px;
	padding-bottom: 12px;
	margin-bottom: 20px;
	background-color: #FAFAFA;
	color:black;
}

ul.error li, ul.info li, ul.warning li {
	list-style-type: square;
	margin-left: 12px;
}

ul.warning {
	border-color: #DF7417;
}

ul.flash.size-auto {
	height: auto;
	width: auto;
}

/********************************************
	Onglets
********************************************/

div.tab {
	border: 1px solid #B7B8BC;
	padding: 1em;
}

div.active {
	display: block;
}

div.inactive
{
	display: none;
}

ul#tabs {
	margin-bottom: 3px;
}

ul#tabs li {
	display: inline;
	padding: 0.5em 0.5em 5px;
	background-color: #F2F2F2;
	border: 1px solid #B7B8BC;
/*	border: 1px solid #F2F2F2;*/
}

ul#tabs li.active {
	border: 1px solid #B7B8BC;
	background-color: #FFF;
	border-bottom: 1px solid #FFF;
}

ul#tabs a {
	text-decoration: none;
}

div#main img
{
	margin: 0.4em 0 0 0;
}

div#chapter_description_container a
{
	margin: 0 1em 0 0;
	float: right;
	text-decoration: none;
}

div#chapter_description_container div.right{
	width: 14%;
	display: inline-block;
	vertical-align: top;
}
div#chapter_description_container div.right div{
	display: block;
}
div#chapter_description_container div.center{
	width: 70%;
	display: inline-block;
}
div#chapter_description_container div.left{
	width: 15%;
	display: inline-block;
}

p#chapter_description,
textarea#chapter_description,
textarea.chapter_description,
div.chapter_description
{
	margin: 0 auto;
}

ul.categories_list li
{
	list-style: none;
}

a.button,
a.button_large
{
	display: block;
	text-decoration: none;
	padding: 0.3em 0.5em 5px;
	background-color: #F2F2F2;
	border: 1px solid #B7B8BC;	
	width: 10em;
	text-align: center;
	cursor: pointer;
}
a.button_disabled{
	display: block;
	text-decoration: none;
	padding: 0.3em 0.5em 5px;
	background-color: #dedede;
	border: 1px solid #B7B8BC;
	width: 10em;
	text-align: center;	
	color: #aaa;
}
a.button_small
{
	display: block;
	text-decoration: none;
	padding: 2px;
	background-color: buttonface;
        color : #777777;
	border: 1px solid #B7B8BC;	
	width: 5em;
	text-align: center;
}
a.button_large
{
	display: inline;
}

a.button.coherence {
	width: 30em;
	margin: .6em .1em 0;
}

a.no_underline
{
	text-decoration: none;
}

ul.financing_plans
{
	margin: 0;
}

/* Styles de tableaux */
/*table
{
	width: 95%;
}
*/
table.financing_plan,
table.contacts,
table.indicators
{
	border-spacing : 0;
	margin: 0.5em 0 1em;
	border-bottom: 1px solid #999;
	font-size: 11px; 
}

table.financing_plan td.row_separation,
table.financing_plan th.row_separation         
{
    margin: 0;   
    padding: 2em; 
    border-right: 1px solid #999;  
    border-top: 3px double #333333;  
}

table.financing_plan_no_display
{
    margin: 0.5em 0 1em;
    border-bottom: 1px solid #999;
    font-size: 11px;
    display: none;
}

table.border_bottom_less
{
	border-bottom: 0;
}

table.financing_plan th,
table.contacts th,
table.indicators th
{
	padding: 0.4em;
	background-color: #CCC;
	color: #28A0BD;
	text-align: center;
	border-top: 1px solid #999;
	border-right: 1px solid #999;
}

table.financing_plan th.under_table,
table.contacts th.under_table,
table.indicators th.under_table
{
	padding: 0.4em;
	background-color: #DDDDDD;
	color: #28A0BD;
	text-align: center;
	border-top: 1px solid #999;
	border-right: 1px solid #999;
}

table.financing_plan th.first_in_row,
table.financing_plan td.first_in_row,
table.indicators th.first_in_row,
table.indicators td.first_in_row,
table.contacts th.first_in_row,
table.contacts td.first_in_row
{
	border-left: 1px solid #999;
}

table.financing_plan th.no_right_border
{
	border-right:none;	
}

a.sortheader
{
	text-decoration: none;
	background-color: #CCC;
	color: #28A0BD;	
}

table.financing_plan td,
table.contacts td,
table.indicators td
{
	padding: 0.8em;
/*	background-color: #FFF;*/
	border-top: 1px solid #999;
	border-right: 1px solid #999;
}

table.financing_plan td.pyjama,
table.contacts td.pyjama,
table.indicators td.pyjama
{
	background-color: #DDD;
}

table.financing_plan td.bold,
table.financing_plan tr.bold,
table.contacts td.bold,
table.indicators td.bold
{
    font-weight : bold;
}

table.financing_plans
{
/*	margin: -10px;*/
	width: 100%;
	height: 100%;
	border: 0;
}

table.financing_plans td
{
	padding: 0.2em 0 0.2em 1em;
	margin: 0;
	border: 0;
}

table.financing_plans th.first_in_row,
table.financing_plans td.first_in_row
{
	border: 0;
}

table.financing_plan td.amount,
table.financing_plan th.amount
{
	padding: 0 0.5em 0 0;
	text-align: right;
	white-space: nowrap;
}

table.financing_plan td.amount_center
{
    padding: 0 0.5em 0 0;
    text-align: center;
    white-space: nowrap;
}

table.financing_plan td.short_cell,
table.financing_plan th.short_cell
{
	width: 50px;
	text-align : center ;
}

/*Tableau utilisé pour la présentation de la codification du programme*/
table.pgm_codification {
	width: 100%;
}

table.pgm_codification form select {
	width: 140px;
}

table.pgm_codification thead td {
	border: 1px solid #999;
	border-left: 0;
}

table.pgm_codification thead td.first {
	border-left: 1px solid #999;
}

table.pgm_codif {
    width:70%;
}

table.pgm_codif td.priority{
    font-weight: bold;
}

table.pgm_codif td.objective{
    padding-left: 20px;
}

select.countries,
select.partners,
select.nuts3,
select.large
{
	width: 20em;
}

select.country_sel
{
	margin-left: 3em;
}

div.tooltip
{
	position: absolute;
	border: 1px solid #999;
	background-color: #DDD;
	display: none;
}

tr.subtotal td
{
	font-style: italic;
	text-align: right;
	background-color: #EEE;
}

tr.total td
{
	text-align: right;
	background-color: #CCC;
}

tr.highlighted td,
tr.highlighted td.pyjama,
img.clickable
{
	background-color: #F8F3CC;
	cursor: pointer;
}
/*tr.highlighted td.first_in_row
{
	cursor: default;
	background: #FFF;
}
*/
/*tr.highlighted td.first_in_row.pyjama
{
	background-color: #DDD;
}
*/

table.financing_plan td.no_padding
{
	padding: 0;
	text-align: center;
}

table.financing_plan td.border_top_only
{
	border-right: 0;
	border-left: 0;
	border-bottom: 0;	
}

div.calendar
{
	width: 20em;
}

table.indicators
{
	width: 80%;
}

ol.working_plan p
{
	margin: 0; padding: 0;
}

ul.working_plan_partner_list,
ul.working_plan_product_list,
ul.working_plan_places
{
	margin: 0 1em; padding: 0;
}

table.planning td.phase_filled
{
	background-color: #2D7F94;
}

table.planning td.action_filled
{
	background-color: #DDD;
}

table.planning td.phase_name
{
	font-size: 120%;
}

table.planning td.action_name
{
	text-align: right;
	font-style: italic;
}

.clickable_img
{
	cursor: pointer;
}

div#applicationform_navigation
{
	width: 40em;
	border: 1px solid #CCC;
	margin: 1em auto -1em;
	padding: 1em;
	text-align: center;
}

div#applicationform_navigation a.center
{
	margin: 0 1.2em;
	padding: 0 1.2em;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
}

li.form_img
{
	height: 16px;
	margin: 0.4em 0 0 0;
}

li.section_title
{
	list-style-type: square;
	font-weight: bold;
	font-size: 110%;
}

div.partner_detail_comment
{
	margin: 0.5em;
	padding: 0.5em;
}
option.disabled
{
	color: #808080;
}
option.bold
{
	font-weight: bold;
}
input.checkbox,
input.radio
{
	margin-right: 0.5em;
}
a.af_add_chapter
{
	text-decoration: none;
	font-style: italic;
/*	display: block;*/
}
a.af_add_chapter:hover
{
	background-color: #667F99;
	color: #FFF;
}
/*
a#mail_ag {
	text-decoration: underline;
	color: #FFF;
}*/
div.flags {
	width: 300px;
}

img.flag_selected {
	border: 2px solid #000;	
}

.line-through {
	text-decoration: line-through;
}



label.labelSearch{

	float: left;
	width:150px;
	text-align: right;
	font-weight: normal;

}
input.inputSearch{
	display: block;
	margin-left: 160px;
	margin-top: 3px;
	width: 150px;
	padding: 2px 4px;
}

input.submitSearch{
	display: block;
	margin-left:180px;

}

div.error_message{
	display: none;
	color: red;
	text-indent: 40px;
}

div.evaluation_nav_buttons {
	margin: 1em 0 0 1em
}

.popup_anchor div.popup{
/*   visibility: hidden;*/
	display: none;
   z-index: 10;
   top: 20px;
   left: 400px;
	position: fixed;
   background-color: white;
   border-color: black;
   border: 1px;
   border-style: solid;
	width: 450px;
}

/*IE 6*/
* html .popup_anchor div.popup {
	position: absolute;
	left : expression( ( -20 + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
	top : expression( ( -130 + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
}
		
span:hover.popup_anchor div.popup{
   visibility: visible;
}
		
span .popup_anchor div:hover.popup{
   visibility: visible;
}

div.graphs_centered
{
	text-align: center;
}

table.monthly_rate
{
	margin: 0;
	padding: 0;
}
table.monthly_rate tr,
table.monthly_rate td,
table.monthly_rate th
{
	margin: 0;
	padding: 2em;
	border-left: 1px solid #999;
	border-right: 0;
}
table.monthly_rate tr.first td
{
	border-top: 0;
}
table.monthly_rate td.first_in_row
{
	border-left: 0;
}
table.monthly_rate td.selected
{
	background-color: #EEE;
	font-style: italic;
}
table.monthly_rate td.rated
{
/*	font-weight: bold;*/
}

div.form_monthly_rate
{
	float: left;
}

div#main pre
{
	font: 100% Verdana, sans-serif;
	background-color: #FFF;
	border: 1px solid #CCC;
	padding: .2em;
}

/* Image d'attente pour une requête AJAX */
img.loading
{
	display: none;
}

table.certif_table_u2
{
    margin: 0;
    padding: 0;
    border: 3px solid #999;
    margin-left: auto;
    margin-right: auto;
}
table.certif_table_u2 tr,
table.certif_table_u2 td
{
    margin: 0;
    padding: 2em;
    border-right: 1px solid #999;
    border-top: 1px solid #999;
}
table.certif_table_u2 th
{
    margin: 0;
    padding: 2em;           
    border-right: 1px solid #999; 
    border-bottom: 2px solid #999;
}
table.certif_table_u2 tr.first_in_row,
table.certif_table_u2 td.first_in_row
{
    margin: 0;
    padding: 2em;
    border-right: 1px solid #999;
    border-left: 1px solid #999;
    border-top: 1px solid #999;
}
table.certif_table_u2 th.first_in_row
{
    margin: 0;
    padding: 2em;           
    border-right: 1px solid #999;
    border-left: 1px solid #999;  
    border-bottom: 2px solid #999;
}
table.certif_table_u2 td.first_in_row_separation      
{
    margin: 0;   
    padding: 2em; 
    border-right: 1px solid #999;
    border-left: 1px solid #999;
    border-top: 3px double #999;  
}
table.certif_table_u2 td.separation
{
    margin: 0;
    padding: 2em;
    border-right: 1px solid #999;
    border-top: 3px double #999;
}

table.export
{
    margin: 0.5em 0 1em;
    border-bottom: 1px solid #999;
    font-size: 11px;
    border-left: 1px solid #999; 
}

table.export td.row_separation,
table.export th.row_separation         
{
    margin: 0;   
    padding: 2em; 
    border-right: 1px solid #999;  
    border-top: 3px double #333333;  
}

table.export th
{
    padding: 0.4em;
    background-color: #CCC;
    color: #28A0BD;
    text-align: center;
    border-top: 1px solid #999;
    border-right: 1px solid #999;
}

table.export th.under_table
{
    padding: 0.4em;
    background-color: #DDDDDD;
    color: #28A0BD;
    text-align: center;
    border-top: 1px solid #999;
    border-right: 1px solid #999;
}

table.export th.first_in_row,
table.export td.first_in_row
{
    border-left: 1px solid #999;
}

table.export td
{
    padding: 0.8em;
/*    background-color: #FFF;*/
    border-top: 1px solid #999;
    border-right: 1px solid #999;
}

table.export td.pyjama
{
    background-color: #DDD;
}

table.export td.bold
{
    font-weight : bold;
}

td.disquette
{
    text-align: center;
}

td.red_alert
{
    background-color: #E32636;
    
}

td.orange_alert
{
    background-color: #FFCC00;
    
}

td.green_alert
{
    background-color: #BEF574;
    
}

tr.old_certificate
{
	font-style: italic;
	color: #777;
	display: none;
}

/**********************************************/
/* AHA - EVO 9734 : Couleurs pour les boutons */
/**********************************************/

.validate_button, .devalidate_button, .delete_button, .yellow_button, .red_button
{
	border-style: solid; 
	border-width: 3px; 
}

.validate_button
{
	border-color: #009933; 
}

.devalidate_button
{
	float: right; 
	border-color: #FF9900; 
}

.delete_button
{
	float: right; 
	border-color: #EE0000; 
}

.yellow_button
{
	border-color: #FF9900; 
}

.red_button
{
	border-color: #EE0000; 
}

.rightsHidden
{
	display:none;
}

#fade { /*--Masque opaque noir de fond--*/
	display: none; /*--masqué par défaut--*/
	background: #000;
	position: fixed; left: 0; top: 0;
	width: 100%; height: 100%;
	opacity: .80;
	z-index: 98;
}
.popup_block{
	display: none; /*--masqué par défaut--*/
	background: #fff;
	padding: 20px;
	height: 90%;
	border: 20px solid #ddd;
	float: left;
	font-size: 1.2em;
	position: fixed;
	top: 50%; left: 50%;
	z-index: 99;
	/*--Les différentes définitions de Box Shadow en CSS3--*/
	-webkit-box-shadow: 0px 0px 20px #000;
	-moz-box-shadow: 0px 0px 20px #000;
	box-shadow: 0px 0px 20px #000;
	/*--Coins arrondis en CSS3--*/
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	overflow:auto;	
}

/*--Gérer la position fixed pour IE6--*/
*html #fade {
position: absolute;
}
*html .popup_block {
position: absolute;
}

div.buttons_inline p{
	display:inline;
}
ul.li-inline li{
	display:inline;
	padding-left:5px;
}
span.tableaux_bord{
	color:red;
	margin-left:20px
}

 #progressbar .ui-progressbar-value {
	background: #66FF66;
}

.ui-progressbar {
	position: relative;
}

.progress-label {
	position: absolute;
	left: 45%;
	top: 1px;
	font-size: 12px;
	/*--font-weight: bold;--*/
	/*--text-shadow: 1px 1px 0 #fff;--*/
}

.alert-success {
	border-radius:4px;
	font-size: 14px;
	padding: 15px;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.25) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
	box-sizing: border-box;
	background-image: linear-gradient(to bottom, #dff0d8 0px, #c8e5bc 100%);
	background-repeat: repeat-x;
	background-color: #dff0d8;
	border-color: #b2dba1;
	color: #3c763d;
}

.alert-error {
	border-radius:4px;
	font-size: 14px;
	padding: 15px;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.25) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
	box-sizing: border-box;
	background-color: #f2dede;
	border-color: #ebccd1;
	color: #a94442;
}
.remove-class-form{
	margin:0px;
	padding: 0px;
	border: none;
	background-color: none;
}
.div-arbre{
	width: 600px; 
	height: 250px; 
	overflow: auto; 
	border: blue 1px solid;
}

.cke_combopanel.cke_combopanel__strinsert{
    width: 400px;
}

.cke_format .cke_combo_text{
    width: 140px;
}

.corrector{
	margin: 0 auto;
	position: absolute;
	top: 40px;
	font-size: 30px;
	color: #FFFFFF;
	font-weight: bold;
	width: 90%;
	z-index: 1;
}
.defaultAfmAffectation select{
	width:320px;
}
.div_table_logo{
	float:left;
}
table.new_table_css, table.new_table_css_datatable{
	border-collapse:collapse;
	border-bottom: none;
}
table.new_table_css td,table.new_table_css th{
	border: 1px solid #999;
	padding: 1em;
}
table.new_table_css_datatable td,table.new_table_css_datatable th{
	border: 1px solid #999;
	padding: 1em;
}
table.financing_plan tr.row_separation td,
table.financing_plan tr.row_separation th         
{
    margin: 0;   
    border-right: 1px solid #999;  
    border-top: 3px double #333333;  
}
table.financing_plan tr.contreparties td,
table.financing_plan tr.contreparties th {
	margin: 0;   
    border-right: 1px solid #999;  
    border-top: 2px solid #333333;
    background-color: #DDD;
    font-weight: bold;
}

div.select_box_left_right div,
div.select_box_left_right_title div{
	display: inline-block; 
	vertical-align: top;
}

div.select_box_left_right div.center,
div.select_box_left_right_title div.title_center{
	width: 50px; 
}
div.select_box_left_right div.center{
	height: 300px;
}

div.select_box_left_right div.right,
div.select_box_left_right div.left,
div.select_box_left_right_title div.title_right,
div.select_box_left_right_title div.title_left {
	width: 370px; 
}
div.select_box_left_right li{
	overflow:auto;
}

div.select_box_left_right div.right,
div.select_box_left_right div.left{
	border: 1px solid grey;
	overflow:auto;
	height: 300px;
}
.selectable .ui-selecting { 
	background: #FECA40; 
}
.selectable .ui-selected { 
	background: #F39814; 
	color: white;
}
.selectable { 
	list-style-type: none; 
	margin: 0; 
	padding: 0; 
	width: 60%;
}
.selectable li { 
	margin: 3px; 
	padding: 0.4em; 
	font-size: 1em; 
	width: 352px;
}
.rigth .selectable li span { position: absolute; margin-left: -1.3em; }
div.select_box_left_right button{
	width: 50px;
	margin-top:2px;
	margin-bottom:2px;
}
.width_tooltip_model{
	width: 550px;
}
.label_radio{
	display: inline;
	font-style: normal;
	font-weight: normal;
	margin-left: 5px;
}
.aid_plan:hover{
	cursor: pointer;
}
tr.aid_plan_selected{
	background-color: #ddd;
}
.tr_gray,
table.dataTable tbody tr.tr_gray{
	background-color: #ccc;
}
.tr_gray_clair{
	background-color: #ddd;
}

/* MGI DE 100 */
table.exp_doc td.exp_doc_cell {
	border-top: none;
	border-left: none;
	border-right: none;
}

table.exp_doc  tr:last-child td.exp_doc_cell {
	border-bottom: none;
}

table.exp_doc tr:first-child td.exp_doc_cell {
	border-top: 1px solid #999;;
}

tr.error td{
	color: red;
}

tr.warning_r td{
	background-color: #cdcdcd;
        color: red;
}

tr.warning_b td{
	background-color: #cdcdcd;
}

/* MGI DE 424 */
table.address {
	border: none;
}

table.address td {
	border: none;
	padding: 0;
}

table.scroll_y_auto{
	width: 100%;
	display: block;
	overflow-y: scroll;
        overflow-x: scroll;
}

table.info_part td, table.info_part th{
	padding: 3px;
}

td.vertalign > * {
    vertical-align : middle;
}

/* MGI DE 456 */
td.error {
	color: red;
}

/* MGI DE 468 */
table.form_table {
	border: none;
	max-width: 100%;
	width: auto;
	margin: 10px;
	margin-left: 0px;
	border-spacing: 10px 15px;
    border-collapse: separate;
}

table.form_table tr td:first-child {
	font-weight: bold;
	white-space: nowrap;
}

table.form_table tr td:last-child {
	width: 100%;
}

.inline {display:inline}
.p-0-4{padding: 0.4em}
.p-0-2-0-4{padding: 0.2em 0.4em}
.mb-0-5 {margin-bottom:0.5em}
.mt-0-5 {margin-top:0.5em}
.ml-1 {margin-left:1em}
.mr-1 {margin-right:1em}
.t-normal {font-weight:normal}
.cursor-pointer {cursor: pointer}


/* Tree JQuery Notifs mail */

.tree {
    display:inline-block;
    vertical-align: top;
    max-width: 600px;
    overflow: auto;
    border: blue 1px solid;
    padding:20px;
}

.div_left {
    display:inline-block;
    width:50%;
    padding: 5px;
}

.div_right {
    display:inline-block; 
    width:40%; 
    vertical-align: top;
}

.colonne_action {
    cursor: pointer;
    color: blue;
    text-decoration: underline;
}

.colonne_action[data-current="true"] {
    color: red;
}

.center {
    text-align: center;
}

#liste_actions {
    border-collapse: collapse;
}

#liste_actions tbody tr {
    border: 1px solid black;
}

#liste_actions tbody td {
    padding: 10px;
}

.visibility_hidden {visibility:hidden}
#loadingMessageControles {margin-right:10px}
#loadingMessageControles::before {content:url(../images/ajax-loader.gif);display:inline-block;height:16px;margin-right:10px;position:relative;top:5px;width:16px}

/* DE 499 */
#prj_date tr {    
    height: 30px;
}

#prj_date {
    padding-left: 10px;
}

/* DE 507 */
#selectPrjAttach{
    padding-left: 50px;
    padding-top: 10px;
}

/* DE 501 */
a.buttonLink {
    padding: 2px;
    text-decoration: none;
    border: 1px solid #ccc;
    font: normal 1em Verdana, sans-serif;
    color: #777;
    background-color: #f0f0f0;
}

/* DE 501 */
.deleteLogo {
    position:relative;
    top:-60px;
    left:220px;
}

/* IE10+ specific styles go here */  
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {  
   .deleteLogo {
        top:0px;
    }
}

.text-grey {
    color: #808080;
}

.text-red {
    color: red;
}



/* New  Css  Pagna KONG */
.alert {
	padding: 15px;
	margin-bottom: 20px;
	border: 1px solid transparent;
	border-radius: 4px;
}
.alert-danger {
	color: #721c24;
	background-color: #f8d7da;
	border-color: #f5c6cb;
}
#autoloadedForm input[type=text] {
	border-radius: 5px;
	padding : 5px;
}


/* CSS tableau informatif organisme */
table.institution_informations {
	border-collapse: collapse;
	width: 100%;
}

table.institution_informations td, table.institution_informations th {
	border: 1px solid #ddd;
	padding: 8px;
}

table.institution_informations tr:nth-child(even){background-color: #f2f2f2;}

table.institution_informations tr:hover {background-color: #ddd;}

table.institution_informations th {
	padding-top: 12px;
	padding-bottom: 12px;
	text-align: left;
	background-color: #E5E5E5FF;
	color: black;
}

/*css contrat de sous-traitance des marchés publics */
.bouton {
	text-decoration: none;
	color: #FFFFFF;
	padding: 6px 12px;
	font-weight: bold;
	border-width: 3px;
}

.btn-orange{
	background-color: #FF9900;
}

.btn-orange:hover{
	background-color: #ecbb5c;
}
.btn-red{
	background-color: #EE0000;
}

.btn-red:hover{
	background-color: #fc4949;
}
.btn-green{
	background-color: #009933;
}

.btn-green:hover{
	background-color: #5fb25f;
}

.subcontracting-table{
	table-layout: auto;
	width: 100%;
	white-space: normal;
	word-wrap:break-word;
}

table.subcontracting-table tr td:last-child {
	width: auto;
}

.pop_sub_contracting td{
	word-break: break-all;
}

.subcontracting-table td{
	word-break: break-all;
}

.confirm-message{
	color: green;
}

.dwl-selected-files-btn {
	height: 32px;
	line-height: 36px;
	vertical-align: middle;
	padding: 0 5px;
}
.dwl-selected-files-btn img {
	width: 16px;
	height: 16px;
	margin: 0;
}
.loader-wrapper {
	display: inline-block;
    height: 19px;
    text-align: center;
    line-height: 19px;
    vertical-align: middle;
}
.loader {
    width: 17px;
    height: 17px;
    border: 2px solid #f06e18;
    border-bottom-color: transparent;
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
	margin: 0.5em 0 0.3em;
}

.loader-blue {
	border-color: #28A0BD;
    border-bottom-color: transparent;
}
.loader-btn {
	width: 14px;
    height: 14px;
    margin: 4.4px 0 1px;
}
.loader-link {
	width: 16px;
	height: 16px;
	margin: 3px 0 1px;
}

@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

input.indicator-value {
	width: 115px;
}
input.global-target-value {
	min-width: 130px;
	text-align: center;
}

tr th.exp-amount {
	min-width: 83px;
}

.form-link {
	display: inline;
    background: none;
    margin: 0;
    border: none;
}
.form-link button {
	display: inline;
    border: none;
    background: none;
	padding: 0;
	cursor: pointer;
	font-size: 1em;
}
.form-link button:focus {
  outline: none;
}