body{
	font-family: Helvetica, Arial, Verdana, Tahoma, sans-serif;
}

#mainMenu{
	background-color: #EEEEEE;
	border-top: 1px solid #4C93CA;
	border-bottom: 1px solid #4C93CA;
}

#mainMenu a{
	color: #000000;
	/*text-transform: uppercase;*/
}

#mainMenu a:hover{
	color: #4C93CA;
}

#mainMenu a.active{
	/*border-bottom: 3px solid #00b0ae;*/
	/*background-color: #4C93CA;*/
	/*color: #FFFFFF;*/
}

#mainMenu .dropdown a.active{
	border-bottom: none;
}

.subHeader{
	background-color: #e7f8f8;
}

#mainSearch *{
	border-radius: 0;
	border: none;
}

#mainSearch > div{
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
}

#mainSearch input[type="text"], #mainSearch select{
	border-right: 1px solid #CCCCCC;
}

.table caption{
	font-style: italic;
	font-size: 80%;
}

.table-auto{
	width: auto;
}

a.internalLink{
	text-decoration: underline;
	text-decoration-style: solid;
	text-decoration-style: dotted;
	color: #000000;
}

a.internalLink:hover{
	color: #00b0ae;
}

footer{
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	background-color: #EEEEEE;
	color: #000000;

}

footer .logos img{
	height: 30px;
	margin-right: 10px;
}

footer ul.links{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

footer ul.links li{
	position: relative;
	display: inline-block;
	line-height: 1;
	border-right: 1px solid #CCCCCC;
}

footer ul.links li:last-of-type{
	border-right: none;
}

footer ul.links li a{
	text-decoration: none;
	padding: 5px 10px;
	/*color: #FFFFFF;*/
	color: #666666;
}

figure{
	overflow: hidden;
	position: relative;
}

section h4, section h5, section h6{
	color: #4C93CA;
	font-weight: bold;
	border-bottom: 1px solid #4C93CA;
}

.searchBlock{
	background-color: #F0F0F0;
}

.bootstrap-select .dropdown-toggle{
	border: 1px solid #ced4da;
	background-color: #FFFFFF;
}

table thead a{
	color: #000000;
}

table td.icon{
	min-width: 40px;
	text-align: center;
}

table td.icon a{
	display: inline-block;
	width: 100%;
}

.table-striped tbody tr:nth-of-type(2n+1){
	background-color: #e0e5ba;
	color: #000000;
}

.table-hover tbody tr:hover td {
	background-color: #f9be52;
}

.table-funding thead{
	position: relative;
	font-size: 0.8em;
}

.table-funding thead .actionsSelector{
	position: absolute;
	top: 3px;
	right: 3px;
}

.table-funding th{
	background-color: #8FB5D3;
	color: #FFFFFF;
	border: 1px solid #FFFFFF;
}

.table-funding tbody td{
	background-color: #EEEEEE;
	color: #000000;
	border: 1px solid #FFFFFF;
	padding: 0;
}

.table-funding tbody td.totalCell{
	background-color: #CCCCCC;
}

.table-funding tbody td>div, .table-funding tbody td>a{
	display: block;
	border: 3px solid transparent;
}

.table-funding tbody td>div:hover, .table-funding tbody td>a:hover{
	border-color: #ffA500;
}

.table-funding tbody td>div div, .table-funding tbody td>a div{
	position: relative;
	padding: .1em;
}

.table-funding tbody td a{
	text-decoration: none;
	color: inherit;
}

.table-funding tbody td .far, .table-funding tbody td .fas{
	float: left;
	margin-right: 2px;
	font-size: 0.8em;
}

/*.select2-container--default.select2-container--focus .select2-selection--multiple,
.select2-container--default.select2-container--focus .select2-selection--single,
.select2-container--open{
	box-shadow: 0 0 0 .2rem rgba(0,123,255,.25);
    border: 1px solid #ced4da;
}*/

.select2-container--bootstrap .select2-selection--multiple .select2-selection__choice{
	background-color: #EEEEEE;
}

.select2-container--bootstrap .select2-selection--multiple .select2-selection__choice__remove{
	border: none;
	border-right: 1px solid #999;
	padding: 0px;
	padding-right: 5px;
}

.select2-container--bootstrap .select2-selection--multiple .select2-selection__choice__remove:hover{
	border-color: #999;
}

.select2-container--bootstrap .select2-selection--multiple .select2-selection__choice__display{
	/*border-left: 1px solid;*/
	padding-left: 5px;
}

.select2-container--bootstrap .select2-selection--single{
	height: 38px;
}

.badge-tertiary{
	background-color: #b5b5b5;
	color: #333333;
}

a.badge-tertiary {
    color: #333333;
	background-color: #c5c5c5;
}

a.badge-tertiary:focus, a.badge-tertiary:hover {
    color: #333333;
    background-color: #b5b5b5;
}

.has-tooltip{
	text-decoration: underline;
	text-decoration-style: dashed;
	cursor: help;
}

.has-tooltip::after{
	font-family: "Font Awesome 5 Free";
	font-variant-position: super;
	content: "\f059";
	padding-left: 2px;
	opacity: 0.5;
}

.tooltip-inner{
	text-align: left;
}

.select2-container--bootstrap .select2-selection--multiple{
	padding: 2px;
}

.citation-wrapper{
	overflow: hidden;
	position: relative;
	background-color: #e0e5ba;
	color: #000000;
}

.citation-wrapper button{
	float: right;
	margin-left: 5px;
	background-color: #939773;
	border-color: #939773;
}

.citation-wrapper a{
	color: #000000;
}

ul.nav.nav-tabs{
	border-bottom: 1px solid #4C93CA;
	padding-bottom: 1px;
}

ul.nav.nav-tabs li{
	margin-right: 2px;
}

ul.nav.nav-tabs .nav-link{
	padding: 5px;
	background-color: #C5E0EE;
	color: #333333;
}

ul.nav.nav-tabs li.active .nav-link{
	background-color: #4C93CA;
	color: #FFFFFF;
}

label.required:after{
	content: " *";
}

.highlightPeople{
	font-weight: bold;
	text-decoration: underline;
}
