/*--- Globals ---*/
div.projectmanager { 
	margin-bottom: 1em;
	}
ul.projectmanager, ol.projectmanager {
	clear: both;
	}
ul.dataset-meta,
ol.dataset-meta {
	list-style-type: none;
}
ul.dataset-meta li,
ol.dataset-meta li {
	list-style-type: none;
	}

/*
 * Selection Menu
 * 
 * Template: selections.php
 */
.projectmanager-selections {
	float: left;
	margin-top: 0em;
	margin-bottom: 1em;
	clear: both;
}
.projectmanager-selections select {
	margin-right: 0.5em;
	}

/*
 * List Output
 *
 * Template: list.php
 */
div.projectmanager-list {
	clear: both;
}
dl.projectmanager {
	margin-bottom: 1em;
	padding-bottom: 1em;
	border-bottom: 1px solid;
}
dl.projectmanager dt {
	font-weight: bold;
}
dl.projectmanager dd {
	padding: 0.3em 0;
	margin-left: 1.5em;
}

/*
 * Table Output
 *
 * Template: table.php, table-image.php
 */
table.projectmanager {
	clear: both;
	border: none;
	width: 100%;
	margin: 1em 0 0 0;
	padding: 0;
	}
table.projectmanager th, table.projectmanager td {
	padding: 3px 5px;
	}
table.projectmanager th.image, table.projectmanager td.image {
	text-align: center;
	}
table.projectmanager img {
	width: 100%;
	height: auto;
	max-width: 40px;
	}
table.projectmanager ul {
	list-style-type: none;
	}
table.projectmanager ul li {
	padding: 1px;
	}
table.projectmanager td img {
	width: 100%;
	height: auto;
	display: block;
	vertical-align: middle;
	margin: auto;
	}

/*
 * Gallery Output
 *
 * Template: gallery.php
 */
.dataset-gallery {
	clear: both;
	padding-top: 1em;
}
.dataset-gallery .cols {
	width: 100%;
	}
.dataset-gallery .cols:before, .cols:after {
	content: " ";
	display: table;
	clear: both;
	}
.dataset-gallery .fit,
.dataset-gallery .fit .pm-gallery-item {
	margin-right: 0 !important;
	margin-left: 0 !important;
}
.dataset-gallery .pm-gallery-item {
	float: left;
	margin: 0;
	padding: 0;
width: 25%;
	}
.dataset-gallery .gallery-image {
        background-color: #f6f6f6;
        margin-right: 1em;
        padding-top: 0px;
	text-align: center;
}
.dataset-galley .gallery-image a {
	display: block;
	margin: 0 auto;
	}
.dataset-gallery .gallery-image img {
	max-width: 100%;
	height: auto;
	border: 0px solid;
	margin: 0em auto;
	padding: 0px;
	border: 0px solid;
	display: block;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
background-color: #c1d641;
}
.dataset-gallery .gallery-image img:hover {
	padding: 0;
	border: 0px solid;
	}
.dataset-gallery .caption {
background-color: #c1d641;
    color: #fff;
    font-size: 1.2em;
    margin: 0.2em auto 1.5em;
    padding: 10px;
    text-decoration: none;
    font-size: 20px;
    font-weight: bold;
	}

.dataset-gallery .caption a:link{
background-color: #c1d641;
    color: #fff;
    text-decoration: none;
	}

.dataset-gallery .caption a:visited {
background-color: #c1d641;
    color: #fff;
    text-decoration: none;
	}

/*
 * Single Dataset
 *
 * Template: dataset.php
 */
div.dataset {
	clear: both;
	}
fieldset.dataset {
	font-size: 1em;
	border: 1px solid;
	padding: 1em;
	margin: 1em 0;
	}
fieldset.dataset legend {
	font-size: 2em;
	padding: 0px 3px;
        text-align: left;
        color: #fff;
padding: 15px;
text-transform: uppercase;
	}
fieldset.dataset .image {
	float: right;
	padding: 2px;
	margin-left: 1em;
	}
fieldset.dataset img {
	/*width: 100%;*/
	height: auto;
	margin: 0;
	}
fieldset.dataset dt {
	font-weight: bold;
         padding: 2px 5px 2px 0px;
/*background-color: #c1d641;*/
display:inline-block;
/*margin: 20px 0 10px;*/
	}
fieldset.dataset dl {
/*padding: 15px;*/
	}
fieldset.dataset dd {
display: inline;
    /*margin-left: 8px;*/
}

fieldset.dataset:first-word {
font-weight: bold;
}


.dataset-navigation {
	clear: both;
}
.dataset-navigation:after {
	content: " ";
	display: table;
	clear: both;
}
.dataset-navigation .prev-dataset {
	float: left;
	width: 50%;
	padding: 0;
	margin: 0 0 1.5em 0;
}
.dataset-navigation .next-dataset {
	float: right;
	text-align: right;
	width: 50%;
	padding: 0;
	margin: 0 0 1.5em 0;
}

	
/*
 * Dataset Form
 *
 * template: dataset-form.phhp
 */
.projectmanager-form {

}
.datasetform {
	margin: 1.5em auto;
}
.datasetform  .form-input {
	width: 300px;
}
.datasetform br {
	clear: both;
	}
.datasetform label {
	text-align: left;
	width: 8em;
	float: left;
	margin-bottom: 1.75em;
	}
.datasetform input, .datasetform select {
	margin-left: 0;
	margin-bottom: 1em;
	}
.datasetform .captcha img {
	width: 200px;
	margin-right: 10px;
	border: 1px solid;
	}
.datasetform .captcha-image {
	float: left;
	}
.datasetform .captcha .new-code {

	}
.datasetform .captcha input {
	width: 90px;
	height: 50px;
	}
.datasetform p {
	margin: 0;
	padding: 0;
	}
.datasetform p.submit {
	margin-top: 0.5em;
	}
.datasetform .button {
	margin: 0;
	width: 300px;
	}
.datasetform .radiolist,
.datasetform .checkboxlist {
	text-align: left;
	list-style-type: none;
	}
.datasetform .radiolist label,
.datasetform .checkboxlist label {
	float: none;
	width: auto;
	font-weight: normal;
}
.datasetform .checkboxlist {
	margin-left: 8em;
}
.datasetform  .radiolist li,
.datasetform .checkboxlist li {
	float: left;
	margin-right: 1em;
}
.box.error {
	border: 1px solid #CC0000;
	background-color: #F7D9D9;
	}
.box.success {
	border: 1px solid #006600;
	background-color: #C6DCC6;
	}
	

/*
 * Search
 *
 * Template: search-compact.php, search-extend.php
 */
.projectmanager-search-form {
	margin-bottom: 1em !important;
	}
.projectmanager-search-form:before, .projectmanager-search-form:afer {
	content: " ";
	display: table;
	clear: both;
	}
	
/*
 * Testimonials list
 *
 * Template: testimonials-list.php
 */
div.testimonials {
	clear: both;
	margin-bottom: 2em;
	padding: 0;
}
div.testimonials ol.testimonials-list {
	margin-left: 0;
	padding: 0;
	list-style-type: none;
}
div.testimonials ol.testimonials-list li {
	border-bottom: 1px solid;
	padding: 0.5em 0em;
	margin: 0em 0.3em 1em 0;
	clear: both;
	width: 100%;
	text-align: left;
}
div.testimonials ol.testimonials-list li p {
	margin: 0.2em;
}
div.testimonials .comment {
	font-style: italic;
}
ol.testimonials-list .location {
	text-align: right;
	clear: both;
}
.testimonials img {
	float: left;
	border-radius: 200px;
	-webkit-border-radius: 200px;
	-moz-border-radius: 200px;
}

.testimonials .sticky {
}
.testimonials .sticky  .testimonial .name a {
	font-weight: 700;
}

/*
 * Testimonials Intro and Gallery output
 *
 * Template: testimonials-intro.php, testimonials.php
 */
#testimonials-intro {
	text-align: left;
	width: 100%;
}
#testimonials-intro .testimonials-intro {
	clear: both;
	margin-bottom: 2em;
}
/*#testimonials-intro ul {
	margin-left: 0;
	list-style-type: none;
}
#testimonials-intro ul  li {
	float: left;
}*/
#testimonials-intro .testimonial,
.dataset-gallery .testimonial {
	padding: 0.5em;
	opacity: 1;
	margin: 0.3em 0.3em 0.3em 0;
}
#testimonials-intro .testimonial p,
.dataset-gallery .testimonial p {
	margin: 0.2em;
}
#testimonials-intro .testimonial .comment,
.dataset-gallery .testimonial .comment {
	padding: 0.3em;
	font-style: italic;
	margin: 0;
	border: 1px solid;
	padding: 0.5em;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
#testimonials-intro .testimonial img,
.dataset-gallery .testimonial img {
	float: left;
	-webkit-border-radius: 200px;
	-moz-border-radius: 200px;
	border-radius: 200px;
}
#testimonials-intro .supporter,
.dataset-gallery .testimonial .supporter {
	margin-top: 0.8em;
}

#testimonials-intro .cite .name, #testimonials-intro .cite .location,
.dataset-gallery .testimonial .cite .name, .dataset-gallery .testimonial .cite .location {
	display: block;
	margin: 0;
}
#testimonials-intro .cite.image .name, #testimonials-intro .cite.image .location,
.dataset-gallery .testimonial .cite.image .name, .dataset-gallery .testimonial .cite.image .location {
	margin-left: 70px;
}
#testimonials-intro .num-supporters {
	font-size: 1.5em;
	font-weight: bold;
	text-align: center;
	clear: both;
	margin-top: 1em;
}
#testimonials-intro .num-supporters .testimonials-join, #testimonials-intro .num-supporters .testimonials-list {
	font-weight: normal;
}
.fit,
.fit .testimonial {
	margin-right: 0 !important;
	margin-left: 0 !important;
}

/*
 * World Map
 */
.projectmanager_map {
}
.projectmanager_map ul.num_datasets_countries {
	list-style: none;
	margin-left: 0.5em;
}
.projectmanager_map ul.num_datasets_countries li {
	list-style-type: none;
	padding: 0.2em;
}


/*
 * Pagination
 */
.page-numbers {
	clear: both;
	text-align: center;
	font-size: 1em;
	margin: 1em 0;
	}
.page-numbers a {
	padding: 2px 5px 0 5px;
	border: 1px solid;
	border-bottom: none;
	}
.page-numbers span {
	font-weight: bold;
	}
.page-numbers span.current {
	font-weight: bold;
	border: none;
	}

/*
 * Error Message
 */
.error {
	clear: both;
	text-align: center;
	margin-top: 3em;
	color: #c00;
	}

	
/**
 * Widget List
 */
ul.projectmanager_widget {
	margin-left: 1em;
}

ul.projectmanager_widget li {
	margin: 0.5em 0;
	}
	
	
/**
 * Widget Slideshow
 */
.projectmanager-slideshow-container {
	position: relative;
	width: 100%;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	overflow: hidden;
}
.projectmanager-slideshow-container a {
	border: 0;
	text-decoration: none;
}
.projectmanager-slideshow-container .next, .projectmanager-slideshow-container .prev {
	background-color: #f1f1f1;
	background: rgb(241, 241, 241);
	background: rgba(241, 241, 241, 0.5);
	color: #585858;
	position: absolute;
	z-index: 10;
	top: 45%;
	vertical-align: middle;
	font-size: 25px; /* define font-size in px to adjust navigation position */
}
.projectmanager-slideshow-container .next a, .projectmanager-slideshow-container .prev a {

}
.projectmanager-slideshow-container .next {
	right: 0em;
	width: 0; 
	height: 0; 
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	
	border-left: 10px solid #585858;
}
.projectmanager-slideshow-container .prev {
	left: 0em;
	width: 0; 
	height: 0; 
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	
	border-right: 10px solid #585858;
}
.projectmanager-slideshow-container .prev span, .projectmanager-slideshow-container .next span {
	display: none;
}

.projectmanager-slideshow {
	width: 100%;
	height: auto;
	background-image: none;
	background-color: transparent;
	position: relative;
	display: block;
	text-align: center;
	margin: 1em auto;
	padding: 0;
	overflow: hidden;
}

.projectmanager-slideshow a,
.projectmanager-slideshow div {
	display: block;
	margin: 0 auto;
	}
.projectmanager-slideshow img {
	border: none;
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 0;
}

/*
 * jQuery Slideshow
 */
.jQuery_slideshow {
	position:relative;
	display:none; /* Set to "none" for not preview slideshow content */
}

.jQuery_slideshow-content {
	overflow:hidden;
	position:relative;
	width:100%;
	height:100%;
}

/*
 * Responsive Styles
 */
@media screen and (max-device-width: 1024px) {
}

@media screen and (max-device-width: 736px) {
	/* make one-column gallery layout on smartphones */
	.dataset-gallery .pm-gallery-item {
		width: 100% !important;
		max-width: 100% !important;
		float: none;
		display: block;
		margin-bottom: 0.3em;
	}
	
	/* display selection dropdowns in one column */
	.projectmanager-selections select,
	.projectmanager-selections input.button {
		display: block;
		clear: both;
		margin-bottom: 0.5em;
	}
	
	/* make one-column list on smartphone */
	#testimonials-intro .testimonials-intro {
		/*margin-right: 1em;*/
	}
	#testimonials-intro .pm-gallery-item {
		width: 100% !important;
		float: none !important;
		display: block;
		border-bottom: 1px solid;
	}
	#testimonials-intro .testimonial .comment,
	.pm-gallery-item .testimonial .comment {
		box-shadow: none;
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
	}
	#testimonials-intro .cite,
	.pm-gallery-item .testimonial .cite {
		text-align: right;
		margin-bottom: 0;
		padding-bottom: 0;
	}
	#testimonials-intro .cite .name, #testimonials-intro .cite .location,
	.pm-gallery-item .testimonial .cite .name, .pm-gallery-item .testimonial .cite .location {
		margin-left: 0;
		display: block;
	}
	#testimonials-intro .num-supporters {
		text-align: center;
	}
	#testimonials-intro .num-supporters span {
		display: block;
		margin: 0.2em 0;
		clear: both;
	}
	
	.datasetform  .form-input {
		width: 100%;
		clear: both;
	}
	.datasetform label {
		clear: both;
		text-align: left;
		width: auto;
		float: none;
		margin-bottom: 0.5em;
	}
	.datasetform .captcha label:after {
		content: " ";
		display: table; 
		clear: both;
	}
	.datasetform .captcha img {
		clear: both;
		display: inline;
		width: 70%;
	}
	.datasetform .captcha input {
		width: 25%;
		display: inline;
	}
	.datasetform .button {
		width: 100%;
	}
}

@media only screen and (max-width: 400px) {

.dataset-gallery .pm-gallery-item {
    width: 100%;
}

}

.textfield dd{clear:both;}
.description dd{clear:both;}