.site-title{
	display:block;
	text-decoration:none;
}
.sub-title{
	font-size:12px;
	color:rgba(240,240,240,0.8);
	font-weight:bold;
}
.card{
	border:none;
	background:rgba(0,0,0,0.06);
	border-radius:2px;
}.card:hover{
	background:rgba(0,0,0,0.02);
}
#map {
	height:calc(100% - 120px);
	position:absolute;
	top:60px;
	left:25%;
	width:75%;
}
#map2 {
	height:86%;
	position:absolute;
	top:57px;
	left:40%;
	width:60%;
}

.side-bar{
    width: 25%;
    min-width: 300px;
    position: fixed;
    left: 0;
    top: 64px;
    height: calc(100% - 120px);
    overflow-y: auto;
    z-index: 999;
    overflow-y: auto;
    overflow-x: hidden;
    box-shadow: 2px 2px 41px rgba(0,0,0,0.5);
}

#side-bar2 {
    width: 25%;
    min-width: 300px;
    position: fixed;
    left: 0;
    top: 57px;
    height: 90%;
    overflow-y: auto;
    z-index: 999;
    overflow-y: auto;
    overflow-x: hidden;
}
#ko{
	position:fixed;
	top:0;
	left:400px;
	z-index:1000;
	background:#fff;
	padding:1px 2px;
	border-radius:2px;
	box-shadow:10px 0 10px rgba(0,0,0,0.2);
}
.th-sort.active {
    background: rgba(0, 0, 0, 0.06);
}

.th-sort a {
    display: block;
    text-decoration: none !important;
    position: relative;
}
.nav-link.active{
	background:rgba(0,0,0,0.071);
}
.th-sort a .icon {
    margin-left: 7px;
}
.nav a.nav-link {
    position: relative;
}

.flex-column.nav a.nav-link .badge {
    position: absolute;
    right: 5px;
    top: 30%;
}
a.card{
	text-decoration:none;
}
.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;
	
}


#addr_search{
	
}

.l .btn{
	border-radius:0;
	box-shadow:none;
}
.txt-white{
	color:rgba(255,255,255,0.8);
	font-size:16px;
	text-decoration:none;
}
.form-control{
	dbackground:#fff;
	dpadding-left:10px !important;
	dborder-radius:2px !important;
	margin-top:4px;
	
	
}

.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%;
}

#side-page{
	
}



#address-info{
	
}
#address-info .list{
	padding:8px 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;
}

.material-icons {
	vertical-align:middle;
}

.mi-xs{
	font-size:14px !important;
}
.mi-sm{
	font-size:24px !important;
}
.mi{
	font-size:32px !important;
}
.mi-md{
	font-size:36px !important;
}
.mi-lg{
	font-size:48px !important;
}

.mi-xlg{
	font-size:64px !important;
}
.mi-xxlg{
	font-size:72px !important;
}
.mi-xxxlg{
	font-size:96px !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;
}

#addr_search{
	
}
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);
}
.form-control{
	
	
}


#address-info{
	box-shadow:0 0 3px rgba(0,0,0,0.1);
}
#address-info .list{
	padding:1px 10px;
}
#header{
	padding:5px 15px;
	background:#ffa500;
	box-shadow: 1px 5px 15px rgba(0,0,0,0.081);
	margin-bottom:10px;
}

#header a{
	color:#fff;
	text-decoration:none;
	font-size:17px;
	font-weight:bold;
}

#search{
	background:#fff;
	padding:2px 10px;
	z-index:1000;
	margin-bottom: 6px;
}
.search-control{
	margin-bottom:10px;
	background:#fafafa;
	padding:3px;
	border:1px solid #eee;
	padding-bottom:0;
	border-radius:2px;
	box-shadow: 0 1px 1px rgba(0,0,0,0.2);
}
.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:#0faa67;
	padding:10px;
	box-shadow: 0 12px 20px rgba(8, 165, 97,0.2);
	border:3px solid #08a561;
	border-radius: 4px;
	margin:10px;
	color:#fff;
	text-shadow:1px 1px 2px #000;
}

#map_canvas{
	height:calc(100% - 320px);
}

.address-list{
	list-style:none;
	padding:0;
	margin:0;
}
.address-list li{
	padding:5px 20px;
	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:bold;
	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;
}


#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;
	
}	

/*
*  STYLE 6
*/

.style-6::-webkit-scrollbar-track
{
-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
background-color: #F5F5F5;
}

.style-6::-webkit-scrollbar
{
width: 10px;
background-color: #F5F5F5;
}

.style-6::-webkit-scrollbar-thumb
{
background-color: #bbb;	
background-image: -webkit-linear-gradient(45deg,
rgba(255, 255, 255, .2) 25%,
transparent 25%,
transparent 50%,
rgba(255, 255, 255, .2) 50%,
rgba(255, 255, 255, .2) 75%,
transparent 75%,
transparent)
}

.text-white{
color:rgba(255,255,255,0.9);
}
.gutter-20.row {
margin-right: -10px;
margin-left: -10px;
}
.gutter-20 > [class^="col-"], .gutter-20 > [class^=" col-"] {
padding-right: 10px;
padding-left: 10px;
}

.gutter-10.row {
margin-right: -5px;
margin-left: -5px;
}
.gutter-10 > [class^="col-"], .gutter-10 > [class^=" col-"] {
padding-right: 5px;
padding-left: 5px;
}


.gutter-5.row {
margin-right: -3px;
margin-left: -3px;
}
.gutter-5 > [class^="col-"], .gutter-5 > [class^=" col-"] {
padding-right: 3px;
padding-left: 3px;
}


.gutter-1.row {
margin-right: -1px;
margin-left: -1px;
}
.gutter-1 > [class^="col-"], .gutter-1 > [class^=" col-"] {
padding-right: 1px;
padding-left: 1px;
}




.gutter-0.row {
margin-right: 0;
margin-left: 0;
}
.gutter-0 > [class^="col-"], .gutter-0 > [class^=" col-"]{
padding-right: 0;
padding-left: 0;
}
.nav li{
position:relative;
}
.nav li .fix-pos{
position:absolute;
right:10px;
top:30%;
}


/* width */
::-webkit-scrollbar {
    width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1; 
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #888; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #555; 
}


/* Customize the label (the container) */
.checkbox-custom {
  display: inline-block;
  position: relative;
  padding-left: 35px;
  margin: 12px;
  cursor: pointer;
  font-size: 18px;
  font-weight:bold;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.checkbox-custom input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 30px;
  width: 30px;
  background-color: #eee;
}

/* On mouse-over, add a grey background color */
.checkbox-custom:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.checkbox-custom input:checked ~ .checkmark {
  background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.checkbox-custom input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.checkbox-custom .checkmark:after {
  left: 12px;
  top: 9px;
  width: 6px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}