@CHARSET "UTF-8";

#wis-lab-setup-wizard-form {
	position: relative;
}

#descr {
	//position: absolute;
	top: 0;
	left: 420px;
}

#descr .m-photo-wrapper {
	width: 100px;
	float: left;
	margin-right: 1em;
}

#descr .m-photo-wrapper img {
	border: 4px white solid;
	box-shadow: 1px 1px 20px #ccc;
}

#descr .m-title-wrapper {
	
}

#descr:after {
	clear: both;
	display: block;
	clear: left;
	content: ".";
	height: 1px;
	text-indent: -9999px;
}

#edit-field-membership-dates {
  display: none;	
}

/** Wizard form: Trail **/

#pi_element {
  /* limit width to prevent dropping the element off below the trail */
  width: 60%;	
}

.wizard-trail {
	border-radius: 1em;
	box-shadow: 0 20px 20px -20px gray;
	padding: 1em;
	text-shadow: 1px 1px 0 white;
	margin-bottom: 2em;
}

.wizard-trail span {
	display: inline-block;
	font-size: 0.75em;
	line-height: 1em;
	padding: .5em 1em;
	border-radius: 1em;
	box-shadow: inset 20px 0px 20px -20px gray;
	background-color: lightgray;
}

.wizard-trail span a {
	text-decoration: none;
	color: #333;
}

.wizard-trail .wizard-trail-current a {
	color: darkred;
  text-decoration: none;
  text-shadow: 1px 1px 0 white;
  font-weight: bold;
}
.wizard-trail .wizard-trail-current {
	box-shadow: inset 20px 20px 20px -20px white;
}

.wizard-trail .wizard-trail-previous a {
	color: #ccc;
}
.wizard-trail .wizard-trail-previous {
	box-shadow: inset 20px 0 20px -20px white;
}

/** Exclusion links **/
.section-node-edit .exclude_ajax {
  text-decoration: none;
  display: block;
  float: left;
  padding: 0 .5em;
}
.section-node-edit .exclude_ajax:before {
  content: "\e089";
  font-family: 'Glyphicons Halflings';
  color: green;
}

.section-node-edit .exclude_ajax.include_field_link:before {
  content: "\e090";
  font-family: 'Glyphicons Halflings';
  color: pink;
