html,
body,
#main-content,
#map {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100vh;
}

.leaflet-tooltip {
	position: absolute; 
	padding: 6px;
	background-color: transparent;
	border: 1px solid #fff;
	border-radius: 3px;
	color: #fff;
	white-space: nowrap;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	pointer-events: none;
	box-shadow: none;
	text-align: center;
	/* text-shadow: 0 0 2px #000, 0 0 3px #000, 0 0 4px #000, 0 0 5px #000; */
    text-shadow: 0 0 30px #000, 0 0 16px #000, 0 0 30px #000, 0 0 12px #000; 
	font-weight: bolder;
	border: 0;
}

.leaflet-popup img {
	width: 100%;
}
/*
.leaflet-retina .leaflet-draw-toolbar .leaflet-draw-draw-polygon {
    background-image: url(/wp-content/themes/onecompany/assets/images/rule.svg) !important;
	background-size: 18px 18px;
    background-repeat: no-repeat;
    object-fit: contain;
    background-position: center !important;
}
*/

.text-labels {
	/* font-size: 10px; */
	font-weight: 600; 
	color: red;
	/* Use color, background, set margins for offset, etc */
}

#countries {
  ::outline {
	line-color: #000000;
	line-width: 2;
	line-join: round;
  }
  polygon-fill: #ffce0c;
}


.cpopup .img {
	position: relative;
}

.cpopup .img .lien_he, .cpopup .img .vi_tri {
	position: absolute;
	bottom: 12px;
	border-radius: 4px;
	padding-left: 8px;
	padding-right: 8px;
	font-size: 12px;
	text-decoration: none;
	color: #333;
	padding-top: 3px;
    padding-bottom: 3px;
}

.cpopup .img .lien_he {
	left: 10px;
	background-color: rgba(255, 255, 255, .8);
}

.cpopup .img .vi_tri {
	right: 10px;
	background-color: rgba(255, 255, 255, .8);
}

.cpopup .img .fa {
	margin-right: 4px;
}

.pit.title {
	text-decoration: none;
	color: #000;
	font-size: 14px;
	padding: 8px 8px 10px 8px;
	margin: 0;
    text-align: left;
}

.pit .item {
	display: inline-block;
	color: #212529;
	padding-left: 8px;
    padding-right: 8px;
    text-align: center;
	line-height: 20px;
	font-size: 13px;
}

.pit.sub1 .item:first-child {
	color: #d32f2f;
    text-align: left;
    float: left;
}
.item span.price{
    color:  #d32f2f;
}
.pit.sub2 .item:last-child, .pit.sub1 .item:last-child {
	text-align: right;
	float: right;
}

.pit.sub3 {
	border-top: 1px dashed #dee2e6;
	padding: 12px;
	font-weight: 600;
}

.leaflet-popup-close-button {
	background: rgb(0 0 0 / 60%) !important;
	border-radius: 50%;
	padding-top: 6px !important;
	padding-bottom: 6px !important;
	padding-left: 4px !important;
	padding-right: 4px !important;
	right: -14px !important;
	top: -14px !important;
	color: #fff !important;
	font-size: 14px !important;
	width: 24px !important;
	height: 24px !important;
	text-align: center !important;
    line-height: 8px !important;
}

.leaflet-popup .cpopup img {
	border-top-left-radius: 12px;
	border-top-right-radius: 12px;
	width: 100%;
    height: 180px;
}

.cpopup .img .fa.fa-map-o {
	font-size: 10px !important;
}

.location_wrp {
	text-align: center;
	background-color: rgba(255, 255, 255, .8) !important;
	box-shadow: 0 0 2px 0 rgba(0,0,0,.1);
	border-radius: 8px;
	padding: 6px 12px 6px 12px;
	position: fixed;
	z-index: 999;
	left: 50%;
	transform: translateX(-50%);
	bottom: 30px;
	color: #212529;
}

.location_wrp .fa {
	color: #212529;
	margin-right: 6px;
}

.list_hmaps_wrapper {
    position: fixed;
    top: 15px;
    z-index: 999;
    left: 50%;
    right: auto;
    overflow: hidden;
    transform: translateX(-50%);
	width: 80%;
	margin-left: -30px;
    display: none;
}

.list_hmaps_wrapper .gps {
	left: 0;
    position: fixed;
	top: 0px;
    background-color: #fff;
    border-radius: 50%;
    width: 44px;
    height: 44px;
    text-align: center;
    line-height: 44px;
	cursor: pointer;
	display: none;
}

.list_hmaps_wrapper .gps img {
    width: 18px;
}

.list_hmaps_wrapper .owl-carousel .item {
	border: 0;
	cursor: pointer;
}

.list_hmaps_wrapper .owl-carousel .item .title{
	font-size: 14px;
    font-weight: 500;
    color: #212529;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: center;
    background-color: #fff;
    box-shadow: 0 1px 5px 0 rgba(0,0,0,.2);
    border-radius: 18px;
    padding-left: 15px;
    height: 30px;
    display: block;
    line-height: 30px;
    padding-right: 15px;
    text-decoration: none;
}


/* mini mobile */
.mini_mobile {
    width: 320px !important;
    background-color: #fff;
    padding: 6px;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
	box-shadow: rgba(0, 0, 0, 0.15) 0px 15px 25px, rgba(0, 0, 0, 0.05) 0px 5px 10px;
}

.mini_mobile .logo {
	height: 40px;
}

.mini_mobile .dm {
	cursor: pointer;
    text-align: center;
    height: 40px;
    line-height: 40px;
	position: relative;
}

.mini_mobile .dm .fa-bars {
	position: absolute;
	top: 4px;
	left: 50%;
    transform: translate(-50%, 0);
}

.mini_mobile .dm .lbl {
    top: 10px;
    position: relative;
}

.mini_menu {
	background-color: #fff;
    width: 320px;
    height: 100vh;
    position: fixed;
    display: block;
    right: 0;
    z-index: 9999;
	display: none;
	box-shadow: rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 56px, rgba(17, 17, 26, 0.1) 0px 24px 80px;
}

.mini_menu .menu_header img {
	height: 100px;
}

.mini_menu .menu_header span {
	width: 100%;
    display: block;
    color: grey;
    font-size: 13px;
    margin-top: 6px;
}

.menu_header {
    text-align: center;
    border-bottom: 2px solid #ddd;
    padding: 15px;
}

.mini_menu .close {
    position: absolute;
    left: 0;
    background-color: #333;
    color: #fff;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    font-weight: normal;
}

.mini_menu .close:hover {
    color: #fff;
	border: 1px dotted red;
}

.head_maps {
	text-align: center;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 999;
}

select#district_select,
select#distincts {
    border: 1px solid #dddddd;
    font-size: 16px;
    padding: 10px;
    width: 100%;
    border-radius: 4px;
    background: #fff;
    height: 48px;
}

.tip .form-label {
    float: left;
    width: 100%;
    width: 100%;
    text-align: left;
    font-weight: 500;
    margin-bottom: 0px;
    padding-bottom: 8px;
}

.tip .select2-container--default .select2-selection--single {
	width: 100%;
    text-align: left;
	height: 40px;
}

.tip .select2-container {
    width: 100% !important;
}

.tip .select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 34px;
}

.tip .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 34px;
}

.tip {
    background-color: #fff;
    text-align: center;
    padding: 15px 15px 30px 15px;
    border-top-left-radius: 8px;
    box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
    position: fixed;
    bottom: 0;
    z-index: 9999;
    width: 100%;
    border-top-right-radius: 8px;
    left: 50%;
    transform: translateX(-50%);
}

.mfilter.current_location {
    top: 60px;
	cursor: pointer;
}

.mfilter {
    zoom: 1.2;
    z-index: 999999;
    line-height: 14px;
    text-align: center;
    padding: 5px 15px;
}

.mfilter
i.fa.fa-filter {
    font-size: 16px;
}

.tip label .fa-close {
    float: right;
}

#tip_search {    
    margin-top: 16px;
    background-image: linear-gradient(5deg, #ED3237, #ED3237);
    border: 0;
    width: 100%;
    height: 48px;
    font-size: 16px;
}

#tip_search:hover {
    background-image: linear-gradient(5deg, #8d6e24, #cc9f34);
}

/* .triangle_down {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 12px solid #fff;
    font-size: 0;
    line-height: 0;
    float: left;
    margin-left: 40%;
} */

.triangle_down {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 15px solid white;
    margin-left: 42%;
	box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
}

.show {
	display: block;
}

.hide {
	display: none;
}

.mactive {
    color: #fff !important;
	background-color: #e8b243;
    background-image: linear-gradient(5deg, #cc9f34, #fac340);
    box-shadow: 0 3px 8px 0 rgba(255,255,255,.2);
}

.leaflet-top {
    /*top: 30%;*/
	right: 10px;
    top: unset !important;
    bottom: 0px;
}

.leaflet-bottom {
    bottom: 10px;
}
.leaflet-right .leaflet-control {
    margin-right: 0px  !important;
}
.leaflet-top.leaflet-right {
    top: 145px !important;
}
.leaflet-control-zoom~.leaflet-control-scale.leaflet-control {
    display: none;
}

.leaflet-control-search.leaflet-control,
.leaflet-pegman.pegman-control.leaflet-control {
	display: none;
}

ul.leaflet-draw-actions.leaflet-draw-actions-top.leaflet-draw-actions-bottom {
	left: unset;
    right: 45px;
	/*display: none !important;*/
}

.select2-container--open .select2-dropdown--above {
    z-index: 9999;
}

/* dropdownn */
.select2-results__options::-webkit-scrollbar {
	width: 10px;
}
.select2-results__options::-webkit-scrollbar-thumb {
	background-color: #ddd;
	background-clip: padding-box;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: inset -1px 1px 0 #ddd, inset 1px 1px 0 #ddd;
}
.select2-results__options::-webkit-scrollbar-thumb:hover {
	background: #ddd;
}

.leaflet-touch .leaflet-control-layers, .leaflet-touch .leaflet-bar {
    border: 0;
}

.leaflet-control-locate.leaflet-bar.leaflet-control {
    /* display: none; */
}

.leaflet-control-zoom.leaflet-bar a {
    /* border-radius: 50%;
	width: 34px;
    height: 34px;
    line-height: 34px;
    margin-bottom: 10px;
	box-shadow: 0 3px 8px 0 rgba(255,255,255,.2);
	text-decoration: none;
	text-align: center; */
}



.pin {
  width: 20px;
  height: 20px;
  position: relative;
  background: rgba(5, 124, 255, 1);
  border: 2px solid #FFF;
  border-radius: 50%;
  z-index: 1000;
}
.pin-effect {
  width: 100px;
  height: 100px;
  position: absolute;
  top: -40px;
  left: -40px;
  display: block;
  background: rgba(5, 124, 255, 0.3);
  border-radius: 50%;
  opacity: 0;
  animation: pulsate 2400ms ease-out infinite;
}
@keyframes pulsate {
  0% {
    transform: scale(0.1);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}

.leaflet-draw-tooltip {
	/* display: none !important; */
}

.leaflet-draw-actions {
	/*left: -207px !important;*/
}

#map .leaflet-popup-content .popup-area {
	width: 220px !important;
	padding: 4px;
}

#map .leaflet-popup-content .popup-area.bds {
    width: auto !important;
}

.leaflet-popup-content {
	margin: 0;
	padding: 4px;
}

.maps-out-popup-content .item {
    font-size: 13px;
    line-height: 1.6;
}

.leaflet-popup-content-wrapper .popup-area {
    padding: 10px;
    font-weight: 500;
	font-size: 14px;
}

.leaflet-popup-content-wrapper .popup-area .path_item {
	display: inline-block;
    width: 48%;
    cursor: pointer;
    text-decoration: none;
    color: #fff;
    border-radius: 4px;
    padding-left: 8px;
    padding-right: 8px;
    text-align: center;
    padding-top: 6px;
    padding-bottom: 6px;
    font-size: 13px;
}

.leaflet-popup-content-wrapper .popup-area .path_direct {
    background-color: #00a859;
	float: left;
}

.leaflet-popup-content-wrapper .popup-area .them_gia_dat.disabled {
	background-color: grey;
}

.leaflet-popup-content-wrapper .popup-area .them_gia_dat {
	float: right;
	background-color: #ED3237;
}

.leaflet-popup-content-wrapper .popup-area .path_item:hover {
	text-decoration: none;
}

.leaflet-popup-content-wrapper .popup-area .path_item .fa {
    margin-right: 6px;
}

.leaflet-popup.poly-label {
    bottom: -30px !important;
    border: 0 !important;
}

.leaflet-popup.poly-label .leaflet-popup-content-wrapper {
	background: unset !important;
	box-shadow: unset !important;
}
/*edge-label*/

.leaflet-popup.poly-label .leaflet-popup-content-wrapper .leaflet-popup-content,
.leaflet-marker-icon.edge-label.leaflet-zoom-animated.leaflet-interactive {
	background-color: rgb(51, 136, 255);
	color: #fff;
	text-align: center;
	border-radius: 3px;
    width: auto !important;
    height: auto !important;
	padding-left: 2px;
    padding-right: 2px;
    font-size: 10px;
}

.leaflet-popup.poly-label .leaflet-popup-tip-container {
	display: none;
}
.leaflet-touch .leaflet-control-layers-toggle {
    width: 44px;
    height: 44px;
    box-shadow: 0px 1px 6px 0 rgba(0,0,0,.28) !important;
    border-radius: 4px;
}
/* new style */

.leaflet-control-layers label {
    font-size: 13px !important;
    font-weight: normal !important;
}


.leaflet-control-attribution.leaflet-control {
    display: none;
}

.leaflet-control-zoom.leaflet-bar.leaflet-control {
    border: 0;
    background: #0098DA !important;
    box-shadow: 0px 1px 6px 0 rgba(0,0,0,.28) !important; 
    right: 10px;
    border-radius: 4px;
}

.leaflet-control-zoom.leaflet-bar.leaflet-control a {
    border-bottom: 1px solid #ffffff !important;
}
.leaflet-control-zoom.leaflet-bar.leaflet-control a:last-child {
    border-bottom: none  !important;
}

.leaflet-left .leaflet-control {
	margin-left: 0;
}

.easy-button-button .button-state {
    font-size: 13px;
}

.leaflet-control-zoom.leaflet-bar a:hover {
	text-decoration: none;
}

.pit {
	margin-bottom: 6px;
	font-size: 13px;
    overflow: hidden;
}


.geosearch.leaflet-bar.leaflet-control.leaflet-control-geosearch.leaflet-geosearch-button {
	/* top: 106px;
	right: 8px;
    padding: 0 !important;
    margin: 0;
    position: fixed; */
    background: unset !important;
}

.leaflet-control-geosearch .control-btn.cancel {
    right: 8px;
    top: 12px;
    color: #666666;
}

.leaflet-control-geosearch .control-btn.microphone-on,
.leaflet-control-geosearch .control-btn.microphone-off {
	right: 38px;
	color: red;
    top: 12px;
}

.control-btn {
    display: inline-block;
    font: normal normal normal 14px / 1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	font-size: 22px;
    background-color: unset;
    border: 0;
	position: absolute;
}

.control-btn.cancel:before {
    content: "\f05c";
}

.control-btn.microphone-on:before {
    content: "\f130";
}

.control-btn.microphone-off:before {
    content: "\f131";
}

.leaflet-control-geosearch .results > * {
    font-size: 13px;
}

.leaflet-container .leaflet-control-gps {
	border: 0 !important;
	margin: 0 !important;
	bottom: 100px;
	right: 10px;
    position: fixed !important;
    box-shadow: 0px 1px 6px 0 rgba(0,0,0,.28) !important;
    background-color: #fff!important;
}

.leaflet-control-gps .gps-button {    
    background-color: unset !important;
    margin: 11px !important;
    float: none !important;
    background-size: cover;
    width: 22px !important;
    height: 22px !important;
    background-position: 0px 0px!important;
}
.leaflet-control-gps .gps-button.active {
    background-position: 0px -48px !important;
}
.leaflet-control-gps .gps-button.loading,
.leaflet-control-gps .gps-button.loading:hover {
	background-position: 0px -24px!important;
}
.leaflet-touch .leaflet-geosearch-bar form {
    border: none !important;
    box-shadow: 0 2px 5px 1px rgba(64, 60, 67, .16) !important;
}
/**
 * ==============================================
 * Dot Flashing
 * ==============================================
 */
.dot-flashing {
  position: absolute;
  top: 16px;
  right: 82px;
  width: 8px;
  height: 8px;
  border-radius: 4px;
  background-color: #0098DA;
  color: #ED3237;
  animation: dot-flashing 1s infinite linear alternate;
  animation-delay: 0.5s;
}
.dot-flashing::before, .dot-flashing::after { 
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
}
.dot-flashing::before {
  left: -12px;
  width: 8px;
  height: 8px;
  border-radius: 4px;
  background-color: #9880ff;
  color: #9880ff;
  animation: dot-flashing 1s infinite alternate;
  animation-delay: 0s;
}
.dot-flashing::after {
  left: 12px;
  width: 8px;
  height: 8px;
  border-radius: 4px;
  background-color: #9880ff;
  color: #9880ff;
  animation: dot-flashing 1s infinite alternate;
  animation-delay: 1s;
}

@keyframes dot-flashing {
  0% {
    background-color: #9880ff; 
  }
  50%, 100% {
    background-color: rgba(152, 128, 255, 0.2);  
  }
}


.footer_menu {
    background-color: white;
    height: 60px;
    width: calc(100%) !important;
    display: block;
    position: fixed;
    bottom: 0;
    border: 1px solid #ccc;
    z-index: 999;
    box-shadow: 0 2px 5px 1px rgba(64, 60, 67, .16) !important;

}
/*
.mfilter, .leaflet-draw-toolbar, .leaflet-draw-edit-remove, .leaflet-bar.easy-button-container {
    position: fixed;
    bottom: 8px;
    margin: 0;
}
*/

.mfilter {
    left: 0px;
    width: 25%;
}


.leaflet-control-zoom.leaflet-bar a {
    width: 44px !important;
    height: 32px !important;
    line-height: 32px !important;
    color: #0098DA;
    background: #fff;
}

.leaflet-touch .leaflet-control-zoom-in, .leaflet-touch .leaflet-control-zoom-out {
    font-size: 16px !important;
}

.leaflet-control-geosearch form input {
    padding-right:  60px !important;
    font-size: 16px !important;
    height: 32px  !important;
}

.leaflet-geosearch-bar {
    max-width: calc(100% - 40px) !important;
    margin: 15px auto 0  !important;
}
.leaflet-geosearch-bar form {
    border-radius: 25px  !important;
    padding: 1em 1.5em !important;
}

a.leaflet-draw-draw-polygon:before {
    /*
    content: "\f248";
    color: #00A859;
    font: normal normal normal 18px / 1 FontAwesome;
   
    display: block;
    padding-top: 8px;
    font-size: 18px;
     */
}

.leaflet-retina
.leaflet-draw-toolbar a.leaflet-draw-draw-polyline {    
    /*background-image: url(assets/images/rule.png) !important;*/
    background-image: url(assets/images/line.png) !important;
    background-position: -3px -10px !important;
    background-repeat: no-repeat !important;
    background-size: 50px !important;
}

.leaflet-retina
.leaflet-draw-toolbar a.leaflet-draw-draw-polygon {    
    /*background-image: url(assets/images/ruler-combined-solid.svg) !important;*/
    background-image: url(assets/images/area.png) !important;
    background-position: 8px 5px !important;
    background-repeat: no-repeat !important;
    background-size: 20px !important;
    margin-top: 10px;
}

a.leaflet-draw-draw-polyline:after {
    content: "Đo KT";
    display: block;
    position: absolute;
    top: 13px;
    left: 8px;
    font-size: 9px;
    text-transform: uppercase;
}

a.leaflet-draw-draw-polygon:after {
    content: "Đo DT";
    display: block;
    position: absolute;
    top: 65px;
    left: 8px;
    font-size: 9px;
    text-transform: uppercase;
}

.leaflet-touch .leaflet-draw-toolbar .leaflet-draw-edit-remove:before {
    content: "\f014";
    color: #ED3237;
    font: normal normal normal 18px / 1 FontAwesome;
    display: block;
    padding-top: 8px;
    font-size: 18px;
}

.leaflet-touch .leaflet-draw-toolbar .leaflet-draw-edit-remove.leaflet-disabled:before{
    color: #bbbbbb;
}

.leaflet-touch .leaflet-draw-toolbar .leaflet-draw-edit-remove:after{
    content: "Xóa";
    display: block;
    position: absolute;
    top: 14px;
    left: 13px;
    font-size: 1rem;
}
.filter-wards-button.leaflet-control button {
    width: 44px;
    height: 44px;
    border: none;
    background: #fff;
    font-size: 18px;
    box-shadow: 0 2px 5px 1px rgba(64, 60, 67, .16) !important;
    color: #0098DA;
    position: relative;
    border-radius: 4px;
}
.filter-wards-button.leaflet-control button:after{
    content: "Tìm";
    display: block;
    position: absolute;
    top: 26px;
    right: 13px;
    font-size: 1rem;
    color: black;
}
.filter-wards-button.leaflet-control button
.fa-filter:before {
    position: absolute;
    top: 8px;
    left: 14px;
    font-size: 22px;
}

.share-app-link-button.leaflet-control button {
    width: 44px;
    height: 44px;
    border: none;
    background: #fff;
    font-size: 18px;
    box-shadow: 0 2px 5px 1px rgba(64, 60, 67, .16) !important;
    color: #0098DA;
    position: relative;
    border-radius: 4px;
}
.share-app-link-button.leaflet-control button:after{
    content: "Chia sẻ";
    display: block;
    position: absolute;
    top: 26px;
    right: 6px;
    font-size: 1rem;
    color: black;
}
.share-app-link-button.leaflet-control button
.fa-share:before {
    position: absolute;
    top: 6px;
    left: 14px;
    font-size: 22px;
}

.easy-button-button .button-state span{
    display: block;
}
.easy-button-button .button-state:after{
    content: "Chia sẻ";
    display: block;
    font-size: 10px;
}
.mfilter:after{
    content: "Tìm";
    display: block;
    font-size: 10px;
}
.leaflet-touch .leaflet-bar button {
    width: 50px !important;
    height: 30px !important;
    line-height: 20px !important;
}

.leaflet-touch .leaflet-bar a {
    width: 44px;
    height: 44px;
    line-height: 44px;
    box-shadow: 0px 1px 6px 0 rgba(0,0,0,.28) !important;
    background-size: cover;
    background-image: unset !important;
}
.leaflet-touch .leaflet-draw-toolbar .leaflet-draw-draw-polygon,
.leaflet-touch .leaflet-draw-toolbar .leaflet-draw-edit-remove{
    border-radius: 4px !important;
}

.calc-area {
    margin-bottom: 6px;
    display: block;
}

.leaflet-control-layers-expanded .leaflet-control-layers-list {
    display: block;
    position: absolute;
    right: 45px;
    top: 0;
    background-color: #fff;
    width: 225px;
    padding: 10px;
    z-index: 1001;
    box-shadow: 0px 1px 6px 0 rgba(0, 0, 0, .28);
    border-radius: 4px;
}

.leaflet-right .leaflet-control {
    margin-right: 0px !important;
    position: relative;
    padding: 0;
}

.leaflet-control-layers-expanded .leaflet-control-layers-toggle {
    display: block;
}

.leaflet-zoom-animated .leaflet-popup-content-wrapper .leaflet-popup-content {
	text-align: center;
}

/* font size by zoom */
/* 
.leaflet-marker-icon.edge-label.leaflet-zoom-animated.leaflet-interactive
*//* 
.size_lv1 .edge-label,
.size_lv1 .leaflet-zoom-animated .leaflet-popup-content-wrapper .leaflet-popup-content,
.size_lv1 .leaflet-popup.poly-label .leaflet-popup-content-wrapper .leaflet-popup-content {
	font-size: 8px;
}

.size_lv2 .edge-label,
.size_lv2 .leaflet-zoom-animated .leaflet-popup-content-wrapper .leaflet-popup-content,
.size_lv2 .leaflet-popup.poly-label .leaflet-popup-content-wrapper .leaflet-popup-content {
	font-size: 10px;
}

.size_lv3 .edge-label,
.size_lv3 .leaflet-zoom-animated .leaflet-popup-content-wrapper .leaflet-popup-content,
.size_lv3 .leaflet-popup.poly-label .leaflet-popup-content-wrapper .leaflet-popup-content {
	font-size: 12px;
}

.size_lv4 .edge-label,
.size_lv4 .leaflet-zoom-animated .leaflet-popup-content-wrapper .leaflet-popup-content,
.size_lv4 .leaflet-popup.poly-label .leaflet-popup-content-wrapper .leaflet-popup-content {
	font-size: 14px;
}
*/
.popup-area .item {
    margin-bottom: 6px;
    clear: both;
    overflow: hidden;
}

.popup-area .item .mleft {
    font-weight: normal;
    text-align: left;
    float: left;
}

.popup-area .item .mright {
    font-weight: bold;
    text-align: right;
    float: right;
}

.popup-area .item-footer {
    overflow: hidden;
}

.leaflet-popup-content-wrapper, .leaflet-popup-tip {
	overflow: hidden;
}

#pasteButton .fa.fa-paste {
    position: absolute;
    top: 14px;
    left: 14px;
    font-size: 19px;
}

.leaflet-touch .leaflet-geosearch-bar form input {
    padding-left: 25px;
}


.popup-area.bds .path_item {
    width: auto;
}

.popup-area.bds .path_direct.path_item.center {
    margin-left: 18px;
    background-color: #1877F2;
}

.init-customer-point-maps .leaflet-zoom-animated .leaflet-popup-content-wrapper .leaflet-popup-content {
    width: 280px !important;
}

#map.init-customer-point-maps .leaflet-popup-content .popup-area {
    width: auto !important;
}


#map.init-customer-point-maps .leaflet-tooltip:before {
    display: none;
}

#map.init-customer-point-maps img.leaflet-marker-icon {
    width: unset !important;
}

#map.init-customer-point-maps .cpopup .post_status {
    font-weight: 400;
    padding-top: 4px;
    padding-bottom: 4px;
    border-radius: 4px;
    width: 100px;
    font-size: 10px;
    margin-top: 10px;
    margin-bottom: 0;
    margin-left: 8px;
}

#map.init-customer-point-maps .cpopup .post_status .fa {
    margin-right: 6px;
    font-size: 11px;
}

#map.init-customer-point-maps .cpopup .post_status.publish {
    color: green;
    border: 1px solid green;
}

#map.init-customer-point-maps .cpopup .post_status.pending {
    color: #ed9900;
    border: 1px solid #ed9900;
}


.filter-wards-button .fa-search:before {
    position: absolute;
    top: 6px;
    right: 13px;
}

.leaflet-popup-content-wrapper .path_direct.path_item.full {
    width: 100%;
    margin-top: 8px;
    background-color: orange;
}
.leaflet-popup-content-wrapper .path_direct.path_item.full.disabled {
    background-color: grey;
}