.box-inner { padding: 02px; }
.option-heading { cursor:pointer; width: auto; }
.arrow-up { width: 135px; color: #ffffff; font-size: 1.0em; display: none; float: left; padding-left: 10px; }
.arrow-down { width: 135px; color: #ffffff; font-size: 1.0em; display: none; float: left; padding-left: 10px; }
.issued-btns {
	background-color: transparent;
	border: 0; color: #ffffff;
	font-size: 1em;
	font-weight: bold;
	cursor: pointer;
	display: inline-block;
	text-align: center;
	padding-left: 10px;
}

.arrow-up-bl { width: 135px; color: #000000; font-size: 1.0em; display: none; float: left; padding-left: 10px; }
.arrow-down-bl { width: 135px; color: #000000; font-size: 1.0em; display: none; float: left; padding-left: 10px; }
.issued-btns-bl {
	background-color: transparent;
	border: 0; color: #000000;
	font-size: 1em;
	font-weight: bold;
	cursor: pointer;
	display: inline-block;
	text-align: center;
	padding-left: 10px;
}

.option-content .celda {
	background-color: #ccc;
	text-align: left;
}

.option-content .celda .enlace {
	color: #444;
	font-weight: bold;
}
	
.GBTable2 th.transports {
	text-align: left;
	font-weight: bold;
	background-color: #4a7c29;
	color: #fff;
}
	
.GBTable2 th.efficacite {
	text-align: left;
	font-weight: bold;
	background-color: #99cb38;
	color: #fff;
}

.GBTable2 th.adaptation {
	text-align: left;
	font-weight: bold;
	background-color: #63a537;
	color: #fff;
}

.notesallocation {
	display: block;
	text-align: left;
	font-size: .8em;
	vertical-align: baseline;
}

.table-container {
	width: 100%;
	max-width: 1160px;
	overflow: auto;
	_overflow: auto;
	margin: 0 0 1em auto;
	clear: both;
	text-align: center;
	margin-bottom: 1em;
}

#funding, #funding2 { margin-bottom: 40px; }

.table-container #chart-container {
	width: 1160px;
}
	
/* Style for Pie Chart and Boxes */	
	/* Allocation Container Pie and Boxes */
	.allocationcontainer {
		margin: auto;
		display: block;
		width: 100%;
		margin-bottom: 40px;
		margin-top: 10px;
		text-align: center;
	}
	/* Pie Container */
	.piecontainer {
		display: inline-block;
		width: 370px;
		margin: auto;
		margin-right: 60px;
		margin-top: 20px;
		margin-bottom: 15px;
	}

	.boxescontainer {
		display: inline-block;
		vertical-align: top;
		text-align: center;
		margin-top: 5%;
	}
	
	/* Box 1 */
	.boxcontainer1 {
      height: auto;
      width: 200px;
      margin-left: 15px;
	  display: inline-block;
	  margin-right: 35px;
	  margin-bottom: 25px;
    }
	.icon1container {
		display: block;
		padding: 5px;
		background-color: white;
		border-radius: 8px;
		border: thin solid #4a7c29;
		width: 60px;
		position: absolute;
		margin-top: -22px;
		margin-left: -20px;
		z-index: 2;
	}
	#CleanIcon {
		font-size: 2.5em;
		color: #4a7c29;
		padding-left: 5px;
	}
    .boxclean {
      width: 200px;
      height: 230px;
      background-color: #4a7c29;
      border-radius: 15px;
      border: 0;
      padding: 5px;
      align-items: center;
      margin-bottom: 10px;
    }
    .toptextbox1 {
      text-align: right;
      font-size: 1.25em;
      vertical-align: top;
	  color: #fff;
      padding-right: 10px;
      margin-bottom: 20px;
    }
    .percentagebox1 {
      text-align: right;
      font-size: 4em;
      vertical-align: top;
      color: khaki;
	  padding-right: 10px;
    }
    .bottomtextbox1 {
      text-align: right;
      font-size: 1.25em;
      vertical-align: top;
      color: #fff;
	  padding-right: 10px;
    }

    .separatorbox1 {
      width: 100%;
      height: 1px;
      padding: 5px;
      background-color: #4a7c29;
      margin-bottom: 10px;
    }

    .bottombox1 {
      font-size: 1.5em;
      color: #4a7c29;
      text-align: center;
      font-weight: 500;
    }
	
	/* Box 2 */
	.boxcontainer2 {
      height: auto;
      width: 200px;
      margin-left: 15px;
	  display: inline-block;
	  margin-right: 35px;
	  margin-bottom: 25px;
    }
	.icon2container {
		display: block;
		padding: 5px;
		background-color: #fff;
		border-radius: 8px;
		border: thin solid #99cb38;
		width: 60px;
		position: absolute;
		margin-top: -22px;
		margin-left: -20px;
		z-index: 2;
	}
	#EnergyIcon {
		font-size: 2.5em;
		color: #99cb38;
		padding-left: 5px;
	}
    .boxenergy {
      width: 200px;
      height: 230px;
      background-color: #99cb38;
      border-radius: 15px;
      border: 0;
      padding: 5px;
      align-items: center;
      margin-bottom: 10px;
    }
    .toptextbox2 {
      text-align: right;
      font-size: 1.25em;
      vertical-align: top;
	  color: #000;
      padding-right: 10px;
      margin-bottom: 20px;
    }
    .percentagebox2 {
      text-align: right;
      font-size: 4em;
      vertical-align: top;
      color: darkgreen;
	  padding-right: 10px;
    }
    .bottomtextbox2 {
      text-align: right;
      font-size: 1.25em;
      vertical-align: top;
      color: #000;
	  padding-right: 10px;
    }

    .separatorbox2 {
      width: 100%;
      height: 1px;
      padding: 5px;
      background-color: #99cb38;
      margin-bottom: 10px;
    }

    .bottombox2 {
      font-size: 1.5em;
      color: #99cb38;
      text-align: center;
      font-weight: 500;
    }
	
	/* Box 3 */
	.boxcontainer3 {
      height: auto;
      width: 200px;
      margin-left: 15px;
	  display: inline-block;
	  margin-right: 0;
	  margin-bottom: 20px;
    }
	.icon3container {
		display: block;
		padding: 5px;
		background-color: #fff;
		border-radius: 8px;
		border: thin solid #63a537;
		width: 60px;
		position: absolute;
		margin-top: -22px;
		margin-left: -20px;
		z-index: 2;
	}
	#ClimateIcon {
		font-size: 2.5em;
		color: #63a537;
		padding-left: 5px;
	}
    .boxclimate {
      width: 200px;
      height: 230px;
      background-color: #63a537;
      border-radius: 15px;
      border: 0;
      padding: 5px;
      align-items: center;
      margin-bottom: 10px;
    }
    .toptextbox3 {
      text-align: right;
      font-size: 1.25em;
      vertical-align: top;
	  color: #fff;
      padding-right: 10px;
      margin-bottom: 5px;
	  line-height: 25px;
    }
    .percentagebox3 {
      text-align: right;
      font-size: 4em;
      vertical-align: top;
      color: #000;
	  padding-right: 10px;
    }
    .bottomtextbox3 {
      text-align: right;
      font-size: 1.25em;
      vertical-align: top;
      color: #fff;
	  padding-right: 10px;
    }

    .separatorbox3 {
      width: 100%;
      height: 1px;
      padding: 5px;
      background-color: #63a537;
      margin-bottom: 10px;
    }

    .bottombox3 {
      font-size: 1.5em;
      color: green;
      text-align: center;
      font-weight: 500;
    }

	tr>td:first-child {
	  position: sticky;
	  left: 0;
	}

	tr>th:first-child {
	  position: sticky;
	  left: 0;
	  background-color: #f0f7ff;
	  z-index: 20;
	}
	
	@media (max-width: 991px) {
		.boxcontainer1, .boxcontainer2 {
			margin-right: 35px;
		}
	}

	@media (max-width: 448px) {
		.piecontainer, .boxcontainer1, .boxcontainer2, .boxcontainer3 {
			margin-right: 0;
			margin-left: 0;
		}
	}