﻿
/*#region NavBar*/

#divNavBar {
	position: absolute;
	right: 0;
	left: 0;
	height: 60px;
	box-sizing: border-box;
	z-index: 3;
	box-shadow: 0 3px 6px rgba(0,0,0,0.2), 0 -1px 0 rgba(0,0,0,0.02) !important;
	background-image: linear-gradient(rgba(0,0,0,0),rgba(0,0,0,.1));
	display: none;
}

#btnBack {
	position: absolute;
	top: 50%;
	right: 8px;
	transform: translateY(-50%);
	background-repeat: no-repeat;
	background-position-x: center;
	background-position-y: center;
	background-color: transparent;
	background-size: 36px;
	border: 2px solid white;
	width: 48px;
	height: 48px;
	outline: none;
	cursor: pointer;
	text-align: left;
	font-size: medium;
	color: transparent;
	display: none;
	overflow: hidden;
	background-image: url(../res/img/Back36Hover.png);
	border-radius: 50%;
	overflow: hidden;
	box-shadow: 1px 1px 2px rgb(0 0 0 / 60%), 0 0 0 rgb(0 0 0 / 1%);
	background-color: var(--baseColor);
	display: none;
}

#btnMenu {
	border: none;
	background-size: 40px;
	background-image: url('../res/img/MenuToggleHover.png');
	background-repeat: no-repeat;
	background-position-x: center;
	background-position-y: center;
	background-color: transparent;
	border-radius: 4px;
	height: 100%;
	width: 60px;
	box-sizing: border-box;
	outline: none;
	cursor: pointer;
	color: transparent;
	display: none;
}

#divCompanyLogo {
	position: absolute;
	top: 0;
	left: 60px;
	bottom: 0;
	max-width: 20%;
	align-items: center;
	overflow: hidden;
	border-radius: 4px;
	box-sizing: border-box;
	display: none;
}

.companyLogo {
	height: auto;
	max-width: 85% !important;
	max-height: 60px !important;
	background-color: transparent;
	cursor: pointer;
	transform: translateY(-50%);
	top: 50%;
	position: relative;
	display: block;
}

#divTitle {
	display: flex;
	align-items: center;
	max-width: 50%;
	text-align: center;
	justify-content: center;
	height: 100%;
	box-sizing: border-box;
	cursor: pointer;
	padding-left: 8px;
	padding-right: 8px;
	position: absolute;
	left: 50%;
	top: 0;
	transform: translateX(-50%);
}

.lblTitle {
	color: white;
	font-weight: 600;
	display: block;
	line-height: 19px;
	text-align: center;
}

/*#region Togglers*/

#divQuickAccess {
	position: absolute;
	right: 65px;
	top: 50%;
	transform: translate(0,-50%);
	background-color: transparent;
	padding: 4px;
	transition: all .3s;
}

	#divQuickAccess:hover {
		cursor: pointer;
	}

/*#region QuickAccess*/

#divCommands {
	float: right;
	border-radius: 18px;
	border: 1px solid #ffffff26;
	padding: 4px;
	margin-right: 10px;
	display: none;
}

#btnEditProposal {
	float: right;
	width: 36px;
	height: 36px;
	background-image: url(../res/img/ParcelHover.png);
	background-position-x: center;
	background-position-y: center;
	background-repeat: no-repeat;
	background-size: 24px;
	border-radius: 20px;
	display: none;
}

#divViewTogglers {
	float: right;
	border-radius: 18px;
	border: 1px solid #ffffff26;
	padding: 4px;
}

#btnFiltersViewToggler {
	float: right;
	width: 36px;
	height: 36px;
	background-image: url(../res/img/Search32Hover.png);
	background-position-x: center;
	background-position-y: center;
	background-size: 32px;
	background-repeat: no-repeat;
	border-radius: 20px;
	display: none;
}

#btnMapViewToggler {
	float: right;
	width: 36px;
	height: 36px;
	background-image: url(../res/img/MapViewTogglerHover.png);
	background-position-x: center;
	background-position-y: center;
	background-size: 32px;
	background-repeat: no-repeat;
	border-radius: 20px;
	display: none;
}

#btnCardViewToggler {
	float: right;
	width: 36px;
	height: 36px;
	margin-left: 5px;
	background-image: url(../res/img/CardViewTogglerHover.png);
	background-position-x: center;
	background-position-y: center;
	background-repeat: no-repeat;
	background-size: 32px;
	border-radius: 20px;
	display: none;
}

#btnListViewToggler {
	float: right;
	width: 36px;
	height: 36px;
	margin-left: 5px;
	background-image: url(../res/img/GridViewTogglerHover.png);
	background-position-x: center;
	background-position-y: center;
	background-repeat: no-repeat;
	background-size: 32px;
	border-radius: 20px;
	display: none;
}

/*#endregion*/

/*#endregion*/

.btnShowSubItems {
	position: absolute;
	top: 50%;
	right: 8px;
	transform: translateY(-50%);
	background-repeat: no-repeat;
	background-position-x: center;
	background-position-y: center;
	background-color: transparent;
	border: 2px solid white;
	width: 48px !important;
	height: 48px !important;
	outline: none;
	cursor: pointer;
	text-align: left;
	font-size: medium;
	color: transparent;
	display: none;
	overflow: hidden;
	background-image: url(../res/img/CartMarkerRemoved32.png);
	border-radius: 50%;
	overflow: hidden;
	box-shadow: 1px 1px 2px rgb(0 0 0 / 60%), 0 0 0 rgb(0 0 0 / 1%);
	background-color: var(--baseColor);
}

.btnShowSubItemsAdded {
	position: absolute;
	top: 50%;
	right: 8px;
	transform: translateY(-50%);
	background-repeat: no-repeat;
	background-position-x: center;
	background-position-y: center;
	background-color: transparent;
	border: 2px solid white;
	width: 48px !important;
	height: 48px !important;
	outline: none;
	cursor: pointer;
	text-align: left;
	font-size: medium;
	color: transparent;
	display: none;
	overflow: hidden;
	background-image: url(../res/img/CartMarkerAdded32.png);
	border-radius: 50%;
	overflow: hidden;
	box-shadow: 1px 1px 2px rgb(0 0 0 / 60%), 0 0 0 rgb(0 0 0 / 1%);
	background-color: var(--alternativeColor);
}

/*#endregion*/

/*#region DynamicContent*/

.pop {
	background-color: white;
}

.popDynamicContent {
	max-width: 100vw;
	max-height: 100vh;
}

.nestedControlCell {
	text-align: center !important;
}

#divDynamicContentContainer {
	position: absolute;
	left: 0;
	top: 53px;
	right: 0;
	bottom: 60px;
	box-sizing: border-box;
	overflow: visible !important;
}

.divDynamicContent {
	position: absolute;
	left: 20px;
	top: 0;
	right: 20px;
	bottom: 20px;
	display: none;
}

.frmDynamicContent {
	width: 100%;
	height: 100%;
	padding: 0;
	box-sizing: border-box;
	display: block;
}

#divDynamicContentCommands {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 60px;
	box-sizing: border-box;
	display: flex;
	align-items: start;
	padding-top: 5px;
}

.btnBonusableOn {
	border-radius: 12px;
	border: 1px solid red;
	width: 58px;
	height: 19px;
	font-size: 10px;
	font-weight: bold;
	color: white;
	background-color: red;
	line-height: 19px;
	cursor: pointer;
}

.btnBonusableOff {
	border-radius: 12px;
	border: 1px solid red;
	width: 58px;
	height: 19px;
	font-size: 10px;
	font-weight: bold;
	color: red;
	background-color: white;
	line-height: 19px;
	cursor: pointer;
}


/*#region Proposal*/

#tblProposalSummary {
	width: 100%;
	border-radius: 5px !important;
	background-color: white;
	overflow: hidden;
	color: #101010;
	margin-bottom: 14px;
}

.tblProposalSummaryHead {
	text-align: center;
	color: white;
	font-size: 14px;
	line-height: 24px;
}

.tblProposalSummaryCell {
	font-size: 13px;
	line-height: 24px;
	padding-left: 4px;
	padding-right: 4px;
}

.txbProposalDetail {
	border: 1px solid #d1d1d1;
	border-radius: 0 !important;
	width: 100%;
	height: 12px !important;
	line-height: 12px;
	box-shadow: none;
}

/*#endregion*/

/*#region EditSubItem*/

#lblEditSubItemStatus {
	position: absolute;
	font-size: 12px;
	font-weight: 500;
	top: 4px;
	right: 1px;
	line-height: 12px;
	border-radius: 10px 0 10px 0;
	box-sizing: border-box;
	background-image: linear-gradient(rgba(0, 0, 0, 0), rgb(0 0 0 / 9%));
	padding-bottom: 5px;
	padding-top: 4px;
	padding-left: 8px;
	padding-right: 8px;
}

#tblEditSubItem {
	width: 100%;
	border-radius: 5px !important;
	background-color: white;
	overflow: hidden;
}

.tblEditSubItemHead {
	text-align: center;
	color: white;
	font-size: 14px;
	line-height: 14px;
	height: 28px;
}

.tblEditSubItemCell {
	font-size: 13px;
	line-height: 24px;
	padding-left: 4px;
	padding-right: 4px;
}

.speEditSubItem {
	width: 100%;
	font-size: small;
	height: 34px !important;
	display: block;
}

.chkSubItem {
	width: 100px !important;
	display: block;
	overflow: hidden;
}

/*#endregion*/

/*#region MyPlaces*/

#divMyPlacesControls {
	height: 50px;
	border-bottom: 1px solid #e1e1e1;
	border-radius: 8px 8px 0 0;
	display: flex;
	align-items: center;
	background-color: white;
}

#tblMyPlacesContainer {
	overflow-y: auto;
	height: calc(100% - 40px);
	border-radius: 0 0 8px 9px;
	background-color: white;
}

#tblMyPlaces {
	width: 100%;
	border-collapse: separate;
	border-spacing: 0 7px;
	padding: 0 7px;
	background-color: #e1e8ed;
}

	#tblMyPlaces tr {
		background: #fff;
		box-shadow: 0 2px 6px rgba(0,0,0,0.12);
		border-radius: 12px;
	}

	#tblMyPlaces td {
		padding: 7px;
		vertical-align: middle;
	}

	#tblMyPlaces tr td:first-child {
		border-top-left-radius: 10px;
		border-bottom-left-radius: 10px;
	}

	#tblMyPlaces tr td:last-child {
		border-top-right-radius: 10px;
		border-bottom-right-radius: 10px;
	}

.tblMyPlacesPhotoContainer {
	text-align: center;
	vertical-align: middle;
	width: 150px;
}

.tblMyPlacesPhoto {
	max-width: 100%;
	max-height: 200px;
	vertical-align: middle;
}

.tblMyPlacesContent {
	vertical-align: top;
	padding-left: 5px;
	padding-right: 10px;
	vertical-align: middle;
	padding-left: 5px;
	padding-right: 10px;
	text-align: left;
}

.tblMyPlacesUnmarked {
	float: right;
	cursor: pointer;
	border: 1px solid #a3a3a3;
	background-color: whitesmoke;
	width: 22px;
	height: 22px;
	border-radius: 6px;
}

.tblMyPlacesMarked {
	float: right;
	cursor: pointer;
	background-image: url('../res/img/Check24.png');
	background-repeat: no-repeat;
	background-size: auto;
	background-position: center;
	border: 1px solid #00a17f;
	background-color: #232323;
	width: 22px;
	height: 22px;
	border-radius: 6px;
}

.tblMyPlacesTitle {
	display: inline-block;
	font-size: 14px;
	font-weight: 600;
	padding-bottom: 5px;
	white-space: normal;
	padding-left: 5px;
	padding-top: 6px;
	cursor: pointer;
}

.tblMyPlacesAddress {
	font-size: smaller;
	padding: 5px;
	padding-top: 0;
	padding-bottom: 10px;
	padding-left: 6px;
	cursor: default;
}

.tblMyPlacesDetails {
	width: 100%;
	display: inline-block;
	color: #474747;
	font-weight: bold;
	border-radius: 4px;
	font-size: smaller;
	cursor: default;
	margin-bottom: 5px;
}

#divMyPlacesProximityBar {
	display: flex;
	align-items: center;
}

#divSearchMyPlacesItem {
	position: relative;
	border: 1px solid #adadad;
	height: 40px;
	margin-top: 3px;
	margin-left: 4px;
	border-radius: 4px;
	background-color: white;
	margin-right: 4px;
	min-width: 250px;
	max-width: 300px;
}

#divSearchMyPlacesItemText {
	width: calc(100% - 67px);
	height: 40px;
	font-size: 16px;
	float: left;
}

.txbSearchMyPlacesItem {
	border: none;
	width: 100%;
	height: 40px !important;
	border-radius: 4px 0 0 4px;
	background-color: white;
}

#divSearchPlaceItemClear {
	position: absolute;
	right: 36px;
	top: 0;
	height: 40px;
}

.btnSearchMyPlacesItemClear {
	margin-top: 10px;
	margin-left: 6px;
	transition: opacity 0.3s ease;
}

#divSearchMyPlacesItemCmd {
	position: absolute;
	right: 0;
	top: 0;
	height: 40px;
}

.btnSearchMyPlacesItemCmd {
	margin-top: 10px;
	margin-left: 6px;
	margin-right: 6px;
}

/*#endregion*/

/*#endregion*/

/*#region DynamicControls*/

#divMnuDynamicControls {
	float: left;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	box-sizing: border-box;
}

.subMenu {
	border-radius: 8px !important;
	padding-bottom: 4px !important;
}

.subMenuItem {
	border-radius: 8px !important;
}

.subMenuItemHover {
	border-radius: 8px !important;
}

/*#endregion*/

/*#region Toolbar*/

#divSearchBox {
	width: 340px;
	height: 470px;
	position: relative;
	top: 0;
	left: 0;
	right: 0;
	overflow: hidden;
}

#divSearchBoxInAll {
	display: none;
	margin: 10px;
	width: calc(100% - 20px);
	left: 0;
	right: 0;
	height: 40px;
	border-radius: 4px;
	background-color: white;
}

#divSearchBoxInAllText {
	width: calc(100% - 75px);
	height: 40px;
	font-size: 16px;
	float: left;
}

.txbSearchBoxInAll {
	border: none;
	width: 100%;
	height: 40px !important;
	border-radius: 4px 0 0 4px;
	background-color: white;
}

#divSearchBoxInAllClear, #divSearchBoxInAllCmd {
	float: left;
	height: 40px;
}

.btnSearchBoxInAllClear {
	margin-top: 10px;
	margin-left: 6px;
	transition: opacity 0.3s ease;
}

.btnSearchBoxInAllCmd {
	margin-top: 10px;
	margin-left: 6px;
	margin-right: 6px;
}

#divSearchBoxFilter {
	padding: 10px;
	border-top: 1px solid #ffffff1c;
}

#divSearchBoxSortFields {
	display: flex;
	justify-content: space-around;
	align-items: center;
	margin-top: 15px;
	margin-bottom: 10px;
	border-bottom: 1px solid #ffffff21;
	padding-bottom: 15px;
}

#btnSearchBoxSortAscending {
	background-position-x: 6px;
	background-size: 24px;
	background-position-y: center;
	background-repeat: no-repeat;
	padding: 6px;
	padding-left: 37px;
	padding-right: 10px;
	border-radius: 14px;
	background-color: white;
	color: #101010;
	font-size: 12px;
	background-image: url(../res/img/SortAscending.png);
	border: 1px solid white;
	transition: all .3s;
}

	#btnSearchBoxSortAscending:hover {
		background-image: url(../res/img/SortAscendingHover.png);
		background-color: var(--baseColor);
		border: 1px solid var(--alternativeColor);
		color: white;
	}

#btnSearchBoxSortDescending {
	background-image: url('../res/img/SortDescending.png');
	background-position-x: 6px;
	background-size: 24px;
	background-position-y: center;
	background-repeat: no-repeat;
	padding: 6px;
	padding-left: 37px;
	padding-right: 10px;
	border-radius: 14px;
	background-color: white;
	color: #101010;
	font-size: 12px;
	border: 1px solid white;
	transition: all .3s;
}

	#btnSearchBoxSortDescending:hover {
		background-image: url('../res/img/SortDescendingHover.png');
		background-color: var(--baseColor);
		border: 1px solid var(--alternativeColor);
		color: white;
	}

#divSearchBoxTextFilter {
	background-position-x: 6px;
	background-size: 24px;
	background-position-y: center;
	background-repeat: no-repeat;
	padding: 2px;
	padding-left: 34px;
	padding-right: 2px;
	border-radius: 6px;
	background-image: url(../res/img/Search.png);
	background-color: white;
	margin-bottom: 5px;
}

#divSearchBoxCommands {
	position: absolute;
	bottom: 10px;
	left: 10px;
	right: 10px;
	height: 36px;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: space-evenly;
}

#btnSearchBoxClear {
	background-color: white;
	color: gray;
	width: 100px;
	background-image: url(../res/img/Close.png);
	background-repeat: no-repeat;
	background-position-y: center;
	background-position-x: 14px;
	background-size: 16px;
	padding-left: 32px;
	padding-top: 1px;
	font-size: 14px;
}

	#btnSearchBoxClear:hover {
		background-color: var(--baseColor);
		color: white;
		background-image: url(../res/img/CloseHover.png);
	}

#btnSearchBoxApply {
	width: 100px;
	background-image: url(../res/img/CheckOneHover.png);
	background-repeat: no-repeat;
	background-position-y: center;
	background-position-x: 14px;
	background-size: 16px;
	padding-left: 32px;
	padding-top: 1px;
	font-size: 14px;
}

/*#endregion*/

/*#region GoTo*/

#divMenu {
	position: absolute;
	top: 60px;
	left: 0;
	right: 0;
	z-index: 1000;
	display: none;
	box-shadow: 2px 2px 10px rgba(0,0,0,0.6), 2px 1px 10px rgba(0,0,0,0.07) !important;
	width: 350px;
	box-sizing: border-box;
	background-color: white !important;
	border-radius: 0 0 8px 8px;
	overflow: hidden;
}

.mnuItem {
	width: 100%;
	text-align: left !important;
	padding-left: 40px !important;
	font-size: medium !important;
	background-repeat: no-repeat;
	background-position-x: 6px;
	background-position-y: center;
	background-size: 24px;
	background-color: transparent;
	border: none;
	height: 50px;
	box-sizing: border-box;
	outline: none;
	cursor: pointer;
	font-size: 10px;
	display: none;
	transition: all .3s;
}

	.mnuItem:hover {
		background-color: var(--alternativeColor);
		color: white;
	}

#mnuItemNewProposal {
	background-image: url('../res/img/New.png');
	border-bottom: none !important;
}

#mnuItemLoadProposal {
	background-image: url('../res/img/Open.png');
	border-bottom: none !important;
}

#mnuItemCopyProposal {
	background-image: url('../res/img/Clone.png');
	border-bottom: none !important;
}

#mnuItemConfiguration {
	background-image: url('../res/img/Config24.png');
	border-bottom: none !important;
}

#mnuItemHelp {
	background-image: url('../res/img/Help24.png');
}

#mnuItemExit {
	background-image: url('../res/img/Logout24.png');
}

#mnuItemNewProposal:hover {
	background-image: url('../res/img/NewHover.png');
}

#mnuItemLoadProposal:hover {
	background-image: url('../res/img/OpenHover.png');
}

#mnuItemCopyProposal:hover {
	background-image: url('../res/img/CloneHover.png');
}

#mnuItemConfiguration:hover {
	background-image: url('../res/img/Config24Hover.png');
}

#mnuItemHelp:hover {
	background-image: url('../res/img/Help24Hover.png');
}

#mnuItemExit:hover {
	background-image: url('../res/img/Logout24Hover.png');
}

/*#endregion*/

/*#region Blur*/

#divBlur {
	background-color: white;
	position: absolute;
	top: 60px;
	bottom: 40px;
	left: 0;
	right: 0;
	overflow: hidden;
	z-index: 3;
	background-color: rgba(255,255,255,.8);
	-webkit-backdrop-filter: blur(5px) saturate(.8);
	backdrop-filter: blur(5px) saturate(.8);
	display: none;
}

/*#endregion*/

/*#region MapView*/

#divMapView {
	position: absolute;
	top: 60px;
	bottom: 40px;
	left: 0;
	right: 0;
	visibility: hidden;
	display: none;
	z-index: 3;
}

/*#region Map*/

#divMap {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	display: none;
}

.markerLabel {
	position: absolute;
	top: 10px;
	right: -20px;
	width: 20px;
	height: 20px;
	background-color: #24b319;
	border-radius: 50%;
	pointer-events: none;
	user-select: none;
	box-sizing: border-box;
	line-height: 20px;
	text-align: center;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
}

.pointLabel {
	position: absolute;
	top: 10%;
	right: -25px;
	width: 20px;
	height: 20px;
	background-color: black;
	border-radius: 50%;
	pointer-events: none;
	user-select: none;
	box-sizing: border-box;
	line-height: 20px;
	text-align: center;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
}

.rulerPointLabel {
	color: white;
	font-size: 11px;
	text-align: center;
	white-space: nowrap;
	background-color: #1c856a;
	border: 1px solid #02906c;
	border-radius: 2px;
	padding: 2px;
	pointer-events: none;
}

.travelPointLabel {
	color: white;
	background-color: #111111;
	font-size: 14px;
	text-align: center;
	white-space: nowrap;
	border-radius: 4px;
	padding: 3px;
	pointer-events: none;
}

.gm-style .gm-style-iw-c {
	min-width: 262px !important;
	width: 262px !important;
	min-height: 435px !important;
	padding: 0 !important;
	display: flex !important;
	justify-content: center;
	border: none !important;
	box-sizing: border-box;
	border-radius: 10px;
	box-sizing: border-box;
}

.gm-style .gm-style-iw-d {
	min-height: 435px !important;
}

.gm-style .gm-style-iw-t::after {
	z-index: -1;
}

.gm-style .gm-style-iw-t::after {
	height: 20px;
	width: 20px;
	top: 0;
	z-index: 0 !important;
}

.gm-svpc {
	border-radius: 10px !important;
	background-color: var(--alternativeColor) !important;
	box-shadow: 2px 2px 9px rgb(0 0 0 / 40%), 2px 6px 0 rgb(0 0 0 / 3%) !important;
}

	.gm-svpc:hover {
		background-color: var(--baseColor) !important;
	}

button.gm-ui-hover-effect {
	position: absolute;
	top: 2px !important;
	right: 2px !important;
	outline: none !important;
	background-position: center !important;
	background-image: url('../res/img/CloseSmallHover.png') !important;
	background-repeat: no-repeat !important;
}

	button.gm-ui-hover-effect img {
		display: none !important;
	}

.iw-container {
	min-height: 435px !important;
	color: #111111;
	box-sizing: border-box;
	border-radius: 6px;
	display: block !important;
	position: absolute !important;
	top: 0 !important;
	left: 0 !important;
	right: 0 !important;
	bottom: 0 !important;
}

.iw-title {
	font-weight: 500;
	height: 15px;
	overflow: hidden;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 50px;
	display: block;
}

.iw-photo {
	text-align: center;
	padding: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 155px !important;
	box-sizing: border-box;
	overflow: hidden;
}

.iw-smallPhoto {
	text-align: center;
	padding: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 121px !important;
	box-sizing: border-box;
}

.iw-provider {
	font-size: 12px;
	font-weight: 700;
	overflow: hidden;
}

.iw-rate {
	font-size: 12px;
	font-weight: 700;
	display: none;
}

.iw-navigation {
	text-align: center !important;
	cursor: pointer;
	border: 1px solid silver;
	border-radius: 6px;
}

.iw-actions {
	text-align: center !important;
	overflow: hidden;
	padding: 0;
	cursor: pointer;
	vertical-align: top;
	transition: all .3s;
	border-radius: 6px;
}

	.iw-actions:hover {
		background-image: linear-gradient(rgba(0,0,0,0),rgba(0,0,0,.1));
	}

.iw-actionButtonContainer {
	min-width: 50px;
	padding-top: 5px;
}

.iw-actionTag {
	font-size: 75%;
}

.gm-ui-hover-effect {
	opacity: 1;
}

.adp-distance {
	white-space: pre-line;
	font-size: 10px;
	color: dimgray;
}

.infowindowSlider {
	-webkit-appearance: none;
	width: calc(100% - 125px);
	height: 8px;
	border-radius: 5px;
	background: whitesmoke;
	outline: none;
}

	.infowindowSlider::-webkit-slider-thumb {
		-webkit-appearance: none;
		appearance: none;
		width: 15px;
		height: 15px;
		border-radius: 50%;
		background: #272727;
		cursor: pointer;
	}

	.infowindowSlider::-moz-range-thumb {
		width: 15px;
		height: 15px;
		border-radius: 50%;
		background: #272727;
		cursor: pointer;
	}

/*#endregion*/

/*#region MapControls*/

/*#region ViewPlaces*/

#divMapViewPlaces {
	width: 87px;
	height: 32px;
	background-color: var(--alternativeColor);
	color: white;
	border-radius: 4px;
	background-image: url(../res/img/Location32Hover.png);
	background-repeat: no-repeat;
	background-position: left;
	line-height: 32px;
	padding-left: 33px;
	padding-right: 7px;
	border-radius: 15px;
	position: absolute;
	top: 10px;
	left: 10px;
	box-shadow: 2px 2px 9px rgb(0 0 0 / 40%), 2px 6px 0 rgb(0 0 0 / 3%);
	cursor: pointer;
}

	#divMapViewPlaces:hover {
		background-color: var(--baseColor);
	}

/*#endregion*/

/*#region SetLocation*/

#divMapSetLocation {
	height: 40px;
	position: relative;
	width: 50%;
	max-width: 240px;
	left: 50%;
	top: 9px;
	transform: translateX(-50%);
	border-radius: 6px;
	border: 1px solid var(--alternativeColor);
	opacity: .85;
	text-align: center !important;
}

	#divMapSetLocation:hover {
		opacity: 1;
		border: 1px solid var(--baseColor);
	}

#btnMapSetLocation {
	background-color: white;
	width: 42px;
	height: 100%;
	float: left;
	border-radius: 6px 0 0 6px;
	background-image: url(../res/img/PoiList24.png);
	background-repeat: no-repeat;
	background-position: center;
	box-sizing: border-box;
	border-right: 1px solid #ededed;
}

	#btnMapSetLocation:hover {
		background-image: url(../res/img/PoiList24Hover.png);
		background-color: var(--alternativeColor);
	}

#inpMapSetLocation {
	float: left;
	width: calc(100% - 42px);
	height: 40px;
	font-size: 14px;
	color: dimgray;
	padding-left: 8px;
	border: none;
	border-radius: 0 6px 6px 0;
	outline: none;
	box-sizing: border-box;
	padding-right: 0;
	margin-right: 0;
}

	#inpMapSetLocation::-ms-clear {
		display: none;
	}


/*#endregion*/

/*#region ZoomControls*/

#divMapZoom {
	height: 80px;
	position: absolute;
	width: 40px;
	right: 9px;
	bottom: 172px;
	border-radius: 8px;
	background-color: var(--alternativeColor);
	text-align: center !important;
	box-shadow: 2px 2px 9px rgb(0 0 0 / 40%), 2px 6px 0 rgb(0 0 0 / 3%);
}

#btnMapZoomIn {
	background-color: var(--alternativeColor);
	width: 40px;
	height: 40px;
	float: left;
	border-radius: 8px 8px 0 0;
	background-image: url(../res/img/ZoomInHover.png);
	background-repeat: no-repeat;
	background-position: center;
	box-sizing: border-box;
	background-size: 24px;
}

	#btnMapZoomIn:hover {
		background-color: var(--baseColor);
	}

#btnMapZoomOut {
	background-color: var(--alternativeColor);
	width: 40px;
	height: 40px;
	float: left;
	border-radius: 0 0 8px 8px;
	background-image: url(../res/img/ZoomOutHover.png);
	background-repeat: no-repeat;
	background-position: center;
	box-sizing: border-box;
	border-top: 1px solid #ffffffd1;
	background-size: 24px;
}

	#btnMapZoomOut:hover {
		background-color: var(--baseColor);
	}


/*#endregion*/

/*#region MapTools*/

#divMapToolsContainer {
	border: none;
	z-index: inherit !important;
	display: none;
	margin-top: 85px;
	margin-right: 10px;
	transition: all .3s;
}

.mapTool {
	width: 100%;
	height: 100%;
}

#btnShowMapTools {
	background-color: var(--alternativeColor);
	background-image: url('../res/img/BulletsHover.png');
	background-repeat: no-repeat;
	background-position-y: center;
	background-position-x: center;
}

	#btnShowMapTools:hover {
		background-color: var(--baseColor);
	}

.mapToolContainer {
	box-shadow: 2px 2px 9px rgb(0 0 0 / 40%), 2px 6px 0 rgb(0 0 0 / 3%);
	border-radius: 4px;
	margin-bottom: 1px;
	width: 40px;
	height: 40px;
	vertical-align: middle;
	float: right;
	clear: both;
	margin-bottom: 2px;
}

#popMapToolsContainer {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	z-index: 1000;
	display: none;
	justify-content: center;
	align-items: center;
	background-image: linear-gradient(rgba(0,0,0,0),rgba(0,0,0,.5));
	box-sizing: border-box;
}

#popMapTools {
	width: 400px;
	height: 360px;
	padding: 15px;
	box-sizing: border-box;
	background-color: white;
	border-radius: 18px;
	position: absolute;
	text-align: center;
	box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2), 5px 5px 20px rgba(0, 0, 0, 0.2) !important;
}

#lblMapTools {
	position: absolute;
	top: 10px;
	left: 50%;
	transform: translate(-50%);
	color: white;
	font-size: 15px;
	font-weight: 500;
}

.popMapTool {
	width: 60px;
	height: 90px;
	border-radius: 4px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	display: inline-block;
	background-repeat: no-repeat;
	background-position-x: center;
	background-position-y: 4px;
	background-size: 48px;
	transition: all .3s;
	margin: 2px;
	float: left;
}

.popMapToolsContainerChecked {
	background-color: silver !important;
	width: 60px;
	border-radius: 4px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	display: inline-block;
	background-repeat: no-repeat;
	background-position-x: center;
	background-position-y: 4px;
	transition: all .3s;
	margin: 2px;
	float: left;
}

	.popMapToolsContainerChecked:hover {
		background-color: dimgray !important;
		cursor: pointer;
		color: white;
	}

.popMapToolsDescription {
	font-size: 13px;
	margin-top: 55px;
	color: white;
	display: block;
}

#popMapToolsContent {
	position: absolute;
	top: 50px;
	left: 15px;
	right: 15px;
	bottom: 60px;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: 10px;
}

#popMapToolsCommands {
	position: absolute;
	left: 15px;
	right: 15px;
	bottom: 0;
	height: 60px;
	box-sizing: border-box;
}

#divToggleNewPlaceMode {
	display: none;
	background-image: url('../res/img/NewPoi48.png');
}

#divNewPlaceMode {
	background-color: white;
	border-radius: 4px;
	display: none;
}

#divNewPlace {
	background-image: url('../res/img/NewPoi.png');
	background-position-x: center;
	background-position-y: center;
	background-size: 24px;
	background-repeat: no-repeat;
	width: 40px;
	height: 40px;
	cursor: grab;
	transition: background-image 0.3s, background-size 0.3s;
}

	#divNewPlace:active {
		cursor: grabbing;
	}

#divRulerDrawingMode {
	display: none;
}

#divTravelDrawingMode {
	display: none;
}

#divTravelsLayer {
	position: absolute;
	left: -81px;
	top: -1px;
	display: none;
}

#divMyFilesLayer {
	position: absolute;
	left: -122px;
	top: -1px;
	display: none;
}

#divToggleRuler {
	background-image: url('../res/img/MarkersDistance48Hover.png');
}

#divToggleTravel {
	display: none;
	background-image: url('../res/img/RaceFlag48Hover.png');
}

#divMapTypeRoadmap {
	background-image: url('../res/img/Roadmap48Hover.png');
}

#divMapTypeSatellite {
	background-image: url('../res/img/Satellite48Hover.png');
}

#divMapTypeHybrid {
	background-image: url('../res/img/MapHybrid48Hover.png');
}

#divGoHome {
	display: none;
	background-image: url('../res/img/HomeHover.png');
}

#divFitView {
	background-image: url('../res/img/Restore48Hover.png');
}

#divFullscreenView {
	background-image: url('../res/img/Expand48Hover.png');
}

#divTrafficLayer {
	background-image: url('../res/img/Traffic48Hover.png');
}

/*#endregion*/

/*#endregion*/

/*#region Travels*/

.travelsSlider {
	-webkit-appearance: none;
	width: calc(100% - 120px);
	height: 8px;
	border-radius: 5px;
	background: whitesmoke;
	outline: none;
}

	.travelsSlider::-webkit-slider-thumb {
		-webkit-appearance: none;
		appearance: none;
		width: 15px;
		height: 15px;
		border-radius: 50%;
		background: #272727;
		cursor: pointer;
	}

	.travelsSlider::-moz-range-thumb {
		width: 15px;
		height: 15px;
		border-radius: 50%;
		background: #272727;
		cursor: pointer;
	}

/*#endregion*/

/*#endregion*/

/*#region CardView*/

#divCardView {
	background-color: white;
	position: absolute;
	top: 60px;
	bottom: 40px;
	left: 0;
	right: 0;
	visibility: hidden;
	overflow: hidden;
	display: none;
}

/*#endregion*/

/*#region ListView*/

#divListView {
	background-color: white;
	position: absolute;
	top: 60px;
	bottom: 40px;
	left: 0;
	right: 0;
	visibility: hidden;
	overflow: hidden;
	display: none;
}

/*#endregion*/

/*#region GridView*/

#divGridView {
	background-color: white;
	position: absolute;
	top: 60px;
	bottom: 40px;
	left: 0;
	right: 0;
	visibility: hidden;
	overflow: hidden;
	display: none;
}

#divGridViewContainer {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 50px;
	overflow: auto;
	background-color: #d6dfe6ba;
}

#divGridViewActions {
	position: relative;
	left: 0;
	right: 0;
	top: 0;
	height: 50px;
	border-bottom: 1px solid #e3e3e3;
	box-sizing: border-box;
}

#tblItems {
	table-layout: fixed;
	white-space: nowrap;
	border-collapse: separate;
}

.tblItemsHead {
	font-size: 15px;
	height: 35px;
	top: 0;
	text-align: center;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2), 0 -1px 0 rgba(0, 0, 0, 0.02) !important;
	z-index: 3;
}

.tblItemsFoot {
	font-size: 12px;
	height: 35px;
	bottom: 0;
	text-align: center;
	background-color: white;
	color: black;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2), 0 -1px 0 rgba(0, 0, 0, 0.02);
	font-weight: bolder;
	z-index: 3;
}

.tblItemsFootTd {
	border-top: 1px solid whitesmoke;
	background-color: white;
}

.tblItemsBody {
	transition: all .3s;
	cursor: default;
	height: 32px;
}

.tblItemsBodyTd {
	border-left: 1px solid #9b9b9b78;
	border-bottom: 1px solid #9b9b9b;
	box-sizing: border-box;
	text-align: center;
	font-size: 12px;
	color: #4d4d4d;
	word-wrap: break-word;
	white-space: normal;
	line-height: 16px;
	padding-left: 5px;
	padding-right: 5px;
}

	.tblItemsBodyTd:hover {
		background-color: #dfdfdf !important;
		color: black !important;
	}

#tblItems thead th {
	position: sticky !important;
	top: 0 !important;
	background-color: #1a1a2e;
}

#tblItems .fixedPosition {
	position: sticky !important;
	background-color: white;
}

#tblItems thead th.fixedPosition {
	top: 0 !important;
	left: inherit;
	z-index: 4;
}

#tblItems tbody td.fixedPosition {
	z-index: 2
}

#tblItems tbody td:not(.fixedPosition) {
	position: relative;
	z-index: 1
}

#tblItems .resizer {
	position: absolute;
	top: 0;
	right: 0;
	width: 5px;
	cursor: col-resize;
	user-select: none;
	height: 100%;
}

	#tblItems .resizer:hover {
		border-right: 2px solid #007bff;
	}


/*#endregion*/

/*#region FiltersView*/

#divFiltersView {
	background-color: white;
	position: absolute;
	top: 60px;
	bottom: 40px;
	left: 0;
	right: 0;
	visibility: hidden;
	overflow: hidden;
	display: none;
	z-index: 3;
}

/*#endregion*/

/*#region Panes*/

.actionButton {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 40px;
	line-height: 22px;
	color: white;
	font-size: .9rem;
	font-weight: 600;
	display: flex;
	cursor: pointer;
	align-items: center;
	justify-content: space-evenly;
}

/*#region LeftPane*/

#divLeftPane {
	position: absolute;
	top: 60px;
	left: -100%;
	bottom: 40px;
	width: 300px;
	z-index: 10;
	background-color: white;
	border-right: 1px solid dimgray;
	box-sizing: border-box;
	display: none;
}

#divToggleLeftPane {
	position: absolute;
	top: 40%;
	right: -16px;
	height: 36px;
	width: 15px;
	background-image: url(../res/img/ToTheLeft.png);
	background-size: 16px;
	background-repeat: no-repeat;
	background-position-x: center;
	background-position-y: center;
	border-top: 1px solid #adadad;
	border-right: 1px solid #adadad;
	border-bottom: 1px solid #adadad;
	border-radius: 0 8px 8px 0;
	box-sizing: border-box;
	cursor: pointer;
	vertical-align: middle;
	background-color: white;
	box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.5);
	transition: all 0.3s ease;
}

	#divToggleLeftPane:hover {
		height: 40px;
		right: -29px;
		width: 28px;
		background-size: 24px;
	}

#divLeftPaneContent {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0px;
	background-color: white;
	overflow: hidden;
	z-index: 1;
}

/*#endregion*/

/*#region RightPane*/

#divRightPane {
	position: absolute;
	top: 60px;
	right: -350px;
	bottom: 40px;
	z-index: 10;
	background-color: white;
	border-left: 1px solid dimgray;
	box-sizing: border-box;
	display: none;
}

#divToggleRightPane {
	position: absolute;
	top: 40%;
	left: -16px;
	height: 36px;
	width: 15px;
	background-image: url(../res/img/ToTheRight.png);
	background-size: 16px;
	background-repeat: no-repeat;
	background-position-x: center;
	background-position-y: center;
	border-top: 1px solid #adadad;
	border-left: 1px solid #adadad;
	border-bottom: 1px solid #adadad;
	border-radius: 8px 0 0 8px;
	box-sizing: border-box;
	cursor: pointer;
	vertical-align: middle;
	background-color: white;
	box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.5);
	transition: all 0.3s ease;
}

	#divToggleRightPane:hover {
		height: 40px;
		left: -29px;
		width: 28px;
		background-size: 24px;
	}

#divRightPaneContent {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: white;
	overflow: hidden;
	z-index: 1;
}

/*#endregion*/

/*#region BottomPane*/

#divBottomPane {
	position: absolute;
	right: 0;
	left: 0;
	bottom: 0;
	height: 40px;
	color: white;
	z-index: 1000;
	overflow: hidden;
	font-size: calc(.4vw + .8vh + .1vmin);
	box-sizing: border-box;
	background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .2));
}

#divBottomPaneInfo {
	position: absolute;
	bottom: 30px;
	left: 0;
	right: 0;
	height: 30px;
	padding-top: 3px;
	cursor: default;
	overflow: hidden;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
}

#divBottomPaneSummary {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 100%;
	cursor: default;
	overflow: hidden;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
}

.lblBottomPaneInfo {
	color: white;
	font-weight: 600;
	display: block;
	text-align: center;
}

#divCurrentRange {
	background-image: url(../res/img/miniCalendarHover.png);
	background-repeat: no-repeat;
	background-position-x: left;
	background-position-y: center;
	padding-left: 20px;
	margin-left: 6px;
	margin-right: 6px;
	cursor: pointer;
	display: none;
}

#divSelectedCount {
	background-image: url(../res/img/miniShoppingCartHover.png);
	background-repeat: no-repeat;
	background-position-x: left;
	background-position-y: center;
	padding-left: 20px;
	margin-left: 6px;
	margin-right: 6px;
	cursor: pointer;
	display: none;
}

#divSelectedSummary {
	background-image: url(../res/img/DollarHover.png);
	background-repeat: no-repeat;
	background-position-x: left;
	background-position-y: center;
	padding-left: 17px;
	margin-left: 6px;
	margin-right: 6px;
	cursor: pointer;
	display: none;
}

#divVisibleCount {
	background-image: url(../res/img/miniFilterHover.png);
	background-repeat: no-repeat;
	background-position-x: left;
	background-position-y: center;
	padding-left: 20px;
	margin-left: 6px;
	margin-right: 6px;
	cursor: pointer;
	display: none;
}

#divMyPlacesCount {
	background-image: url(../res/img/miniPoiHover.png);
	background-repeat: no-repeat;
	background-position-x: left;
	background-position-y: center;
	padding-left: 17px;
	margin-left: 6px;
	margin-right: 6px;
	cursor: pointer;
	display: none;
}

/*#endregion*/

/*#endregion*/

/*#region List*/

#divListContainer {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
}

/*#endregion*/

/*#region Items*/

#divItemsActions {
	position: relative;
	left: 0;
	right: 0;
	top: 0;
	box-sizing: border-box;
	height: 50px;
	border-bottom: 1px solid #d3d3d3;
	box-sizing: border-box;
}

#divItemsContainer {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 50px;
	overflow: auto;
	background-color: #d6dfe6ba;
}

#divItems {
	position: relative;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(14.25rem, 1fr));
	grid-auto-rows: minmax(8.5rem, max-content);
	grid-gap: 6px;
	padding: 6px;
	padding-right: 0;
}

.rowCard {
	border: 1px solid #b5b5b5;
	border-radius: 6px;
	position: relative;
	padding-bottom: 17px;
	min-height: 350px;
	transition: transform 0.6s ease;
	transform-style: preserve-3d;
	perspective: 1000px;
	color: #4d4d4d;
}

	.rowCard.flipped {
		transform: rotateY(-180deg);
	}

.rowCardBack {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: none;
}

.rowList {
	position: relative;
	border: 1px solid #b5b5b5;
	transition: all .3s;
	box-sizing: border-box;
	margin-right: 8px;
	min-height: 175px;
	transition: transform 0.6s ease;
	transform-style: preserve-3d;
	perspective: 1000px;
	border-radius: 12px;
	overflow: hidden;
	color: #4d4d4d;
}

	.rowList.flipped {
		transform: rotateY(-180deg);
	}

.titleContainerCard {
	padding-left: 11px;
	padding-right: 7px;
	height: 40px;
	border-radius: 4px 4px 0 0;
	background-image: linear-gradient(rgb(0 0 0 / 0%), rgb(0 0 0 / 8%));
	display: flex;
	align-items: center;
	overflow: hidden;
}

.titleContainerList {
	font-size: 10px;
	float: right;
	display: block;
	font-weight: 500;
	margin-right: 10px;
	margin-bottom: 13px;
	padding-top: 5px;
	padding-left: 0;
	padding-bottom: 0;
	width: calc(100% - 175px);
	box-sizing: border-box;
}

.titleContainerGrid {
	font-size: 10px;
	float: left;
	display: block;
	font-weight: 500;
	padding: 7px;
	padding-top: 6px;
	padding-left: 43px;
	height: 100%;
	width: 100px;
	overflow: hidden;
	border-right: 1px solid #f5f5f5;
}

.divCommandsContainerList {
	position: absolute;
	top: 0px;
	right: 0;
	bottom: 0;
	width: 37px;
	background-color: unset;
	z-index: -1;
}

.divCommandsContainerCard {
	position: absolute;
	top: 190px;
	left: 0;
	right: 0;
	height: 37px;
	background-color: unset;
	z-index: -1;
}

.cartCheckContainerList {
	position: absolute;
	top: 5px;
	right: 5px;
	cursor: pointer;
}

.cartCheckContainerCard {
	position: absolute;
	top: 5px;
	right: 5px;
	cursor: pointer;
}

.btnEditSubItemList {
	position: absolute;
	top: 40px;
	right: 5px;
	cursor: pointer;
	background-image: url('../res/img/Edit.png');
	background-repeat: no-repeat;
	background-size: 24px;
	background-position: center;
	transition: all .3s;
	border: 1px solid #e5e5e5;
	background-color: whitesmoke;
	width: 26px;
	height: 26px;
	border-radius: 15px;
}

	.btnEditSubItemList:hover {
		background-image: url('../res/img/EditHover.png');
		border: 1px solid transparent;
		background-color: var(--baseColor);
	}

.btnEditSubItemCard {
	position: absolute;
	top: 4px;
	right: 4px;
	cursor: pointer;
	background-image: url('../res/img/Edit.png');
	background-repeat: no-repeat;
	background-size: 24px;
	background-position: center;
	transition: all .3s;
	border: 1px solid #e5e5e5;
	background-color: whitesmoke;
	width: 26px;
	height: 26px;
	border-radius: 15px;
}

	.btnEditSubItemCard:hover {
		background-image: url('../res/img/EditHover.png');
		border: 1px solid transparent;
		background-color: var(--baseColor);
	}

.btnEditSubItemGrid {
	cursor: pointer;
	background-image: url('../res/img/Edit.png');
	background-repeat: no-repeat;
	background-size: 24px;
	background-position: center;
	margin: auto;
	transition: all .3s;
	border: 1px solid #e5e5e5;
	background-color: whitesmoke;
	width: 26px;
	height: 26px;
	border-radius: 15px;
	display: inline-block;
	margin: 5px;
}

	.btnEditSubItemGrid:hover {
		background-image: url('../res/img/EditHover.png');
		border: 1px solid transparent;
		background-color: var(--baseColor);
	}

.btnCopySubItemList {
	position: absolute;
	top: 75px;
	right: 5px;
	cursor: pointer;
	background-image: url('../res/img/Copy.png');
	background-repeat: no-repeat;
	background-size: 24px;
	background-position: center;
	transition: all .3s;
	border: 1px solid #e5e5e5;
	background-color: whitesmoke;
	width: 26px;
	height: 26px;
	border-radius: 15px;
}

	.btnCopySubItemList:hover {
		background-image: url('../res/img/CopyHover.png');
		border: 1px solid transparent;
		background-color: var(--baseColor);
	}

.btnCopySubItemCard {
	position: absolute;
	top: 4px;
	right: 36px;
	cursor: pointer;
	background-image: url('../res/img/Copy.png');
	background-repeat: no-repeat;
	background-size: 24px;
	background-position: center;
	transition: all .3s;
	border: 1px solid #e5e5e5;
	background-color: whitesmoke;
	width: 26px;
	height: 26px;
	border-radius: 15px;
}

	.btnCopySubItemCard:hover {
		background-image: url('../res/img/CopyHover.png');
		border: 1px solid transparent;
		background-color: var(--baseColor);
	}

.btnCopySubItemGrid {
	cursor: pointer;
	background-image: url('../res/img/Copy.png');
	background-repeat: no-repeat;
	background-size: 24px;
	background-position: center;
	margin: auto;
	transition: all .3s;
	border: 1px solid #e5e5e5;
	background-color: whitesmoke;
	width: 26px;
	height: 26px;
	border-radius: 15px;
	display: inline-block;
	margin: 5px;
}

	.btnCopySubItemGrid:hover {
		background-image: url('../res/img/CopyHover.png');
		border: 1px solid transparent;
		background-color: var(--baseColor);
	}

.btnMarkedSubItemList {
	position: absolute;
	bottom: 4px;
	right: 5px;
	cursor: pointer;
	background-image: url('../res/img/Check24.png');
	background-repeat: no-repeat;
	background-size: auto;
	background-position: center;
	border: 1px solid #00a17f;
	background-color: #232323;
	width: 22px;
	height: 22px;
	border-radius: 6px;
}

.btnUnmarkedSubItemList {
	position: absolute;
	bottom: 4px;
	right: 5px;
	cursor: pointer;
	border: 1px solid #a3a3a3;
	background-color: whitesmoke;
	width: 22px;
	height: 22px;
	border-radius: 6px;
}

.btnMarkedSubItemCard {
	position: absolute;
	top: 4px;
	left: 4px;
	cursor: pointer;
	background-image: url(../res/img/Check24.png);
	background-repeat: no-repeat;
	background-size: auto;
	background-position: center;
	border: 1px solid #00a17f;
	background-color: #232323;
	width: 22px;
	height: 22px;
	border-radius: 6px;
}

.btnUnmarkedSubItemCard {
	position: absolute;
	top: 4px;
	left: 4px;
	cursor: pointer;
	border: 1px solid #a3a3a3;
	background-color: whitesmoke;
	width: 22px;
	height: 22px;
	border-radius: 6px;
}

.btnMarkedSubItemGrid {
	cursor: pointer;
	background-image: url('../res/img/Check24.png');
	background-repeat: no-repeat;
	background-size: auto;
	background-position: center;
	margin: auto;
	border: 1px solid #00a17f;
	background-color: #232323;
	width: 22px;
	height: 22px;
	border-radius: 6px;
	display: inline-block;
	margin: 5px;
}

.btnUnmarkedSubItemGrid {
	cursor: pointer;
	margin: auto;
	border: 1px solid #a3a3a3;
	background-color: whitesmoke;
	width: 22px;
	height: 22px;
	border-radius: 6px;
	display: inline-block;
	margin: 5px;
}

.photoContainerCard {
	position: relative;
	min-height: 150px;
	background-color: #f5f5f5;
	border-bottom: 1px solid silver;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}

.photoContainerList {
	position: relative;
	float: left;
	width: 160px;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	padding-right: 0px;
	background-color: #f5f5f5;
	overflow: hidden;
	border-right: 1px solid rgba(0,0,0,.1);
}

.photoContainerGrid {
	display: none;
}

.photoCard {
	cursor: pointer;
	display: block;
	width: auto;
	max-height: 150px;
	margin: auto;
	transition: all .3s;
	filter: grayscale(83%);
	-webkit-filter: grayscale(33%);
	-moz-filter: grayscale(33%);
}

	.photoCard:hover {
		filter: grayscale(0);
		-webkit-filter: grayscale(0);
		-moz-filter: grayscale(0);
		transform: scale(1.2);
	}

.photoList {
	cursor: pointer;
	display: block;
	height: auto;
	width: auto;
	max-height: 186px;
	max-width: 223px;
}

.photoGrid {
	margin: auto;
	cursor: pointer;
	display: block;
	height: auto;
	width: auto;
	max-height: 100%;
	max-width: 100%;
	overflow: hidden;
}

.btnViewDetail {
	display: none;
}

.dataContainerCard {
	padding: 7px;
	overflow: auto;
}

.dataContainerCardCart {
	padding: 7px;
	overflow: auto;
	margin-top: 30px;
}

.dataContainerList {
	float: right;
	width: calc(100% - 173px);
	overflow: auto;
	margin-bottom: 35px;
	margin-right: 7px;
	box-sizing: border-box;
}

.dataContainerListCart {
	float: right;
	width: calc(100% - 204px);
	overflow: auto;
	margin-bottom: 25px;
	margin-right: 36px;
	box-sizing: border-box;
}

.title {
	display: block;
	margin-right: 35px;
	font-size: 13px;
	cursor: pointer;
	line-height: 14px;
}

.code {
	cursor: pointer;
	font-size: 12px;
}

.lblStatus {
	border: none;
	padding-top: 3px;
	padding-bottom: 4px;
	padding-left: 6px;
	padding-right: 6px;
	line-height: 16px;
	border-radius: 10px 0 10px 0;
	box-sizing: border-box;
	background-image: linear-gradient(rgba(0, 0, 0, 0), rgb(0 0 0 / 9%));
}

.additionalDataA {
	display: block;
	font-weight: 500;
	font-size: 11px;
}

.additionalDataB {
	display: block;
	padding-top: 3px;
	font-size: 10px;
}

.additionalDataC {
	font-weight: 400;
	font-size: 10px;
	display: block;
	margin-bottom: 2px;
}

.additionalDataD {
	padding-right: 1px;
	font-weight: 500;
	font-size: 10px;
	display: block;
	float: left;
}

.additionalDataECard {
	font-weight: 500;
	font-size: 13px;
	position: absolute;
	bottom: 7px;
	left: 7px;
	height: 20px;
	line-height: 12px;
}

.additionalDataEList {
	font-size: 10px;
	position: absolute;
	bottom: 5px;
	display: block;
	max-width: 85px;
	height: 20px;
	display: flex;
	align-items: center;
	line-height: 8px;
	padding-right: 8px;
}

.additionalDataEGrid {
	font-weight: 500;
	font-size: 13px;
	position: absolute;
	top: 6px;
	right: 6px;
}

.lblItemPeriod {
	font-weight: 500;
	display: inline;
	font-size: 9px;
	position: absolute;
	bottom: 20px;
	right: 10px;
	text-align: right;
	height: 16px;
	line-height: 16px;
	white-space: nowrap;
}

.lblItemPeriodWithMargin {
	font-weight: 500;
	display: inline;
	font-size: 9px;
	position: absolute;
	bottom: 20px;
	right: 40px;
	text-align: right;
	height: 16px;
	line-height: 16px;
	white-space: nowrap;
}

.total {
	font-weight: 600;
	display: inline;
	font-size: 12px;
	position: absolute;
	bottom: 6px;
	right: 10px;
	text-align: right;
	height: 16px;
	line-height: 16px;
	white-space: nowrap;
}

.totalWithMargin {
	font-weight: bolder;
	display: inline;
	font-size: 12px;
	position: absolute;
	bottom: 6px;
	right: 40px;
	text-align: right;
	height: 16px;
	line-height: 16px;
	white-space: nowrap;
}

.rateTop {
	font-weight: 500;
	display: none;
	font-size: 13px;
	color: #565656;
	position: absolute;
	top: 20px;
	right: 7px;
}

.cardSubtotal {
	height: 26px;
	line-height: 16px;
	border-radius: 4px;
	margin-top: 5px;
	padding-left: 5px;
	padding-right: 10px;
	cursor: default;
	border-width: 1px;
	border-style: solid;
	border-color: silver;
	display: none;
}

/*#endregion*/

/*#region Filters*/

#divFiltersContainer {
	position: relative;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
}

#divFilters {
	position: relative;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	overflow: hidden;
}

#nvbFilters {
	position: relative;
	border-bottom: 1px solid #e3e3e3;
	box-sizing: border-box;
}

#divFiltersActions {
	position: relative;
	height: 49px;
	box-sizing: border-box;
}

#btnClearFilters {
	background-color: white;
	border: 1px solid silver;
	color: gray;
	box-sizing: border-box;
	transition: all .3s;
	border-radius: 15px;
	text-align: center;
	width: auto;
	padding-left: 7%;
	padding-right: 7%;
	padding-bottom: 3px;
	line-height: 27px;
}

	#btnClearFilters:hover {
		cursor: pointer;
		background-color: var(--baseColor);
		color: white;
		background-image: linear-gradient(rgba(255,255,255,.2),rgba(255,255,255,0),rgba(255,255,255,0),rgba(255,255,255,0));
	}

.lblControlTitle {
	position: absolute;
	left: 40px;
	top: 7px;
	pointer-events: none;
}

#divPeriodChange {
	min-height: 60px;
	width: 100%;
	box-sizing: border-box;
	display: grid;
	padding: 10px;
	padding-top: 0;
	padding-bottom: 30px;
}

.lblPeriod {
	color: white;
	padding: 4px;
	font-size: smaller;
}

#divGoogleFilterContainer {
	overflow-y: auto;
}

#divGoogleFilter {
	height: 100%;
	box-sizing: border-box;
}

#divGoogleFilterSearchPlace {
	padding-top: 5px;
	padding-left: 7px;
	height: 40px;
	margin-bottom: 5px;
}

#inpSearchPoi {
	float: left;
	width: calc(100% - 55px);
	height: 32px !important;
	font-size: 14px;
	color: dimgray;
	padding-left: 5px;
	padding-right: 5px;
	border: 1px solid white;
	border-radius: 4px 0 0 4px;
	outline: none;
}

	#inpSearchPoi::-ms-clear {
		display: none;
	}

.btnSearchPlace {
	background-color: white !important;
	border-radius: 0 4px 4px 0 !important;
}

#divGoogleFilterProximity {
	height: 35px;
	display: flex;
	align-items: center;
	padding-left: 10px;
	padding-right: 10px;
}

.lbxPois {
	height: calc(100% - 85px) !important;
	width: 100%;
	border-radius: 0 !important;
	border: none !important;
}

#divNextResults {
	color: #333333;
	display: none;
	height: 26px;
	padding: 0;
	line-height: 23px;
	width: 110px;
	position: absolute;
	right: 5px;
	top: 90px;
	transition: all .3s;
	font-size: 12px;
	text-align: center;
	box-sizing: border-box;
	border-radius: 15px;
	border: 1px solid #bbbbbb;
	background-color: white;
}

	#divNextResults:hover {
		color: white;
		background-color: var(--alternativeColor);
	}

/*#endregion*/

/*#region Powered*/

/*#divPowered {
	position: absolute;
	left: 0;
	right: 0;
	height: 15px;
	bottom: 5px;
	text-align: center;
	display: none;
}

.imgPowered {
	width: 170px;
}*/

/*#endregion*/

/*#region Progress Bar*/
.popProgressBar {
	width: 20rem;
}

#divProgressBar {
	position: absolute;
	background-color: white;
	height: 36px;
	bottom: 0;
	left: 0;
	right: 0;
	/*overflow: hidden;*/
}

#divProgressBarLeft {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 35px;
	border-right: 1px solid #696969;
	transition: all 0.3s ease;
	background-color: white;
	box-shadow: inset 0 2px 3px 0 rgba(0, 0, 0, 0.05);
}

	#divProgressBarLeft:hover {
		background-color: #333;
	}

#divProgressBarRight {
	position: absolute;
	top: 0;
	left: 35px;
	bottom: 0;
	right: 0;
}

/*#endregion*/

/*#region Media Viewer*/

.mediaViewer {
	display: flex;
	justify-content: center;
	position: absolute;
	top: 40px;
	bottom: 2px;
	left: 0;
	right: 0;
}

.mediaContainer {
	width: 100%;
	height: 100%;
}

/*#endregion*/

/*#region TechSheet*/

#popTechSheet {
	display: none;
	z-index: 10;
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.cbpTechSheet {
	width: 100%;
	height: 100%;
	overflow: auto;
	scroll-snap-type: y mandatory;
	scroll-behavior: smooth;
	scroll-snap-stop: always
}

#popTechSheet section {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: auto;
	scroll-snap-align: start;
}

#popTechSheetIntroContainer {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 5;
	display: flex;
	justify-content: center;
	align-items: center;
}

#popTechSheetIntroBackground {
	background: rgba(0,0,0,.7);
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

.imgTechSheetIntroLogo {
	max-width: 70vw;
	display: none;
	z-index: 1;
}

#popTechSheetNavigationMenu {
	position: fixed;
	top: -30px;
	left: 0;
	right: 0;
	z-index: 1;
	background-image: linear-gradient(to right, rgba(0,0,0,1),rgba(0,0,0,0),rgba(0,0,0,0));
}

	#popTechSheetNavigationMenu ul {
		list-style-type: none;
		margin: 0;
		margin-left: 10px;
		margin-right: 3px;
		padding: 0;
		overflow: hidden;
		height: 29px;
	}

	#popTechSheetNavigationMenu li {
		float: left;
		font-size: 15px;
		line-height: 0px;
	}

li a {
	display: block;
	color: white !important;
	text-align: center;
	padding: 14px 1.5vw;
	text-decoration: none !important;
}

	li a:hover:not(.active) {
		background-color: dimgray;
	}

.active {
	background-color: #4CAF50;
}

#popTechSheetDataBandTop {
	position: fixed;
	top: 30px;
	left: -100%;
	width: 100%;
	background-image: linear-gradient(to right, rgba(0,0,0,1),rgba(0,0,0,0),rgba(0,0,0,0),rgba(0,0,0,0),rgba(0,0,0,0));
	z-index: 2;
	opacity: 0;
	display: flex;
	padding-right: 5px;
	align-items: center;
	justify-content: flex-start;
	cursor: default;
	overflow: hidden;
	box-sizing: border-box;
}

#popTechSheetToolbar {
	float: left;
	cursor: pointer;
	border-radius: 0 20px 20px 0;
	z-index: 3;
	padding: 3px;
	width: auto;
}

#inpTechSheetClose {
	float: right;
	background-image: url(../res/img/Back.png);
	background-position-x: center;
	background-position-y: center;
	background-size: 24px;
	background-repeat: no-repeat;
	background-color: white;
	border: none;
	border-radius: 20px;
	width: 36px;
	height: 36px;
	outline: none;
	cursor: pointer;
	margin-left: 10px;
	display: none;
}

#popTechSheetToolbarSeparator {
	float: left;
	background-color: #b1b1b1;
	width: 1px;
	height: 36px;
	box-shadow: 0 0 5px rgb(0 0 0 / 20%), 0 -1px 0 rgb(0 0 0 / 2%);
}

#inpTechSheetSelection {
	float: left;
	background-image: url(../res/img/CartMarkerAdded.png);
	background-position-x: center;
	background-position-y: center;
	background-size: 30px;
	background-repeat: no-repeat;
	background-color: white;
	border: none;
	border-radius: 20px;
	width: 36px;
	height: 36px;
	outline: none;
	cursor: pointer;
}

#inpTechSheetPrevious {
	float: left;
	background-image: url(../res/img/ToTheLeft32.png);
	background-position-x: center;
	background-position-y: center;
	background-size: 32px;
	background-repeat: no-repeat;
	background-color: white;
	border: none;
	border-radius: 20px;
	width: 36px;
	height: 36px;
	outline: none;
	cursor: pointer;
}

#inpTechSheetNext {
	float: left;
	background-image: url(../res/img/ToTheRight32.png);
	background-position-x: center;
	background-position-y: center;
	background-size: 32px;
	background-repeat: no-repeat;
	background-color: white;
	border: none;
	border-radius: 20px;
	width: 36px;
	height: 36px;
	outline: none;
	cursor: pointer;
}

#popTechSheetProperties {
	text-align: left;
	margin-left: 10px;
	margin-right: 10px;
	padding-bottom: 3px;
	box-sizing: border-box;
	width: calc(65% - 40px);
}

.techSheetID {
	font-size: calc(1.5vw + 1.5vh + .5vmin);
	font-weight: 500;
	color: white;
}

#popTechSheetLogo {
	display: flex;
	margin-right: 2.5vw;
	align-items: center;
	box-sizing: border-box;
	z-index: 3;
	height: 100%;
	width: 35%;
	justify-content: flex-end;
}

.imgTechSheetLogo {
	z-index: 2;
	max-width: 250px;
	max-height: 85%;
	box-sizing: border-box;
	cursor: pointer;
}

#popTechSheetDataBandTopWrapper {
	height: 10vh;
}

#popTechSheetDataBandBottom {
	display: none;
	position: fixed;
	width: 50%;
	bottom: 0;
	left: -100%;
	background-image: linear-gradient(to right, rgba(0,0,0,1),rgba(0,0,0,.5), rgba(0,0,0,0));
	z-index: 2;
	display: flex;
	align-items: center;
	cursor: default;
	padding-left: 15px;
	padding-right: 58px;
	opacity: 0;
	box-sizing: border-box;
	overflow: hidden;
}

#popTechSheetLocation {
	width: 100%;
}

.techSheetAddress {
	font-size: calc(.8vw + .8vh + .5vmin);
	color: white;
	margin-right: 50px;
}

#popTechSheetDataBandBottomWrapper {
	height: 10vh;
}

/*#region Sections*/

/*#region Photo*/

#imgTechSheetPhoto {
	position: absolute;
	height: 100%;
	width: 100%;
	background-color: rgba(0,0,0,.2);
}

/*#endregion*/

/*#region Geolocation*/

#sctTechSheetGeolocation {
	background-image: url('../res/img/PoweredByGescomOutdoorWhite.svg');
	background-size: 170px;
	background-repeat: no-repeat;
	background-position: center 2.6vh;
}

#popTechSheetGeolocation {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin-top: 0;
	margin-bottom: 0;
	overflow: hidden;
	display: flex;
	flex-direction: row;
	flex-flow: row;
	z-index: 2;
}

#popTechSheetGeolocationDataPanel {
	box-sizing: border-box;
	z-index: 1;
	padding: calc(1.3vw + 1.3vh + .5vmin);
	width: 40%;
	min-width: 250px !important;
	height: 100%;
	float: left;
	position: relative;
	display: flex;
}

	#popTechSheetGeolocationDataPanel * {
		color: #2a2a2a;
	}

#popTechSheetGeolocationDataLeft {
	background-color: white;
	width: 40%;
	border-radius: 6px;
	height: auto;
	max-height: calc(100% - 40px);
	box-sizing: border-box;
	overflow: auto;
	padding: calc(.7vw + .7vh + .7vmin);
	padding-top: calc(.18vw + .18vh + .18vmin);
	margin-bottom: calc(.7vw + .7vh + .7vmin);
	margin-right: 0;
	color: white !important;
	box-sizing: border-box;
}

#popTechSheetGeolocationDataRight {
	background-color: white;
	border-radius: 6px;
	padding: calc(.7vw + .7vh + .7vmin);
	padding-top: calc(.18vw + .18vh + .18vmin);
	width: 60%;
	height: auto;
	max-height: calc(100% - 40px);
	box-sizing: border-box;
	overflow: auto;
}

#popTechSheetGeolocationDataStatus {
	margin-top: 20px;
	display: inline-block;
}

	#popTechSheetGeolocationDataStatus * {
		font-size: calc(1vw + 1vh + .3vmin);
		font-weight: 500;
	}

#popTechSheetGeolocationDataMedia {
	margin-top: 10px;
	line-height: calc(1vw + 1vh + .3vmin);
}

	#popTechSheetGeolocationDataMedia * {
		font-size: calc(1vw + 1vh + .3vmin);
		font-weight: 500;
		color: #2a2a2a;
	}

#popTechSheetGeolocationDataSize {
	margin-top: 3px;
	line-height: calc(.8vw + .8vh + .3vmin);
}

	#popTechSheetGeolocationDataSize * {
		font-size: calc(.8vw + .8vh + .3vmin);
	}

#popTechSheetGeolocationDataView {
	margin-top: 2px;
	line-height: calc(.75vw + .75vh + .3vmin);
}

	#popTechSheetGeolocationDataView * {
		font-size: calc(.75vw + .75vh + .3vmin);
	}

#popTechSheetGeolocationDataIllumination {
	margin-top: 2px;
	line-height: calc(.75vw + .75vh + .3vmin);
}

	#popTechSheetGeolocationDataIllumination * {
		font-size: calc(.75vw + .75vh + .3vmin);
	}

#popTechSheetGeolocationDataRate {
	margin-top: 10px;
	line-height: calc(1vw + 1vh + .5vmin);
}

	#popTechSheetGeolocationDataRate * {
		font-size: calc(1vw + 1vh + .5vmin);
		color: #111111;
		font-weight: 600;
	}

#popTechSheetGeolocationDataCityState {
	margin-top: 10px;
	line-height: calc(1vw + 1vh + .3vmin);
}

	#popTechSheetGeolocationDataCityState * {
		font-size: calc(1vw + 1vh + .3vmin);
		font-weight: 500;
	}

#popTechSheetGeolocationDataAddress {
	margin-top: 5px;
	line-height: calc(.78vw + .78vh + .3vmin);
}

	#popTechSheetGeolocationDataAddress * {
		font-size: calc(.78vw + .78vh + .3vmin);
	}

#popTechSheetGeolocationDataReferences {
	margin-top: 6px;
	line-height: calc(.6vw + .6vh + .3vmin);
}

	#popTechSheetGeolocationDataReferences * {
		font-size: calc(.6vw + .6vh + .3vmin);
		font-style: italic;
		color: dimgray;
	}

#popTechSheetGeolocationDataCoords {
	margin-top: 8px;
	line-height: calc(.6vw + .6vh + .3vmin);
}

	#popTechSheetGeolocationDataCoords * {
		font-size: calc(.6vw + .6vh + .3vmin);
	}

#popTechSheetGeolocationActions {
	position: absolute;
	bottom: 0;
	width: 100%;
	left: 0;
	text-align: center;
	background-color: transparent !important;
}

#inpTechSheetGeolocationGMaps {
	display: inline-block;
	width: 48px;
	height: 48px;
	overflow: hidden;
	transition: width .3s ease;
}

	#inpTechSheetGeolocationGMaps:hover {
		width: 135px;
	}

	#inpTechSheetGeolocationGMaps input {
		background-image: url(../res/img/GMapsWhite48.png);
		background-position-x: center;
		background-position-y: center;
		background-size: 48px;
		background-repeat: no-repeat;
		background-color: transparent;
		width: 48px;
		height: 48px;
		float: left;
		border: none;
		outline: none;
		cursor: pointer;
	}

	#inpTechSheetGeolocationGMaps label {
		margin-top: 14px;
		float: left;
		color: white;
		cursor: pointer;
	}

#inpTechSheetGeolocationWaze {
	display: inline-block;
	width: 48px;
	height: 48px;
	overflow: hidden;
	transition: width .3s ease;
}

	#inpTechSheetGeolocationWaze:hover {
		width: 85px;
	}

	#inpTechSheetGeolocationWaze input {
		background-image: url(../res/img/WazeWhite48.png);
		background-position-x: center;
		background-position-y: center;
		background-size: 48px;
		background-repeat: no-repeat;
		background-color: transparent;
		width: 48px;
		height: 48px;
		float: left;
		border: none;
		outline: none;
		cursor: pointer;
	}

	#inpTechSheetGeolocationWaze label {
		margin-top: 14px;
		float: left;
		color: white;
		cursor: pointer;
	}

#inpTechSheetGeolocationPDF {
	display: inline-block;
	width: 48px;
	height: 48px;
	overflow: hidden;
	transition: width .3s ease;
}

	#inpTechSheetGeolocationPDF:hover {
		width: 80px;
	}

	#inpTechSheetGeolocationPDF input {
		background-image: url(../res/img/PDFWhite48.png);
		background-position-x: center;
		background-position-y: center;
		background-size: 48px;
		background-repeat: no-repeat;
		background-color: transparent;
		width: 48px;
		height: 48px;
		float: left;
		border: none;
		outline: none;
		cursor: pointer;
	}

	#inpTechSheetGeolocationPDF label {
		margin-top: 14px;
		float: left;
		color: white;
		cursor: pointer;
	}

#inpTechSheetGeolocationPowerPoint {
	display: inline-block;
	width: 48px;
	height: 48px;
	overflow: hidden;
	transition: width .3s ease;
}

	#inpTechSheetGeolocationPowerPoint:hover {
		width: 120px;
	}

	#inpTechSheetGeolocationPowerPoint input {
		background-image: url(../res/img/PowerPointWhite48.png);
		background-position-x: center;
		background-position-y: center;
		background-size: 48px;
		background-repeat: no-repeat;
		background-color: transparent;
		width: 48px;
		height: 48px;
		float: left;
		border: none;
		outline: none;
		cursor: pointer;
	}

	#inpTechSheetGeolocationPowerPoint label {
		margin-top: 14px;
		float: left;
		color: white;
		cursor: pointer;
	}

#inpTechSheetGeolocationWhatsapp {
	display: inline-block;
	width: 48px;
	height: 48px;
	overflow: hidden;
	transition: width .3s ease;
}

	#inpTechSheetGeolocationWhatsapp:hover {
		width: 120px;
	}

	#inpTechSheetGeolocationWhatsapp input {
		background-image: url(../res/img/WhatsappWhite48.png);
		background-position-x: center;
		background-position-y: center;
		background-size: 48px;
		background-repeat: no-repeat;
		background-color: transparent;
		width: 48px;
		height: 48px;
		float: left;
		border: none;
		outline: none;
		cursor: pointer;
	}

	#inpTechSheetGeolocationWhatsapp label {
		margin-top: 14px;
		float: left;
		color: white;
		cursor: pointer;
	}

#popTechSheetGeolocationMapContainer {
	width: 60%;
	height: 100%;
	box-sizing: border-box;
	overflow: hidden;
	position: relative;
	top: 0;
	left: 0;
	z-index: 3;
	-webkit-box-shadow: 5px 3px 10px 3px rgba(17,17,17,0.48);
	box-shadow: 5px 3px 10px 3px rgba(17,17,17,0.48);
}

#popTechSheetMap {
	width: 100%;
	height: 100%;
}

#popTechSheetMapFullScreen {
	position: absolute;
	border-radius: 4px;
	background-image: url('../res/img/Expand.png');
	background-size: 24px;
	background-repeat: no-repeat;
	background-position: center;
	left: 5px;
	top: 5px;
	background-color: white;
	width: 28px;
	height: 28px;
	z-index: 1;
	cursor: pointer;
	-webkit-box-shadow: 5px 4px 18px -5px #000000;
	box-shadow: 5px 4px 18px -5px #000000;
}

#popTechSheetStreetViewContainer {
	position: absolute;
	left: 4px;
	bottom: 3px;
	width: calc(13vw + 13vh + .5vmin);
	height: calc(10vw + 10vh + .5vmin);
	z-index: 5;
	border: 1px solid silver;
	border-radius: 4px;
}

#popTechSheetStreetViewFullScreen {
	position: absolute;
	border-radius: 6px;
	background-image: url('../res/img/Expand.png');
	background-size: 24px;
	background-repeat: no-repeat;
	background-position: center;
	left: 5px;
	top: 5px;
	background-color: white;
	width: 28px;
	height: 28px;
	z-index: 2;
	cursor: pointer;
	-webkit-box-shadow: 5px 4px 18px -5px #000000;
	box-shadow: 5px 4px 18px -5px #000000;
}

#popTechSheetStreetView {
	position: absolute;
	width: 100% !important;
	height: 100% !important;
	border-radius: 4px;
	-webkit-box-shadow: 2px 3px 10px 3px rgba(17,17,17,0.48);
	box-shadow: 0px 1px 3px 1px rgba(17,17,17,0.48);
}

/*#endregion*/

/*#region Gallery*/

#popTechSheetGallery {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	overflow: auto;
	display: flex;
	flex-direction: row;
	scroll-snap-type: y mandatory;
	scroll-behavior: smooth;
	scroll-snap-stop: always
}

#popTechSheetGalleryPhoto {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 5;
	display: none;
	background-repeat: no-repeat;
	background-size: contain;
	background-color: white;
	background-position: center;
}

#popTechSheetGalleryPhotoClose {
	position: absolute;
	top: 25px;
	margin-left: -24px;
	left: 50%;
	right: 0;
	width: 48px;
	height: 48px;
	display: flex;
	border-radius: 24px;
	justify-content: center;
	align-items: center;
	background-color: rgba(0,0,0,.2);
	z-index: 6;
	cursor: pointer;
}

#imgTechSheetGalleryPhotoClose {
	width: 24px;
	height: 24px;
}

.techSheetGalleryItem {
	position: relative;
	top: 0;
	box-sizing: border-box;
	transition: .3s ease-in-out;
	overflow: hidden;
	margin-right: 2px;
	min-width: 200px;
	filter: grayscale(33%);
	-webkit-filter: grayscale(33%);
	-moz-filter: grayscale(33%);
	scroll-snap-align: start;
}

	.techSheetGalleryItem:hover {
		filter: grayscale(0);
		-webkit-filter: grayscale(0);
		-moz-filter: grayscale(0);
	}

	.techSheetGalleryItem .techSheetGalleryItemImage {
		width: 100%;
		height: 100%;
		overflow: hidden;
		background-color: rgba(0,0,0,.2);
	}

		.techSheetGalleryItem .techSheetGalleryItemImage img {
			width: 100%;
			height: 100%;
			object-fit: cover;
			object-position: 50% 50%;
			cursor: pointer;
			transition: .5s ease-in-out;
		}

	.techSheetGalleryItem:hover .techSheetGalleryItemImage img {
		transform: scale(1.2);
	}

	.techSheetGalleryItem .techSheetGalleryItemLabel {
		position: absolute;
		left: 0;
		top: 92%;
		right: 0;
		bottom: 0;
		color: white;
		font-size: 1rem;
		pointer-events: none;
		transform: translateY(100%);
		z-index: 4;
		background-color: rgba(0,0,0,.2);
		-webkit-backdrop-filter: blur(5px) saturate(1.8);
		backdrop-filter: blur(5px) saturate(1.8);
		transition: .3s ease-in-out;
		box-sizing: border-box;
		text-align: center;
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.techSheetGalleryItem:hover .techSheetGalleryItemLabel {
		transform: translateY(0);
		animation: move-up 0.3s linear;
	}

/*#endregion*/

/*#region Video*/

#sctTechSheetVideo {
	width: 100%;
	height: 100%;
}

#popTechSheetVideo {
	position: absolute;
	width: 100%;
	background-color: black;
}

video::-webkit-media-controls-start-playback-button {
	display: none;
}

/*#endregion*/

/*#region YoutubeA*/

#sctTechSheetYoutubeA {
	width: 100%;
	height: 100%;
}

#popTechSheetYoutubeA {
	position: absolute;
	width: 100%;
}

/*#endregion*/

/*#region YoutubeB*/

#sctTechSheetYoutubeB {
	width: 100%;
	height: 100%;
}

#popTechSheetYoutubeB {
	position: absolute;
	width: 100%;
}

/*#endregion*/

/*#region Contact*/

#popTechSheetContact {
}

#popTechSheetQuickWhatsapp {
	position: fixed;
	z-index: 3;
	right: 10px;
	bottom: 25px;
	display: none;
}

#inpTechSheetQuickWhatsapp {
	background-image: url(../res/img/WhatsApp48.png);
	background-position-x: center;
	background-position-y: center;
	background-size: 48px;
	background-repeat: no-repeat;
	background-color: transparent;
	border: none;
	width: 48px;
	height: 48px;
	outline: none;
	cursor: pointer;
	display: none;
	-webkit-filter: drop-shadow(3px 1px 5px #222);
	filter: drop-shadow(3px 1px 5px #222);
}

.imgTechSheetContactLogo {
	z-index: 2;
	max-width: calc(30vw + 1vh + .5vmin);
	min-width: 100%;
	box-sizing: border-box;
	cursor: pointer;
}

#popTechSheetCompanyInfo {
	z-index: 2;
	pointer-events: none;
	text-align: center;
	width: 100%;
	position: absolute;
	top: 5px;
	box-sizing: border-box;
}

.lblTechSheetCompanyInfo {
	display: inline-block;
	max-width: 270px;
	color: white;
}

#popTechSheetCompanyInfoUrl {
	font-size: .8rem;
	font-style: italic;
	margin-bottom: 0.2vh;
	pointer-events: all;
	cursor: pointer;
	display: inline-block;
	min-width: 100%;
}

#popTechSheetCompanyInfoPhone {
	font-size: .6rem;
	font-weight: 700;
	margin-bottom: .2vh;
	display: inline-block;
}

#popTechSheetCompanyInfoAddress {
	font-size: .55rem;
	display: inline-block;
}

#popTechSheetContactForm {
	overflow: auto;
	position: absolute;
	top: 70px;
	bottom: 70px;
	left: 0;
	right: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

#tblTechSheetContactForm {
	z-index: 2;
	min-height: 300px;
	height: 100%;
	min-width: 300px;
}

.txbTechSheet {
	margin: 0 auto;
	width: 300px !important;
	margin-bottom: 1vh;
}

#popTechSheetRemarks {
	margin: 0 auto;
	width: 300px;
}

#inpTechSheetMail {
	color: white;
	font-size: medium;
	border: none;
	width: 100%;
	max-width: 270px;
	height: 39px;
	outline: none;
	cursor: pointer;
	background-color: silver;
	border-radius: 8px;
	cursor: pointer;
	margin-top: 10px;
}

#popTechSheetContactActions {
	display: none;
	width: calc(100% - 5px);
	text-align: center;
	position: fixed;
	bottom: 0;
	z-index: 2;
}

#inpTechSheetWhatsapp {
	background-image: url(../res/img/WhatsAppWhite48.png);
	background-position-x: center;
	background-position-y: center;
	background-size: 48px;
	background-repeat: no-repeat;
	background-color: transparent;
	border: none;
	width: 48px;
	height: 48px;
	outline: none;
	cursor: pointer;
	display: none;
}

#inpTechSheetTelegram {
	display: inline-block;
	background-image: url(../res/img/TelegramWhite48.png);
	background-position-x: center;
	background-position-y: center;
	background-size: 48px;
	background-repeat: no-repeat;
	background-color: transparent;
	border: none;
	width: 48px;
	height: 48px;
	outline: none;
	cursor: pointer;
	margin-left: 3px;
	margin-right: 3px;
	display: none;
}

#inpTechSheetFacebook {
	display: inline-block;
	background-image: url(../res/img/FacebookWhite48.png);
	background-position-x: center;
	background-position-y: center;
	background-size: 48px;
	background-repeat: no-repeat;
	background-color: transparent;
	border: none;
	width: 48px;
	height: 48px;
	outline: none;
	cursor: pointer;
	margin-left: 3px;
	margin-right: 3px;
	display: none;
}

#inpTechSheetTwitter {
	display: inline-block;
	background-image: url(../res/img/TwitterWhite48.png);
	background-position-x: center;
	background-position-y: center;
	background-size: 48px;
	background-repeat: no-repeat;
	background-color: transparent;
	border: none;
	width: 48px;
	height: 48px;
	outline: none;
	cursor: pointer;
	margin-left: 3px;
	margin-right: 3px;
	display: none;
}

#inpTechSheetInstagram {
	display: inline-block;
	background-image: url(../res/img/InstagramWhite48.png);
	background-position-x: center;
	background-position-y: center;
	background-size: 48px;
	background-repeat: no-repeat;
	background-color: transparent;
	border: none;
	width: 48px;
	height: 48px;
	outline: none;
	cursor: pointer;
	margin-left: 3px;
	margin-right: 3px;
	display: none;
}

#inpTechSheetYoutube {
	display: inline-block;
	background-image: url(../res/img/YoutubeWhite48.png);
	background-position-x: center;
	background-position-y: center;
	background-size: 48px;
	background-repeat: no-repeat;
	background-color: transparent;
	border: none;
	width: 48px;
	height: 48px;
	outline: none;
	cursor: pointer;
	margin-left: 3px;
	margin-right: 3px;
	display: none;
}

@-moz-keyframes bounce {
	0%, 20%, 50%, 80%, 100% {
		-moz-transform: translateY(0);
		transform: translateY(0);
	}

	40% {
		-moz-transform: translateY(-30px);
		transform: translateY(-30px);
	}

	60% {
		-moz-transform: translateY(-15px);
		transform: translateY(-15px);
	}
}

@-webkit-keyframes bounce {
	0%, 20%, 50%, 80%, 100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}

	40% {
		-webkit-transform: translateY(-30px);
		transform: translateY(-30px);
	}

	60% {
		-webkit-transform: translateY(-15px);
		transform: translateY(-15px);
	}
}

@keyframes bounce {
	0%, 20%, 50%, 80%, 100% {
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}

	40% {
		-moz-transform: translateY(-30px);
		-ms-transform: translateY(-30px);
		-webkit-transform: translateY(-30px);
		transform: translateY(-30px);
	}

	60% {
		-moz-transform: translateY(-15px);
		-ms-transform: translateY(-15px);
		-webkit-transform: translateY(-15px);
		transform: translateY(-15px);
	}
}

i {
	display: block;
	color: #fff;
}

.backToTop {
	position: fixed;
	bottom: 50px;
	right: 5px;
	z-index: 2;
	width: 40px;
	height: 60px;
	cursor: pointer;
	background-image: url('../res/img/BackToTopHover.png');
	background-repeat: no-repeat;
	background-size: 32px;
	display: none;
	-webkit-filter: drop-shadow(3px 1px 5px #222);
	filter: drop-shadow(3px 1px 5px #222);
}

.bounce {
	-moz-animation: bounce 5s infinite;
	-webkit-animation: bounce 5s infinite;
	animation: bounce 5s infinite;
}

/*#endregion*/

/*#endregion*/

/*#endregion*/

/*#region Addons*/

#divAddons {
	position: absolute;
	left: 0;
	top: 0;
}

.popButton {
	font-size: 1rem;
	color: #111111 !important;
	border-radius: 4px !important;
	margin: 10px;
	background-color: white !important;
	border: 1px solid silver !important;
	padding: 10px !important;
	padding-top: 3px !important;
	padding-bottom: 5px !important;
	transition: border .1s, background-color .1s;
	text-decoration: none !important;
	min-width: 60px;
}

	.popButton:hover {
		background-color: dimgray !important;
		border: 1px solid black;
		text-decoration: none;
		color: white !important;
	}

/*#endregion*/
