/* R4C LOGO */
#logo-container {
	position: absolute;
	/*top: -130px;*/
	right: 0px;
	z-index: 10;
	overflow: hidden;
	padding-right: 3.5em;
}

#r4c-logo-container {
	width: 450px;
}

#r4c-logo {
	/*position: absolute;
	top: 115px;*/
	width: 180px;
	right: 115px;
}

#r4c-applied {
	position: absolute;
	/*bottom: 100px;*/
	width: 100px;
	right: 110px;

	color: #293c3a;
	font-weight: 100;
}

.barra-superior {
	margin-bottom: 20px;
}

.barra-superior ul {
	margin-right: 410px;
}

/* ---------------------------------------------------
	MEDIAQUERIES
----------------------------------------------------- */

@media (max-width: 768px) {
	#logo-container {
		display:none;

		left: -20px;
		top: -160px;
	}

	#r4c-logo {
		position: relative;
		right: -100px;
		bottom: 110px;
	}

	#r4c-applied {
	    right: -190px;
	    position: relative;
	    bottom: -160px;
	}

	.barra-superior {
		/*margin-top: 100px;*/
	}

.barra-superior ul {
	margin-right: 5px;
}


	#sidebar {
		z-index: 2;
	}
}
/* ---------------------------------------------------
	New Criterion
----------------------------------------------------- */
.criterion-container{
	align-items: flex-start;
    align-content: flex-start;
}
.criterion-buttons {
	justify-content: center;
	margin-bottom: 15px;
}
.innovation-content {
	display: none;
}
.active {
	background-color: #f0f0f0;
}
.innnovation {
	margin: 0.5rem;
	border: 1px solid rgba(0, 0, 0, .125);
    border-radius: .25rem;
	border-style: solid;
    border-color: #3ddbe3;
    border-left-width: 5px;
}
.innnovation-text {
	font-size: 0.8rem;	
}
.innnovation-list {
	margin: 0.5rem;	
}
.innnovation-name {
	margin: 0.5rem;	
	text-align: center;
	justify-content: space-between;
}

/* ---------------------------------------------------
	Key Community Systems
----------------------------------------------------- */
.criterion-circle {
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    margin: 0 5px;
    cursor: pointer;
	vertical-align: middle;
	appearance: none;
    -webkit-appearance: none; /* For Safari */
    outline: none; 
	background-color: #cccccc; /* Default (disabled) grey */
}

.criterion-circle:hover {
    background-color: #26ebd0; /* Specify hover background color */
}

.innovation-title {
	padding-bottom: 1em;
}
.innovation-title-label {
	font-size: 1.5em;
}