/*$color-path: #1E1935
$color-controls: #EF2D56
$color-subtle: #999
$color-box: rgba(221,221,221,0.35)
$color-bg: #fff*/

* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

/*#container {
  width: 6000px; 
  height: 3000px; 
  background: #fff;
  margin: 0 auto;
  text-align: center;
  background: red;
  z-index: 3000;
}*/

img {
	vertical-align: top;
}

.nopaddings {
	padding-left: 0px;
	padding-right: 0px;
}

#container {
  position: absolute; 
  left:0%; /* 0% */
  top: 0%; 
  height: 100%; 
  width: 100%;
  background: #141619;
  z-index: 1; /*1500;*/
}

#code {
  display: block;
  width: auto;
  font: bold 3vw monospace;
  padding: 50px 0 4vw 10vw;
  margin: 0;
  color: #1E1935;
  background: rgba(221, 221, 221, 0.35);
}
#code::-moz-selection {
  background: #EF2D56;
  color: #fff;
}
#code::selection {
  background: #EF2D56;
  color: #fff;
}

path {
  /*stroke-width: 2;*/
  /*stroke: #0011ff;*/ /*#9e0000; #ff004e; #1E1935;*/
  stroke-linecap: round;
  /*fill: none;*/
  z-index: 6000;
}

path.fill {
  fill: #1E1935;
}

circle {
  stroke-width: 1;
  stroke: #fe0000; /*#0071cc; /*#EF2D56;*/
  fill: #fff;
  fill-opacity: 0.5;
}

circle:hover {
  fill: #EF2D56;
  cursor: move;
}

line {
  stroke-width: 1;
  stroke: #999;
  stroke-linecap: round;
  stroke-dasharray: 5, 3;
}

.credit {
  position: absolute;
  top: 5px;
  right: 15px;
  font: 11px Helvetica, Arial, sans-serif;
  color: #999;
}

a {
  color: inherit;
}

/* context menu*/
#rdmenu, #menu_del, #polymenu{
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";       /* IE 8 */
	filter: alpha(opacity=80);  /* IE 5-7 */
	-moz-opacity: 0.8;          /* Netscape */
	-khtml-opacity: 0.8;        /* Safari 1.x */
	opacity: 0.8;               /* Good browsers */
	
	display: none;
	position: fixed;
	left: 200px; /*4351px;*/
	top: 200px; /*2415px;*/
	width: 120px;
	height: 50px;
	background: #000000;
	z-index: 4002;
	border-radius: 3px;
}

#rdmenu button, #menu_del button, #polymenu button {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";       /* IE 8 */
	filter: alpha(opacity=100);  /* IE 5-7 */
	-moz-opacity: 1;          /* Netscape */
	-khtml-opacity: 1;        /* Safari 1.x */
	opacity: 1;               /* Good browsers */
	
	padding: 5px 20px;
	margin: 7px 5px;
	background: #ffad20;
	border: 1px;
	font: bold 70% sans-serif;
}

#next_point, #edit_point {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";       /* IE 8 */
	filter: alpha(opacity=80);  /* IE 5-7 */
	-moz-opacity: 0.8;          /* Netscape */
	-khtml-opacity: 0.8;        /* Safari 1.x */
	opacity: 0.8;               /* Good browsers */
	
	display: none;
	position: fixed;
	left: 10px; /*4351px;*/
	top: 10px; /*2415px;*/
	width: 250px;
	height: 90px;
	background: #F7A159; /*#ffad20;*/
	
	font: bold 80% sans-serif;
	
	z-index: 4002;
	border-radius: 3px;
	padding: 5px;
}

/*Edit roads*/
#editRoads {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";       /* IE 8 */
	filter: alpha(opacity=80);  /* IE 5-7 */
	-moz-opacity: 0.8;          /* Netscape */
	-khtml-opacity: 0.8;        /* Safari 1.x */
	opacity: 0.8;               /* Good browsers */
	display: inline-block;
	position: relative;
	top: 2px;
	left: 2px; /*4351px;*/
	width: 33px;
	height: 33px;
	background: #767676;
	z-index: 4001;
	overflow: hidden;
	border-radius: 3px;
}
.dropdown-item	{	
	 z-index: 414160;
	 position: relative;
}

.item {
	width: 32px;
	height: 27px;
	background: #ff5733;
	cursor: pointer;
	text-align: center;
}

.item:hover {
	background: #e75f00;
}

.small {
	fill: #fac3c3; /*#ff4500;*/
}

.infobar {
	width: 500px;
	/*height: 20px;*/
	background: #fafafa;
	padding: 1px;
	cursor: pointer;
	text-align: left;
	font-style: italic;
	font-size: 11pt;
	vertical-align: sub;
}

#dt {
	stroke-width: 0;
	fill: red; /*#d2ff40;*/
	fill-opacity: 0.5;
}

/** Top data field**/
#topData {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";       /* IE 8 */
	filter: alpha(opacity=80);  /* IE 5-7 */
	-moz-opacity: 0.8;          /* Netscape */
	-khtml-opacity: 0.8;        /* Safari 1.x */
	opacity: 0.8;               /* Good browsers */
	top: 92px;
	left: 260px;
	height: 40px;
	position: fixed;
	z-index: 4002;
	background: #767676;
	padding: 5px;
	cursor: pointer;
	text-align: left;
	font-style: italic;
	font-size: 11pt;
	overflow: hidden;
	--border-radius: 3px;
	color: white;
	display: none;
}

#topData button {
	border: solid 1px #85929E;
	border-radius: 1px;
	color: white;
	background: grey;
}

#topData button:hover {
	background: #85929E;
}

.leaflet-marker-icon {
z-index: 1000 !important;
}
.daterangepicker {
z-index: 350000;
}

/*Dropdown menu*/

.center_button {
	vertical-align: middle;
	image-rendering: auto;
}

.poly_bar {
	display: none;
	position: fixed;
	top: 83px;
	left: 154px;
	padding-top: 10px;
	width: 110px;
	height: 40px;
}

.poly_bar_show:hover {vertical-align: top;}
.poly_bar:hover {display: block;}

.poly_bar_show:hover .poly_bar{
	display: block;
}

.editpoly_bar {
	display: none;
	position: fixed;
	top: 83px;
	left: 230px;
	padding-top: 10px;
	min-width: 70px;
	height: 40px;
	width: max-content;
}

.editpoly_bar_show:hover {vertical-align: top;}
.editpoly_bar:hover {display: block;}

.editpoly_bar_show:hover .editpoly_bar{
	display: block;
}


span:hover {border: 1px solid white;}
#editRoads button:hover {border: 1px solid white;}

/*Polygon Tooltip*/
.polytip {
	background-color: transparent;
	border: none;
	color: #F2F4F4 ;
	box-shadow: none;
	text-shadow: 1px 1px #566573;
}
.polytip_hole {
	background-color: transparent;
	border: none;
	color: #000000 ;
	box-shadow: none;
	/*text-shadow: 1px 1px #566573;*/
}
.polytip_boundary {
	background-color: transparent;
	border: none;
	color: #FFC8C8 ;
	box-shadow: none;
	text-shadow: 1px 1px #566573;
	font-size: 9pt;
	font-style: italic;
}

.vline{ 
    display: inline;
    border: none;
    border-left: 2px solid #5D5D5D;
    padding-right: 5px;
	vertical-align: sub;
}
.search-button {
	height: 33px !important;
    width: 33px !important;
	background-color: gray !important;
}
.msg-input {
    background-color: rgb(11, 12, 14);
    line-height: 1.5;
    font-size: 14px;
    color: rgb(199, 208, 217);
    border: 1px solid rgb(44, 50, 53);
    padding: 0px 8px;
    position: relative;
    z-index: 0;
    -webkit-box-flex: 1;
    flex-grow: 1;
    border-radius: 2px;
    height: 100%;
    width: 100%;
}
/*#d8d9da
#141619*/

.leaflet-marker-pane {
	z-index: 800;
}

#bestpathcontainer {
	opacity: 1;               /* Good browsers */
  font-size: 10pt;
  color: black;
  text-shadow: 0 0 5px rgba(0,0,0,0.5);
  position: relative;
}
#bpmenu {
	background: grey;
  border-radius: 4px;
  padding: 5px;
  width: 33px;
  height: 33px;
}

.menubut {
	background: grey;
  border-radius: 4px;
  padding: 5px;
  width: 33px;
  height: 33px;
}

#bpcontain {
	opacity: 1;               /* Good browsers */
  background: grey;
  left: 2px;
  border-radius: 4px;
  font-size: 10pt;
  color: black;
  text-shadow: 0 0 5px rgba(0,0,0,0.5);
  position: relative;
  min-height:240px;
  width: 180px;
  padding-left: 25px;
  padding-top: 10px;
}

#bestpathcontainer {
	margin: 0px;
	margin-left: 0px;
	margin-right: 0px;
	width: 300px;
}

.bptitle {
    font-size: 11pt;
}

#bpclear {
		right: -180px;
    bottom:15px;
    position: relative;
    border-radius: 4px;
}

.bpcircle {
	z-index: 9998;
}

.dot {
	height:10px;
	width:10px;
	border-radius:50%;
	display:inline-block;
}

.circle_red {
	z-index: 9998;
	stroke-width: 1;
	fillOpacity: 0.5;
}

.ruler_circle {
	background-color:#fff;
	border:1px solid red;    
	height:100px;
	border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	width:100px;
}

#pitselector {
	margin-right:0px;
	right: 350px;
  top:15px;
  position: absolute;
  border-radius: 4px;
  display: inline;
}

/*** Drills ***/
#drillMenu {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";       /* IE 8 */
	filter: alpha(opacity=80);  /* IE 5-7 */
	-moz-opacity: 0.8;          /* Netscape */
	-khtml-opacity: 0.8;        /* Safari 1.x */
	opacity: 0.8;               /* Good browsers */
	display: flex;
	justify-content: space-between;
	align-content: stretch;
	flex-wrap: wrap;
	position: relative;
	left: 2px; /*4351px;*/
	width: 270px;
	/*height: 33px;*/
	background: #767676;
	z-index: 4001;
	/*overflow: hidden;*/
	border-radius: 3px;
	padding: inherit;
	font-size: 11pt;
}

#drillMenu label {
	color: #E3E3E3;
}
#drillMenu button{
	color: #fff;
}

#drillMenu span:hover{
	border: 0px;
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62;
}
#drillMenu .btn-group:hover{
	border: 0px;
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62;
}

#drillMenu .checkbox {
	color: #000000;
	padding-left: 10px;
}

#drillMenu a {
	font-size: 11pt;
}

.drillcircle {
	z-index: 9998;
	width: 2pt;
}

/* ============ desktop view ============ */
@media all and (min-width: 992px) {
  .dropdown-menu li{ position: relative;  }
  .nav-item .submenu{ 
    display: none;
    position: absolute;
    left:100%; top:-7px;
  }
  .nav-item .submenu-left{ 
    right:100%; left:auto;
  }
  .dropdown-menu > li:hover{ background-color: #f1f1f1 }
  .dropdown-menu > li:hover > .submenu{ display: block; }
} 
/* ============ desktop view .end// ============ */

/* ============ small devices ============ */
@media (max-width: 991px) {
  .dropdown-menu .dropdown-menu{
      margin-left:0.7rem; margin-right:0.7rem; margin-bottom: .5rem;
  }
} 

#filter-tables-pitmap {
	background: rgb(145,145,145); 
	padding:5px; 
	margin-bottom: 5px;  
	border-radius: .25rem; 
	width: 200px; 
	margin-left: 2px; 
	margin-right: 0px; 
}
#map-controls-box {
	background: rgb(145,145,145); 
	padding:5px; 
	margin-bottom: 5px;  
	border-radius: .25rem;
	margin-left: 37px; 
	margin-right: 0px;
	margin-top: -33px;
}
.leaflet-control-layers label {
	display: block;
	}
.leaflet-control-layers-separator {
	height: 0;
	border-top: 1px solid #ddd;
	margin: 5px -10px 5px -6px;
	}
.leaflet-control-layers-base span{
	padding-right: 10px;
	}
.leaflet-control-layers-overlays div{
	white-space: nowrap;
	}
.leaflet-control-layers-overlays label{
	display: block;
	}

.leaflet-control-layers-base label{
	display: block;
	}

.notify_popup {
	position: absolute;
	z-index: 999999;
	opacity: 0.8;
	padding: 5px;
	max-width: 220px;
	border-radius: 2px;
}
.notify_popup:hidden {
	display: none;
}
.notify_popup_ok {
	background: #a4fcdc;
}
.notify_popup_warn {
	background: #fcdf88;
}
.notify_popup_error {
	background: #fc8888;
}
.notify_popup_tl {
	top: 60px;
	left: 60px;
}
.notify_popup_tr {
	top: 60px;
	right: 10px;
}
.notify_popup_br {
	bottom: 10px;
	right: 10px;
}
.notify_popup_bl {
	bottom: 10px;
	left: 10px;
}
.notify_popup_cntr {
	top: 45%;
	left: 45%;
}
.road_menu_item {
	font-size: 13px;
}

.menu_btn2 {
	vertical-align: middle;
	border: 1px; 
	/*width: 42px;*/
	padding-right: 3px;
	padding-left: 3px;
	margin-left: 5px;
	background: #dbdbdb;
	border-radius: 4px;
}

.dropdown-menu-filter { width: max-content; }