@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@400;600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@400;700&display=swap');


/**
    AUTOCOMPLETE:
**/
body { font-family: sans-serif; font-size: 14px; line-height: 1.6em; margin: 0; padding: 0; }
.container { width: 800px; margin: 0 auto; }

.autocomplete-suggestions { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; border: 1px solid #999; background: #FFF; cursor: default; overflow: auto; -webkit-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64); -moz-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64); box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64); }
.autocomplete-suggestion { padding: 2px 5px; white-space: nowrap; overflow: hidden; }
.autocomplete-no-suggestion { padding: 2px 5px;}
.autocomplete-selected { background: #F0F0F0; }
.autocomplete-suggestions strong { font-weight: bold; color: #000; }
.autocomplete-group { padding: 2px 5px; font-weight: bold; font-size: 16px; color: #000; display: block; border-bottom: 1px solid #000; }

input { font-size: 28px; padding: 10px; border: 1px solid #CCC; display: block; margin: 20px 0; }



/* range slider */
.rs-container *{box-sizing:border-box;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.rs-container{font-family:Arial,Helvetica,sans-serif;height:45px;position:relative}.rs-container .rs-bg,.rs-container .rs-selected{background-color:#eee;border:1px solid #ededed;height:10px;left:0;position:absolute;top:5px;width:100%;border-radius:3px}.rs-container .rs-selected{background-color:#00b3bc;border:1px solid #00969b;transition:all .2s linear;width:0}.rs-container.disabled .rs-selected{background-color:#ccc;border-color:#bbb}.rs-container .rs-pointer{background-color:#fff;border:1px solid #bbb;border-radius:4px;cursor:pointer;height:20px;left:-10px;position:absolute;top:0;transition:all .2s linear;width:30px;box-shadow:inset 0 0 1px #FFF,inset 0 1px 6px #ebebeb,1px 1px 4px rgba(0,0,0,.1)}.rs-container.disabled .rs-pointer{border-color:#ccc;cursor:default}.rs-container .rs-pointer::after,.rs-container .rs-pointer::before{content:'';position:absolute;width:1px;height:9px;background-color:#ddd;left:12px;top:5px}.rs-container .rs-pointer::after{left:auto;right:12px}.rs-container.sliding .rs-pointer,.rs-container.sliding .rs-selected{transition:none}.rs-container .rs-scale{left:0;position:absolute;top:5px;white-space:nowrap}.rs-container .rs-scale span{float:left;position:relative}.rs-container .rs-scale span::before{background-color:#ededed;content:"";height:8px;left:0;position:absolute;top:10px;width:1px}.rs-container.rs-noscale span::before{display:none}.rs-container.rs-noscale span:first-child::before,.rs-container.rs-noscale span:last-child::before{display:block}.rs-container .rs-scale span:last-child{margin-left:-1px;width:0}.rs-container .rs-scale span ins{color:#333;display:inline-block;font-size:12px;margin-top:20px;text-decoration:none}.rs-container.disabled .rs-scale span ins{color:#999}.rs-tooltip{color:#333;width:auto;min-width:60px;height:30px;background:#fff;border:1px solid #00969b;border-radius:3px;position:absolute;transform:translate(-50%,-35px);left:13px;text-align:center;font-size:13px;padding:6px 10px 0}.rs-container.disabled .rs-tooltip{border-color:#ccc;color:#999}
/* end range slider */



#map {
  height: 600px;
}
.s_subject {
	margin-bottom: 0px;
	line-height: 1.5;
}
.hide_panel {
	padding: 5px;
	color: white;
	float: right;
	display: block;
	cursor: pointer;
}
#author-form label  {
	width: 100%; 
}
.pfd {
	font-weight: 800;
}

.hide_panel:hover {
	padding: 5px;
	color: white;
	float: right;
	text-decoration: none;
	display: block;
}

#info-container .tab-pane {
	clear: both;
}
.smallpadd p {
	margin-bottom: 5px;
}
.nav iframe {
	
	width: 100%;
    border: 0px;
    height: 350px;
}

.smallpadd #collapseOne, .smallpadd #collapseTwo, .smallpadd #collapseThree {
	height: 350px;
	overflow-y: auto;
}

.smallpadd #collapseNews .nav {
	padding: 0px;
}
.news {
	background: #efefef;
}

p{
	line-height: 120%;
}
.birth {
	clear: both;
}
.dates {
	display: inline-block;
	width: 34px;
}
.smallpadd li {
	margin-bottom: 0px;
	line-height: 120%;
}
#right-container {
	position: absolute;
	top: 0;
	right:75px;
	background:  rgb(8 53 104 / 85%);
	color: white;
	width: 300px;
	overflow: auto;
    max-height: 600px;
	z-index: 9;
}

.card-header h4 button {
	text-transform: uppercase;
}

.nomarg {
	margin-top: 5px!important;
	padding: 1px!important;
}
.btn_blue {
	padding: 10px 20px;
	background: #083568;
    color: white;
	float: left;
	transition: all 0.3s;
	margin-top: 40px; 
	display: inline-block;
}
.btn_blue:hover {
	background:#052140;
	color: white;
	    height: 38px;
}
.place_date {
	padding: 10px;
	font-weight: bold;
}
#right-container  a, #right-container  a:hover {
    color: #a5d1f7;
}
#right-container  .place_fliter {
	display: none;
}
#right-container .hide_panel {
	color: #a5d1f7;
}
#right-container .content  {
	padding: 5px 10px;
}
.padd_up {
	margin-top: 10px;
	line-height: 1.5;
	margin-bottom: 0px;
}
.tab-content a[href="http://mapa.jwstudio.pl"], .tab-content a[href=""], #panel  a[href=""], #panel a[href="http://mapa.jwstudio.pl"]   {
	pointer-events: none;
	text-decoration: none;
	cursor: text;
}
.trails a {
	background: #f18242;
    color: white;
	font-size: 12px;
	text-decoration: none!important;
    padding: 3px 7px;
}
.gm-style-iw-d {
	padding: 5px!important
}
.gm-style-iw-c {
	padding: 0px!important
}
.read_res, .read_res:hover {
	color: #a5d1f7  
}
.rs-tooltip {
	padding: 4px 5px 0;
	min-width: 40px;
}
header img {
	padding: 10px;
}
b {
	font-weight: 700;
}
body {
	font-family: lato;
}
h1, h2, h3, h4, h4 {
	font-family: 'Roboto Slab', serif;
}
.author .mb-0, .author .card-header, .author button  {
	background: #083568;
	color: white;
}
footer {
	padding: 20px;
	padding-top: 40px;
	font-size: 12px;
}
header img {
	max-width: 250px;
}
.btn:focus, .btn:active, .btn:hover {
    outline: 0;
    box-shadow: 0 0 0 0;
	color: white;
}
.lat, .long {
	font-size: 10px;
	margin: 0;
}
.trails {
	
}
.inline.trails {
	display: inline;
	margin-right :10px;
	float: left;
}
.row {
	clear: both;
}
#panel, .collapse {
	background: #efefef;
}
.tab-content {
	font-size: 12px;
}
.tab-content h5 {
	font-size: 14px;
	padding: 29px 0;
}
.card-header h4 {
	text-transform: uppercase;
	}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
	color: #083568;
	background: transparent;
	padding: 0px;
	font-weight: bold;
	margin-bottom: 0px;   
}
.aut_name {
	color: #083568;
    font-weight: bold;
}
.collapse  .nav-pills .nav-link.active {
	margin-top: 10px;
}
.surname, .s_title {
	font-weight: 700;
}

.nav-link {
	padding: 0px;
	color: #083568;
	width: 100%;
}
.s_info_small {
	clear: both;
	width: 100%;
	margin-bottom: 0px;
}
.card-header {
	padding: 10px;
}
.main {
	padding: 20px;
}
header .nav-link {
	font-family: 'Roboto Slab';
	font-weight: 600;
	padding: 10px 10px!important;
}

header .nav-link.active {
	
	padding: 10px 10px!important;
	border-radius: 0 0 0!important;	
	background: #dedede;
	
}
.no_margin {
	margin-left: 0px;
	margin-right: 0px;
}

#autho.active {
	background: #083568;
	color: white;
}

#sourc.active {
	background: #4d8a7d;
	color: white;
}
#bot.active {
	background: #cccccc;
	color: white;
}
#sour .form-control:focus {
	border-color: #4d8a7d;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgb(77 138 125 / 0.4);
}
#auth .form-control:focus {
	border-color: #4d8a7d;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgb(8 53 104 / 0.4);
}
label {
	margin-top: 15px;
	margin-bottom: 0;
    font-weight: 600;
}
#sour, #auth {
	padding: 10px 0;
}
input.form-control {
	border-radius: 0;
	margin: 5px 0;
	width: 80%;
	float: left;
	padding: 6px 10px;
}
#sour input.form-control {
		width: 95%;
}
.date_slider {
	
    margin: auto;
    z-index: 9999;
    bottom: 20px;
    padding: 10px 0px;
	width: 98%;
    background: rgba(255,255,255,0.5);
}
.card-body {
	background: #efefef;
}
a.btn {
	color: white;
    padding: 10px 20px;
    background: #083568;
    display: inline-block;
    width: auto;
    margin: auto;
	margin-top: 20px;
    border-radius: 0;
    font-size: 12px;
	border: 1px solid white;
	transition: all 0.3s;
}
.source_container a.btn {
	 background: #083568;
}
.read_res {
	clear: both;
    display: block;
    text-decoration: underline;
	margin-bottom: 5px;
}
.content p {
	margin-bottom: 0px;
}
a.btn:hover {
	background: white;
	color: black;
}
.map_container {
	position: relative;
}
.source .mb-0, .source .card-header, .source button {
    background: #4d8a7d;
    color: white;
}
.source_container, .g_source_container {
	position: absolute;
	z-index: 999;
	width: 300px;
	background: rgb(8 53 104 / 85%);
	color: white;
	left: 0px;
	overflow: auto;
    height: 800px;
	top: 0;
	padding: 15px;
}.g_source_container {background: rgb(8 124 114 / 82%);}
.author_container {
	position: absolute;
	width: 300px;
	background: rgb(8 53 104 / 0.85);
	color: white;
	left: 15px;
	height: 800px;
	top: 0;
	padding: 15px;
}
a.g_btn {
	background: #4d8a7d;
}
.container-fluid {
	padding: 0px;
	margin: 0px;
}