div.q-map-dashboard * {
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  box-sizing: content-box;
}

.q-map-dashboard input[type='checkbox'] {
  box-sizing: border-box;
}

div.q-map-dashboard {
  position: absolute;
  z-index: 4;
  background: #ffffff;
  padding: 0.3em;
  margin: 0.5em 0 0 0.5em;
  color: #444;
  cursor: default;
  box-sizing: content-box;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  border-radius: 2px;
  font-size: 11px;
}

div.q-map-dashboard .q-map-div {
  display: none;
  /*display: inline;
    position: relative;
    border-left: 1px solid #c0c0c0;
    margin: 0 1em;
    height: 100%;
    width: 1px; */
}

div.q-map-dashboard > div,
div.q-map-dashboard > span {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

div.q-map-dashboard > div.q-map-drop-menu.open-drop-menu > .q-map-menu > * {
  visibility: visible;
}

div.q-map-dashboard
  > div.q-map-drop-menu
  > .q-map-menu-container
  > .q-map-menu {
  display: block;
  max-width: none;
  position: relative;
  background: #fff;
  padding: 1em;
  z-index: 1;
  font-family: sans-serif;
  font-family: inherit;
  font-size: 11px;
  max-height: 370px;
  min-height: 0px;
  border-radius: 2px;
  margin: 0;
}

div.q-map-dashboard > div.q-map-drop-menu > .q-map-menu-container {
  max-height: 0px;
  position: absolute;
  top: 36px;
  left: 0;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  text-align: left;
}
div.q-map-dashboard
  > div.q-map-drop-menu.open-drop-menu
  > .q-map-menu-container {
  max-height: 1000px;
}

div.q-map-dashboard > div.q-map-drop-menu ul.q-map-menu {
  list-style: none;
}

div.q-map-dashboard > div.q-map-drop-menu ul.q-map-menu li {
  padding: 3px 5px;
  border: 1px solid transparent;
  margin: 3px 0;
  white-space: nowrap;
}

div.q-map-dashboard > div.q-map-drop-menu ul.q-map-menu li:hover {
  background-color: #cfeff7;
}

div.q-map-dashboard > div.q-map-drop-menu .q-map-search-pane.q-map-menu {
  white-space: nowrap;
}

div.q-map-dashboard
  > div.q-map-drop-menu.open-drop-menu
  > .q-map-layerList.q-map-menu {
  margin: 0px;
}

div.q-map-dashboard > .q-map-btn {
  border: 1px solid transparent;
  padding: 0.5em;
  min-width: 25px;
}

.q-map-btn {
  text-align: center;
}

div.q-map-dashboard > .q-map-btn:hover {
  background-color: #f7f7f7;
  cursor: pointer;
}

div.q-map-dashboard > .q-map-btn:active {
  background-color: #f7f7f7;
}

div.q-map-dashboard > .q-map-btn.disabled {
  border: 1px solid transparent;
  background-color: #c0c0c0;
  cursor: default;
  opacity: 0.5;
}

div.q-map-dashboard > div.q-map-drop-menu.open-drop-menu {
  border: 1px solid transparent;
  background-color: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

div.q-map-dashboard .q-map-search-input {
  width: 190px;
  padding: 2px;
  color: #444;
}

div.q-map-dashboard .q-map-search-button {
  margin-left: 2px;
  vertical-align: bottom;
  width: 26px;
  height: 21px;
  padding: 0px;
  height: 17px;
  border: 2px solid #c0c0c0;
  background-color: #c0c0c0;
}

.q-map-dashboard .q-map-menu-container .q-map-search-button,
.q-map-dashboard .q-map-menu-container .q-map-search-input {
  font-size: 11px !important;
}

div.q-map-dashboard > .q-map-types {
  padding: 4px;
  border: 1px solid transparent;
  font-family: sans-serif;
  font-family: inherit;
  font-size: 10px;
  margin-right: 0.6em;
  text-transform: capitalize;
}

div.q-map-dashboard > .q-map-types .q-map-menu-container {
  top: 28px !important;
  left: -2px;
}

div.q-map-dashboard > .q-map-types .q-map-menu li.disabled {
  background: #f7f7f7;
  color: #c0c0c0;
}

div.q-map-dashboard > .q-map-types .q-map-menu li.disabled:hover {
  border: 1px solid transparent;
  cursor: default;
}

.q-map-menu-li-inline {
  display: inline;
}

div.q-map-dashboard > .q-map-layers .q-map-layerList {
  min-height: 80px;
  overflow-y: auto;
  overflow-x: hidden;
}

div.q-map-dashboard > .q-map-layers .q-map-layerList > li {
  background-image: none;
  padding-left: 20px !important;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

div.q-map-dashboard > .q-map-layers .q-map-layerList > li.selected:before {
  content: '\2713';
  position: absolute;
  left: 0.6em;
  margin-left: 0.7em;
  font-weight: bold;
  font-size: 1.2em;
}

.q-map-dashboard-type-selected:after {
  content: '\2713';
  margin-left: 3px;
  font-weight: bold;
  font-size: 1.2em;
}

.q-map-type-label,
.q-map-types span {
  font-size: 11px;
}

.q-map-type-label {
  margin-left: 0.6em;
}

/* polygon editor */

.q-map-polygon-editor-infobox {
  margin-right: 25px;
}

.q-map-polygon-editor-infobox p,
#q-map-polygon-editor-attr-container {
  margin: 15px 10px;
}

.q-map-polygon-editor-infobox a.q-map-polygon-cmd {
  display: inline-block;
  width: 45px;
  margin: 0;
  padding: 0;
  opacity: 0.8;
  text-align: center;
}
.q-map-polygon-editor-infobox a.q-map-polygon-cmd img {
  height: 20px;
  width: 20px;
}

.q-map-polygon-editor-infobox a.q-map-polygon-cmd:hover {
  opacity: 1;
}

.q-map-polygon-editor-infobox a.q-map-polygon-cmd span {
  display: block;
}

.q-map-polygon-editor-infobox label,
.q-map-polygon-editor-infobox label span {
  display: block;
}

.q-map-polygon-editor-infobox input.q-title-input {
  width: 350px;
}

#q-map-polygon-editor-attr-edit {
  max-height: 80px;
  overflow: auto;
  border: 1px solid #c0c0c0;
  background-color: #fff;
}
#q-map-polygon-editor-attr-edit input {
  display: inline-block;
  margin: 0;
  border: none;
  width: 40%;
  padding: 2px;
  outline: none !important;
}
.q-map-polygon-editor-attr-item {
  border-bottom: 1px solid #c0c0c0;
}
.q-map-polygon-editor-attr-item:last-child {
  border-bottom: none;
}
.q-map-polygon-editor-attr-key {
  border-right: 1px solid #c0c0c0 !important;
}

#q-map-polygon-editor-attr-add {
  display: inline-block;
  margin-top: 8px;
}

#map-polygon-infobox .map-infobox-close {
  display: block;
  position: absolute;
  right: 10px;
  top: 10px;
  font-weight: bold;
  text-decoration: none;
  color: #444;
}
