

/*#searchSideBar {
		z-index: 6;
	position: fixed;
	left: 90%;
		display: table-row;
		/*background-color: yellow;*/
		/*height: 80%;*/
/*} */



.toggle, .geotoggle {
	text-decoration: none;
	font-size: 2em;
	
	color: rgba(0, 0, 0, 0.61);
	-webkit-transition: all 1s ease-in-out 0;
	-moz-transition: all 1s ease-in-out 0;
	transition: all 1s ease-in-out 0;

	/*position: fixed;*/
	/*display: block;*/
	/*top: 50px;*/
	/*left: 90%;*/
	/*left: 20px;*/
	z-index: 7;
	cursor: pointer;
}

.mysidebar,  .mygeosidebar  {
	position: absolute;
	right : -160px;
	top: 0%;
	bottom: 0px;
	/*	left: 110%; */	/*left: -190px;*/ 

	-webkit-transition: all 0.3s ease-in-out 0.1s;
	-moz-transition: all 0.3s ease-in-out 0.1s;
	transition: all 0.3s ease-in-out 0.1s;
	width: 160px;  /* 8rem; */
	/*max-width: 150px;*/
	padding: 0.5em;
	/*background: #19C4BC; */
	z-index: 6;
}



.mysidebar ul, .mysidebar ul{
	list-style: none;
	margin: 0;
	padding: 0; 
}

.mysidebar li a, .mysidebar li a {
	color: #fff;
	/*font-family: 'Poiret One', cursive;*/
	font-size: 0.8em;
	margin: 0;
	margin-bottom: 16px;
	cursor: pointer;
	text-decoration: none;
	line-height: 200%;
}

.mysidebar a:hover {
  color: rgba(0, 0, 0, 0.61); 
}

/*#slide:checked + .container .mysidebar {
	left: 90%;
 }

#slide:checked + .container .toggle {
	left: 90%;
 }
*/
#slide, #slidegeo {
	display: none; 
}


#searchSideBar  .btn-link{
	 
	color: yellow;
	/*font-size: 0.8rem;*/
}

#searchSideBar  .card-body {
	font-size: 0.9rem;
}