.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}
#list li.active {
    color: #fff;
}
input[readonly] {
    cursor: no-drop;
    color:#8b8b8b;
}
input#inputMapShortcode {
    cursor: text;
}
#fieldsList {
    max-height: 530px;
    overflow-y: auto;
    padding-right: 10px;
}
#fieldsList::-webkit-scrollbar {
  width: 8px;
}

#fieldsList::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 10px;
}

#fieldsList::-webkit-scrollbar-thumb {
  background: #d8d8d8;
  border-radius: 10px;
}
#map {
	height: 80vh;
	width: 100%;
    overflow:hidden;
}
#maplistcontent div.dataTables_wrapper div.dataTables_filter input {
    background-color: transparent;
    border: 0px;
    border-radius: 0px;
    border-bottom: 1px solid #fff;
    color: #fff;
    box-shadow: none !important;
    outline: none !important;
}
#maplistcontent #map {
    border-radius: 10px;
}
#maplistcontent .dataTables_scrollBody::-webkit-scrollbar {
  height: 10px;
}
#maplistcontent .dataTables_scrollBody::-webkit-scrollbar-track {
  background: #9f9f9f;
  border-radius:10px;
}
#maplistcontent .dataTables_scrollBody::-webkit-scrollbar-thumb {
  background: #fff;
  border-radius:10px;
}
#maplistcontent .dataTables_scrollBody::-webkit-scrollbar-thumb:hover {
  background: #eaeaea;
}
#maplistcontent .table-hover tbody tr {cursor: pointer;}
#maplistcontent .table-hover tbody tr:hover {
    color:#fff;
    background-color:rgba(0, 0, 0, 0.3);
}
#maplistcontent table {
    background-color: transparent;
    color: #fff;
}
#maplistcontent h5:not(.modal-title) {
    color: #6eb7f6;
}
.modal {top:30px;}
#maplistcontent #save_map #map {
    height: 300px;
    border-radius:10px;
    overflow: hidden;
}
#list li {
    color:#000;
}
#maplist li a.active {
    background-color: #464d53;
    color: #fff;
}
#maplistcontent .modal {
    color: #000;
}
#maplist li a {
    color: #000;
    outline: none !important;
    box-shadow: none !important;
    border:0px;
}
.input-group-text {
    width: inherit;
    height: inherit;
    cursor: pointer;
}
#mapDIV .list_right .close_list {display: none;}
#mapDIV .map_left {
    float: left;
    width: 80%;
    height: 100vh;
    position:relative;
}
#mapDIV .map_left .toggle_full span {
    font-size: 18px;
    line-height: 40px;
    margin: 0px;
    width: inherit;
    height: inherit;
}
#mapDIV .list_right h4, #mapDIV .list_right hr {
    display: none;
}
button {
    padding: .15rem .5rem !important;
    font-weight: 100 !important;
    line-height: inherit !important;
    border-radius: 3px !important;
}
#mapDIV #map {
    height: 100vh;
}
#mapDIV #listLocations .list-group-item.active, #mapDIV #list li:hover {
    background-color: #16aa74;
    border-color: #16aa74;
}
#mapDIV #listLocations .list-group-item {
    background-color: rgba(255, 255, 255, 0.30196078431372547);
}
#mapDIV #listLocations .title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
}
div#mapDIV {
    margin-bottom: -16px;
}
#mapDIV .list_right {
    float: right;
    width: 20%;
    margin: 0px;
    padding: 0px;
    position:relative;
    background-color: #fff;
}
#mapDIV .list_right:before {
    content: '';
    position: absolute;
    width: 30px;
    height: 100%;
    z-index: 999;
    margin-left: -30px;
    background: rgb(0,0,0);
    background: linear-gradient(270deg, rgba(0,0,0,0.4990371148459384) 0%, rgba(255,255,255,0) 100%);
}
#mapDIV .list_right #listLocations {
    margin: 0px;
    padding: 0px;
}
#mapDIV .list_right #list {
    max-height: 100vh;
}
#mapDIV .list_right #listLocations li {
    border-radius: 0px;
}
.wp-admin select {
    height: calc(1.5em + .75rem + 2px);
    line-height: 1.5;
    padding: .375rem .75rem;
}
.disabled {
    pointer-events: none !important;
}
span.map_delete {
    background-color: #dc3545;
    color: #fff;
    border-left: 0px;
    border-top: 0px;
    border-bottom: 0px;
    border-right: 0px;
    border-radius: 0px 5px 5px 0px !important;
}
span.shortcode_copy {
    background-color: #17a2b8;
    color: #fff;
    border-left: 0px;
    border-top: 0px;
    border-bottom: 0px;
    border-right: 0px;
    border-radius: 0px 5px 5px 0px !important;
}
.leaflet-pane.leaflet-shadow-pane {display: none !important;}
#map .color_description {
    z-index: 999;
    position: absolute;
    top: 10px;
    right: 30px;
    margin: 0;
    list-style-type: none;
}
@media (max-width: 768px) {
    #map .color_description {
        right:10px;
        top:inherit;
        bottom:10px;
    }
}
#map .color_description li {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
    justify-content: flex-end;
}
#map .color_description li span {
    width: 14px;
    height: 14px;
    margin-right: 5px;
    border-radius: 100%;
}
#map .color_description li span.color_green {
    background-color: #1deb1d;
}
#map .color_description li span.color_purple {
    background-color: #790d79;
}
#map .color_description li span.color_ciel {
    background-color: #02ecec;
}
#map .color_description li span.color_yellow {
    background-color: #ffff75;
}
#map .color_description li span.color_red {
    background-color: #ff0101;
}
#list {
    max-height: 80vh;
    overflow: auto;
}

#list::-webkit-scrollbar {
  width: 8px;
}

#list::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 10px;
}

#list::-webkit-scrollbar-thumb {
  background: #3388ff;
  border-radius: 10px;
}

#list li {
	cursor: pointer;
}

#list li:hover {
    z-index: 2;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}

#list li.active .actions {
	display: inline;
}

#list li .actions {
	display: none;
}

#list li .actions .action-delete {
	margin-right:.5rem;
}

#locationInfo form input {
    width:100%;
}

#locationInfo form #location_save span {
    display: none;
}

#list li.new-item {
    animation: newitem 1s;
    -webkit-animation: newitem .5s;
    animation-iteration-count: 3;
    -webkit-animation-iteration-count: 3;
}

@-webkit-keyframes newitem {
    0% {box-shadow: 0px 0px 5px 0px rgb(0, 123, 255, 0);}
    50% {box-shadow: 0px 0px 5px 0px rgb(0, 123, 255, 1);}
    100% {box-shadow: 0px 0px 5px 0px rgb(0, 123, 255, 0);}
}

@keyframes newitem {
    0% {box-shadow: 0px 0px 5px 0px rgb(0, 123, 255, 0);}
    50% {box-shadow: 0px 0px 5px 0px rgb(0, 123, 255, 1);}
    100% {box-shadow: 0px 0px 5px 0px rgb(0, 123, 255, 0);}
}

#map .location_active_open {
    fill: green !important;
    fill-opacity: 0.5;
    background-color: green !important;
}

.leaflet-div-icon {
    width: 10px !important;
    height: 10px !important;
    margin-left: -5px !important;
    margin-top: -5px !important;
}
.nav-over {
    max-width: 90%;
    overflow: hidden;
    float: left;
}
.navigators {
    display: inline-block;
    width: 10%;
    margin-top:10px;
}
#maplist {
    float: left;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    position:relative;
    left:0;
}
#maplist .nav-item {
    margin-bottom: -1px;
    display: inline-block;
    float: none;
}
.navigators .navigator {
    display: inline-block;
    cursor: pointer;
    text-align: center;
}
#maplist button span, #maplistcontent button span {
    line-height: 28px;
}

.map-header {
    float: left;
    width: 100%;
    margin-bottom: 15px;
    padding-bottom: 5px;
    border-bottom: 1px solid #dee2e6;
    padding-top: 10px;
}
button span {
    line-height: inherit !important;
}
#maplistcontent {
    float: left;
    width: 100%;
    min-height: 400px;
    position: relative;
    border-radius: 0px 0px 10px 10px;
    padding: 20px;
    background-color: #464d53;
    color: #fff;
}
#mapDIV .map_left .toggle_full {
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 999;
    height: 40px;
    background-color: #16aa74;
    border-radius: 25px;
    color: #fff;
    text-align: center;
    display: none;
    padding: 0px 15px;
    line-height: 40px;
    cursor:pointer;
    font-size:14px;
}
*.loading:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.55);
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background-image: url(images/loading.svg);
    background-size: 80px;
    background-repeat: no-repeat;
    background-position: center center;
    z-index:9999;
}

input[type=number] {
    height: inherit;
    line-height: inherit;
}

input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}

.create_map button .spinner-border {
    display: none;
}

@media(max-width: 768px) {
    #mapDIV #map, #mapDIV .map_left {
        width:100%;
    }
    #mapDIV .list_right {
        position: fixed;
        top: 0px;
        width: 100%;
        z-index: 9999;
        left: -100%;
        right: 0px;
        bottom: 0px;
        height: 100%;
        transition:.3s all ease-in-out;
        padding: 0px 30px;
    }
    #mapDIV .list_right .close_list {
        width: 30px;
        height: 30px;
        background-color: #d50000;
        text-align: center;
        font-size: 18px;
        color: #fff;
        border-radius: 15px;
        line-height: 30px;
    }
    #mapDIV .list_right:before {
        display: none;
    }
    #mapDIV .list_right h4, #mapDIV .list_right hr {
        display: block;
    }
    #mapDIV .list_right.active {
        left:0%;
    }#mapDIV .list_right #listLocations li {
        margin-bottom:20px;
    }
    #mapDIV .map_left .toggle_full {display:block;}
}