/* CSS Document */
html,
body {
	height: 100%;
	width: 100%;
	margin: 0;
}

body,
input,
textarea,
select {
	font-family: system-ui, sans-serif;
	font-size: 13px;
}

.wrapper {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
}

#mapdiv {
	position: relative;
	width: 100%;
	height: 100%;
	transition: .2s all;
	z-index: 0;
}

a {
	text-decoration: none;
	color: inherit;
}

.mainArea {
	position: relative;
	width: 100%;
	height: 100%;
}

/*scrollbar css */
::-webkit-scrollbar {
	height: 7px;
	width: 7px;
	background: #ccc;
	margin: 2px;
}

::-webkit-scrollbar-thumb {
	background: #313131;
}

::-webkit-scrollbar-corner {
	background: #000;
}

.popUpOut {
	top: 0;
	left: 0;
	position: absolute;
	z-index: 10;
	background-color: rgba(0, 0, 0, 0.7);
	width: 100%;
	height: 100%;
	display: none;
}

.optForm {
	display: none;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.58);
	width: 710px;
	position: absolute;
	left: 0;
	top: 60px;
	font-weight: 400;
	direction: ltr;
	background-color: #909090;
}

.gpxRows,
.lyrRows,
.blockRow {
	display: flex;
	background-color: #ffffff;
	border-bottom: 1px solid #e4e4e4;
	padding: 0 10px;
}

.header {
	height: 46px;
	display: flex;
	background-color: #015cb9;
	color: #fff;
	padding: 0 10px;
}

.head-logo-flex {
	display: flex;
}

.head-logo {
	width: 44px;
	height: 44px;
	background-position: center;
	background-size: 44px;
	margin: 1px;
	background-repeat: no-repeat;
}

.head-td.side {
	width: 300px;
}

.head-td.mid {
	flex-grow: 1;
}

.head-in-mid {
	width: 500px;
	background-color: #ffffff;
	text-align: center;
	color: #000;
	margin: 6px auto;
	border-radius: 30px;
}

.head-txt-h1 {
	font-weight: bold;
	font-size: 14px;
}

.head-txt-h2 {
	font-size: 11px;
}

.head-txt {
	margin: 5px 10px 0;
}

.leftMBlock {
	position: absolute;
	left: 5px;
	top: 5px;
	width: 214px;
	z-index: 6;
	transition: .5s all;
	background-color: #ffffff;
	border-radius: 3px;
	border: 2px solid rgba(0, 0, 0, 0.2);
	background-clip: padding-box;
}

.blockRow:last-child {
	border: 0;
}

.leaflet-control-container {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	transition: .4s all;
}

.leaflet-control-layers {
	margin-right: 5px !important;
	position: absolute;
	right: 5px;
}

.refresh-out {
	border: 2px solid rgba(0, 0, 0, 0.2);
	background-clip: padding-box;
	width: 40px;
	height: 40px;
	background-color: #ffffff;
	left: 10px;
	bottom: 10px;
	position: absolute;
	border-radius: 5px;
	cursor: pointer;
	z-index: 0;
	box-sizing: border-box;
}

.refresh-icon {
	background-image: url(../images/sync.svg?id=65654);
	width: 30px;
	height: 30px;
	margin: 3px;
	background-size: 20px;
	background-position: center;
	background-repeat: no-repeat;
}

.scrollWith {
	position: absolute;
	right: 0;
	bottom: 0;
	display: none;
}

.colPad {
	width: 5px;
	margin: 5px 0;
}

.sessNm,
.gpxNm,
.lyrNm {
	padding: 0 5px;
	cursor: pointer;
	line-height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	flex-grow: 1;
}

.devH1 {
	display: flex;
	padding: 5px 10px;
	height: 25px;
	font-weight: bold;
}

.gpxBtnsOpts,
.sessBtnsOpts,
.sessBtnsHist {
	background-image: url(../images/eye_close.svg);
	background-size: 15px;
	background-repeat: no-repeat;
	width: 30px;
	height: 30px;
	cursor: pointer;
	background-position: center;
}

.sessBtnsOpts {
	background-image: url(../images/center-icon.svg);
}

.sessBtnsHist {
	background-image: url(../images/history-icon.svg?id=12345);
}

.gpxBtnsOpts[data-opn="1"] {
	background-image: url(../images/eye_open.svg?id=12345);
}

.lowBody {
	position: relative;
	width: 100%;
	height: calc(100% - 46px);
}

.devCnt {
	background-color: #d2d2d2;
	line-height: 25px;
	padding: 0 10px;
}

.devTxt {
	flex-grow: 1;
	line-height: 25px;
	margin: 0 5px;
}

.devBody {
	overflow: auto;
}

.gpxRows:hover {
	background-color: #f1f1f1;
}

.gpxRows:last-child {
	border-bottom: 0;
}

.leftInBlock {
	border-radius: 3px;
	overflow: hidden;
}

.leaflet-touch .leaflet-bar a {
	width: 36px;
	height: 36px;
	line-height: 36px;
}

.leaflet-touch .leaflet-control-layers-toggle {
	width: 36px;
	height: 36px;
}

.leaflet-container {
	font-family: system-ui;
}

.listDev {
	max-height: 300px;
}

.openBlock {
	position: absolute;
	width: 40px;
	height: 40px;
	left: 10px;
	top: 5px;
	background-image: url(../images/list.svg?id=3242343);
	background-size: 20px;
	background-color: rgb(255, 255, 255);
	background-repeat: no-repeat;
	cursor: pointer;
	background-clip: padding-box;
	box-sizing: border-box;
	background-position: center center;
	border-radius: 5px;
	border: 2px solid rgba(0, 0, 0, 0.2);
}

.openBlock.openGpx {
	background-image: url(../images/tour.svg?id=3242343);
	top: 50px;
}

.logwindow {
	position: absolute;
	bottom: 6px;
	right: 0;
	left: 0;
	margin: auto;
	top: auto;
	height: 30px;
	background-color: #00000091;
	border-radius: 3px;
	padding: 0 10px;
	width: 254px;
	text-align: center;
	line-height: 30px;
	color: #fff;
	font-size: 15px;
	transition: .2s all;
}

.logwindow.hide {
	bottom: -40px;
}

.search-dev {
	padding: 0 10px;
}

.searchOrder {
	border: 1px solid #ccc;
	height: 25px;
	padding: 0 10px;
	width: 100%;
	box-sizing: border-box;
	margin-bottom: 5px;
}

.about-out {
	background-color: #ffffff;
	position: absolute;
	box-sizing: border-box;
	z-index: 1;
	width: 700px;
	height: auto;
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
	left: 0;
	right: 0;
	margin: auto;
	top: 10px;
	display: none;
}

.about-row {
	display: flex;
	height: 50px;
	border-bottom: 1px solid #ccc;
}

.about-body {
	padding: 20px;
}

.flex-td {
	display: flex;
}

.about-grow {
	flex-grow: 1;
}

.about-icon {
	width: 40px;
	height: 40px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	margin: 5px;
	background-color: #015cb9;
}

.about-txt {
	margin: 7px 5px;
}

.about-desc {
	margin: 15px 0;
}

.about-title {
	font-weight: bold;
}

.about-close {
	width: 22px;
	height: 22px;
	cursor: pointer;
	right: -25px;
	top: 0px;
	position: absolute;
	background-color: #ffffff;
	z-index: 2;
	text-align: center;
	font-size: 22px;
	line-height: 19px;
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
}

.about-out-icon {
	position: absolute;
	right: 10px;
	top: 50px;
	width: 40px;
	height: 40px;
	background-image: url(../images/about.svg);
	background-size: 20px;
	z-index: 1;
	background-color: #fff;
	background-repeat: no-repeat;
	cursor: pointer;
	background-clip: padding-box;
	box-sizing: border-box;
	background-position: center center;
	border-radius: 5px;
	border: 2px solid rgba(0, 0, 0, 0.2);
}

.about-link {
	color: blue;
}

.leaflet-top .leaflet-control {
	margin-top: 5px;
}

.leaflet-div-icon {
	background: none;
	border: none;
}

.circle_marker {
	border-radius: 50%;
	width: 10px !important;
	height: 10px !important;
}

.circle_marker_after {
	content: '';
	position: absolute;
	width: 14px;
	height: 14px;
	border-radius: 50%;
	left: -3px;
	top: -3px;
}

.leaflet-control-layers.leaflet-control.leaflet-control-layers-expanded {
	width: 240px;
}