html, body, #container {
	height: 100%;
	width: 100%;
	overflow: hidden;
}

body {
	font-family: "Roboto",Calibri,"Open Sans",Arial,Helvetica,sans-serif;
	font-weight: 400;

	padding-top: 50px;
}

.w-100 {
	width:100% !important;
}

.pr-0 { padding-right: 0 !important; }
.pl-0 { padding-left: 0 !important; }

.pr-sm { padding-right: 8px !important; }
.pl-sm { padding-left: 8px !important; }

.m-0 { margin: 0 !important; }
.mx-0 { margin-left: 0 !important; margin-right: 0 !important; }
.my-0 { margin-top: 0 !important; margin-bottom: 0 !important; }
.mt-0 { margin-top: 0 !important; }
.mr-0 { margin-right: 0 !important; }
.mb-0 { margin-bottom: 0 !important; }
.ml-0 { margin-left: 0 !important; }

.mx-1 { margin-left: 8px !important; margin-right: 8px !important; }
.my-1 { margin-top: 8px !important; margin-bottom: 8px !important; }
.mt-1 { margin-top: 8px !important; }
.mb-1 { margin-bottom: 8px !important; }
.mr-1 { margin-right: 8px !important; }
.ml-1 { margin-left: 8px !important; }

.mx-2 { margin-left: 12px !important; margin-right: 12px !important; }
.my-2 { margin-top: 12px !important; margin-bottom: 12px !important; }
.mt-2 { margin-top: 12px !important; }
.mr-2 { margin-right: 12px !important; }
.mb-2 { margin-bottom: 12px !important; }
.ml-2 { margin-left: 12px !important; }

.mx-3 { margin-left: 16px !important; margin-right: 16px !important; }
.my-3 { margin-top: 16px !important; margin-bottom: 16px !important; }
.mt-3 { margin-top: 16px !important; }
.mr-3 { margin-right: 16px !important; }
.mb-3 { margin-bottom: 16px !important; }
.ml-3 { margin-left: 16px !important; }

.mx-5 { margin-left: 32px !important; margin-right: 32px !important; }
.my-5 { margin-top: 32px !important; margin-bottom: 32px !important; }
.mt-5 { margin-top: 32px !important; }
.mr-5 { margin-right: 32px !important; }
.mb-5 { margin-bottom: 32px !important; }
.ml-5 { margin-left: 32px !important; }

.d-block { display: block !important;
color:black !important;}

.cursor-pointer {
	cursor: pointer !important;
}

legend {
	border-bottom: 0;
}
.form-group {
	margin-bottom: 0;
}

.country-add-button{
	float:right;
}
.select2-search .select2-search--inline{
	width:100%;
}
.select2-search__field {
	width:100%;
}
.select2-container--default .select2-selection--multiple {
	border: 1px solid #ccc;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
	color: #757575;
}
.select2-container--default.select2-container--disabled .select2-selection--single {
	color: #f3f3f3;
}
.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__placeholder {
	color: #6c6c6c;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
	width:100%;
	border-color: #66afe9;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
}

select.form-control-select2 {
	width:100%;
	height: 32px;
}
.select2-container .select2-selection--single {
	height: 32px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 32px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 30px;
}
.select2-container--default .select2-selection--single .select2-selection__clear {
	line-height: 28px;
}
.select2-selection__choice {
	max-width: 90%;
	overflow: hidden;
	text-overflow: ellipsis;
}

#map {
	z-index: 2;
	position: absolute;
	width: 100%;
	height: 100%;
	box-shadow: none;
}

#leaflet-control-zoom {
	position: absolute;
	bottom: 26px;
	right: 10px;
}
.leaflet-control-layers-toggle {
	display: none;
}

.leaflet-tooltip span {
	display: block;
	max-width: 300px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.leaflet-tooltip, .tooltip-inner {
	border-radius: 2px;
}

.leaflet-tooltip, .tooltip {
	font-family: "Roboto",sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 1.42857143;
	text-decoration: none;
	text-shadow: none;
	text-transform: none;
	letter-spacing: normal;
}

.leaflet-tooltip {
	padding: 2px 5px;
	background-color: black;
	border: 1px solid black;
	color: white;
	box-shadow: none;
}

.leaflet-tooltip-top:before {
	border-top-color: black;
}

.leaflet-tooltip-right:before {
	border-right-color: black;
}

.leaflet-tooltip-bottom:before {
	border-bottom-color: black;
}

.leaflet-tooltip-left:before {
	border-left-color: black;
}

#container {
	position: relative;
}

.navbar-brand {
	padding: 0px;
}
.navbar>a>i {
	color:white;
}
.navbar-brand img {
	padding-left:24px;
	width: 140px;
	height: 50px;
}

#sidebar {
	position: absolute;
	z-index: 3;
	display: block;
	width: 408px;
	height: 100%;
	max-width: 100%;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}

.sidebar-wrapper {
	background: white;
	width: 100%;
	height: 100%;
	position: relative;
}

.sidebar-toggle-button-container {
	width:100%;
	position: absolute;
	z-index: 0;
	top: 8px;
	left: 100%;
}
.sidebar-toggle-button-container-searchinput {
	position: absolute;
    left: 10%;
    top: 5px;
	width:80%;
}

#searchform_term {
	background-color: rgba(255, 255, 255, 0.575);
}

.sidebar-toggle-button {
	width: 23px;
	height: 48px;
	cursor: pointer;
	outline: 0;
	background: rgba(255,255,255, 0.9);
	border: 0;
	box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.3);
}

.sidebar-toggle-button:active {
	border-style: solid;
}

hr.small {

	border: 0.2px dashed #0082a2ce;
}

hr.big {
	border: 1px solid #0082A2;
}
#view_searchform {
	z-index: 1;
}

#view_searchresult {
	z-index: 2;
}

#view_list {
	z-index: 3;
}

#view_detail {
	z-index: 4;
}

#view_searchresult, #view_list, #view_detail {
	transition: opacity 0.2s, visibility 0.2s;
}

.section-divider {
	margin: 10px 0;
	border-bottom: 1px solid #e6e6e6;
}

.section-top {
	z-index: 1;
	width: 100%;
	background: white;
	position: absolute;
}
.section-bottom {
	z-index: 1;
	width: 100%;
	height: 50px;
	overflow: hidden;
	background: white;
	position: absolute;
	bottom: 0;
	border-top: 1px solid #e6e6e6;
	padding: 11px 18px 13px;
	color: #8c8c8c !important;
}
.section-bottom .btn-link {
	color: #8c8c8c !important;
}
.section-bottom .btn-link:disabled {
	opacity: .5;
}

.section-top:after {
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
	content: '';
	width: 100%;
	height: 3px;
	margin-top: -3px;
	position: absolute;
}


.section-top .section-header {
	height: 35px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: 14px;
	font-weight: bold;
	padding: 10px 35px 10px 25px;
	background-color: rgba(0, 102, 128, 1);
	color: white;
	margin: 0;
}

.fullname {
	font-size: 18px;
	font-weight: bold;
}

.section-top .section-body {
	padding: 10px 25px 8px;
	background-color: rgba(
		0, 130, 162
		, .5);
}

.section-top code {
	background-color: transparent;
}
#search_params>code {
	    color: rgba(0, 61, 77, 1);
}

.bg-secondary {
	color: black !important;
	background-color: rgba(0, 0, 0, .1);
}

.bg-secondary .subheader-large {
	color: black !important;
}
.col-xs-2 {
	width:20%
}
.col-xs-4 {
    width: 30%;
}
.close {
	opacity: 1;
	color: black;
	text-shadow: 0 1px 0 rgba(255,255,255, .5);
}
.section-header .close {
	color: white;
	text-shadow: 0 1px 0 rgba(0,0,0, .5);
	font-size: 16px;
	position: absolute;
	left: 10px;
	top: 9px;
}

.section-body {
	position: relative;
	width: 100%;
}

#search_params {
	width: 300px;
	height: 20px;
	min-height: 20px;
	overflow: hidden;
}

#search_params>code {
	color: rgba(0, 61, 77, 1);
}
#search-actions {
	position: absolute;
	width: 22px;
	right: 8px;
	top: 8px;
}

#result-switcher {
	margin: 10px -25px 0;
	text-align: center;
}

#result-switcher .btn {
	width: 100%;
	margin: 0;
	text-align: center;
	border: 0;
}

.section-content h1,
.section-content h2,
.section-content h3,
.section-content h4,
.subheader-large {
	font-size: 18px;
	line-height: 22px;
	color: rgba(0, 0, 0, .5);
	margin: 0 0 18px;
	padding: 0;
}
.section-content h5 {
	line-height: 18px;
}

.section-content .fa-fw {
	width: 18px;
}

#view_detail .abstract {
	margin-top: 10px;
	text-align: justify;
	hyphens: auto;
}

.section-content .teaser {
	display: table;
	width: 100%;
}
.section-content .teaser .teaser-text {
	display: inline table-cell;
	vertical-align: middle;
	padding: 10px 0 0 0;
	width: 99%;
}

.section-content .teaser .teaser-text p {
	display: inline;
}

.section-content .teaser .teaser-image {
	display: table-cell;
	vertical-align: top;
	padding: 10px 10px 0 0;
	width: 110px;
	min-width: 110px;
}
.section-content .teaser .teaser-image img {
	width: 100px;
	height: 100px;
}

.image-intext {
	overflow: hidden;
	width: 100px;
	height: 100px;
	float: right;
	margin: 0 0 10px 24px;
}

.image-intext img {
	width: 100%;
	height: auto;
}

.section-result {

}

.section-person-info a,
.section-person-info span,
.section-organization-info a,
.section-organization-info span,
.section-publication-info a,
.section-publication-info span,
.section-result--person a,
.section-result--person span {
	color: #757575;
	display: inline-block;
	max-width: 320px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	vertical-align: bottom;
}

.section-organization-info h5,
.section-publication-info h5,
{
	margin-bottom: 4px;
}

.text-muted, a.text-muted {
	color: #757575 !important;
}
a.underline {
	text-decoration: underline !important;
}
.text-dark, a.text-dark {
	color: #666666 !important;
}

.section-link a {
	color: black;
}

.section-result--person a,
.section-result--person span {
	max-width: 240px;
}

.section-person-info .fa,
.section-publication-info .fa,
.section-organization-info .fa,
.section-result--person .fa {
	color: #757575;
	margin-right: 8px;
}

.section-organization-info h5,
.section-organization-info h5 a,
.section-organization-info h5 span,
.section-organization-info h5 .fa,
.section-organization-info h5 a .fa,
.section-publication-info h5,
.section-publication-info h5 a,
.section-publication-info h5 span,
.section-publication-info h5 .fa,
.section-publication-info h5 a .fa
{
	color: black !important;
}

.section-info-line {
	padding: 4px 0;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
}

.section-contact-info {
	padding: 10px 0;
}

.section-contact-info div {
	padding: 0 24px;
}

.section-contact-info div:hover, .section-contact-info  div:focus {
	background-color: rgba(0, 0, 0, .03);
	outline: none;
}

.section-contact-info .fa {
	font-size: 20px;
	margin: 8px 24px 8px 0;
	color: #757575;
}
#show_search_form_btn {
	height:28px;
}
.searchform_submit_btn:hover, .searchform_reset_btn:hover{
	background-color: #CC2A2A !important;
}

.banner {
color:white;
	margin-left:25px;
	margin-right:25px;
    padding-left: 23px;
	border: 1px solid;
    border-radius: 4px;
	position:absolute;
	top:6%;
	width:88%;
	padding-left:6%;
	background-color: #0082A2;
	font-family: "Roboto",sans-serif;
	font-size:20px;
}
.hand-pointer {
	cursor: pointer;
}
.section-contact-info span {
	display: inline-block;
	max-width: 310px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	padding: 4px 0;
}

.section-scientific-disciplines .fa-ul {
	margin-left: 1.714285em;
}
.section-scientific-disciplines .fa-li {
	top: .18em;
	left: -1.5em;
	width: 1.5em;
}

.section-text-dark, .section-text-dark a,
.section-contact-info span, .section-contact-info span a {
	color: black;
}

.btn {
	border-radius: 3;
}

.btn-xs {
	padding: 1px 2px;
}

.btn-red {
	color: black;

	background-color:#cacbcf;
}
.btn-red:hover, .btn-red:active, .btn-red:focus {
	color: white;
	background-color: rgba(205,131,30, .85);
}
.btn-red.btn-inactive {
	background-color: rgba(175, 175, 179, 1);
}

.btn-gray {
	color: black;
	background-color: rgba(200,200,200, 1);
	border-radius: 3 !important;
}
.btn-gray:hover, .btn-gray:active, .btn-gray:focus {
	color: black;
	background-color: rgba(200,200,200, .75);
}
.btn-gray.btn-inactive {
	color: rgba(0,0,0, .75);
	background-color: rgba(200,200,200, .5);
}


.mark, mark {
	padding: 2px 0;
	background-color: rgba(255, 255,0, .25);
}

.marker-cluster-small {
	background-color: rgba(0,74,96, 0.6);
}

.marker-cluster-small div {
	background-color: rgba(0,74,96, 0.8);
	color: white;
}

.section-sidebar {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: absolute;
	background: white;
}

.scrollable-y {
	overflow-x: hidden;
	overflow-y: auto;
}

.scrollable-x::-webkit-scrollbar,
.scrollable-y::-webkit-scrollbar {
	width: 6px;
}

.scrollable-x::-webkit-scrollbar-thumb,
.scrollable-y::-webkit-scrollbar-thumb {
	background-color: #888;
}

.scrollable-x::-webkit-scrollbar-track,
.scrollable-y::-webkit-scrollbar-track {
	background-color: #f0f0f0;
}

.section-scrollbox {
	position: absolute;
	width: 100%;
	top: 35px;
	bottom: 0;
}

#view_searchresult .section-scrollbox {
	top: 111px;
	bottom: 45px;
}

.section-padding {
	padding: 10px 24px;
}
.section-padding > p:last-child {
	margin: 0;
}

.section-result {
	cursor: pointer;
	min-height: 40px;
	padding: 10px 18px 10px 24px;
	border-bottom: 1px solid #e6e6e6;
}

.section-result:hover, .section-result:focus {
	background-color: #fafafa;
	cursor: pointer;
	outline: none;
}

.section-result-content {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.section-result-text-content {
	color: #8c8c8c;
	display: inline-block;
	font-size: 13px;
	line-height: 16px;
	min-width: 1px;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.section-result-title {
	color: black !important;
	font-size: 15px !important;
	line-height: 18px !important;
	padding-bottom: 2px !important;
	white-space: normal !important;
	margin: 0;
}

.section-image-container {
	display: inline-block;
	height: 80px;
	width: 80px;
	margin-left: 10px;
	position: relative;
}

.section-image-container img {
	width: 100%;
	height: 100%;
}

.rounded-circle {
	border-radius: 50% !important;
}

/** END TIG**/

input[type="radio"], input[type="checkbox"] {
	margin: 0;
}

#loading {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.5);
	z-index: 20001;
}
#loading .loading-indicator {
	position: absolute;
	width: 220px;
	height: 19px;
	top: 50%;
	left: 50%;
	margin: -10px 0 0 -110px;
}

#sidebar-loading-indicator {
	position: absolute;
	width: 100%;
	height: 5px;
	overflow: hidden;
	top: 0;
	z-index: 20001;
	opacity: 0;
	transition: opacity 0.2s, visibility 0.2s;
}
#sidebar-loading-indicator .progress {
	border-radius: 0 !important;
}
#view_search_list_loading {
	z-index: 2;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.2s, visibility 0.2s;
}

#features {
	margin: 0px;
	border: none;
	border-radius: 0px;
	-webkit-box-shadow: none;
	box-shadow: none;
}

#sidebar-hide-btn {
	margin-top: -2px;
}

#aboutTabsContent {
	padding-top: 10px;
}

.progress-bar-full {
	width: 100%;
}

.black {
	color: #000000;
}

.leaflet-control-layers {
	color:rgb(129, 129, 129);
	background-color:rgba(197, 197, 197,0.38);
	overflow: auto;
}

.leaflet-control-layers label {

	font-weight: normal;
	margin-bottom: 0px;
}

.leaflet-control-layers-list input[type="radio"], input[type="checkbox"] {
	margin: 2px;
}

.table {
	margin-bottom: 0px;
}
.table.table-padding-0 td,
.table.table-padding-0 th {
	padding: 0 !important;
}
.table.table-border-0,
.table.table-border-0 td,
.table.table-border-0 th {
	border: 0 !important;
}

.font-weight-normal {
	font-weight: normal !important;
}
th, strong {
	font-weight: 500;
}
.font-weight-large {
	font-weight: 800 !important;
	font-size: 18px;
}

.nowrap {
	white-space: nowrap;
}

.navbar .navbar-brand {
	font-weight: bold;
	font-size: 25px;
	color: #FFFFFF;
}

.navbar-collapse.in {
	overflow-y: hidden;
}
.float_right {
	float:right;
}

.navbar-header .navbar-icon-container {
	margin-right: 15px;
}

#appearLogo {

    padding-top: 13px;
}
.navbar-button-grey {

	background-color: white;
}
.navbar-button-grey {

}

#home-btn {
	background-color: #CC2A2A !important;
	color:white;
}
.navbar-buttons-top-right {
	font-size: 14px;
    text-decoration: none;
    color: #555;
    white-space: nowrap;
    text-transform: uppercase;
    letter-spacing: 1px;
    /* padding: 9px !important; */
    font-weight: 500;
	color:#555;
}
.navbar-buttons-top-right:hover{

}
.nav>li>a:hover {
	color:white;
	background-color: #CC2A2A;

}

.navbar-header .navbar-icon {
	line-height: 50px;
	height: 50px;
	background: transparent;
	color: white;
	border: 0;
}

.navbar-header a.navbar-icon {
	margin-left: 25px;
}

.has-feedback .form-control-feedback {
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	width: 34px;
	height: 34px;
	line-height: 34px;
	text-align: center;
}

@media (max-width: 992px) {
	.navbar .navbar-brand {
		font-size: 18px;
	}
}

@media (max-width: 767px) {
	.sidebar-toggle-button-container {
		display: none;
	}

	.url-break {
		word-break: break-all;
		word-break: break-word;
		-webkit-hyphens: auto;
		hyphens: auto;
	}

	.dropdown-menu a i {
		color: #FFFFFF;
	}
}

/* Print Handling */
@media print {
	.navbar {
		display: none !important;
	}

	.leaflet-control-container {
		display: none !important;
	}
}
