/*
* @Author: Django Wong
* @Date:   2015-06-10 11:14:03
* @Last Modified by:   Wong
* @Last Modified time: 2015-09-03 01:45:04
*/
/* map basic layout */
.map {
  width: 100%;
  height: 100%;
  position: relative;
}
.map .map-set-as-home {
  position: absolute;
  top: 6px;
  right: 103px;
  border-radius: 1px;
  font-size: 12px;
  height: 19px;
  line-height: 11px;
  outline: 0;
  color: #333;
}
.map .map-position {
  position: absolute;
  bottom: 21px;
  right: 0px;
  background-color: rgba(255, 255, 255, 0.5);
  font-size: 12px;
  line-height: 12px;
  padding: 3px 5px;
  color: #000;
}
.map.cursor-polygon {
  cursor: url(/icon/polygon_24x24_01.png), auto;
}
.map-canvas {
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
}
.map-overlayer {
  position: absolute;
  right: 6px;
  padding: 2px 2px 2px 2px;
  background-color: white;
  border-radius: 2px;
  font-size: 12px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}
.map-overlayer.map-settings {
  top: 6px;
  right: 188px;
}
.map-overlayer.map-settings .map-setting-button {
  float: right;
}
.map-overlayer.map-settings .map-setting-button:active,
.map-overlayer.map-settings .map-setting-button.active {
  color: #3EAAF3;
}
.map-overlayer.map-settings .map-setting-block {
  margin: 17px 2px 4px 2px;
  padding: 5px 7px;
}
.map-overlayer.map-settings .map-setting-block .layer-block {
  margin-bottom: 4px;
}
.map-overlayer.map-settings .map-setting-block .layer-block h6 {
  margin: 2px 0px;
}
.map-overlayer.map-settings .map-setting-block .layer-block label {
  display: block;
}
.map-overlayer.map-search {
  top: 6px;
  right: 212px;
  width: 18px;
  height: auto;
}
.map-overlayer.map-search .map-search-block {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 8;
}
.map-overlayer.map-search .map-search-block #locationInput {
  width: 250px;
  margin: 0;
  padding: 8px 30px;
}
.map-overlayer.map-search .map-search-block .searchIcon {
  position: absolute;
  left: 8px;
  top: 8px;
  line-height: 15px;
}
.map-overlayer.map-search .map-search-btn {
  font-size: 12px;
  line-height: 15px;
  z-index: 99;
  text-indent: 1px;
}
.map-overlayer.map-search .map-search-btn:active,
.map-overlayer.map-search .map-search-btn.active {
  color: #3EAAF3;
}
.map-overlayer.slideup {
  height: 19px;
  overflow: hidden;
  z-index: 1;
}
.map-overlayer.slideup .map-setting-block {
  display: none;
}
.map-overlayer.slideup .map-search-block {
  display: none;
}
.map-overlayer.slidedown {
  height: auto;
  display: inherit;
  z-index: 10;
}
.map-overlayer.map-time {
  top: 6px;
  right: 188px;
}
.map-overlayer.map-time .map-time-button {
  float: right;
}
.map-overlayer.map-time .map-time-button:active,
.map-overlayer.map-time .map-time-button.active {
  color: #3EAAF3;
}
.map-overlayer.map-time .map-setting-block {
  margin: 17px 2px 4px 2px;
  padding: 5px 7px;
}
.map-overlayer.map-time .map-setting-block .layer-block {
  margin-bottom: 4px;
}
.map-overlayer.map-time .map-setting-block .layer-block h6 {
  margin: 2px 0px;
}
.map-overlayer.map-time .map-setting-block .layer-block label {
  display: block;
}
.map-overlayer.map-show-spray .map-spray-button {
  float: right;
}
.map-overlayer.map-show-spray .map-spray-button:active,
.map-overlayer.map-show-spray .map-spray-button.active {
  color: #3EAAF3;
}
.map-overlayer.map-show-spray .map-setting-block {
  margin: 17px 2px 4px 2px;
  padding: 5px 7px;
}
.map-overlayer.map-show-spray .map-setting-block .layer-block {
  margin-bottom: 4px;
}
.map-overlayer.map-show-spray .map-setting-block .layer-block h6 {
  margin: 2px 0px;
}
.map-overlayer.map-show-spray .map-setting-block .layer-block label {
  display: block;
}
.map-overlayer.map-show-weather .map-weather-button {
  float: right;
}
.map-overlayer.map-show-weather .map-weather-button:active,
.map-overlayer.map-show-weather .map-weather-button.active {
  color: #3EAAF3;
}
.map-overlayer.map-show-weather .map-setting-block {
  margin: 17px 2px 4px 2px;
  padding: 5px 7px;
}
.map-overlayer.map-show-weather .map-setting-block .layer-block {
  margin-bottom: 4px;
}
.map-overlayer.map-show-weather .map-setting-block .layer-block h6 {
  margin: 2px 0px;
}
.map-overlayer.map-show-weather .map-setting-block .layer-block label {
  display: block;
}
.map-overlayer.map-labels .map-labels-button {
  float: right;
  font-size: 20px;
  transform: translate(-2px) scale(0.8, 0.9);
}
.map-overlayer.map-labels .map-labels-button:active,
.map-overlayer.map-labels .map-labels-button.active {
  color: #3EAAF3;
}
.map-overlayer.map-labels .map-labels-block {
  margin: 17px 2px 4px 2px;
  padding: 5px 7px;
}
.map-overlayer.map-labels .map-labels-block .layer-block {
  margin-bottom: 4px;
}
.map-overlayer.map-labels .map-labels-block .layer-block h6 {
  margin: 2px 0px;
}
.map-overlayer.map-labels .map-labels-block .layer-block label {
  display: block;
}
.map-tools {
  position: absolute;
  min-height: 34px;
  top: 23px;
  left: 340px;
  box-sizing: border-box;
}
.map-button-default {
  background-color: white;
}
.map-button-default:hover {
  background-color: #EAEAEA;
}
.map-button-default:active,
.map-button-default.actived {
  box-shadow: inset 1px 1px 1px rgba(6, 6, 6, 0.21);
}
/* tools container */
.tool,
.tool:hover,
.tool:focus,
.tool:visited,
.tool:active {
  border-radius: 5px !important;
  color: transparent !important;
  min-width: 27px;
  background-repeat: no-repeat;
  background-size: 20px 20px;
  background-position: 5px 5px;
}
.tool {
  /* new icons start*/
}
.tool .caret {
  color: #333;
}
.tool#circle {
  background-image: url("/icon/pin_round_24x24_1.png");
  background-position: 3px 4px;
  background-size: 18px 18px;
  opacity: 0.7;
}
.tool#polygon {
  background-image: url('/icon/polygon_24x24_01.png');
  background-position: 3px 4px;
  background-size: 18px 18px;
}
.tool#polyline {
  background-image: url('/icon/polyline_24x24_01.png');
  background-position: 5px 5px;
  background-size: 18px 18px;
}
.tool#ruler {
  background-image: url('/icon/measure_24x24_01.png');
  background-position: 5px 5px;
  background-size: 18px 18px;
}
.tool#merge {
  background-image: url('/icon/polygon_to_24x24_01.png');
  background-position: 5px 5px;
  background-size: 18px 18px;
}
.tool#split {
  background-image: url('/icon/cut_24x24_black.png');
  background-position: 5px 5px;
  background-size: 18px 18px;
}
.tool#trash {
  background-image: url('/icon/trash_24x24_black.png');
  background-position: 5px 5px;
  background-size: 18px 18px;
}
.tool#palette,
.tool#paletter {
  background-image: url('/icon/color_24x24.png');
  background-position: 5px 5px;
  background-size: 18px 18px;
}
.tool#marker {
  background-image: url('/icon/marker_24x24_01.png');
  background-position: 5px 5px;
  background-size: 18px 18px;
}
.tool#nums {
  background-image: url('/icon/1_16x16_black.png');
  background-size: 18px 18px;
}
.tool#letters {
  background-image: url('/icon/A_16x16_black.png');
  background-size: 18px 18px;
}
.tool#num_1 {
  background-image: url('/icon/1_16x16_black.png');
  background-size: 18px 18px;
}
.tool#num_2 {
  background-image: url('/icon/2_16x16_black.png');
  background-size: 18px 18px;
}
.tool#num_3 {
  background-image: url('/icon/3_16x16_black.png');
  background-size: 18px 18px;
}
.tool#num_4 {
  background-image: url('/icon/4_16x16_black.png');
  background-size: 18px 18px;
}
.tool#num_5 {
  background-image: url('/icon/5_16x16_black.png');
  background-size: 18px 18px;
}
.tool#letter_a {
  background-image: url('/icon/A_16x16_black.png');
  background-size: 18px 18px;
}
.tool#letter_b {
  background-image: url('/icon/B_16x16_black.png');
  background-size: 18px 18px;
}
.tool#letter_c {
  background-image: url('/icon/C_16x16_black.png');
  background-size: 18px 18px;
}
.tool#letter_d {
  background-image: url('/icon/D_16x16_black.png');
  background-size: 18px 18px;
}
.tool#letter_e {
  background-image: url('/icon/E_16x16_black.png');
  background-size: 18px 18px;
}
.tool#alert {
  background-image: url('/icon/alert_16x16_01.png');
  background-position: 3px 3px;
  background-size: 18px 18px;
}
.tool#allow {
  background-image: url('/icon/allow_16x16_01.png');
  background-position: 3px 3px;
  background-size: 18px 18px;
}
.tool#error {
  background-image: url('/icon/error_16x16_01.png');
  background-position: 3px 4px;
  background-size: 18px 18px;
}
.tool#favorite {
  background-image: url('/icon/favorite_16x16_01.png');
  background-size: 18px 18px;
}
.tool#gate {
  background-image: url('/icon/gate_24x24_01.png');
  background-position: 3px 4px;
  background-size: 18px 18px;
}
.tool#trough {
  background-image: url('/icon/trough_24x24.png');
  background-position: 2px 3px;
  background-size: 18px 18px;
}
.tool#worked {
  background-image: url('/icon/square_24x24_green.png');
  background-position: 2px 3px;
  background-size: 18px 18px;
}
.tool#drawworked {
  background-image: url('/icon/worked_with_polygon_24x24_green.png');
  background-position: 2px 3px;
  background-size: 18px 18px;
}
.tool#nogo {
  background-image: url('/icon/nogo_24x24_red.png');
  background-position: 2px 3px;
  background-size: 18px 18px;
}
.tool#shownogo {
  background-image: url('/icon/square_24x24_red.png');
  background-position: 2px 3px;
  background-size: 18px 18px;
}
.tool#keepout {
  background-image: url('/icon/square_24x24_yello.png');
  background-position: 2px 3px;
  background-size: 18px 18px;
}
.tool#fence {
  background-image: url('/icon/fence_24x24_black.png');
  background-position: 2px 3px;
  background-size: 18px 18px;
}
.tool#lineToPolygon {
  background-image: url('/icon/magic_24x24.png');
  background-position: 5px 5px;
  background-size: 18px 18px;
}
.tool#nudge {
  background-image: url('/icon/nudge_24x24_gray.png');
  background-position: 2px 3px;
  background-size: 18px 18px;
}
.tool#barn {
  background-image: url('/icon/barn_24x24.png');
  background-size: 24px 24px;
}
.tool#broken_post {
  background-image: url('/icon/broken_post_24x24.png');
  background-size: 24px 24px;
}
.tool#drip {
  background-image: url('/icon/drip_24x24.png');
  background-size: 24px 24px;
}
.tool#fire_extinguisher {
  background-image: url('/icon/fire_extinguisher_24x24.png');
  background-size: 24px 24px;
}
.tool#first_aid {
  background-image: url('/icon/first_aid_24x24.png');
  background-size: 24px 24px;
}
.tool#frost_fan {
  background-image: url('/icon/frost_fan_24x24.png');
  background-size: 24px 24px;
}
.tool#hazard1 {
  background-image: url('/icon/hazard1_24x24.png');
  background-size: 24px 24px;
}
.tool#no_pin_point {
  background-image: url('/icon/no_pin_point_24x24.png');
  background-size: 24px 24px;
}
.tool#power_pole {
  background-image: url('/icon/power_pole_24x24.png');
  background-size: 24px 24px;
}
.tool#power_pole_yellow {
  background-image: url('/icon/power_pole_yellow_24x24.png');
  background-size: 24px 24px;
}
.tool#pump_shed {
  background-image: url('/icon/pump_shed_24x24.png');
  background-size: 24px 24px;
}
.tool#pylon {
  background-image: url('/icon/pylon_24x24.png');
  background-size: 24px 24px;
}
.tool#tap {
  background-image: url('/icon/tap_24x24.png');
  background-size: 24px 24px;
}
.tool#valve {
  background-image: url('/icon/valve_24x24.png');
  background-size: 24px 24px;
}
.tool#p_blue {
  background-image: url('/icon/blue_40x40.png');
  background-size: 24px 24px;
}
.tool#p_green {
  background-image: url('/icon/green_40x40.png');
  background-size: 24px 24px;
}
.tool#p_orange {
  background-image: url('/icon/orange_40x40.png');
  background-size: 24px 24px;
}
.tool#p_red {
  background-image: url('/icon/orange_40x40.png');
  background-size: 24px 24px;
}
.tool#p_yellow {
  background-image: url('/icon/yellow_40x40.png');
  background-size: 24px 24px;
}
.tool#red {
  color: red !important;
}
.tool#blue {
  color: blue !important;
}
.tool#darkviolet {
  color: darkviolet !important;
}
.tool#tomato {
  color: tomato !important;
}
.tool#yellow {
  color: yellow !important;
}
.tool#black {
  color: black !important;
}
.tool#turquoise {
  color: turquoise !important;
}
.tool#cadetblue {
  color: cadetblue !important;
}
.tool#darkseagreen {
  color: darkseagreen !important;
}
.tool#olivedrab {
  color: olivedrab !important;
}
.tool#undo {
  background-image: url(/icon/undo_24x24_black.png);
  background-position: 5px 5px;
  background-size: 18px 18px;
}
.tool#redo {
  background-image: url(/icon/redo_24x24_black.png);
  background-position: 5px 5px;
  background-size: 18px 18px;
}
.tool#duplicate {
  background-image: url(/icon/duplicate_black.svg);
  background-position: 2px 3px;
  background-size: 18px 18px;
}
.tool#mergemap {
  background-image: url(/icon/mergemap_black.svg);
  background-position: 2px 3px;
  background-size: 18px 18px;
}
.tool#splitmap {
  background-image: url(/icon/splitmap_black.svg);
  background-position: 2px 3px;
  background-size: 18px 18px;
}
.tool#subfield {
  background-image: url(/icon/subfield_24x24.png);
  background-position: 2px 3px;
  background-size: 18px 18px;
}
.tool.actived {
  background-color: #3EAAF3 !important;
}
.tool.actived:hover,
.tool.actived:active,
.tool.actived:visited {
  background-color: #3EAAF3 !important;
}
.tool[disabled] {
  opacity: 0.2;
  cursor: not-allowed;
}
/* tool options */
.dropdown-menu.tools {
  border: none;
  background-color: transparent;
  padding: 0;
  box-shadow: none;
  min-width: 200px;
}
.btn-drawtools {
  border: 1px solid transparent;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
  border-radius: 0px;
  padding: 2px;
  background-color: white;
  margin-bottom: 7px;
}
.btn-drawtools .btn {
  border-radius: 0;
}
/*    btn-tool    */
.btn-tool,
.btn-tool:hover,
.btn-tool:active,
.btn-tool:focus {
  color: #333333;
  background-color: #ffffff;
  outline: none !important;
  text-indent: 4px;
  font-size: 12px !important;
  border-radius: 0px;
}
/*    btn-tool    */
.btn-group.open > .btn-tool.actived {
  background-color: #3EAAF3;
}
.btn-group.open > .btn-tool .caret,
.btn-group.open > .btn-tool:active .caret,
.btn-group.open > .btn-tool:hover .caret,
.btn-group.open > .btn-tool.actived .caret {
  color: white;
}
.controls {
  margin-bottom: 10px;
  border: 1px solid transparent;
  border-radius: 0px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  height: 32px;
  outline: none;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
  font-size: 15px;
  color: #333333;
}
.controls:not(select) {
  padding: 0 5px;
}
.controls-sm {
  height: 28px;
  line-height: 28px;
  font-size: 12px;
}
input.controls:focus,
textarea.controls:focus {
  border-color: #3EAAF3 !important;
}
button.controls:active {
  box-shadow: none;
}
#pac-input {
  background-color: #fff;
  font-family: Roboto;
  font-weight: 300;
  margin-left: 0px;
  text-overflow: ellipsis;
  width: 400px;
}
#search-button {
  color: #fff;
  background-color: #3EAAF3;
  padding: 0px 11px 0px 11px;
}
.controls-inner .controls:not(button) {
  box-shadow: inset 1px 1px 1px #E5E5E5;
  border-color: #CFCFCF;
  width: 100%;
}
.controls-inner .btn-drawtools {
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
  border-color: #CFCFCF;
  width: 100%;
}
.controls-inner .btn-drawtools .hide-tools,
.controls-inner .btn-drawtools .hide-all-tools {
  position: absolute;
  top: -37px;
  right: 0px;
  cursor: pointer;
  zoom: 0.7;
}
.controls-inner #pac-input {
  width: 100%;
  padding-right: 60px;
}
.controls-inner #search-button {
  height: 23px;
  font-size: 12px;
  float: right;
  margin-top: -37px;
  position: absolute;
  right: 23px;
  box-shadow: none;
}
/* polygon edit panel */
.p-iw {
  width: 400px;
  margin-right: 10px;
}
.p-iw .custom-fields .custom-field {
  position: relative;
}
.mp-label {
  width: 100%;
  font-size: 13px;
  line-height: 13px;
  font-weight: 100;
  border-color: #E8E8E8;
  margin-top: 15px;
}
.mp-controls {
  margin: 0px;
  padding: 0px;
  border: 1px solid #E8E8E8;
  border-radius: 2px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  outline: none;
  height: 35px;
  padding: 1px 8px;
  margin-bottom: 11px;
  font-size: 13px;
  background-color: transparent;
}
input.mp-controls:focus,
textarea.mp-controls:focus,
select.mp-controls:focus,
.mp-controls[content-editable]:focus {
  border-color: #3EAAF3;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}
input.mp-controls:focus[disabled],
textarea.mp-controls:focus[disabled],
select.mp-controls:focus[disabled],
.mp-controls[content-editable]:focus[disabled] {
  background-color: transparent;
  border-color: transparent;
}
.mp-button {
  margin: 0px;
  padding: 0px;
  border: 1px solid #E8E8E8;
  border-radius: 2px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  outline: none;
  height: 35px;
  padding: 1px 8px;
  margin-bottom: 11px;
  font-size: 13px;
  background-color: transparent;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
  color: white;
  padding: 2px 9px;
  height: 28px;
  border-width: 0;
  background-color: #E8E8E8;
}
.mp-button:active {
  box-shadow: inset 1px 1px 1px rgba(140, 140, 140, 0.49);
}
.p-control {
  margin: 0px;
  padding: 8px;
  margin-bottom: 8px;
  border: 1px solid transparent;
  border-radius: 2px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  outline: none;
  height: 35px;
}
p.p-label {
  text-indent: 1px;
  margin-top: 0px;
  margin-bottom: 10px;
}
.p-label,
.p-input {
  width: 100%;
  font-size: 13px !important;
  line-height: 13px !important;
  font-weight: 100;
  border-color: #E8E8E8 !important;
  margin-top: 15px;
}
.p-parent {
  width: 100%;
}
.p-estimated-harvest-date {
  width: 100%;
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 13px !important;
  line-height: 13px !important;
  font-weight: 100;
  border: 1px solid #E8E8E8 !important;
}
.p-label {
  font-weight: 700;
}
.mp-editpanel ul.p-info {
  margin-bottom: 10px;
}
.mp-editpanel .add-custom-area {
  background-color: #eee;
  padding: 6px 12px;
}
.p-note {
  width: 100%;
  min-height: 24px;
  max-height: 80px;
  max-height: 100%;
  border-color: #E8E8E8;
  font-size: 12px;
  line-height: 25px;
}
.p-note:focus,
.p-label:focus,
.p-input:focus {
  border-color: #3EAAF3;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}
.p-note:focus[disabled],
.p-label:focus[disabled],
.p-input:focus[disabled] {
  background-color: transparent;
  border-color: transparent;
}
.p-custom-field:focus {
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.3);
}
.p-custom-showonmap {
  float: left;
  margin-top: 12px !important;
  display: none !important;
  margin-right: 4px !important;
  outline: none !important;
  box-shadow: none !important;
}
.hide {
  display: none;
}
.pull-right {
  float: right;
}
.p-button {
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
  color: white;
  padding: 2px 9px;
}
.p-button:active {
  box-shadow: inset 1px 1px 1px rgba(140, 140, 140, 0.49);
}
.p-ok,
.p-cancel,
.p-add-custom-fields {
  display: none;
}
.p-edit,
.p-delete,
.p-reset {
  display: inline-block;
}
.p-ok,
.p-edit {
  background-color: #3EAAF3;
}
.p-cancel,
.p-delete {
  background-color: #DD4E41;
}
.p-add-custom-fields,
.p-reset {
  background-color: #333333;
}
.p-archive {
  background-color: #795548;
}
.editing .p-ok,
.editing .p-cancel,
.editing .p-add-custom-fields,
.editing .p-custom-showonmap {
  display: inline-block !important;
}
.editing .p-edit,
.editing .p-delete,
.editing .p-reset {
  display: none;
}
.p-info {
  padding-left: 8px;
  color: #C5C5C5;
}
.p-info li {
  display: inline-block;
  list-style: none;
  padding-right: 15px;
}
.p-color {
  width: 100%;
  height: 8px;
  cursor: pointer;
}
.p-palette {
  width: 20px;
  height: 19px;
  cursor: pointer;
  border: 0px;
  outline: none;
  padding: 0px;
  background-color: transparent;
}
.p-palette::-webkit-color-swatch-wrappe,
.p-palette::-webkit-color-swatch {
  border: 0px !important;
  padding: 0px !important;
}
.p-buttons {
  padding: 0 8px;
}
.remove-custom-field {
  position: absolute;
  right: 10px;
  font-size: 19px;
  top: 5px;
  font-weight: 400;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.33);
  cursor: pointer;
}
.remove-custom-field:hover {
  color: red;
}
.remove-custom-field:active {
  text-shadow: 0 0 0 red;
}
/* hide google native login controls */
div .login-control {
  display: none !important;
}
/* fix */
.no-box-shadow {
  box-shadow: 0px !important;
}
/* feature list */
.feature-list {
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
  padding-right: 0px;
  min-height: 50px;
}
.feature-list .feature {
  list-style: none;
  height: 28px;
  line-height: 29px;
  margin-bottom: 1px;
  padding: 0 3px;
  position: relative;
}
.feature-list .feature:hover,
.feature-list .feature.active {
  background-color: #F3F3F3;
  cursor: pointer;
}
.feature-list .feature .feature-action {
  line-height: 24px;
  margin-right: 4px;
  opacity: 0.5;
}
.feature-list .feature .feature-action:hover {
  opacity: 1;
}
.feature-list .feature-icon {
  display: inline-block;
  float: left;
  height: 24px;
  width: 24px;
  background-repeat: no-repeat;
  margin-right: 4px;
}
.feature-marker {
  background-image: url('/icon/marker_16x16_01.png');
  background-position: 5px 4px;
}
.feature-circle {
  background-image: url("/icon/pin_round_24x24_1.png");
  background-position: 5px 3px;
  background-size: 14 19px;
}
.feature-polygon {
  background-image: url(/icon/pin_round_24x24_1.png);
  opacity: 0.2;
  background-position: 3px 5px;
  background-size: 18px 18px;
}
.feature-polyline {
  background-image: url('/icon/polyline_24x24_01.png');
  background-position: 5px 4px;
  background-size: 16px 16px;
}
.feature-textlabel {
  background-image: url('/icon/textlabel_24x24_black.png');
  background-position: 5px 4px;
  background-position: 4px 4px;
  background-size: 16px 16px;
}
.feature-infowindow {
  background-image: url('/icon/infowindow_16x16_black.png');
  background-position: 4px 4px;
}
.feature-panel {
  position: fixed;
  top: 100px;
  background-color: #F1F5F9;
  padding: 15px;
  margin-left: 300px;
  width: 300px;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.3);
  display: none;
  z-index: 100;
}
.feature-panel.show {
  display: block;
}
.map-edit-panel {
  position: absolute;
  left: 89px;
  width: 310px;
  height: 240px;
  top: 250px;
  background-color: white;
  padding: 15px;
  line-height: 45px;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.3);
  display: none;
  z-index: 100;
  margin-bottom: 15px;
}
.map-edit-panel.show {
  display: block;
}
.map-edit-panel:before,
.map-edit-panel:after {
  content: ' ';
  display: block;
  width: 8px;
  height: 8px;
  position: absolute;
  top: 14px;
  left: -15px;
  border: 8px solid transparent;
  border-right-color: white;
}
.map-edit-panel:before {
  left: -16px;
  border-right-color: #D2CFC8;
}
.feature-block {
  margin-bottom: 7.5px;
  width: auto;
}
.feature-block:before,
.feature-block:after {
  content: " ";
  display: table;
  clear: both;
}
.feature-block h5,
.feature-block h6 {
  margin: 0 0 5px 0;
  font-weight: bold;
}
.feature-block .controls {
  margin-bottom: 0;
}
.feature-color {
  width: 13px;
  height: 13px;
  float: left;
  border: 1px solid white;
}
.feature-color:hover {
  transform: scale(2.1);
}
.feature-close {
  font-size: 14px;
  font-weight: 500;
  color: #555;
  opacity: 0.5;
}
.feature-close:hover {
  opacity: 1;
}
.feature-remove {
  font-size: 12px;
  line-height: 12px;
  background-color: #dd4e41;
  color: white;
  text-shadow: 1px 1px 1px #892424;
}
.btn.map-edit-close {
  font-size: 12px;
  line-height: 12px;
  background-color: #dd4e41;
  float: right;
  text-shadow: 1px 1px 1px #892424;
}
.btn.map-edit-close:hover {
  color: white;
}
.map-edit-save {
  color: #fff !important;
}
.feature-save {
  font-size: 12px;
  line-height: 12px;
  color: white;
  text-shadow: 1px 1px 1px #054073;
}
/* area info */
.map-area-info,
.group-map-area-info {
  color: white;
}
.map-area-info p,
.group-map-area-info p {
  padding: 0 !important;
  display: flex;
  flex-direction: row;
  padding-right: 5px !important;
}
.map-area-info p span,
.group-map-area-info p span {
  flex: 1;
}
.leftSideUl .feature-list {
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 15px;
  padding-right: 15px;
  min-height: 0px;
}
.leftSideUl .feature-list .feature {
  list-style: none;
  height: auto;
  line-height: 29px;
  margin-bottom: 1px;
  padding: 0 3px;
  position: relative;
}
.leftSideUl .feature-list .feature:hover,
.leftSideUl .feature-list .feature.active {
  background-color: #F3F3F3;
  cursor: pointer;
}
.leftSideUl .feature-list .feature .feature-action {
  line-height: 24px;
  margin-right: 4px;
  opacity: 0.5;
}
.leftSideUl .feature-list .feature .feature-action:hover {
  opacity: 1;
}
.leftSideUl .feature-list .feature-icon {
  display: inline-block;
  float: left;
  height: 24px;
  width: 24px;
  background-repeat: no-repeat;
  margin-right: 4px;
}
.leftSideUl .feature-list .text {
  word-break: break-all;
  display: inline-block;
  width: calc(100% - 65px);
}
.draw-tools-floating-bottom {
  position: absolute;
  z-index: 1000000;
  bottom: 200px;
  width: 100%;
  height: 1px;
  overflow: visible;
}
.draw-tools-floating-bottom .draw-tools-wraper {
  margin: 0 auto;
  display: table;
  position: relative;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
  padding: 5px;
  background-color: white;
}
.draw-tools-floating-bottom .draw-tools-wraper > .btn-group {
  border-left: 1px dashed #888;
  box-shadow: none;
  margin-bottom: 0;
}
.draw-tools-floating-bottom .draw-tools-wraper > .btn-group:first-child {
  border-left: none;
}
.draw-tools-floating-bottom .draw-tools-wraper .controls-label {
  display: none;
}
.draw-tools-floating-bottom .btn-tool,
.draw-tools-floating-bottom .btn-tool:hover,
.draw-tools-floating-bottom .btn-tool:active,
.draw-tools-floating-bottom .btn-tool:focus {
  color: #333333;
  background-color: #ffffff;
  outline: none !important;
  text-indent: 25px;
  font-size: 25px !important;
  border-radius: 0px;
}
.draw-tools-floating-bottom .tool {
  /* new icons start*/
}
.draw-tools-floating-bottom .tool .caret {
  color: #333;
}
.draw-tools-floating-bottom .tool#circle {
  background-image: url("/icon/pin_round_24x24_1.png");
  background-position: 13px 9px;
  background-size: 24px 24px;
  opacity: 0.7;
}
.draw-tools-floating-bottom .tool#polygon {
  background-image: url('/icon/polygon_24x24_01.png');
  background-position: 13px 9px;
  background-size: 24px 24px;
}
.draw-tools-floating-bottom .tool#polyline {
  background-image: url('/icon/polyline_24x24_01.png');
  background-position: 12px 8px;
  background-size: 24px 24px;
}
.draw-tools-floating-bottom .tool#ruler {
  background-image: url('/icon/measure_24x24_01.png');
  background-position: 12px 8px;
  background-size: 24px 24px;
}
.draw-tools-floating-bottom .tool#merge {
  background-image: url('/icon/polygon_to_24x24_01.png');
  background-position: 12px 8px;
  background-size: 24px 24px;
}
.draw-tools-floating-bottom .tool#split {
  background-image: url('/icon/cut_24x24_black.png');
  background-position: 12px 8px;
  background-size: 24px 24px;
}
.draw-tools-floating-bottom .tool#trash {
  background-image: url('/icon/trash_24x24_black.png');
  background-position: 12px 8px;
  background-size: 24px 24px;
}
.draw-tools-floating-bottom .tool#palette,
.draw-tools-floating-bottom .tool#paletter {
  background-image: url('/icon/color_24x24.png');
  background-position: 12px 8px;
  background-size: 24px 24px;
}
.draw-tools-floating-bottom .tool#marker {
  background-image: url('/icon/marker_24x24_01.png');
  background-position: 12px 8px;
  background-size: 24px 24px;
}
.draw-tools-floating-bottom .tool#nums {
  background-image: url('/icon/1_16x16_black.png');
  background-size: 24px 24px;
}
.draw-tools-floating-bottom .tool#letters {
  background-image: url('/icon/A_16x16_black.png');
  background-size: 24px 24px;
}
.draw-tools-floating-bottom .tool#num_1 {
  background-image: url('/icon/1_16x16_black.png');
  background-size: 24px 24px;
}
.draw-tools-floating-bottom .tool#num_2 {
  background-image: url('/icon/2_16x16_black.png');
  background-size: 24px 24px;
}
.draw-tools-floating-bottom .tool#num_3 {
  background-image: url('/icon/3_16x16_black.png');
  background-size: 24px 24px;
}
.draw-tools-floating-bottom .tool#num_4 {
  background-image: url('/icon/4_16x16_black.png');
  background-size: 24px 24px;
}
.draw-tools-floating-bottom .tool#num_5 {
  background-image: url('/icon/5_16x16_black.png');
  background-size: 24px 24px;
}
.draw-tools-floating-bottom .tool#letter_a {
  background-image: url('/icon/A_16x16_black.png');
  background-size: 24px 24px;
}
.draw-tools-floating-bottom .tool#letter_b {
  background-image: url('/icon/B_16x16_black.png');
  background-size: 24px 24px;
}
.draw-tools-floating-bottom .tool#letter_c {
  background-image: url('/icon/C_16x16_black.png');
  background-size: 24px 24px;
}
.draw-tools-floating-bottom .tool#letter_d {
  background-image: url('/icon/D_16x16_black.png');
  background-size: 24px 24px;
}
.draw-tools-floating-bottom .tool#letter_e {
  background-image: url('/icon/E_16x16_black.png');
  background-size: 24px 24px;
}
.draw-tools-floating-bottom .tool#alert {
  background-image: url('/icon/alert_16x16_01.png');
  background-position: 13px 8px;
  background-size: 24px 24px;
}
.draw-tools-floating-bottom .tool#allow {
  background-image: url('/icon/allow_16x16_01.png');
  background-position: 13px 8px;
  background-size: 24px 24px;
}
.draw-tools-floating-bottom .tool#error {
  background-image: url('/icon/error_16x16_01.png');
  background-position: 13px 9px;
  background-size: 24px 24px;
}
.draw-tools-floating-bottom .tool#favorite {
  background-image: url('/icon/favorite_16x16_01.png');
  background-size: 24px 24px;
}
.draw-tools-floating-bottom .tool#gate {
  background-image: url('/icon/gate_24x24_01.png');
  background-position: 13px 9px;
  background-size: 24px 24px;
}
.draw-tools-floating-bottom .tool#trough {
  background-image: url('/icon/trough_24x24.png');
  background-position: 12px 8px;
  background-size: 24px 24px;
}
.draw-tools-floating-bottom .tool#worked {
  background-image: url('/icon/square_24x24_green.png');
  background-position: 10px 8px;
  background-size: 24px 24px;
}
.draw-tools-floating-bottom .tool#drawworked {
  background-image: url('/icon/worked_with_polygon_24x24_green.png');
  background-position: 10px 8px;
  background-size: 24px 24px;
}
.draw-tools-floating-bottom .tool#nogo {
  background-image: url('/icon/nogo_24x24_red.png');
  background-position: 10px 8px;
  background-size: 24px 24px;
}
.draw-tools-floating-bottom .tool#shownogo {
  background-image: url('/icon/square_24x24_red.png');
  background-position: 12px 8px;
  background-size: 24px 24px;
}
.draw-tools-floating-bottom .tool#keepout {
  background-image: url('/icon/square_24x24_yello.png');
  background-position: 10px 8px;
  background-size: 24px 24px;
}
.draw-tools-floating-bottom .tool#fence {
  background-image: url('/icon/fence_24x24_black.png');
  background-position: 12px 8px;
  background-size: 24px 24px;
}
.draw-tools-floating-bottom .tool#lineToPolygon {
  background-image: url('/icon/magic_24x24.png');
  background-position: 12px 8px;
  background-size: 24px 24px;
}
.draw-tools-floating-bottom .tool#nudge {
  background-image: url('/icon/nudge_24x24_gray.png');
  background-position: 12px 8px;
  background-size: 24px 24px;
}
.draw-tools-floating-bottom .tool#barn {
  background-image: url('/icon/barn_24x24.png');
  background-size: 24px 24px;
}
.draw-tools-floating-bottom .tool#broken_post {
  background-image: url('/icon/broken_post_24x24.png');
  background-size: 24px 24px;
}
.draw-tools-floating-bottom .tool#drip {
  background-image: url('/icon/drip_24x24.png');
  background-size: 24px 24px;
}
.draw-tools-floating-bottom .tool#fire_extinguisher {
  background-image: url('/icon/fire_extinguisher_24x24.png');
  background-size: 24px 24px;
}
.draw-tools-floating-bottom .tool#first_aid {
  background-image: url('/icon/first_aid_24x24.png');
  background-size: 24px 24px;
}
.draw-tools-floating-bottom .tool#frost_fan {
  background-image: url('/icon/frost_fan_24x24.png');
  background-size: 24px 24px;
}
.draw-tools-floating-bottom .tool#hazard1 {
  background-image: url('/icon/hazard1_24x24.png');
  background-size: 24px 24px;
}
.draw-tools-floating-bottom .tool#no_pin_point {
  background-image: url('/icon/no_pin_point_24x24.png');
  background-size: 24px 24px;
}
.draw-tools-floating-bottom .tool#power_pole {
  background-image: url('/icon/power_pole_24x24.png');
  background-size: 24px 24px;
}
.draw-tools-floating-bottom .tool#power_pole_yellow {
  background-image: url('/icon/power_pole_yellow_24x24.png');
  background-size: 24px 24px;
}
.draw-tools-floating-bottom .tool#pump_shed {
  background-image: url('/icon/pump_shed_24x24.png');
  background-size: 24px 24px;
}
.draw-tools-floating-bottom .tool#pylon {
  background-image: url('/icon/pylon_24x24.png');
  background-size: 24px 24px;
}
.draw-tools-floating-bottom .tool#tap {
  background-image: url('/icon/tap_24x24.png');
  background-size: 24px 24px;
}
.draw-tools-floating-bottom .tool#valve {
  background-image: url('/icon/valve_24x24.png');
  background-size: 24px 24px;
}
.draw-tools-floating-bottom .tool#p_blue {
  background-image: url('/icon/blue_40x40.png');
  background-size: 24px 24px;
}
.draw-tools-floating-bottom .tool#p_green {
  background-image: url('/icon/green_40x40.png');
  background-size: 24px 24px;
}
.draw-tools-floating-bottom .tool#p_orange {
  background-image: url('/icon/orange_40x40.png');
  background-size: 24px 24px;
}
.draw-tools-floating-bottom .tool#p_red {
  background-image: url('/icon/orange_40x40.png');
  background-size: 24px 24px;
}
.draw-tools-floating-bottom .tool#p_yellow {
  background-image: url('/icon/yellow_40x40.png');
  background-size: 24px 24px;
}
.draw-tools-floating-bottom .tool#red {
  color: red !important;
}
.draw-tools-floating-bottom .tool#blue {
  color: blue !important;
}
.draw-tools-floating-bottom .tool#darkviolet {
  color: darkviolet !important;
}
.draw-tools-floating-bottom .tool#tomato {
  color: tomato !important;
}
.draw-tools-floating-bottom .tool#yellow {
  color: yellow !important;
}
.draw-tools-floating-bottom .tool#black {
  color: black !important;
}
.draw-tools-floating-bottom .tool#turquoise {
  color: turquoise !important;
}
.draw-tools-floating-bottom .tool#cadetblue {
  color: cadetblue !important;
}
.draw-tools-floating-bottom .tool#darkseagreen {
  color: darkseagreen !important;
}
.draw-tools-floating-bottom .tool#olivedrab {
  color: olivedrab !important;
}
.draw-tools-floating-bottom .tool#undo {
  background-image: url(/icon/undo_24x24_black.png);
  background-position: 12px 8px;
  background-size: 24px 24px;
}
.draw-tools-floating-bottom .tool#redo {
  background-image: url(/icon/redo_24x24_black.png);
  background-position: 12px 8px;
  background-size: 24px 24px;
}
.draw-tools-floating-bottom .tool#duplicate {
  background-image: url(/icon/duplicate_black.svg);
  background-position: 12px 8px;
  background-size: 24px 24px;
}
.draw-tools-floating-bottom .tool#mergemap {
  background-image: url(/icon/mergemap_black.svg);
  background-position: 12px 8px;
  background-size: 24px 24px;
}
.draw-tools-floating-bottom .tool#splitmap {
  background-image: url(/icon/splitmap_black.svg);
  background-position: 12px 8px;
  background-size: 28px 28px;
}
.draw-tools-floating-bottom .tool#subfield {
  background-image: url(/icon/subfield_24x24.png);
  background-position: 12px 8px;
  background-size: 24px 24px;
}
.draw-tools-floating-bottom .tool.actived {
  background-color: #3EAAF3 !important;
}
.draw-tools-floating-bottom .tool.actived:hover,
.draw-tools-floating-bottom .tool.actived:active,
.draw-tools-floating-bottom .tool.actived:visited {
  background-color: #3EAAF3 !important;
}
.draw-tools-floating-bottom .tool[disabled] {
  opacity: 0.2;
  cursor: not-allowed;
}
.draw-tools-floating-bottom .btn-normal,
.draw-tools-floating-bottom .btn-normal:focus {
  outline: none;
  color: white;
}
.selectize-dropdown-content {
  max-height: 87px;
}
.full-page {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}
label.label-divider {
  font-weight: 700;
  text-align: center;
  padding-left: 0 !important;
}
label.label-divider:hover {
  background-color: #888 !important;
  color: #fff !important;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.select-map-to-merge.table {
  width: 100%;
  max-width: 100%;
}
.select-map-to-merge.table tr {
  display: table-row;
  vertical-align: inherit;
  border-color: inherit;
}
.select-map-to-merge.table td,
.select-map-to-merge.table th {
  display: table-cell;
}
.select-map-to-merge.table tr {
  color: #797979;
}
.select-map-to-merge.table td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
  font-size: 16px;
}
.select-map-to-merge.table.content tr:hover {
  color: white;
  background-color: #2563EB;
}
.select-map-to-merge.table th {
  font-weight: bold;
}
.nupoint-advanced-marker .icon {
    display: flex;
    justify-content: center;
}
.nupoint-advanced-marker:focus-visible {
    outline: none;
}
.nupoint-advanced-marker:focus {
    outline: none;
}
