/* CSS Document */
html,
body {
	height: 100%;
	width: 100%;
	margin: 0;
}

body,
input,
textarea,
select {
	font-family: system-ui, sans-serif;
	font-size: 14px;
	color: #222730;
}

.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;
	padding: 0 6px;
	margin: 10px;
	border-radius: 8px;
}

.gpxRows:hover,
.lyrRows:hover,
.blockRow:hover {
	box-shadow: 0px 3px 8px 0px #00000030;
	background-color: #fff;
}

.new-header {
	height: 45px;
	background-color: #1C479E;
	color: #fff;
	display: flex;
}

.new-left,
.new-right {
	width: 450px;
}

.new-right {
	display: flex;
	justify-content: flex-end !important;
}

.new-left,
.new-mid,
.new-right,
.new-inleft {
	display: flex;
}

.small-world-logo,
.logout-logo {
	height: 29px;
	margin: 8px;
	border-radius: 3px;
	margin-right: 13px;
	background-image: url(../images/logo_0_rtl.svg);
	background-size: 100%;
	width: 32px;
	background-repeat: no-repeat;
}

.env_2_ltr,
.env_2_rtl {
	background-image: url(../images/logos_2_ltr.png);
}

.new-mid,
.new-inmid {
	flex-grow: 1;
}

.logoTxt,
.userTxt {
	margin: 9px 0px;
	height: 27px;
}

.h1s,
.myName {
	font-weight: 600;
	font-size: 14px;
	line-height: 16px;
}

.h2s,
.asLog {
	font-size: 12px;
	font-weight: 400;
	line-height: 13px;
}

.deviceOut {
	margin: auto;
	display: flex;
	height: 30px;
	background-color: rgba(0, 0, 0, 0.1);
	border-radius: 8px;
}

.head-logo-flex {
	display: flex;
}

.head-logo {
	width: 44px;
	height: 44px;
	background-position: center;
	background-size: 44px;
	margin: 1px;
	background-repeat: no-repeat;
}

.top-det {
	padding: 3px 15px;
	line-height: 13px;
	text-align: center;
	height: 30px;
	font-size: 12px;
}

.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: 30px;
	width: 250px;
	z-index: 6;
	transition: .5s all;
	background-color: #ffffff;
	border-radius: 8px;
	background-clip: padding-box;
	overflow: hidden;
	box-shadow: 0px 3px 8px 0px #00000030;
	background-color: #fff;
}

.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 {
	bottom: 30px;
	left: 20px;
	position: absolute;
	width: 44px;
	height: 44px;
	border-radius: 8px;
	background-color: #fff;
	cursor: pointer;
	background-size: 28px;
	background-position: center;
	background-repeat: no-repeat;
}

.refresh-icon {
	background-image: url(../images/sync.svg?id=65654);
	width: 44px;
	height: 44px;
	background-size: 28px;
	background-position: center;
	background-repeat: no-repeat;
}

.top-layer {
	position: absolute;
	z-index: 2;
	width: 0;
	height: 0;
}

.bot-right {
	bottom: 0;
	right: 0;
}

.sqr {
	position: absolute;
	width: 44px;
	height: 44px;
	border-radius: 8px;
	background-color: #fff;
	cursor: pointer;
	font-weight: 500;
	font-size: 20px;
	line-height: 40px;
	letter-spacing: 0.02em;
	color: #93BB3E;
	text-align: center;
	background-size: 28px;
	background-position: center;
	background-repeat: no-repeat;
}

#layer-btn {
	right: 20px;
	top: 30px;
	background-image: url(../images/layer_icon.svg);
}

.sqr:hover,
.leaflet-bar a:hover,
.about-out-icon:hover {
	box-shadow: 0px 3px 8px 0px #00000030;
	background-color: #fff;
}

#zoomin {
	right: 20px;
	bottom: 80px;
	background-image: url(../images/zoom-in-icon.svg);
}

#zoomout {
	right: 20px;
	bottom: 30px;
	background-image: url(../images/zoom-out-icon.svg);
}

.scrollWith {
	position: absolute;
	right: 0;
	bottom: 0;
	display: none;
}

.colPad {
	width: 12px;
	margin: 17px 4px;
	height: 12px;
	border-radius: 50%;
}

.sessNm,
.gpxNm,
.lyrNm {
	padding: 0 5px;
	cursor: pointer;
	line-height: 44px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	flex-grow: 1;
}

.devH1 {
	display: flex;
	padding: 10px 15px;
	height: 25px;
}

.gpxBtnsOpts,
.sessBtnsOpts,
.sessBtnsHist {
	background-image: url(../images/eye_close.svg?id=43234);
	background-size: 15px;
	background-repeat: no-repeat;
	width: 31px;
	height: 45px;
	cursor: pointer;
	background-position: center;
}

.sessBtnsOpts {
	background-image: url(../images/center-icon.svg);
}

.sessBtnsHist {
	background-image: url(../images/history-icon.svg?id=12345);
	filter: grayscale(1);
	opacity: .7;
}

.sessBtnsHist[data-opn="1"] {
	filter: none;
	opacity: 1;
}

.gpxBtnsOpts[data-opn="1"] {
	background-image: url(../images/eye_open.svg?id=123dd45);
}

.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 {
	left: 20px;
	top: 30px;
	background-image: url(../images/list.svg?id=3242343);
	position: absolute;
	width: 44px;
	height: 44px;
	border-radius: 8px;
	background-color: #fff;
	cursor: pointer;
	background-size: 28px;
	background-position: center;
	background-repeat: no-repeat;
}

.openBlock.openGpx {
	background-image: url(../images/tour.svg?id=3242343);
	top: 90px;
}

.openBlock:hover {
	box-shadow: 0px 3px 8px 0px #00000030;
	background-color: #fff;
}

.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 15px;
}

.searchOrder {
	border: 1px solid #D0D5DD;
	height: 30px;
	padding: 0 10px;
	width: 100%;
	box-sizing: border-box;
	margin-bottom: 5px;
	border-radius: 8px;
}

.about-out {
	position: absolute;
	box-sizing: border-box;
	z-index: 1;
	width: 700px;
	height: auto;
	left: 0;
	right: 0;
	margin: auto;
	top: 10px;
	display: none;
	border-radius: 8px;
	box-shadow: 0px 3px 8px 0px #00000030;
	background-color: #fff;
}

.simple-tooltip {
	position: absolute;
	top: 30px;
	right: 77px;
	width: 233px;
	background-color: #fff;
	border-radius: 8px;
	display: none;
	overflow: hidden;
	padding: 10px 0;
	box-shadow: 0px 3px 8px 0px #00000030;
}

.close-dyn {
	width: 22px;
	height: 22px;
	cursor: pointer;
	background-image: url(../images/close_black.svg);
	background-repeat: no-repeat;
	background-size: 15px;
	background-position: center;
	position: absolute;
	left: -20px;
	top: 4px;
	background-color: #fff;
	border-radius: 0 2px 2px 0;
}

.layer-list {
	padding: 10px 20px;
	border-radius: 2px;
	cursor: pointer;
	color: #709326;
	font-size: 13px;
	font-weight: 400;
	border-radius: 30px;
	margin: 0 14px;
}

.listSel,
.listSel:hover,
.layer-list:hover {
	background-color: #f7f7f7;
	color: #e55419;
}

.about-row {
	display: flex;
	height: 50px;
	border-bottom: 1px solid #ededed;
	padding: 10px 15px;
}

.about-body {
	padding: 20px;
}

.flex-td {
	display: flex;
}

.about-grow {
	flex-grow: 1;
}

.about-icon {
	height: 40px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	margin: 5px;
}

.about-txt {
	margin: 5px;
}

.about-desc {
	margin: 15px 0;
	font-size: 12px;
}

.about-title {
	font-size: 13px;
}

img.img-about {
	height: 100%;
}

.about-slogan {
	color: #4a4a4a;
	margin-top: 4px;
	font-size: 12px;
}

.frame-logo-div {
	height: 29px;
	margin: 8px;
}

img.frame-logo {
	height: 100%;
	display: block;
}

.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);
	border-radius: 50%;
}

.about-out-icon {
	position: absolute;
	right: 20px;
	top: 90px;
	width: 44px;
	height: 44px;
	background-image: url(../images/about.svg);
	background-size: 28px;
	z-index: 1;
	background-color: #fff;
	background-repeat: no-repeat;
	cursor: pointer;
	background-position: center center;
	border-radius: 8px;
}

.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;
}

.grayscale {
	color: #6a6a6a;
}

.grayscale .sessBtnsOpts,
.grayscale .sessBtnsHist {
	filter: grayscale(1);
	opacity: .3;
}

.syncnew {
	animation: spin 1s linear infinite;
}

@keyframes spin {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}