/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
.location-filter {
	padding: 90px 0;
}

.location-filter .nav-pills > li {
	margin-left: initial;

}

@media(min-width:767px) {
	.no-padding-cols > div:first-child {
	    padding-right: 0;
	}
}

@media( max-width:991px ) {
	.location-filter .nav-pills {
		width:100%;
		margin-bottom:15px;
	}
	.location-filter .nav-pills > li{
		width: 50%;
	    text-align: center;
	}
}

.location-filter .nav-pills > li > a {
	border-radius:0;
	line-height:30px;
	padding: 10px 17px;
	color:#47b475;
	background: rgb(245, 245, 245);
}
.location-filter .nav-pills > li > a:hover {
	color: #47b475;
}

.location-filter .nav-pills > li.active > a, 
.location-filter .nav-pills > li.active > a:hover, 
.location-filter .nav-pills > li.active > a:focus {
	background: #47b475;
	color: #fff;
}

#filter-form {
	margin-bottom: 24px;
}

#filter-form .btn-block {
	width:100%;
}

.toggle-container {
	position: absolute;
    z-index: 99;
    bottom: 0;
    right: 0;
}

.col-md-12 > .toggle-container {
	margin-right:15px;
}

.toggle-container > .btn, 
.toggle-container > .btn:visited {
	width: 20px;
    min-width: initial;
    height: 50vh;
    line-height: 50vh;
    color: #333;
    font-weight: 800;
    font-size: 20px;
    padding: 0;
    border: none;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    background: #ccc;
}

.location-filter .btn-search {
	font-size: 16px;
	line-height: 16px;
	padding: 10px 17px;
	width: 50px;
	min-width: initial;
	margin-bottom: 0;
}

#map, 
.tab-content {
	min-height:60vh;
}
#map-view > .row > div {
	transition: 0.3s;
}

@media( min-width: 992px ) {
	#map-view > .row > .col-md-8 {
		padding-right:0;
	}
}

#map-view > .row > .col-md-4 {
	padding-left:0;
}

#map-view .col-list:not( .active ) {
	width: 0;
	padding: 0;
	border:none;
}

#map-view .col-list { 
	overflow: hidden;
}

#locations-list .post-info-map:hover {
	background-color: #eee;
}

#locations-list .post-info-map {
	padding-left:15px;
	border-bottom: 1px solid #ddd;
}

/*
#locations-list .post-info-map:first-child {
	border-top:none;
}
*/
#locations-list {
	border: 1px solid #ccc;
	height:60vh;
	overflow-y:auto;
	overscroll-behavior-y: contain;
}

.post-info-map .table {
	margin-bottom:0;
}

.post-info-map .table tr > * {
	border-top:0;
}

.post-info-map .table tr > th {
	border-right: 1px solid #ddd;
	padding-right: 15px;
}

.post-info-map .table tr > td {
	padding-left: 20px;
}

@media screen and (max-width: 767px) {
	.post-info-map .table-responsive {
		border:none;
	}
	.location-filter .input-group {
		margin-bottom: 15px;
	}
}
.gm-style-iw.gm-style-iw-c > button {
	top:0!important;
	right:0!important;
}

/* Loading spinner animation */
.spiner-container{
	position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}
#loader {
	border: 10px solid #eee;
    border-radius: 50%;
    border-top: 10px solid #47b475;
    width: 60px;
    height: 60px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    margin: 40px auto;
}

@-webkit-keyframes spin {
	0% { -webkit-transform: rotate(0deg); }
	100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
}

.location-filter .input-group {
	width:100%;
}

.location-filter .select2-container--bootstrap .select2-selection--single.select2-selection {
	border-radius: 0;
	height:50px;
	padding:12px;
	line-height: 2.5rem;
}

.location-filter .form-inline .select2-container--bootstrap {
	width:100%!important;
	display: block;
}

.form-inline .form-control.keysearch-control{
	width:100%;
}

/* Loading spinner animation */