h2 {
	color: #266B82;
	font-weight: normal;
}

h3 {
	font-weight: normal;
}

.search-table {
	width: 100%;
}

.search-table td>select {
	width: 100%;
}

.search-table td {
	vertical-align: top;
}

.search-table td ul {
	margin: 10px 0px;
}

#institution-data-selected-list-contained {
	overflow-y: auto;
	max-height: 300px;
}

li.selection {
	list-style: none;
}

.selection i {
	cursor: pointer;
}

#datagroup-select>div {
	width: 100%;
	display: flex;
}

#datagroup-select>div>label {
	font-weight: bold;
	flex: 0 0 20%;
	cursor: pointer;
}

.indicator-select {
	height: 200px;
}

.indicator-select option {
	padding: 6px;
	cursor: pointer;
}

.indicator-select option:hover {
	background-color: #5897fb;
	color: white;
}

.indicator-selected {
	max-height: 200px;
	overflow-y: auto;
}

#main-button-container button {
	width: 50%;
	font-size: 14pt;
	height: 40px;
}

#all-button {
	background-color: #0C4354;
	color: white;
	border-radius: 0px;
	border: none;
	cursor: pointer;
}

#institution-filters, #year-filters, #datagroup-filters {
	background-color: #ECEAE8;
	padding: 20px;
}

#datagroups, #yearpicker {
	margin-top: 10px;
	margin-bottom: 10px;
}

#indicator-result-table-container {
	margin-top: 20px;
}

td.details-control {
	text-align: center;
}

td.details-control:before {
	font-family: fontAwesome;
	content: "\f0fe";
	cursor: pointer;
	font-size: 22px;
	color: #3fb766;
}

tr.shown td.details-control:before {
	font-family: fontAwesome;
	content: "\f146";
	color: #bd1a1a;
}

.search-table label {
	font-weight: bold;
}

.select2-results__option.with-checkbox:before {
	content: "";
	display: inline-block;
	position: relative;
	height: 15px;
	width: 15px;
	line-height: 15px;
	border: 1px solid #e9e9e9;
	border-radius: 2px;
	background-color: #fff;
	margin-right: 10px;
	vertical-align: middle;
}

.select2-results__option.with-checkbox[aria-selected=true]:before {
	font-family: fontAwesome;
	content: "\f00c";
	color: rgb(12, 67, 84);
	display: inline-block;
}

input[type=checkbox], input[type=radio] {
	vertical-align: middle;
	position: relative;
	bottom: 1px;
}

input[type=radio] {
	bottom: 2px;
}