/* CSS Document */
/*scrollbar css */
::-webkit-scrollbar {
	height: 7px;
	width: 7px;
	background: #ccc;
	margin: 2px;
}

::-webkit-scrollbar-thumb {
	background: #313131;
}

::-webkit-scrollbar-corner {
	background: #000;
}

/*scrollbar css end*/
html,
body {
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
}

body,
input,
textarea,
select,
.leaflet-container {
	font-family: 'Roboto', sans-serif;
	font-size: 12px;
	font-weight: 400;
}

body {
	color: #414d6a;
	overflow: hidden;
}

body * {
	box-sizing: border-box;
}

.wrapper {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
}

.header {
	height: 50px;
	background-color: #1E679E;
	color: #fff;
}

.main-body {
	position: relative;
	height: calc(100% - 50px);
	overflow: hidden;
}

.map-div {
	width: 100%;
	height: 100%;
	z-index: 1;
}

a,
a:hover,
a:focus {
	text-decoration: none;
	color: inherit;
}

.d-flex {
	display: flex;
}

.gut {
	flex-grow: 1
}

.in-header {
	padding: 9px 20px;
}

.head-left,
.head-right {
	width: 260px;
}

.small-world-logo {
	width: 43px;
	background-image: url(../images/small_world_logo_white.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	border-radius: 2px;
}

.logoTxt {
	font-weight: bold;
	font-size: 14px;
	line-height: 16px;
	margin-left: 15px;
}

.h2s {
	font-weight: 400;
	font-size: 11px;
}

.top-load {
	font-size: 15px;
	line-height: 30px;
	text-align: center;
}

.top-layer {
	position: absolute;
	z-index: 2;
	width: 0;
	height: 0;
}

.bot-right {
	bottom: 0;
	right: 0;
}

.sqr {
	position: absolute;
	width: 40px;
	height: 40px;
	border-radius: 2px;
	background-color: #fff;
	cursor: pointer;
	font-weight: 500;
	font-size: 20px;
	line-height: 40px;
	letter-spacing: 0.02em;
	color: #1E679E;
	text-align: center;
	background-size: 18px 20px;
	background-position: center;
	background-repeat: no-repeat;
	border: 1px solid #1E679E;
}

.sqr:hover,
.top-tools:hover {
	box-shadow: 0 0 4px rgba(0, 0, 0, .4);
}

#zoomin {
	right: 20px;
	bottom: 80px;
}

#zoomout {
	right: 20px;
	bottom: 30px;
}

.time-div {
	left: 20px;
	bottom: 30px;
	position: absolute;
	width: 155px;
	height: 40px;
	background-color: #1E679E;
	border-radius: 2px;
	background-image: url(../images/clock_icon.svg);
	background-size: 15px;
	background-position: 15px 13px;
	background-repeat: no-repeat;
	color: #fff;
	font-size: 12px;
}

.time-div-time {
	margin: 14px 0 0 40px;
}

.top-left {
	top: 30px;
	left: 20px;
}

#share-btn {
	left: 20px;
	top: 80px;
	background-image: url(../images/share_icon.svg);
}

#location-btn {
	margin-top: 10px;
	position: initial;
	left: 20px;
	top: 80px;
	background-image: url(../images/location_icon.php?id=1);
}

#message-icon {
	margin-top: 10px;
	position: initial;
	left: 20px;
	top: 80px;
	background-image: url(../images/messages_icon.php?id=1);
	display: none
}

#emergency-btn {
	margin-top: 10px;
	position: initial;
	left: 20px;
	top: 80px;
	background-image: url(../images/ambulance.svg);
}

#location-btn[data-id="1"] {
	background-image: url(../images/location_icon.php?id=0);
}

.load-his-div {
	left: 0;
	bottom: 30px;
	right: 0;
	position: absolute;
	width: 155px;
	height: 40px;
	background-color: #1E679E;
	border-radius: 2px;
	color: #fff;
	font-size: 12px;
	margin: auto;
	z-index: 1000;
	text-align: center;
	line-height: 30px;
	height: 30px;
}

#history-icon {
	margin-top: 10px;
	position: initial;
	left: 20px;
	top: 80px;
	background-image: url(../images/clock-history.svg);
}

#gpx-layers {
	position: initial;
	left: 20px;
	top: 30px;
	background-image: url(../images/create_gpx_icon.php?id=1);
}

#gpx-layers[data-id="1"] {
	background-image: url(../images/create_gpx_icon.php?id=0);
}

#active-devices {
	margin-top: 10px;
	position: initial;
	left: 20px;
	top: 130px;
	background-image: url(../images/active_device_icon.svg);
}

#track-lines {
	left: 185px;
	bottom: 30px;
	background-image: url(../images/show_tracking_lines.php?id=0);
}

#track-lines[data-id="1"] {
	background-image: url(../images/show_tracking_lines.php?id=1);
}

.top-right {
	top: 0;
	right: 0;
}

#layer-btn {
	right: 20px;
	top: 30px;
	background-image: url(../images/layer_icon.svg);
}

#measure-btn {
	bottom: auto;
	top: 80px;
	background-image: url(../images/measure_icon.php?id=0);
	display: none;
}

.route-info-pop {
	padding: 10px;
}

.leaflet-right .leaflet-control {
	margin-right: 20px;
}

.leaflet-top .leaflet-control {
	margin-top: 80px;
}

.leaflet-touch .leaflet-bar a {
	width: 40px;
	height: 40px;
}

.leaflet-touch .leaflet-bar a:first-child {
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
}

a.leaflet-control-measure-toggle.js-toggle {
	border: 1px solid #1E679E;
}

.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
	border: none;
	background-clip: padding-box;
}

.leaflet-tooltip-left {
	margin-left: -6px;
}

.leaflet-tooltip-right {
	margin-left: 6px;
}

.leaflet-tooltip {
	font-size: 12px;
	line-height: 12px;
	border-radius: 30px;
	background: #1e679e;
	color: #fff;
	padding: 3px 11px;
	opacity: 1 !important;
	border: none;
}

.leaflet-tooltip-left:before {
	right: 0;
	margin-right: -11px;
	border-left-color: #1e679e;
}

.leaflet-tooltip-right:before {
	left: 0;
	margin-left: -11px;
	border-right-color: #1e679e;
}

.leaflet-tooltip span {
	font-size: 11px;
	color: #aadaff;
}

.marker_top {
	height: 50px;
	background: #1E679E;
	border-radius: 2px 2px 0px 0px;
	color: #fff;
}

.marker_icon {
	width: 28px;
	height: 28px;
	margin: 11px 15px 11px 11px;
	background-color: #ffffffcc;
	background-size: 65%;
	background-repeat: no-repeat;
	background-position: center;
	border-radius: 2px;
	text-align: center;
	line-height: 26px;
}

.marker_h1 {
	padding: 8px 0 0 0;
	font-weight: 600;
	font-size: 14px;
	line-height: 18px;
}

.marker_h2 {
	font-size: 11px;
	font-weight: 300;
}

.latLong {
	font-size: 11px;
	margin-right: 15px;
	user-select: all;
}

.marker_mids {
	padding: 20px 15px 25px;
	font-size: 12px;
}

.dixH1 {
	font-weight: 500;
}

.openHike {
	color: #1E679E;
	cursor: pointer;
	font-weight: bold;
}

.marker_time {
	font-size: 11px;
}

.marker_bot {
	height: 56px;
}

.bubble_btns {
	display: flex;
	padding: 0 10px;
	color: #1E679E;
	background-color: #fff;
	border-radius: 0 0px 3px 3px;
}

.butons {
	padding: 8px 10px;
	border-radius: 3px;
	text-align: center;
	width: 33.33333333%;
	margin: 10px 5px;
	cursor: pointer;
	background: #EDF2FB;
}

.leaflet-popup-content {
	margin: 0 !important;
}

.leaflet-popup-content-wrapper {
	border-radius: 3px;
	padding: 0 !important;
}

.leaflet-container a.leaflet-popup-close-button {
	right: 8px;
	color: #ffffff;
	padding: 8px 4px 0 0;
}

.alertPanelIn {
	position: absolute;
	width: 300px;
	height: 100%;
	background-color: #fff;
	right: -300px;
	top: 0;
	transition: .2s all;
}

.alertPanelIn[data-open="1"] {
	right: 0;
}

.alertPanelOut {
	position: absolute;
	width: 0px;
	height: 100%;
	background-color: #fff;
	right: 0;
	top: 50px;
	z-index: 2;
}

.devHeader {
	height: 62px;
	position: relative;
	background: linear-gradient(270deg, rgba(30, 103, 158, 0.25) 0%, rgba(255, 255, 255, 0) 100%);
}

.devDetH1 {
	font-weight: 600;
	font-size: 14px;
	margin: 22px 0 0 15px;
	color: #1E679E;
}

.closeAlertPanel {
	width: 26px;
	height: 26px;
	background-position: center;
	cursor: pointer;
	background-repeat: no-repeat;
	background-image: url(../images/close_blue.svg);
	background-size: 8px;
	margin: 18px 6px;
	transform: rotate(180deg);
}

.scrollBody {
	height: calc(100% - 112px);
	overflow: auto;
}

.alertRow {
	padding: 10px 10px 5px;
	border-top: 1px solid #e5e5e5;
}

.alertRow:first-child {
	border: none;
}

.alert_icon {
	width: 20px;
	height: 20px;
}

.alertRowH1 {
	color: #2c333f;
	font-weight: 600;
	font-size: 13px;
}

.contEdit {
	outline: none;
	border: 1px solid #fff;
	padding: 3px 0 3px 2px;
}

.alert_time {
	font-size: 11px;
	font-weight: 400;
	color: #6d6d6d;
}

.alert-body {
	margin-left: 4px;
}

.alertRowH2 {
	font-weight: 400;
	font-size: 11px;
	line-height: 19px;
	direction: ltr;
}

.simple-tooltip {
	position: absolute;
	top: 10px;
	right: 74px;
	width: 200px;
	background-color: #fff;
	border-radius: 2px;
	box-shadow: 0 0 5px rgb(0 0 0 / 40%);
	display: none;
}

.layer-list {
	padding: 7px 10px;
	border-radius: 2px;
	cursor: pointer;
	color: #1e679e;
	font-size: 13px;
	font-weight: 500;
	border-bottom: 1px solid #efefef;
}

.tooltip-arrow {
	width: 20px;
	height: 30px;
	position: absolute;
	right: -20px;
	top: 27px;
	overflow: hidden;
}

.tooltip-arrow::after {
	content: "";
	position: absolute;
	width: 15px;
	height: 15px;
	background: white;
	transform: translateX(-50%) translateY(-50%) rotate(45deg);
	top: 50%;
	left: 0;
	box-shadow: 0px 0px 5px rgb(0 0 0 / 40%);
}

.layer-list:hover {
	background-color: #f7f7f7;
}

.listSel {
	font-weight: bold;
	background-image: url(../images/check.svg);
	background-repeat: no-repeat;
	background-position: right;
	background-size: 18px;
	background-origin: content-box;
}

.center-button {
	background-image: url(../images/center.svg?id=23132);
	background-size: 15px;
	background-repeat: no-repeat;
	width: 16px;
	height: 16px;
	cursor: pointer;
}

.dev-btn {
	transition: .1s all;
}

.dev-btn:hover {
	transform: scale(1.2);
}

.message-button {
	background-image: url(../images/messages_icon.svg);
	background-size: 20px;
	background-repeat: no-repeat;
	width: 20px;
	height: 17px;
	cursor: pointer;
	margin: 0 0 0 10px;
}

img.subtype_icon {
	vertical-align: middle;
}

/* CSS Document */
.mobile-icon {
	width: 10px;
	height: 17px;
	background-image: url(../images/mobile.svg);
	background-size: 10px;
	background-repeat: no-repeat;
}

.chat-msg-txt {
	background-color: #EDF2FB;
	padding: 6px;
	border-radius: 3px;
	position: relative;
	margin-left: 13px;
	max-width: 188px;
	font-weight: 400;
}

.chat-msg-txt:before {
	content: "";
	width: 0px;
	height: 0px;
	border-top: 0px solid transparent;
	border-bottom: 10px solid transparent;
	border-right: 10px solid #edf2fb;
	position: absolute;
	left: -9px;
	top: 0;
}

.msg-tim-out {
	padding-top: 6px;
}

.msg-time {
	float: right;
	font-size: 10px;
	color: #828282;
}

.msg-sender {
	clear: both;
	font-size: 10px;
	padding-top: 1px;
	font-weight: 500;
	color: #1e679e;
}

.chat-msg-row[data-id="18"] .d-flex {
	flex-direction: row-reverse;
}

.chat-msg-row[data-id="18"] .mobile-icon {
	background-image: url(../images/small_world_logo.svg);
}

.chat-msg-row[data-id="18"] .chat-msg-txt {
	margin-left: 0;
	margin-right: 13px;
	background-color: #f7f7f7;
}

.chat-msg-row[data-id="18"] .chat-msg-txt:before {
	border-right: 0;
	border-left: 10px solid #f7f7f7;
	left: auto;
	right: -9px;
}

.chat-msg-row[data-id="18"] .msg-time {
	float: left;
}

.chat-msg-row {
	margin-bottom: 10px;
}

.chat-minimize,
.chat-restore {
	width: 31px;
	height: 31px;
	cursor: pointer;
	opacity: .8;
	margin: 7px 1px 0 0;
	border-radius: 3px;
	position: relative;
}

.chat-minimize:hover,
.chat-restore:hover {
	background-color: #084573;
	opacity: 1;
}

.chat-minimize:before,
.chat-restore:before {
	content: '';
	position: absolute;
	width: 14px;
	height: 14px;
	margin: 9px;
	border-bottom: 2px solid #d2e1ec;
}

.chat-restore:before {
	border: 2px solid #d2e1ec;
	width: 10px;
	height: 10px;
}

.chat-mini {
	height: 44px !important;
	bottom: 0 !important;
	top: auto !important;
}

.chat-mini .chatDivIn {
	bottom: auto;
	top: 0;
}

.msg-h1 {
	margin: 11px 0 3px;
	line-height: 14px;
}

.msg-h2 {
	line-height: 11px;
	font-size: 11px;
	color: #d6d6d6;
}

.chatArea {
	position: absolute;
	right: 80px;
	bottom: 30px;
	width: 300px;
	height: 0px;
	z-index: 3;
}

.chatDivIn {
	position: absolute;
	bottom: 0;
	background-color: #fff;
	border-radius: 2px;
	width: 100%;
	box-shadow: 0 0 3px 1px rgb(111 111 111 / 50%);
}

.loading_div {
	text-align: center;
	padding: 15px 0;
}

.loadIn {
	width: 100%;
	height: 100%;
	position: relative;
}

.breathe {
	animation: breathe 1.6s infinite cubic-bezier(.45, .05, .55, .95);
}

.spin1 {
	animation: spinclock .8s infinite cubic-bezier(.45, .05, .55, .95);
}

.spin2 {
	animation: spinanticlock .8s infinite cubic-bezier(.45, .05, .55, .95);
}

@keyframes spinanticlock {
	0% {
		transform: rotate(360deg);
	}

	100% {
		transform: rotate(0deg);
	}
}

@keyframes spinclock {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

@keyframes breathe {
	0% {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-o-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
	}

	50% {
		-webkit-transform: scale(0.8);
		-moz-transform: scale(0.8);
		-o-transform: scale(0.8);
		-ms-transform: scale(0.8);
		transform: scale(0.8);
	}

	100% {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-o-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
	}
}

.circ {
	width: 25px;
	height: 25px;
	background-color: #E55419;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
}

.out1,
.out2 {
	width: 35px;
	height: 35px;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	border: 3px solid #fff;
	border-top: 3px solid #1E679E;
}

.modal-header {
	display: flex;
	height: 44px;
	background: #1E679E;
	border-radius: 2px 2px 0px 0px;
}

.modal-h1 {
	padding: 0 20px;
	font-weight: 500;
	font-size: 15px;
	color: #fff;
	line-height: 44px;
}

.msg-h1 {
	margin: 11px 0 3px;
	line-height: 14px;
}

.msg-h2 {
	line-height: 11px;
	font-size: 11px;
	color: #d6d6d6;
}

.chat-minimize,
.chat-restore {
	width: 31px;
	height: 31px;
	cursor: pointer;
	opacity: .8;
	margin: 7px 1px 0 0;
	border-radius: 3px;
	position: relative;
}

.modal-close,
.chat-close {
	width: 31px;
	height: 31px;
	cursor: pointer;
	opacity: .8;
	background-image: url(../images/close.svg);
	background-repeat: no-repeat;
	background-size: 20px;
	background-position: center;
	margin: 7px 7px;
	border-radius: 3px;
}

.modal-body {
	padding: 15px 20px;
	background-color: #EDF2FB;
}

.chat-body {
	background-color: #fff;
	padding: 10px;
	max-height: 350px;
	min-width: 150px;
	overflow: auto;
	min-height: 100px;
}

.chat-msg {
	background-color: #fff;
	padding: 15px;
	position: relative;
	border-radius: 0 0 3px 3px;
}

.chat-message-input,
.chat-msg-sender,
.chat-msg-sender-country {
	outline: none;
	font-weight: 400;
	cursor: text;
	padding: 8px;
	border-radius: 2px 0 0 2px;
}

.chat-msg-sender {
	color: #1e679e;
	padding: 7px 8px;
}

[contenteditable][placeholder]:empty:before {
	content: attr(placeholder);
	position: absolute;
	color: gray;
	background-color: transparent;
}

.chatDivIn .modal-body {
	padding: 0;
}

.dragChatDiv,
.dragPopup {
	cursor: all-scroll;
}

.chat-minimize:before,
.chat-restore:before {
	content: '';
	position: absolute;
	width: 14px;
	height: 14px;
	margin: 9px;
	border-bottom: 2px solid #d2e1ec;
}

.chat-restore:before {
	border: 2px solid #d2e1ec;
	width: 10px;
	height: 10px;
}

img.a-icon {
	width: 20px;
	display: block;
	height: 20px;
}

.rowH1s {
	line-height: 23px;
}

/* display css ----------------------------------------------------------  */
.d-flex {
	display: flex;
}

.gut {
	flex-grow: 1;
}

.w-25 {
	width: 25% !important;
}

.w-33 {
	width: 33.3333333333% !important;
}

.w-50 {
	width: 50% !important;
}

.w-75 {
	width: 75% !important;
}

.w-100 {
	width: 100% !important;
}

/*margins*/
.m0 {
	margin: 0 !important;
}

.m1 {
	margin: 5px;
}

.m2 {
	margin: 10px;
}

.m3 {
	margin: 15px;
}

.mt-1 {
	margin-top: 5px;
}

.mt-2 {
	margin-top: 10px;
}

.mt-3 {
	margin-top: 15px;
}

.mr-1 {
	margin-right: 5px;
}

.mr-2 {
	margin-right: 10px;
}

.mr-3 {
	margin-right: 15px;
}

.mb-1 {
	margin-bottom: 5px;
}

.mb-2 {
	margin-bottom: 10px;
}

.mb-3 {
	margin-bottom: 15px;
}

.ml-1 {
	margin-left: 5px;
}

.ml-2 {
	margin-left: 10px;
}

.ml-3 {
	margin-left: 15px;
}

/*paddings*/
.p0 {
	padding: 0 !important
}

.p1 {
	padding: 5px;
}

.p2 {
	padding: 10px;
}

.p3 {
	padding: 15px;
}

.pt-1 {
	padding-top: 5px;
}

.pt-2 {
	padding-top: 10px;
}

.pt-3 {
	padding-top: 15px;
}

.pr-1 {
	padding-right: 5px;
}

.pr-2 {
	padding-right: 10px;
}

.pr-3 {
	padding-right: 15px;
}

.pb-1 {
	padding-bottom: 5px;
}

.pb-2 {
	padding-bottom: 10px;
}

.pb-3 {
	padding-bottom: 15px;
}

.pl-1 {
	padding-left: 5px;
}

.pl-2 {
	padding-left: 10px;
}

.pl-3 {
	padding-left: 15px;
}

.modal-close:hover,
.chat-close:hover {
	background-color: #084573;
	opacity: 1;
}

.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
	border: 1px solid #1E679E;
	box-sizing: border-box;
	overflow: hidden;
	width: 40px;
	height: 40px;
	border-radius: 2px;
}

.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;
}

.infoDcs,
.infoDct,
.infoDcta,
.infoDctf {
	position: absolute;
	background-color: #fff;
	top: 68px;
	right: 74px;
	width: 300px;
	box-shadow: 0 0 5px rgb(0 0 0 / 40%);
	padding: 11px;
	display: none;
	color: #252121;
	text-align: -webkit-auto;
	border-radius: 2px;
	z-index: 5;
}

.infoDcta .tooltip-arrow {
	top: 14px;
}

.leaflet-control-measure {
	cursor: pointer !important;
	display: table-cell !important;
	background-image: url(../images/measure_icon.php?id=0);
	background-size: 20px 20px;
}

.leaflet-control-measure-on .leaflet-control-measure {
	background-image: url(../images/measure_icon.php?id=1);
}

.spc {
	width: 1px;
	background-color: #1e679e;
	margin: 5px 0;
}

.chat-message-btns {
	min-width: 33px;
	border-radius: 2px;
	width: 33px;
	background-image: url(../images/send-btn.svg);
	background-repeat: no-repeat;
	background-position: center;
	cursor: pointer;
	background-size: 12px;
}

.sd-chat {
	border: 1px solid #1e679e;
	border-radius: 2px 0 0 2px;
}

.searchDevices {
	width: 26px;
	height: 26px;
	background-position: center;
	cursor: pointer;
	background-repeat: no-repeat;
	background-image: url(../images/search.svg);
	background-size: 15px;
	margin: 18px 6px;
}

.search-fields,
.ser {
	display: none;
}

.searchDevicesPanel {
	height: 35px;
	z-index: 20;
	position: absolute;
	top: 15px;
	width: 100%;
	display: none;
}

.srcOutDv {
	border: 1px solid #ccc;
	height: 100%;
	width: calc(100% - 56px);
	padding: 6px;
	margin: 0 auto;
	border-radius: 2px;
}

.close-src-dv {
	width: 22px;
	height: 22px;
	cursor: pointer;
	background-image: url(../images/close_black.svg);
	background-repeat: no-repeat;
	background-size: 20px;
	background-position: center;
	background-color: #fff;
	border-radius: 0 2px 2px 0;
}

.searchOrder {
	width: 100%;
	height: 100%;
	border: none;
	outline: none;
	padding: 0;
	margin: 0;
}

.searchDevicesPanel .d-flex {
	height: 100%;
	width: calc(100% - 30px);
	margin: 0 auto;
	padding: 5px;
	background-color: #fff;
	box-shadow: 0 0 3px rgb(0 0 1);
	border-radius: 2px;
}

.sender-out.d-flex {
	border: 1px solid #1e679e;
	margin-bottom: 2px;
	border-radius: 2px;
}

.word-counter {
	padding: 7px;
}

.circle-with-txt {
	position: relative;
	color: white;
	font-size: 12px;
	font-weight: bold;
	width: 40px;
	height: 40px;
}

.txt {
	margin: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	font-size: 16px;
}

.loc-btn {
	background-image: url(../images/center_loc.svg);
	background-size: 15px;
	background-repeat: no-repeat;
	width: 15px;
	height: 18px;
	cursor: pointer;
}

.viewGpx {
	background-image: url(../images/eye_close.svg);
}

.loc-btn.viewGpx {
	background-size: 17px;
	width: 17px;
}

.dev-btn:hover {
	transform: scale(1.2);
}

.close-open {
	background-image: url(../images/eye_open.svg);
}

.chat-msg-sender-country {
	color: #1e679e;
	padding: 7px 8px;
	min-width: 84px;
}

/* bottom alert css START */
.bot-alert-out {
	height: 1px;
	position: absolute;
	bottom: -1px;
	left: 0;
	right: 0;
	width: 100%;
	z-index: 1000;
}

.bot-alert-in,
.bot-alert-in-right {
	display: flex;
	height: inherit;
	flex-flow: column-reverse;
}

.bot-alert-out-right {
	height: 1px;
	position: absolute;
	bottom: -1px;
	right: 0;
	z-index: 10;
	width: 296px;
}

.alert-in-txt-bound {
	transform: translateX(205px);
	transition: .2s all;
	box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
	border-radius: 3px;
}

.animate {
	transition: .2s all;
}

.bot-alert-text,
.bot-alert-text-right {
	margin: auto;
	background-color: #000000d1;
	border-radius: 3px;
	color: #fff;
	font-size: 13px;
	font-weight: 300;
	line-height: 24px;
	transition: all 500ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
	animation: fadeIn 500ms linear;
	width: 0;
	height: 0;
	margin-bottom: 5px;
}

.bot-alert-text-right {
	color: #000;
	height: auto;
	background-color: #00000000;
	width: 290px;
	margin: 0 0 10px 0;
}

.bot-alert-text-right:first-child {
	margin-bottom: 11px;
}

.alert-in-txt {
	/*white-space: nowrap;*/
	padding: 12px 25px;
	animation-delay: 5s;
	line-height: 15px;
	text-align: center;
	animation: 750ms ease 0s normal forwards 1 fadeins;
	-webkit-animation: 750ms ease 0s normal forwards 1 fadeins;
	opacity: 1;
}

.alert-in-txt-bound .alert-in-txt {
	text-align: left;
	padding: 0;
	font-size: 13px;
	position: relative;
}

.bot-alert-text-open {
	height: 23px;
}

.bot-alert-out .bot-text-hide {
	display: none;
}

.removeMe {
	animation: 200ms ease 0s normal forwards 1 fadeOut;
	-webkit-animation: 200ms ease 0s normal forwards 1 fadeOut;
}

@keyframes fadeOut {
	0% {
		opacity: 1;
		transform: scale(1);
	}

	66% {
		opacity: 0;
		transform: scale(5)
	}

	100% {
		opacity: 0;
	}
}

@keyframes fadeins {
	0% {
		opacity: 0;
	}

	66% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@-webkit-keyframes fadeins {
	0% {
		opacity: 0;
	}

	66% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

/* bottom alert css END */
.incs33 {
	display: flex;
	margin-left: 15px;
}

.jup {
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 10px;
	margin-left: 5px;
	color: #575b5e;
}

.lblTxt {
	font-size: 13px;
	color: #1E679E;
	margin-left: 5px;
	margin-bottom: 10px;
}

.legend {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
	color: #000;
}

.value_data {
	margin: 10px 0 10px 5px;
	color: #000;
}

.emergency_details {
	position: absolute;
	top: 90px;
	left: 74px;
	background-color: #fff;
	border-radius: 2px;
	box-shadow: 0 0 5px rgb(0 0 0 / 40%);
	z-index: 10;
	padding: 20px;
	display: none;
}

.eInp .value_data {
	margin: 0px 0 10px 5px;
}

.close-emer {
	width: 27px;
	height: 27px;
	cursor: pointer;
	background-image: url(../images/close_black.svg);
	background-repeat: no-repeat;
	background-size: 23px;
	background-position: center;
	position: absolute;
	right: 5px;
	top: 4px;
	border-radius: 0 2px 2px 0;
}

.lblTxtd {
	color: #1E679E;
}

.devImeiH1,
.devLocH1 {
	font-weight: 500;
	color: #2c333f;
	font-size: 12px;
}

.gutter {
	flex-grow: 1;
}

.arrivedTxt {
	font-weight: 400;
	font-size: 11px;
	color: #e55419;
}

.devImeiH2,
.devLocH2,
.serLocH3 {
	color: #818894;
	font-weight: 400;
	cursor: pointer;
	font-size: 11px;
}

.devImeiH2,
.devLocH2,
.serLocH3 {
	color: #818894;
	font-weight: 400;
	font-size: 11px;
}

.gps-batt {
	font-size: 11px;
	margin-top: 5px;
}

.blockRowTop {
	padding: 8px 15px 8px 0;
}

.devLocFlex {
	display: flex;
}

.devLocIcon,
.devDevIcon {
	width: 20px;
	height: 20px;
	margin: 0 12px;
	background-image: url(../images/location.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

.iconLoc {
	width: 0px;
	height: 20px;
	margin: 4px 10px;
}

.devLocData {
	width: 100%;
}

.devLocH4 {
	flex-grow: 1;
}

.devLocOut {
	border-bottom: 1px solid #efefef;
	cursor: pointer;
}

.devLocOut:hover {
	background-color: #f1f1f1;
}

.labl.even,
.labl.odd {
	display: flex;
}

.load-txt {
	padding: 20px 59px;
}

.svg-zoom-z {
	transition: .2s all;
}

.svg-zoom-z.zoom {
	scale: 2;
}

.svg-zoom-z.fill.zoom {
	scale: 1.5;
}

.svg-zoom-z.zoom circle {
	fill: #f00;
}