body {
    margin: 0;
    padding: 0;
    font-family: Arial,Helvetica Neue,Helvetica,sans-serif;
}

ul.bs-autocomplete-menu {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-height: 200px;
  overflow: auto;
  z-index: 9999;
  border: 1px solid #eeeeee;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0px 1px 6px 1px rgba(0, 0, 0, 0.4);
}

ul.bs-autocomplete-menu a {
  font-weight: normal;
  color: #333333;
}

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.ui-state-active,
.ui-state-focus {
  color: #23527c;
  background-color: #eeeeee;
}

.bs-autocomplete-feedback {
  width: 1.5em;
  height: 1.5em;
  overflow: hidden;
  margin-top: .5em;
  margin-right: .5em;
}

.loader {
  font-size: 10px;
  text-indent: -9999em;
  width: 1.5em;
  height: 1.5em;
  border-radius: 50%;
  background: #333;
  background: -moz-linear-gradient(left, #333333 10%, rgba(255, 255, 255, 0) 42%);
  background: -webkit-linear-gradient(left, #333333 10%, rgba(255, 255, 255, 0) 42%);
  background: -o-linear-gradient(left, #333333 10%, rgba(255, 255, 255, 0) 42%);
  background: -ms-linear-gradient(left, #333333 10%, rgba(255, 255, 255, 0) 42%);
  background: linear-gradient(to right, #333333 10%, rgba(255, 255, 255, 0) 42%);
  position: relative;
  -webkit-animation: load3 1.4s infinite linear;
  animation: load3 1.4s infinite linear;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}

.loader:before {
  width: 50%;
  height: 50%;
  background: #333;
  border-radius: 100% 0 0 0;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
}

.loader:after {
  background: #fff;
  width: 75%;
  height: 75%;
  border-radius: 50%;
  content: '';
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

@-webkit-keyframes load3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes load3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.custominput {
    font: inherit;
    width: 100%;
    border: 0;
    background-color: transparent;
    margin: 0;
    height: 50px;
    color: #404040;
    color: rgba(0, 0, 0, 0.75);
    /* padding: 6px 45px; */
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.leftsidebar-content-edit{
	display:none;
    height: 100%;
    width: 100%;
}
.btn-save {
    border-radius: 10px;
    color: white;
    transition: .2s linear;
    background: #32CD32;
    height: 100%;
    margin: 0 15px;
    /* position: absolute; */
    width: 100px;
    top: auto;
    /* height: 40px; */
    left: auto;
    /* bottom: 15px; */
    /* right: 15px; */
    border: 0;
}

.btn-save:hover {
    box-shadow: 0 0 0 2px white, 0 0 0 4px #32CD32;
}

.inputstyle{
	font: inherit;
    width: 70%;
    border: 1px solid black;
    background-color: transparent;
    margin: 0;
    height: 50px;
    color: #404040;
    color: rgba(0, 0, 0, 0.75);
    padding: 6px 45px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.btn-close {
    border-radius: 10px;
    color: white;
    transition: .2s linear;
    background: #B22222;
    height: 100%;
    margin: 0 15px;
    /* position: absolute; */
    width: 100px;
    /* top: auto; */
    /* height: 40px; */
    /* left: auto; */
    /* bottom: 15px; */
    /* right: 170px; */
    border: 0;
}

.btn-close:hover {
    box-shadow: 0 0 0 2px white, 0 0 0 4px #B22222;
}

.description{
	max-height: 300px;
	overflow: auto;
}

.head{
	
	font-size: 1em;
}
.leftsidebar-content-edit input {
	position: relative;
	outline:none;
	display:block;
	width: 98%;
	height: 50px;
	background: transparent;
	border: none;
	text-align: center;
}
#map {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
}
.mapboxgl-ctrl-logo {
    display: none !important;
}
.mapboxgl-ctrl-attrib {
    display: none !important;
}
.rounded-rect {
    background: white;
    border-radius: 10px;
    box-shadow: 0 0 50px -25px black;
}

.flex-center {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
	flex-direction: column;
}

.flex-center.left {
    left: 0px;
}

.flex-center.right {
    right: 0px;
}
.flex-center.rightadd {
    right: 0px;
}
.sidebar {
    transition: transform 1s;
    z-index: 1;
    width: 500px;
    height: 100%;
}



.sidebar-content {
    position: absolute;
    width: 95%;
    height: 95%;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 32px;
    color: gray;
}

.sidebar-content-add {
    position: absolute;
    width: 95%;
    height: 95%;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 32px;
    color: gray;
    margin-top: 100px;
}

.sidebar-toggle {
    position: absolute;
    width: 1.3em;
    height: 1.3em;
    overflow: visible;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sidebar-toggle.left {
    right: -1.5em;
}

.sidebar-toggle.right {
    left: -1.5em;
}
.sidebar-toggle.rightadd {
    left: -1.5em;
}

.sidebar-toggle:hover {
    color: #0aa1cf;
    cursor: pointer;
}

.sidebar-search {
    transition: transform 1s;
    z-index: 1;
    width: 300px;
    height: 50px;
}

.sidebar-add {
    transition: transform 1s;
    z-index: 1;
    width: 400px;
    height: 600px;
}

.mapboxgl-ctrl-geocoder{
    width: 100%;
}

/*
The sidebar styling has them "expanded" by default, we use CSS transforms to push them offscreen
The toggleSidebar() function removes this class from the element in order to expand it.
*/
.mapboxgl-popup{
    min-width: 400px;
    min-height: 400px;
}
.left.collapsed {
    transform: translateX(-550px);
}

.right.collapsed {
    transform: translateX(295px);
}

.rightadd.collapsed {
    transform: translateX(392px);
}

#search{
    background: url("/assets/img/button/search.png");
    background-size: cover;
}

.hidden{
	display: none;
}

#custom-form{
	
	height: 100%;
	margin: 10px;
}

.ck-editor__editable {
    min-height: 250px;
    max-height: 500px;
}
.right-custom-body{
    font-size: 15pt;
    width: 100%;
	height:100%;
}

#add{
	display: block;
    width: 100%;
    text-align: center;
    margin-top: 15px;
}
#add_marker{
    background: url("/assets/img/button/settings.png");
    background-size: cover;
    margin-bottom: 330px;
}

.pop-title{
    width: 230px;
    float: left;
}
.pop-title h2{
    margin-bottom: 1px;
    font-size: 20px;
}

.pop-title span{
    font-size: 0.9em;
    color: #797979;
}
.weather{
    height: 55px;
    width: 150px;
    margin-right: 0;
    margin-top: 0;
    margin-left: auto;
    margin-bottom: auto;
    padding-top: 5px;
}
.temp{
    font-weight: bold;
    font-size: 14pt;
    display: block;
}
.time{
    font-size: 8pt;
}
.popup-header{
	height: 90px;
	width:100%;
}
.more{
	cursor: pointer;
    width: 100%;
    display: block;
    text-align: center;
    color: #797979;
	margin-top: 15px;
}
#close-leftside{
    margin: 5px;
    z-index: 999;
}

#edit-leftside{
    margin: 5px;
    z-index: 999;
}
.mapboxgl-popup-close{
    background-color: transparent;
    border: 0;
	font-size: 18px;
    border-radius: 0 3px 0 0;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 0;
}

.mapboxgl-popup-edit{
    background-color: transparent;
    border: 0;
    font-size: 18px;
	border-radius: 0 3px 0 0;
    cursor: pointer;
    position: absolute;
    right: 25px;
    top: -3.5px;
}
.leftsidebar-content{
    height: 100%;
    width: 100%;
}
.left-header-button-panel {
    width: 100%;
    height: 30px;
}
#clists li{
	cursor: pointer;
	color: #797979;
}

#clists li:hover{
	
	color: black;
}


.getlists{
	font-size: 9pt;
    margin: 10px;
	color:#797979;
}

.leftcontent{
    font-size: 13px;
    color: #000;
    max-height: 75%;
    overflow: auto;
    padding: 15px;
}
.ck-powered-by{
	display: none;
}

.leftsidebar-content-body img{
	height: 100%;
	width: 100%;
}

.image-style-align-right{
	float: right;
}

.image-style-align-left{
	float: left;
}

.mapboxgl-popup-delete{
	background-color: transparent;
    border: 0;
    font-size: 20px;
    font-weight: bold;
    border-radius: 0 3px 0 0;
    cursor: pointer;
    position: absolute;
    left: 0;
    top: -3.5px;
}


/* Defining the default content styles for the inline images.
This is what the newly inserted image without any
style-specific class will look like. */
.leftsidebar-content-body .image-inline {
    margin: 0 4px;
    vertical-align: middle;
    border-radius: 12px;
}
.leftsidebar-content-body .image-inline img {
    width: 24px;
    max-height: 24px;
    min-height: 24px;
    filter: grayscale(100%);
}

/* Defining the custom content styles for the images
placed on the side of the editing area. */
.leftsidebar-content-body .image.image-side {
    float: right;
    margin-right: -200px;
    margin-left: 50px;
    margin-top: -50px;
}
.leftsidebar-content-body .image.image-side img {
    width: 360px;
    height: 360px;
}

/* Defining the custom content styles for the images
placed on the editor margins. */
.leftsidebar-content-body .image-inline.image-margin-left,
.leftsidebar-content-body .image-inline.image-margin-right {
    position: absolute;
    margin: 0;
    top: auto;
}
.leftsidebar-content-body .image-inline.image-margin-left {
    left: calc( -12.5% - var(--icon-size) / 2 );
}
.leftsidebar-content-body .image-inline.image-margin-right {
    right: calc( -12.5% - var(--icon-size) / 2 );
}
.leftsidebar-content-body .image-inline.image-margin-left img,
.leftsidebar-content-body .image-inline.image-margin-right img {
    filter: none;
}
.leftsidebar-content-body-edit{
    font-size: 0.5em;
    color: #000;
    width: 100%;
	margin-top: 15px;
}
.subtitle {
	font-size: 12px;
}
.edit-form-button{
	position: absolute;
    bottom: 10px;
    right: 5px;
    height: 40px;
    font-size: 15px;
}
.edit-form-button-right{
	position: absolute;
    bottom: 10px;
    left: 5px;
    height: 40px;
    font-size: 15px;
}
.leftsidebar-content-header{
    text-align: center;
    height: 100px;
}

.leftsidebar-content-header .white{
    color: #fff;
    text-shadow: 1px 0px 7px rgb(0 0 0 / 50%), 1px 0px 7px rgb(0 0 0 / 50%), 0px 1px 7px rgb(0 0 0 / 50%);
}
.leftsidebar-content-header .black{
    color: #000;
}
.head-line{
    border-bottom: 1px solid #79797947;
    background: #fff;
    border-top: 1px solid #79797947;
    font-size: 0.5em;
    -webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.2);
    min-height: 25px;
	text-align: center;
}
.head-line p{
    margin: 2px;
    font-size: 0.75em;
}
.back-mask{
    position: absolute;
    top: 0;
    background: linear-gradient(0deg, rgba(255,255,255,1) 5%, rgb(255 255 255 / 76%) 40%, rgb(255 255 255 / 0%) 100%);
    left: 0;
    width: 100%;
    height: 170px;
}

.leftsidebar-content-header span{
   font-size: 10px;
}

.leftsidebar-content-header h2{
    font-size: 24px;
}

.ctrl-geocoder {
    width: 100%;
}

ul.suggestion {
    background-color: #fff;
    border-radius: 4px;
    left: 0;
    list-style: none;
    margin: 0;
    position: absolute;
    width: 100%;
    top: 110%;
    top: calc(100% + 6px);
    z-index: 1000;
    overflow: hidden;
    font-size: 15px;
}

.ctrl-geocoder, .ctrl-geocoder .suggestions {
    box-shadow: 0 0 10px 2px rgba(0,0,0,.1);
}

.ctrl-geocoder {
    font-size: 18px;
    line-height: 24px;
    font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, Helvetica, sans-serif;
    position: relative;
    background-color: #fff;
    width: 100%;
    min-width: 240px;
    z-index: 1;
    border-radius: 4px;
    transition: width .25s, min-width .25s;
}

.ctrl-geocoder, .ctrl-geocoder *, .ctrl-geocoder *:after, .ctrl-geocoder *:before {
    box-sizing: border-box;
}

.ctrl {
    clear: both;
    pointer-events: auto;
    transform: translate(0);
}

.ctrl-geocoder--icon-search {
    position: absolute;
    top: 13px;
    left: 12px;
    width: 23px;
    height: 23px;
}

.ctrl-geocoder--icon {
    display: inline-block;
    vertical-align: middle;
    speak: none;
    fill: #757575;
    top: 15px;
}

.ctrl-geocoder--input {
    font: inherit;
    width: 100%;
    border: 0;
    background-color: transparent;
    margin: 0;
    height: 50px;
    color: #404040;
    color: rgba(0, 0, 0, 0.75);
    padding: 6px 45px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.ctrl-geocoder .ctrl-geocoder--pin-right > * {
    z-index: 2;
    position: absolute;
    right: 8px;
    top: 7px;
    display: none;
}
.ck-editor__editable{
	max-height: 350px;
}
.ctrl-geocoder--button {
    padding: 0;
    margin: 0;
    border: none;
    cursor: pointer;
    background: #fff;
    line-height: 1;
}

@media screen and (min-width: 640px){
.ctrl-geocoder {
    width: 33.3333%;
    font-size: 15px;
    line-height: 20px;
    max-width: 360px;
}
.ctrl-geocoder--icon {
    top: 8px;
}
.ctrl-geocoder--icon-search {
    left: 7px;
    width: 20px;
    height: 20px;
}

.ctrl-geocoder--input {
    height: 36px;
    padding: 6px 35px;
}
}
