#gender_explanation:link {
	color: #000000;
	text-decoration: none;
}

.disclaimer {
	max-width: 35em;
	font-style: italic;
	font-size: 75%;
}
.login_input {
	width: 20em !important;
}
label.disabled {
	color: gray;
}
label.disabled a{
	color: gray;
}
ul {
	list-style:none;
	padding-left:0;
	margin-top: -1em;
	margin-bottom: 0.5em;
}
input[type=text]{
	width: 40em;
	margin-bottom: 0.5em;
}
select{
	margin-bottom: 0.5em;
}
.link {
	text-decoration: underline;
	cursor: pointer;
	color: red;
}
.button {
	font-family: Lucida Sans Unicode, Arial Unicode MS, Arial;
}
textarea {
	width: 41em;
	resize: vertical;
	vertical-align: top;
	max-height: 40em;
	min-height: 10em;
}
.myfields label, .myfields input {
  display:inline-block;
}
#msg {
	color: red;
}
label {
	white-space: nowrap;
	min-width: 150px;
}
.myButton {
	-moz-box-shadow:inset 0px 39px 0px -24px #e67a73;
	-webkit-box-shadow:inset 0px 39px 0px -24px #e67a73;
	box-shadow:inset 0px 39px 0px -24px #e67a73;
	background-color:#e4685d;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	border:1px solid #ffffff;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:15px;
	padding:6px 15px;
	text-decoration:none;
	text-shadow:0px 1px 0px #b23e35;
}
.myButton:hover {
	background-color:#eb675e;
}
.myButton:active {
	position:relative;
	top:1px;
}

body {
	background-image: url('photo_2019-05-10_14-02-06-3.jpg');
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center;
	background-size: cover;
	padding-left: 15%;
	padding-top: 5%;
	font-family: sans-serif;
}
h1.header {
	margin-bottom: 0;	
}
h2.header {
	font-size: 200%;
	margin-top: 0;
	margin-bottom: 1em;
}
h3.header {
	margin-top: 1em;
}
h1 {
	color: red;
	mix-blend-mode: darken;
	font-size: 500%;
	margin-top: 0px;
	display: inline-block;
}
h2 {
	color: rgba(100,0,0,0.6);
	mix-blend-mode: darken;
}
h3 {
	margin-top: 10%;
}
label {
	display: inline-block;
	width: 10em;
}
input[type=submit] {
	margin: 0px;
	padding: 0px;
}
textarea {
	background-color: rgba(255,250,250,0.9);
	border: 1px solid rgba(255,0,0,0.2);
}
input {
	width: 20em;
	background-color: rgba(255,250,250,0.9);
	border: 1px solid rgba(255,0,0,0.2);
	margin-bottom: 0.5em;
}
input.correct {
	background-color: rgba(210,255,210,0.9);
}
select {
	background-color: rgba(255,250,250,0.9);
}
.main {
	background: rgba(255,255,255,0.8);
	
	padding: 50px;
	position: absolute;
}
#msg {
	margin-left: 10em;
}
#login {
	width: 5em !important;
}
#register {
	width: 5em !important;
	background-color: rgba(255,240,240,0.3);
}
#forgot_password {
	width: 9em !important;
	background-color: rgba(255,240,240,0.3);
}

.error {
	color: red;
}
.ok {
	color: green !important;
}
.etabs { margin: 0; padding: 0; }
/* .etabs a:visited { color: green } */
.tab a { color: black }
.tab.unfinished { background-color: rgba(255,255,255,0.2); }
.tab.permanent { background-color: rgba(255,255,255,0.2);  }
/* .tab.disabled { background-color: rgba(0,0,0,0.2); }
.tab.disabled a { color: gray }
*/
.tab.error { background-color: rgba(255,0,0,1); }
.tab.error a { color: rgb(255,255,255) }
.tab.error a::after {
  content: " (incomplete)";
  font-style: italic;
  font-weight: bold;
}
.tab.finished { background-color: rgba(0,255,0,0.2); color: green }
.tab { display: inline-block; zoom:1; *display:inline; background: rgba(255,0,0,0.03); border: solid 1px rgba(255,0,0,0.2); border-bottom:0; -moz-border-radius: 4px 4px 0 0; -webkit-border-radius: 4px 4px 0 0; }
.tab a { font-size: 14px; line-height: 2em; display: block; padding: 0 10px; outline: none; }
.tab.active { background: rgba(255,100,100, 0.3); padding-top: 6px; position: relative; top: 1px; border-color: #rgba(255,0,0,0.8); }
.tab a.active { font-weight: bold; color:rgba(100,0,0,0.8)}
.tab-container .panel-container { background: #fff; border: solid rgba(255,0,0,0.7) 10px; padding: 10px; -moz-border-radius: 0 4px 4px 4px; -webkit-border-radius: 0 4px 4px 4px; }
.tabdiv { border: 2px solid rgba(255,0,0,0.2); padding: 0 10px; background: rgba(255,255,255,0.8);}
form {
	margin: 0;
}
.button {
	background-color: rgba(255,250,250,0.9);
	border: 1px solid rgba(255,0,0,0.2);
	width: 1.5em !important;
	margin-right: 5px;
	text-align: center;
	display: inline-block;
	text-decoration: none;
	color: red;
	padding: 0.2em;
	cursor: pointer;
}
label { min-width: auto !important}
.r {	width: 100% !important}
#plusbutton {
	font-size: 200%;
	font-weight: bold;
	cursor: pointer;
}

table { 
  width: 100%; 
  border-collapse: collapse; 
}
/* Zebra striping */
tr:nth-of-type(odd) { 
  background: #faeeee; 
}
th { 
  background: #e4685d; 
  color: white; 
  font-weight: bold; 
}
td, th { 
  padding: 6px; 
  border: 1px solid #ccc; 
  text-align: left; 
}
.trash {
	width: 1em;
	text-align: center;
}
.selected {
	background-color: rgba(255,175,175,0.5) !important;
}
.summary tr {
	background-color: transparent;
}
.summary td {
	border: 0;
}
.summary h4 {
	margin-top: 1em;
	margin-bottom: 0;
}
.icon-draft:before	{ content: "\1F4D6  "; }
.icon-submi:before	{ content: "\1F4D5  "; }
.icon-admin:before	{ content: "\1F481  "; }
.icon-techn:before	{ content: "\1F527  "; }
.icon-incon:before	{ content: "\1F4AD  "; }
.icon-rejec:before	{ content: "\1F44E  "; }
.icon-attac:before	{ content: "\2063\1f4CE  "; }
.icon-accep:before	{ content: "\1F44D  "; }
.icon-archi:before	{ content: "\1F5C4  "; }
.icon-view:before 	{ content: "\2063\1F50E  "; } /* invisible separator character to fix firefox bug not coloring the following character */
.icon-edit:before 	{ content: "\1F589  "; }
.icon-delete:before 	{ content: "\1F5D1  "; }
.icon-retract:before 	{ content: "\21A9  "; }
.icon-create:before 	{ content: "\2795  "; }
.icon-label			{ visibility: hidden; display: none; }

.ui-autocomplete {
	max-height: 150px;
	overflow-y: auto;
	/* prevent horizontal scrollbar */
	overflow-x: hidden;
}
  
ul {
	list-style:none;
	padding-left:0;
	margin-top: -1em;
	margin-bottom: 0.5em;
}
input[type=text]{
	width: 40em;
	margin-bottom: 0.5em;
}
input[type=number]{
	width: 5em;
	margin-bottom: 0.5em;
}
input[type=text]:disabled,input[type=number]:disabled,textarea:disabled,select:disabled {
	background-color: rgba(250,250,250,0.9);
	border: 1px solid rgba(0,0,0,0.2);
}
select{
	margin-bottom: 0.5em;
}
.link {
	text-decoration: underline;
	cursor: pointer;
	color: red;
}
.button {
	font-family: Lucida Sans Unicode, Arial Unicode MS, Arial;
}
textarea {
	width: 41em;
	resize: vertical;
	vertical-align: top;
	max-height: 40em;
	min-height: 10em;
}
.header img {
  float: right;
  width: 162px;
  height: 53px;
  
}

.header h2 {
  position: relative;

}
.myfields label, .myfields input {
  display:inline-block;
}
#msg {
	color: red;
}
label {
	white-space: nowrap;
	min-width: 150px;
}
.myButton {
	-moz-box-shadow:inset 0px 39px 0px -24px #e67a73;
	-webkit-box-shadow:inset 0px 39px 0px -24px #e67a73;
	box-shadow:inset 0px 39px 0px -24px #e67a73;
	background-color:#e4685d;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	border:1px solid #ffffff;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:15px;
	padding:6px 15px;
	text-decoration:none;
	text-shadow:0px 1px 0px #b23e35;
}
.myButton:hover {
	background-color:#eb675e;
}
.myButton:active {
	position:relative;
	top:1px;
}

/*
#researchers_table tr:nth-of-type(1) td:nth-of-type(1) { white-space: nowrap;}
#researchers_table tr:nth-of-type(1) td:nth-of-type(1):before{ content: "PI"; font-weight: bold; margin-right: 0.5em; border: 1px solid red ; padding: 0.2em}
#researchers_table tr:nth-of-type(1) td:nth-of-type(1) input{ width: 10em !important;}
*/
#researchers_table tr:nth-of-type(1) input, #researchers_table tr:nth-of-type(1) select { font-weight: bold;}


@media 
only screen and (max-width: 1024px),
  {

	/* Force table to not be like tables anymore */
	table, thead, tbody, th, td, tr { 
		display: block; 
	}
	
	/* Hide table headers (but not display: none;, for accessibility) */
	thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	
	tr { border: 1px solid #ccc; }
	
	td { 
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid #eee; 
		position: relative;
		padding-left: 50%; 
	}
	
	td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 45%; 
		padding-right: 10px; 
		white-space: nowrap;
	}
	
	/*
	Label the data
	*/
	#researchers_table tr:nth-of-type(1):before { content: "Principal Investigator"; font-weight: bold;}
	#researchers_table td:nth-of-type(1):before { content: "First Name"; }
	#researchers_table td:nth-of-type(2):before { content: "Last Name"; }
	#researchers_table td:nth-of-type(3):before { content: "Email"; }
	#researchers_table td:nth-of-type(4):before { content: "Department"; }
	#researchers_table td:nth-of-type(5):before { content: "Institution"; }
	#researchers_table td:nth-of-type(6):before { content: "Country"; }	
	
	#proposal_table td:nth-of-type(1):before { content: "#"; }
	#proposal_table td:nth-of-type(2):before { content: "Title"; }
	#proposal_table td:nth-of-type(3):before { content: "State"; }
	#proposal_table td:nth-of-type(4):before { content: "Last update"; }
	#proposal_table td:nth-of-type(5):before { content: "Options"; }
}
.support {
	font-size: 75%;
}
.support a {
	color: rgba(100,0,0,0.6);
}

.gdpr {
	max-width: 35em;
}