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

body{
 	/* font-family: "Ubuntu"; */
 	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	/* font-size:12px; */
	background-color : #edeeee;
	color: #424242;
}

a {
	text-decoration: none;
	color: inherit;
}


h1 {
	/* color: #2a4773; */
	/* font-size: 30px; */
	font-weight: normal;
	color: #2c3e50;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	/* margin-bottom: 24px; */
	font-weight: 300;
}

h2 {
	/* color: #2a4773; */
	/* font-size: 30px; */
    font-weight: normal;
    color: #2c3e50;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    /* margin-bottom: 24px; */
    font-weight: 300;
}

h3 {
	/* color: #2a4773; */
	font-weight: normal;
    color: #2c3e50;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    /* margin-bottom: 24px; */
    font-weight: 300;
}

h4 {
	/* color: #2a4773; */
	font-weight: normal;
    color: #2c3e50;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    /* margin-bottom: 24px; */
    font-weight: 300;
}

.content-white {
  padding-top: 40px;
  padding-bottom: 60px;
  position: relative;
  border-bottom: 1px solid #b8bcc0;
  color: #686868;
}

.content-grey {
  padding-top: 40px;
  padding-bottom: 60px;
  position: relative;
  background-color: #edeeee;
  border-bottom: 1px solid #b8bcc0;
  color: #686868;
}


code {
	color: #2a4773;
	background-color: #edeeee;
}

.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}


.table>tbody>tr>td {
	vertical-align: middle;
}

div#header {
	height: 50px;
	background-image: url("../img/topBack.png");
	background-repeat: repeat-x;
	border-bottom: 1px solid #2d4a76;
	border-top: 1px solid #173460;
	padding-left: 5%;
	padding-right: 5%;
}

div.container-fluid {
	padding: 0px;
	background-color : #FFFFFF;
}

div#profile {
	float: right;
	padding: 10px 20px;
	box-shadow: inset 0 0 5px 1px #CCC;
	border: 1px solid #FFFFFF;
	background-color: #EEEEEE;
	font-family: "Verdana";
	font-size: 11px;
}

div#login {
	float: right;
	padding: 20px 0 0 0;
}

div#login a {
	text-decoration: none;
	color: #FFFFFF;
}

div#topMenu {
	background-color: #d7e6ff;
	text-align: center;
	padding: 10px 0;
	border-bottom: 1px solid #b5d0e6;
}
div#topMenu div {
	display: inline;
	margin: 10px 2%;
}
div#topMenu div a {
    text-decoration: none;
}

div#title {
	padding-top: 1px;
 	padding-bottom: 1px;
 	padding-left: 5%;
 	padding-right: 5%;
 	background-color : #edeeee;
	border-bottom: 1px solid #b8bcc0;
}


div#infos {
	padding: 15px 0;
	padding-left: 6%;
	padding-right: 6%;
	/* border-top: 1px solid #b8bcc0; */
	/* border-bottom: 1px solid #b8bcc0; */
/*
	background-color: #FFFFFF;
	font-family: "Verdana";
	font-size: 11px;
*/
}
div#infos table tr td.text {
	color: #727171;
	padding: 0 3px 0 5px;
}
div#infos table tr td.dash {
	width: 200px;
}
/*
div#infos table tr td span {
	color: #454545;
	background-color: #adc5db;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	padding: 3px 5px;
	font-size: 12px;
}
*/
div#infos table td {
	height: 30px;
}



#footer{
	/* margin-top: 15px; */
	padding-top: 5px;
	padding-bottom: 1px;
	border-top: 1px solid #b8bcc0;
 	text-align: center;
 	background-color : #edeeee;
}

#footer li{
	display:inline;
	margin-right:1.67em;
	line-height:2
}

#footer .twitter-follow-button{
	vertical-align:-5px;
}


/*
div.code {
	background-color:       #f4f4f4;
    margin:                 5px 5px;
    padding:                10px;
    border:                 1px dashed #d6cfb5;
	overflow: auto;
}
*/

div.cadre {
	background-color:       #f4f4f4;
    margin:                 5px 5px;
    padding:                10px;
    border:                 1px solid #d6d6d6;
	overflow: auto;
}




table.show {
	margin: 30px 0 0 0;
	width: 100%;
}
table.show td img {
	margin-bottom: 10px;
	border: none;
}
table.show td a img {
	border: none;
}

table.show td {
	width: 33%;
	text-align: center;
	color: #2f6485;
	font-family: "Ubuntu";
	font-size: 18px;
}
table.show td span {
	position: relative;
	top: -13px;
	margin: 0 0 0 5px;
}


table.show th {
	color: #7f94a5;
	font-family: "Ubuntu";
	font-size: 14px;
	font-weight: normal;
	text-shadow: #FFFFFF 0.1em 0.1em 0.2em;
}






div#news {
	border-top: 1px solid #b5d0e6;
}

div#ariane {
	padding: 10px 0;
	background-color : #edeeee;
}
div#mainTitle {
	background-color : #edeeee;
}


a.buttonRounded {
	text-decoration: none;
	padding: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border: 1px solid #659635;
background: #99ca28;
text-shadow: -1px -1px 2px #777777;
color: #ffffff;
background: -moz-linear-gradient(top, #CFE782 0%,
                                      #9BCB2A 2%,
                                      #5DA331 97%,
                                      #659635 100%);
background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0, #CFE782),
    color-stop(0.02, #9BCB2A),
    color-stop(0.97, #5DA331),
    color-stop(0.76, #659635));
}


div.content_head {
	/* border: 1px solid #ccd5da; */
	/* padding: 10px; */
	margin-top: 15px;
	margin-bottom: 20px;
}
 
div#services {
	background: url("../img/service_back.png") repeat;
	/* border: 1px solid #CCC; */
	/* border: 1px 0px; */
	color: #FFFFFF;
	padding: 15px 0;
	padding-left: 5%;
	padding-right: 5%;
}



div.service_add_title {
	border: 1px solid #ccd5da;
	padding: 10px 0;
	background-color: #fafbfd;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	
}
div.service_add_title img {
	position: relative;
	left: -36px;
	float: left;
}
div.service_add_title span {
	position: relative;
	left: -15px;
	color: #99a2ab;
	font-size: 12px;
	font-weight: normal;
	font-family: "Ubuntu";
	text-align: left;
}

div.service_add_title span b {
	color: #475767;
	font-size: 16px;
	font-weight: bold;
	font-family: "Ubuntu";
}

div.service_add_param {
	border: 1px solid #ccd5da;
	border-width: 0px 1px 1px 1px;
	padding: 20px 40px;
	background-color: #e8ecef;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	color: #475767;
}

div.marginTop {
	margin-top: 20px;
}

/* Table Add Service */
table#table_add_service {
	width: 100%;
	font-family: "Ubuntu";
	border-collapse:collapse;
}

table#table_add_service tr {
	background-color: #FAFBFD;
}

table#table_add_service tr td {
	border-bottom-width: 1px;
	border-bottom-color: #e8e9e9;
	border-bottom-style: solid;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

table#table_add_service tr td .serviceName {
	padding-left: 10px;
	font-size: 14px;
	font-weight: bold;
}

table#table_add_service tr td .description {
	padding-left: 5px;
}


/* Table List Service */
table#table_list_service {
	width: 100%;
	font-family: "Ubuntu";
	border-collapse:collapse;
}
table#table_list_service tr th {
	padding-left: 20px;
	width: 20%;
	text-align: left;
}
table#table_list_service tr th.separator {
	height: 10px;
}

table#table_list_service tr td {
	padding-left: 20px;
	/*width: 200px;*/
}

table#table_list_service tr td select {
	width: 150px;
}
table#table_list_service tr td span {
	font-size: 11px;
}
table#table_list_service tr td input[type=text] {
	background: #fff;         
	margin-left: 0px;
	margin-bottom: 5px;
	margin-right: 0px; 
	margin-top: 2px;
	border-style: none solid solid; 
	vertical-align: middle; 
	border: 1px solid #aaa; 
	padding: 5px; 
	color: #555; 
	width: 200px;
	outline: none;
}  


/* START Dialog Box for JQuery used in Add service */
#dialog-overlay { /* need to be set for JQuerry */
}
#dialog-box {
    /* css3 drop shadow */
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
    /* css3 border radius */
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    background:#eee;
    /* styling of the dialog box, i have a fixed dimension for this demo */
    width:450px; 
    /* make sure it has the highest z-index */
    position:absolute; 
    z-index:5000; 
    /* hide it by default */
    display:none;    
}
#dialog-box .dialog-content {
    /* style the content */ 
    padding:10px; 
    margin:13px;
    color:#666; 
    font-family:arial;
    font-size:11px; 
}
#dialog-box table {                                 
    font-size: 12px;                                 
    width: 100%; 
}
#dialog-box table td { 
                                
	padding-bottom: 10px; 
                                
}
#dialog-box .service_title  {                  
	padding-left: 15px;           
	padding-top: 20px;        
	position: absolute;         
	font-size: 18px;        
}
#dialog-box .description {                         
	line-height: 15px;                         
}
#dialog-box .help {                          
}

#dialog-box hr {                          
	width:70%;                         
}
#dialog-box input[type=text], input[type=email]{
	background: #fff;         
	margin-left: 4px;
	margin-bottom: 5px;
	margin-right: 0px; 
	margin-top: 2px;
	border-style: none solid solid; 
	vertical-align: middle; 
	border: 1px solid #aaa; 
	padding: 5px; 
	color: #555; 
	width: 300px;
	outline: none;
}
#dialog-box input[type=textarea]{
	background: #fff;         
	margin-left: 4px;
	margin-bottom: 5px;
	margin-right: 0px; 
	margin-top: 2px;
	border-style: none solid solid; 
	vertical-align: middle; 
	border: 1px solid #aaa; 
	padding: 5px; 
	color: #555; 
	width: 200px;
	outline: none;
}
#dialog-box .buttonBleuRect{
	margin-right: 4px;
	margin-left: 4px;
}
/* END Dialog Box for JQuery used in Add service */

/* For renaming scenario name in scenario_edit.php */
form#f_Rename input[type=text]{
	background: #fff;         
	margin-left: 4px;
	margin-bottom: 5px;
	margin-right: 0px; 
	margin-top: 2px;
	border-style: none solid solid; 
	vertical-align: middle; 
	border: 1px solid #aaa; 
	padding: 5px; 
	color: #555; 
	width: 200px;
	outline: none;
}

/*For the contact form on contact.php*/
/*
form#contact_form input[type=text], form#contact_form textarea{
	background: #fff;         
	margin-left: 4px;
	margin-bottom: 5px;
	margin-right: 0px; 
	margin-top: 2px;
	border-style: none solid solid; 
	vertical-align: middle; 
	border: 1px solid #aaa; 
	padding: 5px; 
	color: #555; 
	width: 200px;
	outline: none;
}
*/
 


div.errorAdd {
	padding: 10px 0;
	border: 1px dashed #C42D53;
	color: #C42D53;
	background-color: #FCCAD7;
}	

div.boxPres {
	margin: 0 0 30px 0;
}

div.boxPres img.left {
	float: left;
	margin: 0 15px 15px 0;
	padding: 5px;
	border: 1px solid #ccd5da;
	background-color: #FFFFFF;
}
div.boxPres img.right {
	float: right;
	margin: 0 0 15px 15px;
	padding: 5px;
	border: 1px solid #ccd5da;
	background-color: #FFFFFF;
}

div.boxPres div.text p {
	margin: 10px 0;
	text-align: justify;
}

/* flissot/ css for the tables */
tr.light {
	background-color: #FAFBFD;
}
tr.dark {
	/*background-color: #eaebeb; /*edeeee*/
}
tr.light td, tr.dark td {
	padding: 10px 0 10px 5px;
}





.buttonBleuRect {
  background: #3b88d8;
  background: -moz-linear-gradient(0% 100% 90deg, #377ad0, #52a8e8);
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#52a8e8), to(#377ad0));
  border-top: 1px solid #4081af;
  border-right: 1px solid #2e69a3;
  border-bottom: 1px solid #20559a;
  border-left: 1px solid #2e69a3;
  -moz-box-shadow: inset 0 1px 0 0 #72b9eb, 0 1px 2px 0 #b3b3b3;
  -webkit-box-shadow: inset 0 1px 0 0 #72b9eb, 0 1px 2px 0 #b3b3b3;
  text-shadow: 0 -1px 1px #3275bc;
  color: #FFFFFF;
  padding: 5px 8px;
font-family: "Verdana";
font-size: 11px;
margin: 0 0px 0 0px;
cursor: pointer;
}

.buttonBleuRect:hover {
  background: #2a81d7;
  background: -moz-linear-gradient(0% 100% 90deg, #206bcb, #3e9ee5);
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#3e9ee5), to(#206bcb));
  border-top: 1px solid #2a73a6;
  border-right: 1px solid #165899;
  border-bottom: 1px solid #07428f;
  border-left: 1px solid #165899;
  -moz-box-shadow: inset 0 1px 0 0 #62b1e9;
  -webkit-box-shadow: inset 0 1px 0 0 #62b1e9;
  cursor: pointer;
  text-shadow: 0 -1px 1px #1d62ab;
}

.infoButton {
    background: #AFC5DB;
  background: -moz-linear-gradient(0% 100% 90deg, #97ABC4, #C1D6E6);
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#C1D6E6), to(#97ABC4));
  border-top: 1px solid #99A6B0;
  border-right: 1px solid #8393A3;
  border-bottom: 1px solid #818D9C;
  -moz-box-shadow: inset 0 1px 0 0 #BED5E6, 0 1px 2px 0 #b3b3b3;
  -webkit-box-shadow: inset 0 1px 0 0 #BED5E6, 0 1px 2px 0 #b3b3b3;
  text-shadow: 0 -1px 1px #9EACBA;
  color: #333333;
  padding: 3px 10px 3px 15px;
font-family: "Verdana";
font-size: 11px;
z-index: 3;
float: right;
	position: relative;
}


#infoBox {
  font-family: "Lucida Grande", Verdana, Arial, sans-serif;
  background-color: white;
  text-align: right;
  padding-left: 10px;
  padding-bottom: 5px;
  padding-right: 10px;
  padding-top: 5px;
  border-width: 1px;
  border-color: #c1cbd1;
  border-style: dotted;

}




.roundLeft {
    -webkit-border-top-left-radius: 10px;
-webkit-border-bottom-left-radius: 10px;
-moz-border-radius-topleft: 10px;
-moz-border-radius-bottomleft: 10px;
border-top-left-radius: 10px;
border-bottom-left-radius: 10px;
}
.roundRight {
-webkit-border-top-right-radius: 10px;
-webkit-border-bottom-right-radius: 10px;
-moz-border-radius-topright: 10px;
-moz-border-radius-bottomright: 10px;
border-top-right-radius: 10px;
border-bottom-right-radius: 10px;
}

.round15 {
-webkit-border-radius: 15px;
-moz-border-radius: 15px;
border-radius: 15px;
}

span.nbConfig {
  background: #AFC5DB;
  background: -moz-linear-gradient(0% 100% 90deg, #97ABC4, #C1D6E6);
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#C1D6E6), to(#97ABC4));
  border-top: 1px solid #99A6B0;
  border-right: 1px solid #8393A3;
  border-left: 1px solid #8393A3;
  border-bottom: 1px solid #818D9C;
  -moz-box-shadow: inset 0 1px 0 0 #BED5E6, 0 1px 2px 0 #b3b3b3;
  -webkit-box-shadow: inset 0 1px 0 0 #BED5E6, 0 1px 2px 0 #b3b3b3;
  text-shadow: 0 -1px 1px #9EACBA;
  color: #333333;
  padding: 3px 10px;
  width: 20px;
font-family: "Verdana";
font-size: 11px;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
margin: 0 10px 0 0;
}


.buttonSquare {
  background: #AFC5DB;
  background: -moz-linear-gradient(0% 100% 90deg, #97ABC4, #C1D6E6);
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#C1D6E6), to(#97ABC4));
  border-top: 1px solid #99A6B0;
  border-right: 1px solid #8393A3;
  border-left: 1px solid #8393A3;
  border-bottom: 1px solid #818D9C;
  -moz-box-shadow: inset 0 1px 0 0 #BED5E6, 0 1px 2px 0 #b3b3b3;
  -webkit-box-shadow: inset 0 1px 0 0 #BED5E6, 0 1px 2px 0 #b3b3b3;
  text-shadow: 0 -1px 1px #9EACBA;
  color: #333333;
  padding: 3px 10px;
  /*width: 20px;*/
font-family: "Verdana";
font-size: 11px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
margin: 0 10px 0 0;
}

.greybuttonSquare {
	background: #666666;
  background: -moz-linear-gradient(0% 100% 90deg, #999, #CCC);
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#999), to(#CCC));
  border-top: 1px solid #99A6B0;
  border-right: 1px solid #8393A3;
  border-left: 1px solid #8393A3;
  border-bottom: 1px solid #818D9C;
  -moz-box-shadow: inset 0 1px 0 0 #BBB, 0 1px 2px 0 #b3b3b3;
  -webkit-box-shadow: inset 0 1px 0 0 #BBB, 0 1px 2px 0 #b3b3b3;
  text-shadow: 0 -1px 1px #9EACBA;
  color: #222222;
  padding: 3px 10px;
  /*width: 20px;*/
font-family: "Verdana";
font-size: 11px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
margin: 0 10px 0 0;
}

.buttonSquareRename {
  background: #AFC5DB;
  background: -moz-linear-gradient(0% 100% 90deg, #97ABC4, #C1D6E6);
  padding-left: 6px;
                      
                                                                    
  padding-bottom: 1px;
                      
                                                                    
  padding-right: 6px;
                      
                                                                    
  padding-top: 1px;
                      
                                                                    
  margin-left: 5px;
                      
                                                                    
  margin-bottom: 0;
                      
                                                                    
  margin-top: 0;
                      
                                                                    
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#C1D6E6), to(#97ABC4));
  border-top: 1px solid #99A6B0;
  border-right: 1px solid #8393A3;
  border-left: 1px solid #8393A3;
  border-bottom: 1px solid #818D9C;
  -moz-box-shadow: inset 0 1px 0 0 #BED5E6, 0 1px 2px 0 #b3b3b3;
  -webkit-box-shadow: inset 0 1px 0 0 #BED5E6, 0 1px 2px 0 #b3b3b3;
  text-shadow: 0 -1px 1px #9EACBA;
  color: #333333;
  /*width: 20px;*/
font-family: "Verdana";
font-size: 11px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}






