/*---------------------------------------------------------------- 
  Copyright:
  Copyright (C) 2008 IceTheme. All Rights Reserved
  
  License:
  GNU General Public License version 2
  
  Author:
  IceTheme - http://wwww.icetheme.com
---------------------------------------------------------------- */

/* General Forsm Styles */
label { 
	font-weight: normal;}

fieldset { 
	padding:1.4em;
	margin: 1em 0 1.5em .2em;
	border:1px dotted #dcdcdc;}
	
legend  { 
	font-size:1.5em;
	color:#777;
	border:1px dotted #dcdcdc;
	padding:0.3em 1em 0.4em}


/* Text fields */
.inputbox,
input[type="text"],
input[type="email"],
input[type="password"]  {
	/*color:#999;
	background:#fff;
	margin:0 ;
	padding:4px 7px;
	-moz-transition: all .4s ease-in;
	-o-transition: all .4s ease-in;
	-webkit-transition: all .4s ease-in;
	transition: all .4s ease-in;*/
	
	color:#999;
	background:#fff;
	border: 1px solid #a2a2a2;
	margin:0;
	padding:5px 29px 4px 5px;
	vertical-align:middle;}
	.inputbox:hover,
	.inputbox:focus,
	input[type="text"]:hover,
	input[type="text"]:focus,
	input[type="email"]:hover,
	input[type="email"]:focus,
	input[type="password"]:hover,
	input[type="password"]:focus  {
		color:#555;
		box-shadow:0 0 12px #ccc}

	/* inside the columns modules because they have a dark background color  */

		
		
textarea {
	color:#777;
	background:#fff;
	border:1px solid #dcdcdc;
	margin:0 0.25em 0 0;
	padding:4px 7px;
	-moz-transition: all .4s ease-in;
	-o-transition: all .4s ease-in;
	-webkit-transition: all .4s ease-in;
	transition: all .4s ease-in; }
	textarea:hover,
	textarea:focus { 
		color:#555;
		box-shadow:0 0 12px #ccc}


select {
	color:#555;
	background:#fff;
	padding:4px 2px 4px 7px!important;
	border:1px solid #dcdcdc!important;
	outline:none;}
	select option {}
	select:focus { }

/* Other */
form p img {
	float:none;
	margin:0;
	vertical-align:middle}



/* Success, Notice and Error Form Messages */
div.success,
p.success,
div.notice,
p.notice,
div.error,
p.error { 
	padding:.6em 1em 0.6em 3.4em;
	border:1px solid #fff;
	margin-bottom: 2em;}
	div.success,
	p.success { 
		color: #264409;
		background:#E6EFC2 url(/images/assets/typo_success.png) no-repeat 10px center;
		border:1px solid #CEE086;}
	div.notice,
	p.notice { 
		color: #514721;
		background:#FFF6BF url(/images/assets/typo_note.png) no-repeat 10px center;
		border:1px solid #FFDE24;}
	div.error,
	p.error { 
		color: #8A1F11;
		background:#FBE3E4 url(/images/assets/typo_error.png) no-repeat 10px center;
		border:1px solid #F5B7B8;}
		
		
/* Buttons 
------------ */
button {
	padding:0;
	border: none;
	text-align:left;
	display: inline-block;
	vertical-align:middle;
	background-color:transparent;
	margin-left:-3px;
}

button img {
margin: 0;
vertical-align: middle;
border: 1px solid #a2a2a2;
}

input.button,
a.button,
input[type="submit"] {
	font-family:Verdana, Geneva, sans-serif;
	background-color:#303030;
	border:1px solid #fff;
	color:#fff!important;
	display:inline-block;
	padding:3px 12px 5px; 
	cursor:pointer;
	font-size:1em;
	white-space:nowrap;
	text-decoration:none;
	-moz-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	-webkit-transition: all .3s ease-out;
	transition: all .3s ease-out; }
	
button.buttonMember {
	font-family:Verdana, Geneva, sans-serif;
	background-color:#9dacb7;
	border: 1px solid #a2a2a2;
	color:#fff!important;
	display:inline-block;
	padding:3px 12px 5px; 
	cursor:pointer;
	font-size:1em;
	white-space:nowrap;
	text-decoration:none;
	-moz-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	-webkit-transition: all .3s ease-out;
	transition: all .3s ease-out;
	margin-left:1px;}
	
div.login form button,
div.formelm-buttons button,
form#member-registration button,
form#user-registration button,
form#form-validate button {
	border: 1px solid #a2a2a2;
	padding: 5px 15px 4px;
	color: #ffffff;
	font-weight:bold;
	background-color: #9dacb7;
}
	button:hover,
	input.button:hover,
	a.button:hover,
	input[type="submit"]:hover {}
		
		button:focus,
		input.button:focus,
		a.button:focus,
		input[type="submit"]:focus { }
	
	
	a.button {
		padding:1px 12px}
		
.phrases-box {
	display:block;
}
p.readmore a{
	cursor:pointer;
	-moz-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	-webkit-transition: all .3s ease-out;
	transition: all .3s ease-out; }
	
	p.readmore a:hover {
		}
		
/*	EMBO Members */
div.col-module .EMBOmember form#login-form > ul {
	display:none;
}
/*	EMBO Events */
.events-list .event-title {
	font: 13px/18px 'SourceSansPro-Semibold';
	margin-top:3px;
}
.events-list .date  {
	font: 13px/20px 'SourceSansPro-Semibold';
	color:#535353;
}

.events-list .open {
	color:#090;
	text-transform:uppercase;
}
.events-list .closing, .events-list .closed {
	color:#a84637;
	text-transform:uppercase;
}
.events-list .cat-org {
	font: 12px/18px 'SourceSansPro-Regular', Source Sans Pro;
	padding-left:30px;
}
.events-list hr {
	border-bottom: 1px solid #d1e5e8;
	margin-bottom:5px;
}
#event-search,
form.findMember {
	background-color:#eeeeee;
	padding:10px 15px;
	font-family: 'SourceSansPro-Semibold';
}
#event-search {	
margin-top:10px;
	margin-bottom:40px;
}
#event-search input,
form.findMember input {
	border: 1px solid #a2a2a2;
	margin:0;
	padding:5px 29px 4px 5px;
	vertical-align:middle;
}

#event-search .EMBOEventsTypeList li input{
	padding:0;
	border:none;
}

#event-search input[type="image"] {
	background: url(../upcoming-events/images/loop.gif) no-repeat;
	margin:0 0 0 -28px;
	width:23px;
	height:22px;
	padding:0;
}
#event-search button, 
#event-search button img  {
	padding:0;
	border: none;
	text-align:left;
	display: inline-block;
	vertical-align:middle;
	background-color:transparent;
}
#event-search button {
	line-height:20px;
	border: none;
	margin:0 15px 0 -28px !important;
}

@media screen and (max-width:640px){
	
	#event-search button {
		margin-top:0.5em;
		margin-left:0 !important;
	}

}

#event-search button img  {
	margin:0;
	vertical-align:middle;
	border: 1px solid #a2a2a2;
}
#event-search select {
	margin: 0 15px;
}
#event-search #reset {
	border: 1px solid #a2a2a2;
	padding: 5px 15px 4px;
	color:#ffffff;
	background-color:#9dacb7;
}
form.findMember table td {
	vertical-align:middle;
}
p#exclude-events {
	margin-top:8px;
}
p#exclude-events input[type="checkbox"] {
	margin: -3px 2px 0 10px;
}

#event-search fieldset {
	margin:5px 0 15px 0;
	padding:0;
	border:none;
}

#event-search fieldset:last-child{
	margin-bottom:0;
}

#event-search p{
	font-family: 'SourceSansPro-Semibold';
	font-weight:normal;
	margin-bottom:5px;
}

#event-search select {
	border: 1px solid #a2a2a2 !important;
}

.EMBOEventsType ul {
	list-style-type:none;
	/*display:none;*/
	margin:0 0 0.5em 0 !important;
	padding:0 !important;
}

.EMBOEventsTypeListTrigger {
	font-family:'SourceSansPro-Regular', Source Sans Pro;
	font-size:100%;
    padding: 4px 8px;
    border: solid 1px #a2a2a2;
    position: relative;
    background-color: white;
	cursor:pointer;
	margin-bottom:0.5em;
}


.EMBOEventsTypeListTrigger::after {
	content:"\25BC";
	float:right;
	
}

.EMBOEventsTypeListTrigger.triggered::after {
	content:"\25B2";
	float:right;
	
}

.EMBOEventsType li {
	display:inline-block;
	margin: 2px 2px 2px 0;
}

.EMBOEventsType li > input {
	/*display:none;*/
	visibility:hidden;
	width:2px;
	position:absolute;
	z-index:-10;


}

.EMBOEventsType li label{
	
	font-size:9pt;
	cursor:pointer;
	transition:all 0.2s linear;
	padding:5px;
	border: solid 1px #a2a2a2;
	border-radius:2px;
	 -webkit-box-shadow: 1px 1px 1px 0px #a2a2a2; /* Android 2.3+, iOS 4.0.2-4.2, Safari 3-4 */
     box-shadow: 1px 1px 1px 0px #a2a2a2; /* Chrome 6+, Firefox 4+, IE 9+, iOS 5+, Opera 10.50+ */

}


.EMBOEventsType li input:checked + label {
	background-color: #d0e2d4;
	color: #3c5b42;
	 -webkit-box-shadow: inset 1px 1px 1px 0px #9fb2a3; /* Android 2.3+, iOS 4.0.2-4.2, Safari 3-4 */
     box-shadow: inset 1px 1px 1px 0px #9fb2a3; /* Chrome 6+, Firefox 4+, IE 9+, iOS 5+, Opera 10.50+ */

}

.EMBOEventsActiveSelections {
    font:13px/18px 'SourceSansPro-Regular', Source Sans Pro;
	color: #6c6c6c;

}
.EMBOEventsActiveSelections > span {
	font-weight:bold;
}

#event-search input#closed {margin-right:4px;}
#event-search input[type="submit"] {
	padding-right:5px;
	margin-right:5px;
	background-color:#eee;
	color:#333 !important;
	border-radius:2px;
	-webkit-box-shadow: 1px 1px 1px 0px #a2a2a2; /* Android 2.3+, iOS 4.0.2-4.2, Safari 3-4 */
    box-shadow: 1px 1px 1px 0px #a2a2a2; /* Chrome 6+, Firefox 4+, IE 9+, iOS 5+, Opera 10.50+ */
	transition:all 0.2s linear;

}
#event-search input[type="submit"]:hover, #event-search input[type="submit"]:active {
    background-color: #fbfbfb;
}



/*override form styles for small screen */

@media only screen and (max-width:640px){
	
	.EMBOEventsType li > input {
		width:1px;
		height:1px;
		padding:0 !important;
		margin:0 !important;
		position:absolute;
		left:-9999px;
	}

	select#topicAreas{ margin:0; }

	.EMBOEventsType li label{
	
		display:block;
	}

	.EMBOEventsType li {
		display:block;
		padding:0.5em 0 0 0 !important;
		margin:0 !important;
	}

	#event-search input { margin: 0.5em 0; }
	#event-search input[type="text"],#event-search select {
		display:block;
		box-sizing:border-box;
		width:100%;
		margin:0.5em 0 0 0;
	}


	
}

ul.EMBOEventsPagination{
	list-style-type:none;
	padding:0;
	margin:1em 0 0 0;

}

ul.EMBOEventsPagination li {
	display:inline-block;
	border: solid 1px #d1e5e8;
	border-left:none;
	padding:0.75em;
	
}

ul.EMBOEventsPagination li:first-of-type{
	border-left: solid 1px #d1e5e8;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;

}

ul.EMBOEventsPagination li:last-of-type{
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;

}

ul.EMBOEventsPagination li.active{
	background-color:#d1e5e8;

}


div#EMBOEventsPaginationContainer {
	padding-top:1em;
}


/* Hide the form on print */
@media print {

	#event-search {display: none;}
}

/* Science Shelter */

#science_shelter_noscript{
	display:block;
	color:red;
	text-align:center;
	padding:1em;
	border:dashed 1px red;
}

ul.science_shelter_list {
	padding:inherit !important;
	margin:inherit !important;
	list-style-type:none;
}

.science_shelter_record_count, #science_shelter_content_count {
	line-height:32px;
	color:rgb(9, 155, 41);
}

#science_shelter_label, #science_shelter_pagination_select_label {

	display:block;	
	color:#0f3652;

}
#science_shelter_pagination_select_container{
	margin-bottom:1em;
}

select#science_shelter_pagination_select{
	border: solid 1px #a2a2a2 !important;
	}


#science_shelter_filter {
	display:block;
	width:100%;
	padding:8px;
	margin-bottom:1em;
	box-sizing:border-box;
	outline: none;
}

.science_shelter_info_container {
		border-bottom: solid 1px #B7B7B7;

	}

.science_shelter_volunteer {
	position:relative;
	border: 1px solid rgba(144, 144, 144, 0.7); 
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom:1em;
	padding: 0 0 0.5em 0;
	background: #eaeaea; /* Old browsers */
	 -webkit-box-shadow: 2px 2px 6px 1px rgba(211,219,223,0.5); 
	 -moz-box-shadow: 2px 2px 6px 1px rgba(211,219,223,0.5);
	 box-shadow: 2px 2px 6px 1px rgba(211,219,223,0.5); 
}

ul.science_shelter_list li.science_shelter_volunteer {
	padding-top:inherit;
	padding-bottom:inherit;
	font:inherit;
}

.science_shelter_volunteer>div {

		padding: 5px 0.5em 5px;

}

.science_shelter_volunteer_name {
	font-size:1.2em;
	font-weight:bold;
	color:white;
}


.science_shelter_volunteer_label {
	font-weight:bold;
}

.science_shelter_volunteer div.science_shelter_volunteer_timestamp{

	padding-top:0;
	padding-bottom:0;
    color: grey;
	font-size:8pt;

}

div#science_shelter_display_container ul.pagination {
	display:block;
	padding:1em 0;
	margin:0;
	list-style-type: none;

}

div#science_shelter_display_container ul.pagination li {
	display:inline-block;
	margin-right:4px;
}
div#science_shelter_display_container ul.pagination li a{
	display:block;
	border: 1px solid rgba(144, 144, 144, 0.7);
	font-size:16px;
	padding:1em;
	background: #eaeaea;
}

div#science_shelter_display_container ul.pagination li.disabled a{
	text-decoration: none;
	color:gray;
	border:none;
	background-color:transparent;
}

div#science_shelter_display_container ul.pagination li.active a{
	border: solid 1px rgb(255, 116, 0);
}

@media all and (min-width:640px){

	.science_shelter_volunteer {
		padding-top:0;
	}



	div.science_shelter_volunteer_offer{
		line-height:1.4em;
		padding-top:0.5em;
		padding-bottom:1.5em;
	}

	.science_shelter_volunteer_name {
		line-height:1.2em;
	}

	.science_shelter_volunteer_institution, 
	.science_shelter_volunteer_city, 
	.science_shelter_volunteer_country,
	.science_shelter_institute_name
	{
		line-height:1.4em;
		color:#dcdcdc;
	}

	.science_shelter_volunteer_timestamp {

	    /*border: solid 1px grey;*/
	    padding: 1px !important;
	    line-height: 14px;
	    position: absolute;
	    bottom: 1px;
	    right: 3px;
	    /*background-color: white;
		-webkit-box-shadow: 2px 2px 6px 1px rgba(211,219,223,0.5); 
		-moz-box-shadow: 2px 2px 6px 1px rgba(211,219,223,0.5);
		box-shadow: 2px 2px 6px 1px rgba(211,219,223,0.5); */
	}
}

.science_shelter_info_container {
	background-color: #0f3652;
}

.science_shelter_volunteer_institution, 
	.science_shelter_volunteer_city, 
	.science_shelter_volunteer_country,
	.science_shelter_institute_name
	{
		color:#dcdcdc;
	}