/*
Theme Name: C3BI
Theme URI: https://c3bi.pasteur.fr/
Author: Damien Mornico
Description: C3BI Theme
*/

/*===================================*/
/*----  Gestionnaire Prestation -----*/

/*@import "/wp-content/css/tooltipster.css";*/

/*--------- DIV --------*/

@font-face {
	font-family: "calibril";
	src: url('calibril.ttf');
}
div.background_dark_blue_div {
	color: #fff;
	background-color: #000;
	text-align: center;
	text-transform: uppercase;
	white-space: nowrap;
}

div.background_blue_div {
	background-color: #FFF;
	margin: auto;
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 50px;
/*padding-bottom: 20px;*/
	text-align: justify;
	vertical-align: middle;
	font-size: 13pt;
}



div.background_blue2_div {
	background-color: #E8E0E0;
	margin: auto;
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 50px;
	font-size: 13pt;
	text-align: justify;
	vertical-align: middle;
	margin-left: 0;
}

div.background_dark_grey_div {
	color: #fff;
	background-color: #868686;
	text-align: left;
	border-radius: 9px;
	padding-left: 20px;
	text-transform: uppercase;
}

div.background_grey_div {
	background-color: #fff;
	margin: auto;
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 50px;
	padding-bottom: 20px;
	text-align: justify;
	font-size: 13pt;
}

.background_div_white {
	background-color:#FFF;
}

div.background_div {
	/*margin: auto;*/
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 50px;
	/*padding:  0px 0px 0px 0px;*/
	width: 95%;
	text-align: justify;
	font-size: 13pt;
}

div.background_div.blue {

	background-color: #D2DEEE;
	
}

div.background_div.new_blue {

	background-color: #2D96FA;
}

div.background_div.light_blue {

	background-color: #e6f3fe;
}

div.background_div.grey {
	background-color: #E3E9EB;
	
}

div.background_div.light_grey {
	background-color: #FAFAFA;	
}

div.blue_flat_div {
	font-size: 15pt;
	text-transform: uppercase;
	background-color: #FFFFFF;
	color: #005b9a;
	text-align: center;
	padding: 6px;
	margin: 3px;
	width: auto;
	display: inline-block;
	border-style: solid;
	border-width: 3px;
	border-radius: 11px;
	border-color: #005b9a;
}

div.allblue_flat_div {
	font-size: 15pt;
	text-transform: uppercase;
	background-color: #005b9a;
	color: #FFFFFF;
	text-align: center;
	padding: 6px;
	margin: 15px;
	width: auto;
	display: inline-block;
	border-style: solid;
	border-width: 3px;
	border-radius: 11px;
	border-color: #005b9a;
}

div.square_div {
	
	padding: 20px;
	text-align: center;
	font-size: 13pt;
	display: inline-block;
	vertical-align: middle;
	height: 70px;
}


div.square_div.large {
	height: auto;
	width: inherit;
	width: 100%;
	padding: 30px;
	text-align: left;
	text-align: justify;
}

div.square_div.big {
	
	text-align: center;
	font-size: 13pt;
	margin: 3px;
	display: inline-block;
	vertical-align: middle;
	height: 100px;
	width: inherit;
	width: 170px;
}

div.square_div.dashboard {
	
	text-align: center;
	font-size: 13pt;
	display: inline-block;
	vertical-align: middle;
	height: inherit;
	width: inherit;
	margin: inherit;
	padding: inherit;
	height: 100%;
	margin: 10px;
	padding: 10px;
}

div.square_div.dashboard.tiers {
	width: 28%;
}

div.square_div.dashboard.demi {
	width: 44%;
}

div.square_div.com {
	height: auto;
	padding: 2px;
	text-align: justify;
}

div.square_div.autowidth {
	width:12%;
}

div.square_div.white {
	background-color: #ffffff;
}

div.square_div.white:hover {
	background-color: #848484;
	color: #FFFFFF;
	cursor: pointer;
}

div.square_div.grey {
	background-color: #f1f1f5;
	color:#30343e;
}

div.square_div.grey:hover {
	
	background-color: #585858;
	color: #FFFFFF;
	cursor: pointer;
}

div.square_div.grey2 {
	background-color: #D8D8D8;
}
div.square_div.grey3 {
	background-color: #A4A4A4;
}

div.square_div.grey4 {
	background-color: #848484;
}

div.square_div.grey_dark {
	background-color: #585858;
	color: white;
	padding: 10px;
	height: 40px;
}

div.square_div.blue {
	background-color: #D2DEEE;
	text-align: justify;
}


div.square_grey_div.left {
	background-color: #f1f1f5;
	margin-left: 0px;
}

div.square_grey_div.right {
	background-color: #f1f1f5;
	margin-right: 0px;
}

div.header {

	padding:10px;
	background: #30343e;
	/*background-color: #2D96FA;*/
	color: #fff; 
	margin: -50px -50px 30px -50px;
	text-align: center;
	font-family:"PlayfairDisplayReg";
	font-size:20px;
}

div.header.grey {
	background: black;
}


/*--------- Table Project--------*/

/**
thead.project_list th:hover {
	cursor: pointer;
}

tbody.project_list tr:nth-of-type(even) {
	background-color: #FAFAFA;
}

tbody.project_list tr:nth-of-type(odd) {
	background-color: #f5faff;
}

tbody.project_list tr:hover {
	background-color: #E6E6E6;
} */

table.project_list {
	background-color:inherit; 
	border:0;
}

thead.project_list {
	background:inherit;
}

thead.project_list th {
	background:inherit;
	background-color: #30343e;
	color: #fff;
	text-align: center;
	padding: 15px 2px 15px 2px;
}

thead.project_list th:first-child {
	border-top-left-radius: 11px;
}

thead.project_list th:last-child {
	border-top-right-radius: 11px;
}

thead.project_list th:hover {
	cursor: pointer;
	background-color: #E6E6E6;
}

tbody.project_list tr:nth-of-type(even) {
	background-color: #FAFAFA;
}

tbody.project_list tr:nth-of-type(odd) {
	background-color: #f5faff;
}

tbody.project_list tr:hover {
	background-color: #E6E6E6;
}

tbody.project_list td {
	background: inherit;
	padding: 2px;
	vertical-align: middle;
}

/*--------- Table Step --------*/


table.project_step {
	background-color:#FAFAFA; 
	border-color:#30343e;
}



thead.project_step th {
	background:inherit;
	background-color: #30343e;
	color: #fff;
	text-align: center;
	padding: 15px 6px 15px 6px;
}


thead.project_step th:hover {
	cursor: pointer;
	background-color: #E6E6E6;
}


tbody.project_step tr:hover {
	background-color: #E6E6E6;
}

tbody.project_step td {
	background: inherit;
	padding: 6px;
}

/*------Signature table------*/



div.signature {
	width:100%;
	padding: 0px;
	margin: 10px;

}

div.signatureright {
	width:15%;
	height: 40px;
	margin: 0px;
	padding-top: 7px;

	border-top-right-radius:10px;
	border-bottom-right-radius:10px;
    -moz-border-radius:10px;
	text-align: center;
	vertical-align: middle;
	display: inline-block;
}

div.signatureright.blue{
	background: #005B9A;
	color: #fff;
	font-weight: bold;
}

div.signatureright.blue:hover{
	background: #d8d8d8;
	color: black;
	cursor: pointer;
}

div.signatureright.green{
	background: green;
	background-image:url(https://c3bi.pasteur.fr/wp-content/uploads/2016/03/yes.png);
	background-repeat:no-repeat;
	background-size: 30px 30px;
	background-position:center center;

}
div.signatureright.red{
	background: #fd6f6f;
	background-image:url(https://c3bi.pasteur.fr/wp-content/uploads/2016/03/no.png);
	background-repeat:no-repeat;
	background-size: 30px 30px;
	background-position:center center;
}

div.signatureleft {
	width:80%;
	height: 40px;
	margin: 0px;
	padding-top: 7px;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
	background: white;
	display: inline-block;
}





/*----Drag and drop table----*/

td.index:hover {
	cursor: move;
}

/*--------- button - span --------*/


/*Test*/

input.styled-button {
	font-family: inherit;
	font-size: 15px;
	border: 0;
	width: 150px;
	height: 40px;
	vertical-align: middle;
	display: inline-block;
	cursor: pointer;
	text-align: center;
	margin-right:5px;
}

input.styled-button.enable {
	background: #E6E6E6;
	color: #fff;
	box-shadow: 0px 0px 0px #aaa;
	cursor: default;
}

input.styled-button.blue {
	background: #2D96FA;
	color: #fff;
}

input.styled-button.blue.large {
	background: #2D96FA;
	color: #fff;
	width: 225px;
}

input.styled-button.red {
	background: #FF5050;
	color: #2A0A0A;
}

input.styled-button.grey {
	background: lightgrey;
	color: #fff;
}

input.styled-button.brown {
	background-color:#B45F04;
	color: #fff;
}

input.styled-button.blue:hover {
	background: #0676e0;
	color: #fff;
}

input.styled-button.red:hover {
	background: #f1f1f5;
	color: grey;
}
input.styled-button.blue.large:hover {
	background: #0676e0;
	color: #FFF;
}

input.round-button {
	font-family: inherit;
	font-size: 15px;
	border-radius: 15px;
	padding: 2px 5px;
	width: 140px;
	height: 25px;
	vertical-align: middle;
	display: inline-block;
	cursor: pointer;
	text-align: center;
	margin-right:5px;
	background: transparent;

}

.round-button:focus {
        outline: none;
}

input.round-button.white {
	color: #eee;
	border: 1px solid #eee;
}

input.round-button.white:hover {
	background: #eee;
	color: #30343e;
	border: 1px solid #eee;
}

input.round-button.enable {
	background-color: #E6E6E6;
	color: #fff;
	border: 1px solid #E6E6E6;
	cursor: default;
}

input.round-button.blue {
	color: #2D96FA;
	border: 1px solid #2D96FA;
}

input.round-button.blue:hover {
	background: #2D96FA;
	color: #fff;
	border: 1px solid #2D96FA;
}

input.round-button.brown {
	color: #B45F04;
	border: 1px solid #B45F04;
}

input.round-button.brown:hover {
	background: #B45F04;
	color: #fff;
	border: 1px solid #B45F04;
}



span.styled-button-project {
	font-size: 9pt;
	background: #FFFFFF;
	color: black;
	text-align: center;
	padding-left: 6px;
	padding-right: 6px;
	padding-bottom: 3px;
	padding-top: 3px;
	margin: 3px;
	width: auto;
	display: inline-block;
	border-style: solid;
	border-width: 1px;
	border-radius: 9px;
	border-color: black;
	cursor: pointer;
	text-align: center;
}

span.styled-button-project:hover {
	background: #f1f1f5;
	color: grey;
	border: 1px solid lightgrey;
}

span.validate_button {
	padding: 0;
}

span.validate_button:hover {
	cursor: pointer;
}

span.topic_span {
	font-size: 9pt;
	background-color: #FFFFFF;
	text-align: center;
	padding-left: 6px;
	padding-right: 6px;
	padding-bottom: 3px;
	padding-top: 3px;
	margin: 3px;
	width: auto;
	display: inline-block;
	border-style: solid;
	border-width: 1px;
	border-radius: 9px;
}

span.topic_span.blue {
	color: #2D96FA;
	border-color: #2D96FA;
}

span.topic_span.blue:hover {
	color: #fff;
	border-color: #fff;
	background-color: #2D96FA;
}
span.topic_span.green {
	color: #309c10;
	border-color: #309c10;
}

span.topic_span.green:hover {
	color: #fff;
	border-color: #fff;
	background-color: #309c10;
}

span.topic_span.red {
	color: #B40404;
	border-color: #B40404;
}
span.topic_span.red:hover {
	color: #fff;
	border-color: #fff;
	background-color: #B40404;
}

hr.style-two {
	border: 0;
	height: 1px;
	background-image: linear-gradient(to right,rgba(0,0,0,0),rgba(0,0,0,0.75),rgba(0,0,0,0));
}

hr.style-one {
	height: 12px;
	border: 0;
	box-shadow: inset 0 12px 12px -12px rgba(0,0,0,0.5);
}

div.delete_file:hover img.delete_file {
	display: inline;
}

img.delete_file {
	margin-left: 10px;
	display: none;
}

a.update_GF {
	margin-right: 10px;
}

a.trash_progression {
	margin-left: 5px;
}


div.greytable {
	background: #c9c9c9;
	width: 230px;
	margin:2px;
	padding: 2px;
	height:100%;
}

div.whitetable {
	background: white;
	width: 230px;
	margin:2px;
	padding: 2px;
}

div.togglable:hover {
	font-size: 14pt;
	color: grey;
	cursor: pointer;
}

div.inlinediv {
	display: inline-block;
	vertical-align: middle;
	/*display: table-cell;*/
	margin: 10px;
}

div.inlinediv2 {
	display: inline-block;
	vertical-align: middle;
	/*display: table-cell;*/
/*width: 100%;*/
}

a.zoom:hover {
	font-size: 16px;
	color: grey;
	cursor: pointer;
}

img.zoom:hover {
	width: 800px;
	height: auto;
}

img.yesno {
	width:20px;
	height:20px;
}

/*----- Filter Navigation -----*/

div.filter_navigation {
	margin:5px; 
	display:inline-block;
	vertical-align: middle;
}

div.filter_navigation > div {
	float:left;
	margin:10px;
}


/*-------- Menu Bar --------*/
ul.menu_login {
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	background-color: #f1f1f5;
}

ul.menu_login li {
	float: left;
}

ul.menu_login li a {
	display: block;
	font-size: 16px;
	font-weight: bold;
	color: black;
	text-align: center;
	padding: 14px 16px;
	text-decoration: none;
	border-left-style: solid;
	border-left-color: white;
	border-left-width: 2px;
}

/* Change the link color to #111 (black) on hover */
ul.menu_login li a:hover {
	background-color: grey;
}

ul.menu_login li a:active {
	background-color: #005b9a;
	color: white;
}

/*--------Custom Drop Down -----*/
.wrapper-dropdown-3 {
/* Size and position */
	position: relative;
	width: 250px;
	margin: 0 auto;
	padding: 10px;
/* Styles */
	background: #fff;
	border-radius: 7px;
/*border: 1px solid rgba(0,0,0,0.15);*/
	border: 1px solid #2D96FA;
	box-shadow: 0 1px 1px rgba(50,50,50,0.1);
	cursor: pointer;
	outline: none;
/* Font settings */
	font-weight: bold;
/*color: #8AA8BD;*/
	color:  #2D96FA;
}

.wrapper-dropdown-3:after {
	content: "";
	width: 0;
	height: 0;
	position: absolute;
	right: 15px;
	top: 50%;
	margin-top: -3px;
	border-width: 6px 6px 0;
	border-style: solid;
/*border-color: #8aa8bd transparent;*/
	border-color: #2D96FA transparent;
}

.wrapper-dropdown-3 .dropdown {
/* Size & position */
	position: absolute;
	top: 140%;
	left: 0;
	right: 0;
/* Styles */
	background: white;
	border-radius: inherit;
/*border: 1px solid rgba(0,0,0,0.17);*/
	border: 1px solid #2D96FA;
	box-shadow: 0 0 5px rgba(0,0,0,0.1);
	font-weight: normal;
	-webkit-transition: all .5s ease-in;
	-moz-transition: all .5s ease-in;
	-ms-transition: all .5s ease-in;
	-o-transition: all .5s ease-in;
	transition: all .5s ease-in;
	list-style: none;
/* Hiding */
	opacity: 0;
	pointer-events: none;
}

.wrapper-dropdown-3 .dropdown:after {
	content: "";
	width: 0;
	height: 0;
	position: absolute;
	bottom: 100%;
	right: 15px;
	border-width: 0 6px 6px;
	border-style: solid;
	border-color: #fff transparent;
}

.wrapper-dropdown-3 .dropdown:before {
	content: "";
	width: 0;
	height: 0;
	position: absolute;
	bottom: 100%;
	right: 13px;
	border-width: 0 8px 8px;
	border-style: solid;
/*border-color: rgba(0,0,0,0.1) transparent;*/
	border-color: #2D96FA transparent;
}

.wrapper-dropdown-3 .dropdown li a {
	display: block;
	padding: 10px;
	text-decoration: none;
	color: #2D96FA;
/*color: #8aa8bd;*/
/*border-bottom: 1px solid #e6e8ea;*/
	border-bottom: 1px solid #2D96FA;
	box-shadow: inset 0 1px 0 rgba(255,255,255,1);
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
}

.wrapper-dropdown-3 .dropdown li i {
	float: right;
	color: inherit;
}

.wrapper-dropdown-3 .dropdown li:first-of-type a {
	border-radius: 7px 7px 0 0;
}

.wrapper-dropdown-3 .dropdown li:last-of-type a {
	border: none;
	border-radius: 0 0 7px 7px;
}

/* Hover state */
.wrapper-dropdown-3 .dropdown li:hover a {
	background: #f3f8f8;
}

/* Active state */
.wrapper-dropdown-3.active .dropdown {
	opacity: 1;
	pointer-events: auto;
}

/* No CSS3 support */
.no-opacity       .wrapper-dropdown-3 .dropdown,
.no-pointerevents .wrapper-dropdown-3 .dropdown {
	display: none;
	opacity: 1;
/* If opacity support but no pointer-events support */
	pointer-events: auto;
/* If pointer-events support but no pointer-events support */
}

.no-opacity       .wrapper-dropdown-3.active .dropdown,
.no-pointerevents .wrapper-dropdown-3.active .dropdown {
	display: block;
}


/*=====================
     WIKI PAGE PART
======================*/
div.wiki_grey_div {
	width: 100%;
	background-color: #E6E6E6;
	font-family: "Source Sans Pro", Helvetica, sans-serif;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-bottom: 20px;
	width: 100%;
	font-size: 18px;
	text-align: justify;
}

div.wiki_blue_div {
	color: #fff;
	background-color: #005b9a;
	text-align: center;
	text-transform: uppercase;
	font-size: 24px;
	font-family: Helvetica, Arial, sans-serif;
	padding: 20px;
}

div.wiki_white_div {
	width: 90%;
	background-color: white;
	text-align: left;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
	margin: 20px;
	padding: 20px;
	box-shadow: 0 0 .5em #CCC inset;
}

input.styled-button.wiki-button {
	width: 40px;
	height: 30px;
	background: #005B9A;
	color: #fff;
	padding: 2px;
	font-family: 'Helvetica Neue', sans-serif;
	font-size: 10px;
	border: 0;
	vertical-align: middle;
	display: inline-block;
	border-radius: 15px;

}

input.styled-button.wiki-button:hover {
	background: #f1f1f5;
	color: grey;
	border: 1px solid lightgrey;
	font-size: 10px;
}

/*-------Search Bar-------*/

/*@import url(https://fonts.googleapis.com/css?family=Open+Sans);*/


body{
  /*background: #f2f2f2;*/
  /*font-family: 'Open Sans', sans-serif;*/
}

.search {
  width: 80%;
  height: inherit;
  height: 35px;
  position: relative
}

input.searchTerm {
  float: left;
  width: 100%;
  border: 2px solid #2D96FA;
  padding: 5px 5px 5px 10px;
  height: inherit;
  height: 31px;
  border-radius: 5px;
  outline: none;
  color: #2D96FA;
  margin:0px -20px 0px -8px;
  font-size: inherit;
  font-size: 12px;
}

.searchTerm:focus{
  color: #005b9a;
}

.searchButton {
  position: absolute; 
  /*right: -50px;*/
  width: 50px;
  height: 45px;
  border: 1px solid #2D96FA;
  background: #2D96FA;
  text-align: center;
  color: #fff;
  border-radius: 5px;
  cursor: pointer;
  font-size: 20px;
}

/*Resize the wrap to see the search bar change!*/
.wrap{
  width: 30%;
  height: : 20px;
  margin : 12px;
  /*position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  */
}

/*Resize the wrap to see the search bar change!*/
.searchcount{
  width: 60px;
  height: 35px;
  background: #2D96FA;
  text-align: center;
  vertical-align: middle;
  color: #fff;
  border-radius: 5px;
  font-size: 14px;
  padding: 5px;
}

/*------Other-----*/

.gform_wrapper .chosen-container-multi .chosen-choices li.search-field input[type="text"] {
	margin: 5px 0;
	padding: 5px;
	height: 22px;
}

#pacman {
	width: 0;
	height: 0;
	border-right: 30px solid transparent;
	border-top: 30px solid #005b9a;
	border-left: 30px solid #005b9a;
	border-bottom: 30px solid #005b9a;
	border-top-left-radius: 30px;
	border-top-right-radius: 30px;
	border-bottom-left-radius: 30px;
	border-bottom-right-radius: 30px;
}
input.organisms {
	height: 20px;
    border: 1px solid;
    width: 150px;
    position: absolute;
    display: inline;
    padding: 2px;
    line-height: 20px;
}
table.organisms {
	border-collapse: collapse;
	width:70pc;
}
table.organisms td {
	vertical-align: middle;
	
border: 1px solid grey;
}
table.organisms tr {
	
}
div.organism_select {
	display: none;
}
.dis_none{
	display: none;
}

div.c3bi_publication {
	margin:15px 5px;
}
span.etal {
	font-style: italic;
	cursor: pointer;
}
span.etal:hover, .sort_ln:hover{
	color:#2D96FA;
}
span.etal span.more {
	display: none;
}
div.publi_count{
	margin:10px;

}
.sort_ln{
	cursor: pointer;;
}
div.sorting_header, div.filter_header{
	margin:10px;
}

span.edit-link{
	font-style: italic;
	cursor: pointer;
	color:blue;
}
.bistro-author{
	position: relative;
	
}
.react_button {
	visibility: hidden;
    position: absolute;
    top: -35px;
    left: 0px;
    opacity: 0;
    transition-delay: 0.2s;
    width:100px;
}
.bistro-author:hover .react_button, .react_button:hover {
	visibility: inherit;
	transition-delay: 0.5s;
	transition-duration: 0.5s;
    opacity: 1;
    
}
.like-buttons{
	width:30px;
	cursor: pointer;
}

.first-author-button, .not-first-author-button{
	display: none;
}

.first-author + .bistro-author .first-author-button{
	display: inline-block;
}
.first-author + .first-author .first-author-button{
	display: none;
}
.first-author + .first-author .not-first-author-button{
	display: inline-block;
}
/*.first-author-button{
	display: inline-block;
}

.first-author .first-author-button{
	display: none;

}
.not-first-author-button{
	display: none;
}

.first-author .not-first-author-button{
	display: inline-block;

}*/



.exposant {
	display: none;
	font-variant-position: super;
}

.first-author .exposant {
	display: inherit;
}

.hub-member-button{
	display: inline-block;
}

.hub-member .hub-member-button{
	display: none;

}
.not-hub-member-button{
	display: none;
}

.hub-member .not-hub-member-button{
	display: inline-block;

}

span.hub-member .underline-author{
	text-decoration: underline;
}

.author-edit{
	border:1px solid #aaa;
	padding-left:5px;
	padding-right: 5px;
    margin-left: 5px;
    margin-right: 1px;
}

.editable-buttons{
	display: none;
	padding-left:5px;
	padding-right: 2px;
	width: 10px;
	cursor: pointer;
}

.author-edit ~ .editable-buttons{
	display: inline-block;
}

.bistro-author:hover .author-edit:hover ~  .react_button, .bistro-author:hover .editable-buttons:hover ~  .react_button {
	visibility: hidden;
    opacity: 0;
    
}

.author-edit .firstname{
	background-color: #2d96fa47;
}
.author-edit .lastname{
	background-color: #fa7d2d47;
}


#mynetwork {
            width: 1500px;
            height: 1500px;
            border: 1px solid lightgray;
        }

.left-div, .left-div .selectize-control{
	margin-left:0;
	width:35%;
}
.year-pointer{
	cursor: pointer;
}