html {
  min-height: 100% !important;
}

.clear {
  clear: both;
}

#sidebar {
  display: none;
  width: 450px;
  height: 90%;
  z-index: 1000;
  overflow-x: hidden;
  clear: both;
}

#sidebar .card {
  background-color: transparent;
  border-style: none;
  background-color: rgba(0, 116, 115, 0.8);
}

#sidebar-hide-btn .fa {
  color: #fff;
}

.sidebar-wrapper {
  color: #fff;
}

.leaflet-popup-content {
  width: 320px !important;
  text-align: center;
}

.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
  background-color: rgba(16, 135, 155, 0.8);
}

.leaflet-popup-content-wrapper .table {
  color: #fff;
  margin-top: 30px;
}

#sidebar .card-header {
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 0px solid #fff;
  width: 100%;
  margin: 0 auto;
  background-color: transparent;
  background-image: url("src/img/slider-bg.png");
  background-repeat: no-repeat;
  background-position: left bottom;
  padding-bottom: 15px;
}

.content_map {
  padding: 0 50px;
}

#map {
  width: 100%;
  height: 500px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.content_map .navbar {
  margin-top: 0;
  margin-bottom: 15px;
}

.leaflet-popup-content-wrapper .table-bordered td,
.leaflet-popup-content-wrapper .table-bordered th {
  text-align: center;
  padding: 7px 3px;
}

.leaflet-container a.leaflet-popup-close-button {
  color: #555953;
  margin-right: 5px;
  left: 2px;
}

.leaflet-container a:hover.leaflet-popup-close-button {
  color: #6bbf4a;
}

.leaflet-popup-content-wrapper .table-bordered td a {
  color: #6bbf4a;
}

.leaflet-popup-content-wrapper .table-bordered td a:hover {
  color: #6bbf4a;
  text-decoration: none;
}

#sidebar .form-control {
  color: #fff;
  background-color: transparent;
  border-radius: 0;
  border-style: none;
  border-bottom: 1px solid #f7ff83;
  padding-right: 5px;
  font-size: 15px;
}

#sidebarContents .form-control::-webkit-input-placeholder {
  color: #f7ff83;
}

/* WebKit, Blink, Edge */
#sidebarContents .form-control:-moz-placeholder {
  color: #f7ff83;
}

/* Mozilla Firefox 4 to 18 */
#sidebarContents .form-control::-moz-placeholder {
  color: #f7ff83;
}

/* Mozilla Firefox 19+ */
#sidebarContents .form-control:-ms-input-placeholder {
  color: #f7ff83;
}

/* Internet Explorer 10-11 */
#sidebarContents .form-control::-ms-input-placeholder {
  color: #f7ff83;
}

/* Microsoft Edge */
#sidebar select.form-control option {
  background-color: rgba(16, 135, 155, 0.9);
}

#sidebar .form-control:focus {
  box-shadow: none;
}

#sidebar select.form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; /* remove default arrow */
  background: url(/dist/img/map/select-arrow.png) no-repeat 6px 10px; /* add custom arrow */
  padding: 0;
  padding-right: 5px;
}

#sidebar select.form-control:focus {
  background: url(/dist/img/map/select-arrow.png) no-repeat 6px 10px; /* add custom arrow */
}

#sidebar select::-ms-expand {
  display: none; /* hide the default arrow in ie10 and ie11 */
}

#sidebar label {
  font-size: 14px;
}

/* target Internet Explorer 9 to undo the custom arrow */
@media screen and (min-width: 0\0) {
  #sidebar select.form-control {
    background: none \9;
    padding: 5px \9;
  }
}

.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_filter,
.dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_processing,
.dataTables_wrapper .dataTables_paginate {
  color: #fff;
}

div.dataTables_wrapper div.dataTables_info {
  padding-top: 8px;
  white-space: nowrap;
  width: 100%;
  text-align: left;
}

div.dataTables_wrapper div.dataTables_filter input,
div.dataTables_wrapper div.dataTables_filter input:focus {
  margin-left: 0.5em;
  display: inline-block;
  width: 100%;
  margin-right: 5px;
  background-color: transparent;
  border: solid 1px #f7ff83;
  color: #fff;
  padding-right: 5px;
}

#tblQueryResults_filter {
  width: 100%;
}

#sidebar table.dataTable thead .sorting_desc::after {
  content: "\e156";
  color: #fff;
  opacity: 1;
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
  position: absolute;
  min-width: 200px;
}

.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
  color: #464343;
}

.leaflet-bar a {
  transition: 0.3s;
}

.leaflet-bar a,
.leaflet-bar a:hover,
a .leaflet-control-zoom-out {
  background-color: transparent;
}

.leaflet-control-geocoder-alternatives li:hover {
  background-color: rgba(16, 135, 155, 0.7);
}

.leaflet-control-geocoder-address-context {
  color: #fdff83;
}

/*.leaflet-top {top: 0px;}*/
table.dataTable thead th {
  border-bottom: none;
  border-top: none;
}

.table-hover tbody tr:hover {
  color: #fff;
}

table.dataTable.no-footer {
  border-bottom: transparent;
}

table.dataTable thead .sorting::after {
  opacity: 1;
  content: "\e150";
  color: #fff;
}

.leaflet-bar a.leaflet-disabled {
  cursor: default;
  background-color: #81c9d5;
}

table.dataTable thead .sorting {
  background-image: none;
}

table.dataTable.table-condensed > thead > tr > th {
  padding-right: 25px !important;
}

.btn-outline-dark {
  color: #ffffff;
  border-color: #ffffff;
}

table.dataTable thead {
  background-color: rgba(31, 30, 36, 0.9);
  border-style: none;
  color: #fff;
}

table.dataTable thead .sorting_asc {
  background-image: none !important;
  color: #fff;
  opacity: 1;
}

/* === New Styles === */
#btnRunQuery {
  position: relative;
  min-width: 101px;
  color: #fff;
  font-size: 15px;
}

.dropdown-item .fa {
  color: #065b68;
  font-size: 18px;
}

#sidebarTitle {
  font-size: 18px;
}

.dropdown-item {
  color: #094d57;
  font-size: 15px;
}

.dropdown-item:hover {
  color: #216f7b;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current {
  background-image: none;
  border-style: none;
  background-color: #fff;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  background-image: none;
  border-style: none;
  background-color: #ccc;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
  background-image: none;
  border-style: none;
  color: #fff !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  background-image: none;
  border-style: none;
  background-color: #ccc;
  color: #000 !important;
}

/*==============================================================*/

.leaflet-bar {
  border: 1px solid #fff;
  float: left;
  box-shadow: none;
  background-color: #fff;
  border-radius: 0;
  margin-right: 5px;
}

.leaflet-bar a,
.leaflet-bar a:hover {
  width: 30px;
  height: 30px;
  line-height: 30px;
  background-color: rgba(0, 116, 115, 0.9);
  color: #fff;
}

/*==============================================================*/

.centerAlignText {
  text-align: center;
}

.rightAlignText {
  text-align: right;
}

.margin-5-all {
  margin: 5px;
}

hr {
  background: white;
}

.leaflet-top.leaflet-right .leaflet-control {
  clear: none;
}

.esri-dynamic-attribution {
  color: #000000;
}

.leaflet-control-search.search-exp {
  width: 30vw;
  border: none;
}

.leaflet-control-search .search-input {
  color: #000000;
  min-width: 85px;
  width: 95%;
  height: 35px;
  border: 1px solid #fff;
  border-radius: 0;
  position: relative;
}

#sidebar {
  height: 85%;
}

.sidebar-wrapper {
  height: 90%;
}

#tblQueryResults td {
  color: #000000;
}

#tblQueryResults .feature-row:hover td {
  color: #ffffff;
  background-color: #2e2e2e;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
  padding: 0.25em 0.75em;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  background-color: #ffffff;
}

#btnRunQuery {
  float: left;
  margin-left: unset;
  margin-top: 5px;
}

#queryDrawControlHelp {
  position: unset;
  color: #ffffff;
  float: left;
  margin-left: 10px;
  margin-top: 5px;
}

.leaflet-control-search .search-tooltip {
  width: 100%;
  max-height: 300px;
  padding-right: 0;
  left: 0;
  right: auto;

  background-color: transparent;
  border-style: none;
  background-color: rgba(16, 135, 155, 0.8);
}

.search-tip {
  white-space: normal !important;
}

body {
  padding-top: 0 !important;
}

.firstBlockUnderNavbar {
  position: absolute;
  top: 60px;
  width: inherit;
  z-index: 1000;
}

.rightPanelButton {
  float: right;
  background-color: transparent;
  border-style: none;
  background-color: rgba(16, 135, 155, 0.8);
  margin-right: 10px;
}

#searchCard {
  background-color: transparent;
  border-style: none;
  background-color: rgba(16, 135, 155, 0.8);
  position: relative;
  z-index: 1000;
  top: 0 !important;
  right: 1%;
  width: 50%;
}

#searchPlaceholder {
  width: 100%;
}

.leaflet-top {
  top: 5px !important;
}

.secondBlockUnderNavbar {
  display: none;
  position: absolute;
  top: 100px;
  width: inherit;
  z-index: 900;
}

#rightPanelControlsCard {
  background-color: transparent;
  border-style: none;
  background-color: rgba(16, 135, 155, 0.8);
  position: relative;
  z-index: 1000;
  top: 0 !important;
  right: 1%;
  width: 35%;
  margin-right: 50px;
  margin-top: 10px;
  padding: 5px;
}

#PopupHeaderTitle {
  margin-right: 10px;
}

/*====== This should be handled in a better way ======*/
.marker-cluster-medium,
.marker-cluster-large,
.leaflet-oldie .marker-cluster-small,
.leaflet-oldie .marker-cluster-medium,
.leaflet-oldie .marker-cluster-large {
  background-color: rgba(181, 226, 140, 0.6);
}

.marker-cluster-medium div,
.marker-cluster-large div,
.leaflet-oldie .marker-cluster-small div,
.leaflet-oldie .marker-cluster-medium div,
.leaflet-oldie .marker-cluster-large div {
  background-color: rgba(110, 204, 57, 0.6);
}

@font-face {
  font-family: "TheSansArabic-Light";
  src: url("/src/fonts/TheSansArabic-Light.eot");
  src: local("☺"), url("/src/fonts/TheSansArabic-Light.woff") format("woff"),
    url("/src/fonts/TheSansArabic-Light.ttf") format("truetype"),
    url("/src/fonts/TheSansArabic-Light.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "TheSansArabic-Plain";
  src: url("/src/fonts/TheSansArabic-Plain.eot");
  src: local("☺"), url("/src/fonts/TheSansArabic-Plain.woff") format("woff"),
    url("/src/fonts/TheSansArabic-Plain.ttf") format("truetype"),
    url("/src/fonts/TheSansArabic-Plain.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

body {
  font-family: "TheSansArabic-Light";
}

.content_map .bg-info {
  background-color: transparent !important;
}

.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
  background-color: rgba(255, 255, 255, 1);
  border-radius: 0;
}

.btn.btn-danger {
  font-size: 10px;
  padding: 5px;
}

.btn-danger {
  color: #fff;
  border-color: transparent;
  height: 50px;
  font-family: "TheSansArabic-Plain";
  background: transparent;
  background-repeat: no-repeat;
  background-image: url("src/img/btn-bg.png");
  background-position: center;
  transition: 0.5s;
  border-radius: 0px;
  max-height: 70px;
  max-width: 270px;
}

.btn-danger:hover,
.btn-danger:focus {
  border-color: transparent;
  color: #e2e2e2;
  outline: none;
  box-shadow: none;
}

.leaflet-popup-content .btn-danger .fa {
  color: #fff;
}

.leaflet-popup-content .fa,
.leaflet-popup-content .far,
.leaflet-popup-content .fas {
  color: #088482;
}

.leaflet-touch .leaflet-bar {
  border-style: none;
}

.growl.growl-warning {
  color: #fff;
  background: rgba(8, 132, 131, 0.8);
}

.rightPanelButton {
  color: white;
}

.rightPanelButton:hover {
  color: #6bbf4a;
}

.rightPanelButton select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: rgba(0, 0, 0, 0.5);
  background: url(img/select-arrow.png) no-repeat 6px 10px;
  padding: 0;
  padding-right: 5px;
  border-style: none;
  border-radius: 0px;
}

.btn-warning {
  background-color: #fff;
  border-color: #fff;
  max-height: 70px;
}

/*** 25/1/2020 ***/
@font-face {
  font-family: "TheSansArabic-Light";
  src: url("fonts/TheSansArabic-Light.eot");
  src: local("☺"), url("fonts/TheSansArabic-Light.woff") format("woff"),
    url("fonts/TheSansArabic-Light.ttf") format("truetype"),
    url("fonts/TheSansArabic-Light.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "TheSansArabic-Plain";
  src: url("fonts/TheSansArabic-Plain.eot");
  src: local("☺"), url("fonts/TheSansArabic-Plain.woff") format("woff"),
    url("fonts/TheSansArabic-Plain.ttf") format("truetype"),
    url("fonts/TheSansArabic-Plain.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

body {
  font-family: "TheSansArabic-Light";
}

.image-wrapper {
  width: 75px;
  height: 75px;
  position: relative;
  border: 3px solid #fff;
  overflow: hidden;
}

.card-title {
  text-align: center;
  font-weight: bold;
  margin-top: 5px;
}

.leaflet-container {
  font-family: "TheSansArabic-Light";
}

.popup-bar {
  min-height: 80px;
  background-color: #088482;
  width: 100%;
  color: #fff;
  padding-left: 0px;
  padding-right: 0px;
  margin-left: 0px;
  margin-right: 0px;
  padding-top: 7px;
  padding-bottom: 7px;
}

.popup-icon {
  font-size: 25px;
  color: #fff;
  max-height: 60px;
  margin: 0 auto;
  text-align: center;
}

.popup-icon img {
  width: 24px;
}

.popup-icon .fa {
  color: #fff;
}

.leaflet-popup-content a:hover {
  text-decoration: none;
}

.popup-bar h4 {
  font-size: 11px;
  font-weight: bold;
  text-align: center;
}

.popup-bar h3 {
  font-size: 12px;
  font-weight: bold;
  text-align: center;
}

.clear {
  clear: both;
}

.leaflet-popup-content .centerAlignText,
.leaflet-popup-content .centerAlignText {
  margin-top: 15px;
  margin-bottom: 15px;
  text-align: right;
  color: #088482;
  font-size: 14px;
  font-weight: bold;
  padding-right: 10px;
}

.leaflet-popup-content .btn-danger {
  max-height: 40px;
  max-width: 166px;
}

select.leaflet-bar {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; /* remove default arrow */
  background: url(src/img/select-arrow.png) no-repeat 6px 10px; /* add custom arrow */
  padding: 0;
  background-color: #fff;
  min-width: 90px;
  width: max-content;
  padding-right: 5px;
  padding-left: 20px;
  font-weight: bold;
  border-radius: 3px;
}

select.leaflet-bar:focus {
  background-color: #fff;
}

select::-ms-expand.leaflet-bar {
  display: none; /* hide the default arrow in ie10 and ie11 */
}

.leaflet-control-search .search-button {
  border-radius: 0px;
  position: absolute;
  top: 9px;
  left: 5px;
  z-index: 1;
}

.search-button:hover {
  background: url("/img/plugins/leaflet-search/search.png") no-repeat 4px 4px
    #fff !important;
}

.leaflet-popup-content {
  margin: 0;
}

.leaflet-popup-content-wrapper {
  padding: 0;
  padding-top: 25px;
  padding-bottom: 13px;
  overflow: hidden;
}

.leaflet-bar a {
  background: rgba(0, 116, 115, 0.9);
  color: #fff;
}

.leaflet-container a.leaflet-popup-close-button {
  right: unset;
}

.popup-header-bg {
  height: 55px;
  padding-right: 20px;
}

.popup-header-bg:after {
  content: "";
  background-image: url(src/img/popup-header-bg.png);
  background-repeat: no-repeat;
  height: 24px;
  width: 100%;
  background-position: left 15px bottom 2px;
}

#municipalityLogo {
  margin-right: -25px;
  width: 48px;
}

.leaflet-control-search .search-tip {
  line-height: 40px;
}

.leaflet-control-search .search-tip {
  background-color: #fff;
}

.leaflet-control-search .search-tip-select,
.leaflet-control-search .search-tip:hover {
  background-color: #007473;
  color: #fff;
}

.filterButton {
  z-index: 1000;
  position: absolute;
  margin-top: 14px;
  left: 10px;
  /*background-color: transparent;*/
  border-color: transparent;
  box-shadow: none;
  background: rgba(0, 0, 0, 0.5);
}

#searchPlaceholderMobile {
  z-index: 1000;
  position: absolute !important;
  right: 20px;
  width: 80vw;
  margin-top: 10px;
}

#searchPlaceholderMobile div input,
#searchPlaceholderMobile div ul {
  width: 85%;
}

.saudiaLabel {
  width: 500px;
  font-size: 15px;
  font-weight: bolder;
  text-shadow: 5px 5px 5px 5px #ffffff;
}

.leaflet-div-icon {
  width: 500px;
  background: transparent;
  border: transparent;
}

/* ------------ mobile popup ------------------*/

#lab-slide-bottom-popup {
  height: 30%;
  bottom: 0;
  top: unset;
  min-height: 342px;
}

.modal.fade.in .lab-modal-body {
  bottom: 0;
  opacity: 1;
}

.lab-modal-body h1 {
  font-size: 4rem;
}

.lab-modal-body p {
  margin: 0 0 1.62rem 0;
  line-height: 1.62;
  font-weight: 300;
  font-size: 1.62rem;
  color: #666;
}

.lab-modal-body {
  position: relative;
  margin: 0;
  padding: 5px;
  max-width: 100%;
  height: 100%;
  background-color: rgb(248, 250, 247);
  border: 1px solid #bebebe;
  -webkit-transition: opacity 0.3s ease-out, bottom 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out, bottom 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out, bottom 0.3s ease-out;
  transition: opacity 0.3s ease-out, bottom 0.3s ease-out;
}

#lab-slide-bottom-popup .close {
  margin-top: -20px;
  margin-right: -20px;
  text-shadow: 0 1px 0 #ffffff;
}

#lab-slide-bottom-popup .modal-body {
  padding: 0;
}

#lab-slide-bottom-popup a .fa {
  color: #088482;
}

/* ------------ end mobile popup --------------*/

.modal-header {
  border-bottom: none;
}

.lab-modal-body,
.modal-content {
  border: none;
}

.modal-header {
  display: block;
}

.animate-bottom {
  position: fixed;
  animation: animatebottom 0.6s;
}

@keyframes animatebottom {
  from {
    bottom: -300px;
    opacity: 0;
  }
  to {
    bottom: 0;
    opacity: 1;
  }
}

#queryWidget-btn {
  position: absolute;
  right: 60px;
  margin-top: 5px;
  z-index: 9999;
  border-radius: 0;
  background-color: rgba(31, 30, 36, 0.9);
  border: none;
}

/*** 1/2/2020  Hossam  ***/
@media (max-width: 601px) {
  .header-logo {
    min-height: 109px;
    background-image: url(src/img/header-logo600.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100%;
    margin: auto 25px;
  }
}

@media (min-width: 801px) and (max-width: 1600px) {
  .header-logo {
    min-height: 109px;
    background-image: url(src/img/header-logo1600.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100%;
    margin: auto 25px;
  }
}

@media (min-width: 1601px) {
  .header-logo {
    min-height: 109px;
    background-image: url(src/img/header-logo1920.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100%;
    margin: auto 25px;
  }
}

@media (max-width: 992px) {
  #container {
    margin-top: 109px;
    position: absolute;
    height: 100%;
  }
}

#sidebar-hide-btn {
  margin-top: -10px;
  margin-left: 10px;
  left: -62px;
  position: relative;
  top: -10px;
}

#exportButtons {
  text-align: center;
}

#exportButtons div.dt-buttons {
  margin: 5px auto;
  float: unset;
}

.buttons-csv {
  background: url(images/bg_btn_green.png) #6bc048 no-repeat;
  background-size: contain;
}

.buttons-csv:hover {
  background: url(images/bg_btn_green.png) #278700 no-repeat;
  background-size: contain;
}

/*** mobile popup  ***/

#filterModal .modal-content {
  border: none;
  background-color: rgba(31, 30, 36, 0.9);
  color: #fff;
}

#filterModal .modal-content .btn-danger {
  color: #fff;
  border-color: transparent;
  height: 38px;
  font-family: "TheSansArabic-Plain";
  background: transparent;
  background-repeat: no-repeat;
  background-image: url("src/img/btn-bg.png");
  background-position: center;
  transition: 0.5s;
  border-radius: 0px;
  max-width: 95px !important;
  background-size: cover;
  margin: 0 auto;
  font-size: 15px;
}

#filterModal .modal-footer {
  border-top: 1px solid #4f4f53;
}

/*** 5/2/2020   Hossam   ***/
.dataTables_wrapper {
  width: 430px;
  right: -5px;
}

.table.dataTable {
  width: 430px !important;
}

@media (max-width: 991px) {
  .modal-title {
    font-size: 23px;
  }

  .modal-header {
    padding-top: 14px;
    padding-bottom: 0px;
  }

  .modal-dialog-centered {
    width: 300px;
    margin: 0 auto;
  }

  html,
  body,
  body > section > .container,
  body > section > .container > .wrapper,
  body > section > .container > .wrapper .bg_wrapper,
  #map {
    height: 100%;
  }

  body > section {
    height: calc(100% - 9.2em);
  }
}

.lang:hover {
  background: rgba(31, 30, 36, 0.75);
}

.lang a {
  text-decoration: none;
  color: #57c048;
  transition: 0.5s;
}

.lang a:hover,
.lang a:focus {
  text-decoration: none;
  color: #47f12f;
}

.leaflet-control-search .search-button:hover {
  background: url("img/plugins/leaflet-search/search.png") no-repeat 4px 4px
    #fff !important;
}

#ajaxLoading {
  display: none;
  background: url(/dist/img/map/loading-bar.gif) no-repeat top center;
  min-height: 15px;
  width: 100%;
  position: absolute;
}

#municipalitiesPlaceholderMobile {
  position: unset !important;
}

#activitiesPlaceholderMobile {
  padding-right: 5px;
}

#activitiesPlaceholderMobile > .container {
  padding: 0;
}

#activitiesPlaceholderMobile .leafletPropertyFilter.leaflet-bar {
  width: 100%;
}

.leaflet-draw-toolbar .leaflet-draw-draw-polygon {
  background-image: url(images/spritesheet.png);
}

#PopupHeaderTitle,
#lab-slide-bottom-popup h4.centerAlignText {
  margin-top: 15px;
  margin-bottom: 15px;
  text-align: right;
  color: #088482;
  font-size: 14px;
  font-weight: bold;
  padding-right: 10px;
}

.noMaxWidthHeight {
  max-width: unset !important;
  max-height: unset !important;
}

.leaflet-control-locate,
.leaflet-control-locate.active.following a,
.leaflet-control-locate.active a {
  color: #ffffff;
}

.content_map .btn-danger {
  border-radius: 50px;
}

.leaflet-top.leaflet-left,
.query-widget-container {
  height: 100%;
}

.query-widget-filter-btn,
.query-widget-filter-btn:hover {
  border-radius: 0;
  background-color: rgba(31, 30, 36, 0.9);
  border: none;
  color: #ffffff;
  float: left;
}

#btnRunQuery {
  float: left;
  margin-left: unset;
  margin-top: 5px;
  position: relative;
  min-width: 101px;
  color: #fff;
  font-size: 15px;
  background: url(../images/bg_btn_green.png) #6bc048 no-repeat;
  background-size: contain;
}
