/* =============================================================================
 *   Semantic Connector - Common Styles
 * ========================================================================== */

.clearBoth {
  clear:both;
} 

/* =============================================================================
 *   Semantic Connector - Main Wrapper
 * ========================================================================== */

.pp-server-connection {
  background: #e1e2dc;
  border: 1px solid #bebfb9;
  padding: 5px;
  margin-top:40px;
}

.pp-server-connection-header-content {
	background: #fafafa;
  padding:7px;
  border: 1px solid #bebfb9;
}

.pp-server-connection-main-content {
  background: #fff;
  margin-top: 7px;
  border: 1px solid #bebfb9;
  padding: 0px;
  padding-top: 21px;
}

.pp-server-connection-footer-content {
	background: #fafafa;
	padding: 7px 17px;
	border: 1px solid #bebfb9;
  margin-top:5px;
}

.pp-server-connection-footer-uses-content {
	background: #ddf3ff;
	padding: 7px;
	border: 1px solid #bebfb9;
  margin-top:5px;
}

/* =============================================================================
 *   Semantic Connector - Main Elements
 * ========================================================================== */

.pp-server-connection-title {
  margin: 0;
  font-size: 1.2em;
  color: #333;
  border-bottom: 1px solid #bebfb9;
  padding-bottom: 4px;
  margin-bottom: 4px;
  padding-left: 5px;
  font-weight: normal;
}

.pp-server-connection-url,
.pp-server-connection-category-title {
  margin: 0;
  font-size: 0.9em;
  color: #555;
  padding-left: 5px;
  font-weight: normal;
}

.semantic-connector-configuration-list .header {
  border-bottom: 1px solid #bebfb9;
  padding-bottom: 4px;
  margin-bottom: 4px;
  padding-left: 5px;
  font-size: 1.1em;
  color: #333;
  font-weight: normal;
}

.block .semantic-connector-configuration-list ul {
  padding-left: 4px;
  margin-bottom: 0;
}

.block .semantic-connector-configuration-list ul li {
  font-size: 0.9em;
  color: #555;
  font-weight: normal;
}

.block .semantic-connector-configuration-list ul li a {
  font-style:italic;
}

/* =============================================================================
 *   Semantic Connector - Project Wrapper
 * ========================================================================== */

.pp-server-connection-project {
  background: #e1e2dc;
  border: 1px solid #bebfb9;
  padding: 3px;
  margin-bottom: 18px;
  width: 368px;
  float: left;
  margin-left: 18px;
}

.pp-server-connection-project-header-content {
	background: #fafafa;
  padding:4px;
  border: 1px solid #bebfb9;
}

.pp-server-connection-project-main-content {
  background: #fff;
  margin-top: 3px;
  border: 1px solid #bebfb9;
  padding: 10px;
	min-height: 60px;
}

.pp-server-connection-project-footer-content {
  background: #fafafa;
  padding: 4px 10px;
  border: 1px solid #bebfb9;
  margin-top: 3px;
}

/* =============================================================================
 *   Semantic Connector - Project Elements
 * ========================================================================== */

h3.pp-server-connection-project-title {
  margin: 0;
  padding: 0;
  font-size: 1.1em;
  color: #333;
  padding-left: 7px;
  font-weight: normal;
}

.pp-server-connection-project-id {
	font-size: 0.923em;
}

.pp-sparql-endpoint-connection {
	font-size: 0.923em;
}

.pp-sparql-endpoint-connection a {
	font-size: 0.923em;
}

.semantic-connector-connection-buttons a,
.semantic-connector-connection-buttons a.semantic-connector-connection-buttons-delete,
.semantic-connector-connection-buttons a.semantic-connector-connection-buttons-refresh-projects {
	font-size: 0.923em;
  margin-right:10px;
  margin-left:10px;
}

.semantic-connector-connection-buttons a.semantic-connector-connection-buttons-edit {
  margin-left:0px;
}

/* =============================================================================
 *   Semantic Connector - Custom Wrapper
 * ========================================================================== */

.pp-server-connection-custom {
  background: #e1e2dc;
  border: 1px solid #bebfb9;
  padding: 3px;
  margin-bottom: 18px;
  width: 368px;
  float: left;
  margin-left: 18px;
}

.pp-server-connection-custom-header-content {
	background: #fafafa;
  padding:4px;
  border: 1px solid #bebfb9;
}

.pp-server-connection-custom-main-content {
  background: #ddf3ff;
  margin-top: 3px;
  border: 1px solid #bebfb9;
  padding: 10px;
	min-height: 50px;
}

.pp-server-connection-custom-footer-content {
  background: #fafafa;
  padding: 4px 10px;
  border: 1px solid #bebfb9;
  margin-top: 3px;
}

/* =============================================================================
 *   Semantic Connector - Custom Elements
 * ========================================================================== */

.pp-server-connection-custom-header-content a {
  padding-left:7px;
}