.material-icons {
	vertical-align:middle;
}
.search-input{
	position: relative;
}
.search-input .holder{
	position: absolute;
	z-index: 1000;
	
	width: 100%;
}
.search-input .search-result{
	max-height: 300px;
	overflow-y: auto;
}
.search-input .search-result .search-link{
	display: block;
	text-decoration: none;
	padding: 10px;
	border-bottom: 1px solid #eee;
}
.search-input .search-result .search-link:hover{
	background-color: rgba(40, 120, 50, 0.081);
}

.site-title {
	display: block;
	text-decoration: none;
}

.sub-title {
	font-size: 12px;
	color: rgba(240, 240, 240, 0.8);
	font-weight: bold;
}



@media (min-width: 768px) {
	.map {
		height: calc(100% - 90px);
		position: absolute;
		top: 50px;
		left: 350px;
		width: calc(100% - 350px);
	}
	
	.map.full{
		left: 0 !important;
		width:100%;
	}
}
#top-header{
	top: 57px;
	left:0;
	position:fixed;
	width: 100%;
	background: rgba(240, 240, 240);
	z-index: 2000;
	padding-top: 5px;
	padding-bottom: 5px;
}

.mobile-view{
	height: calc(100vh - 187px);
	width: 100%;
	position: fixed;
	top: 30px;
	left:0;
	background: #ccc;
	z-index: 100;
}
#bottom-header{
	bottom: 0;
	left:0;
	position:fixed;
	width: 100%;
	background: #aacccccc;
	z-index: 2000;
}
#bottom-header:hover{
	background: #aacccccc;
}
.more-address-info{
	position: fixed;
	bottom: 80px;
	left: 0;
	width: 100%;
	z-index: 2100;
	background: #fafafa;
	max-height: calc(100vh - 187px);
	overflow: auto;
}
.dropdown-toggle[aria-expanded="true"]:after {
	transform: rotate(180deg);
}
.dropdown-toggle.inverse:after {
	transform: rotate(180deg);
}
.dropdown-toggle:after {
	transition: 0.5s;
}
#side-bar {
	width: 350px;
	height: calc(100% - 90px);
	position: fixed;
	left: 0;
	top: 50px;
	z-index: 999;
	overflow-y: auto;
	background: #fff;
	overflow-x: hidden;
	padding: 10px;
	box-shadow: 6px -4px 10px rgba(0, 0, 0, 0.1);
}

#side-bar.close {
	width: 0 !important;
}

.fullpage{
	position: fixed;
	top: 55px;
	right: 0;
	width: 600px;
	max-width: 100%;
	height: calc(100% - 90px);
	z-index: 9999;
	background-color: rgba(255, 255, 255, 0.9);
	overflow-y: auto;
}
.da-code{
	font-weight: 500;
	color:#55cc55;
	font-size: 28px;
}
.share-btn .btn {
	border-radius: 2px;
	box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
	border: 1px solid #eee;
}

.share-btn .btn svg {
	vertical-align: middle;

}

.bold-500{
	font-weight: 500;
}



.l .btn {
	border-radius: 0;
	box-shadow: none;
}

.txt-white {
	color: rgba(255, 255, 255, 0.8);
	font-size: 16px;
	text-decoration: none;
}



.btn-flat {
	box-shadow: none;
	background: rgba(0, 0, 0, 0.041);
	border-radius: 2px;

}

.btn-flat.btn-danger {
	background: rgba(0, 0, 0, 0.6) !important;
}

.btn-fab {
	box-shadow: none;
	background: none;
	border-radius: 5px;
	margin: 0 1px;
	color: #555;
	font-weight: bold;
	text-transform: capitalize;
}

.btn-fab:hover {
	background: #eee;
}

.btn-fab-2 {
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.4);
	border-radius: 50%;
	position: absolute;
	width: 70px;
	height: 70px;
	bottom: 20px;
	left: 40%;
}

#address-info .list {
	padding: 5px 15px;
	border-bottom: 1px solid #eee
}

#address-info .list h6 {
	color: #000;
	font-weight: bold;
	margin: 0;
	margin: 0;

}

#address-info .list .list-group-item-text {
	color: #F4803E;
	font-weight: bold;
	font-size: 14px;
}



.pac-container:after {
	content: none !important;
}

#digital-address {
	padding: 5px;
	background: #eee;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
	font-weight: bold;
	font-size: 20px;
	color: #2687F4;
	text-align: center;
	text-shadow: 0 1px 0 #fff;
}

#share-btn {
	background: #2687F4;
	box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
	border: 1px solid rgba(0, 0, 0, 0.2);
}

#share-btn:hover {
	background: #1C6BC4;

}

#address_code,
.current_address_code {
	text-transform: uppercase;
}

ul.share-buttons {
	list-style: none;
	padding: 0;
}

ul.share-buttons li {
	display: inline;
}

ul.share-buttons .sr-only {
	position: absolute;
	clip: rect(1px 1px 1px 1px);
	clip: rect(1px, 1px, 1px, 1px);
	padding: 0;
	border: 0;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

ul.share-buttons img {
	width: 32px;
}

.l .btn {
	border-radius: 0;
	box-shadow: none;
}

.txt-white {
	color: rgba(255, 255, 255, 0.9);
}

#address-info {
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
}

#address-info .list {
	padding: 1px 10px;
}

.bg-primary {
	background: #2376b8 !important;
}

.btn-flat {
	border: 2px solid #F18447;
	border-radius: 3px;
	box-shadow: none;
	background: #fff;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

#location-detail {
	background: #fafafa;
	color: #55cc55;
	box-shadow: 3px 0 10px 10px rgba(0, 0, 0, 0.05);
	margin-bottom: 3px;
	border: none;
}

.search-input input.form-control {
	background: #fafafa;
	box-shadow: 3px 0 10px 10px rgba(0, 0, 0, 0.1);
	margin-bottom: 3px;
	font-weight: 500;
}

#map_canvas {
	height: calc(100% - 320px);
}

.address-list {
	list-style: none;
	padding: 0;
	margin: 0;
}

.address-list li {
	padding: 10px 5px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.address-list li.hover {
	cursor: pointer;
}

.address-list li.hover:hover {
	background: #fafafa;
}

.address-list li .title {
	font-weight: 500;
	color: #000;
	font-size: 16px;
	margin: 0;
	padding: 0;
}

.bold {
	font-weight: bold;
}

.pad-10 {
	padding: 10px;
}

.foot-panel {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	background: #fff;
}

.foot-panel .btn-warning {
	background: #1D13BB;
}

body {
	padding: 70px 0;
}

.ser label {
	background: #fff;
	padding: 5px 10px;
	border-radius: 2px;
	border: 1px solid #ccc;
}

.ser label input {
	vertical-align: middle !important;
}



[v-cloak] {
	display: none;
}

.pac-container:after {
	content: none !important;
}

#share-btn {
	background: #2376b8;
	box-shadow: 0 2px 1px rgba(0, 0, 0, 0.1);
}

#share-btn:hover {
	background: #1C6BC4;

}

.share-btn .btn {
	border-radius: 2px;
	box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
	border: 1px solid #eee;
	margin-right: 3px;
	padding: 5px;
}

.share-btn .btn svg {
	vertical-align: middle;

}



.text-white {
	color: rgba(255, 255, 255, 0.9);
}
.nav li {
	position: relative;
}

.nav li .fix-pos {
	position: absolute;
	right: 10px;
	top: 30%;
}


[v-cloak] {
    display: block;
    padding: 50px 0;
}

@keyframes spinner {
    to {
        transform: rotate(360deg);
    }
}

[v-cloak]:before {
    content: "";
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    margin-left: -10px;
    border-radius: 50%;
    border: 2px solid #ccc;
    border-top-color: #333;
    animation: spinner 0.6s linear infinite;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}

[v-cloak]>* {
    display: none;
}

.slide-fade-enter-active {
transition: all .1s ease;
}
.slide-fade-leave-active {
transition: all .3s cubic-bezier(1.0, 0.5, 0.8, 1.0);
}
.slide-fade-enter, .slide-fade-leave-to
/* .slide-fade-leave-active for <2.1.8 */ {
transform: translateX(10px);
opacity: 0;
}