body {
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	background-color: #fff;
	/* background-image: url(../images/background.jpg); */
	/* background-position: center;  */
	/* background-repeat: no-repeat; */
	/* background-attachment: fixed; */
	/* background-size: cover; */
}

* {
	line-height: normal;
	box-sizing: border-box;
	font-family: 'Century Gothic', Verdana, Arial;
	font-size: 12px;
}


button,
input[type="submit"],
input[type="button"] {
	background-color: rgba(41, 110, 205, 1.0);
	color: #ffffff;
	margin: 0em;
	padding: 0.2em 2em;
	border: 0px none;
	border-radius: 0.3em;
	cursor: pointer;
	cursor: hand;
}


textarea,
select,
.Dialog input[type="text"],
.Tabulator input[type="text"],
input[type="password"] {
	box-sizing: border-box;
	font-family: 'Century Gothic', Verdana, Arial !important;
	font-size: 12px;
	padding: 0em 0.5em 0.25em 0.5em;
	border: 1px solid #eee;
	border-radius: 0.1em;
	width: 95%;
}

#featurePanel .Tabulator {
	line-height: 1.5em;
}

#googleSearch {
	position: absolute;
	left: 4em;
	top: 1em;
	border-radius: 0.3em;
	border: 1px solid #dddddd;
	background-color: #ffffff;
}

#googleSearch input {
	width: 30em;
	padding: 0.3em;
	/* position: absolute; */
	/* left: 0em; */
	/* right: 1em; */
	/* top: 0em; */
	/* bottom: 0em; */
	/* border: none; */
}

#googleSearch span {
	position: absolute;
	right: 0.5em;
	top: 50%;
	-ms-transform: translate(0%, -65%);
	transform: translate(0%, -65%);
}

#zoomButtons {
	position: absolute;
	left: 1em;
	top: 1em;
	width: 2em;
	overflow: auto;
}

#zoomButtons Button {
	padding: 0em;
	width: 2em;
	height: 2em;
	margin-bottom: 0.5em;
}


br {
	clear: both;
}

#controlPanelMenuIcon:before {
	font-size: 105%;
}

.InlineButton {
	/*
	position: relative;
	top: 0.1em;
	*/
	height: 1.5em;
	padding: 0em 2em !important;
	margin: 0em !important;
}

#dockContainerOuter {
	position: absolute;
	left: 0em;
	top: 0em;
	right: 0em;
	bottom: 0em;
}


#dockContainer {
	position: absolute;
	left: 0em;
	top: 0em;
	right: 0em;
	bottom: 0em;
}

#mainMenuWidget {
	position: absolute;
	top: 1em;
	right: 1em;
	width: 4em;
}

#mainMenuWidget button {
	padding: 0.15em 0.0em;
	float: right;
	margin-bottom: 0.3em;
}

#mapPlaceIndicator {
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	pointer-events: none;
	display: none;
	width: 5em;
	height: 5em;
	border-radius: 50%;
	border: 0.5em solid rgba(0, 0, 255, 0.5);
}

.ModalBlender {
	position: absolute;
	top: 0em;
	right: 0em;
	bottom: 0em;
	left: 0em;
	background-color: rgba(255, 255, 255, 0.5);
}

/*
.ModalBlender * {
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -50%); 
	transform: translate(-50%, -50%);	
}
*/

.Listbox {
	float: left;
	border: 1px solid #eeeeee;
}

.Listbox label {
	float: none;
	display: block;
	min-width: 5em;
}

.FloatingPanel {
	box-sizing: border-box;
	background-color: #edeff2;
	margin: 1em;
	padding: 1em;
	float: left;
}

.FloatLeft {
	float: left;
	margin-right: 1em;
}

.FloatRight {
	float: right;
	margin-left: 1em;
}

.FloatClear {
	clear: both;
}

.ToolPanel {
	position: absolute;
	top: 0em;
	left: 50%;
	-ms-transform: translate(-50%, 0%);
	transform: translate(-50%, 0%);
	border-radius: 0em 0em 0.5em 0.5em;
	background-color: rgba(255, 255, 255, 1.0);
	padding: 0.5em 1em;
	width: max-content;
	display: none;
}

.ToolPanel button {
	margin: 0.1em;
	padding: 0.1em;
	border: 3px solid transparent;
}

.ToolPanelSeparator {
	display: inline-block;
	width: 1em;
	height: 100%;
}

.Hint {
	background-color: rgba(255, 255, 255, 0.9);
	border: 1px solid #888888;
	padding: 0em 1em;
}

.HRight {
	text-align: right;
}

.HCenter {
	text-align: center;
}

.HLeft {
	text-align: left;
}

.VTop {
	vertical-align: top;
}

.dxCustomButton {
	border-radius: 0.2em;
}

.dxCustomButton:hover {
	background-color: #e6e6e6;
}

.dxSlimSlider {
	margin-top: -8px;
}

.dxSlimSlider .dx-slider-handle {
	height: 20px;
	margin-top: -10px;
	width: 10px;
	margin-right: -5px;
}


.dxSlimSlider .dx-slider-bar,
.dxSlimSlider .dx-slider-range {
	height: 2px;
}


.PN {
	clear: both;
	float: left;
	width: 5%;
}

.PN:after {
	clear: both;
}

.PT {
	float: left;
	width: 95%;
}

.slider {
	-webkit-appearance: none;
	width: 95%;
	height: 1em;
	border-radius: 2%;
	background: rgba(128, 128, 128, 0.3);
	outline: none;
	opacity: 1;
	-webkit-transition: .2s;
	transition: opacity .2s;
}

.slider::-webkit-slider-thumb {
	-webkit-appearance: none;
	appearance: none;
	width: 1.5em;
	height: 1.5em;
	border-radius: 50%;
	background: #ffffff;
	cursor: pointer;
}

.slider::-moz-range-thumb {
	width: 1.5em;
	height: 1.5em;
	border-radius: 50%;
	background: #ffffff;
	cursor: pointer;
}


.blink_me {
	animation: blinker 1s linear infinite;
}

@keyframes blinker {
	50% {
		opacity: 0;
	}
}


.TimeslotDisplay {
	position: absolute;
	background-color: rgba(0, 0, 0, 0.6);
	bottom: 0em;
	left: 0em;
	right: 0em;
	height: 6em;
	color: #ffffff;
	z-index: 9999;
}

.TimeslotDisplay * {
	font-size: 100%;
	margin: 0;
}

.TimeslotDisplay .Tabulator {
	line-height: 2em;
	position: relative;
	top: 1em;
}

.TimeslotDisplay .slider {
	position: relative;
	top: 1em;
}

.Selection {
	/*
	background-image: url(/images/compass2/selectedRow.png);
	background-position: center center;	
	*/
	background-color: #edeff2 !important;
}

.ProjectAttachment {
	display: block;
	position: relative;
	width: 33%;
	float: left;
	color: #000;
}

.ProjectAttachment:hover {
	background-color: rgba(41, 110, 205, 0.15);
}

.ProjectAttachmentIconContainer {
	float: left;
	position: relative;
	width: 10em;
	height: 10em;
}

.ProjectAttachmentIcon {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
}

.ProjectAttachmentIcon img {
	border: none;
}

.ProjectAttachmentDescription {
	position: absolute;
	top: 50%;
	left: 10em;
	width: calc(100% - 10em);
	-ms-transform: translate(0%, -50%);
	transform: translate(0%, -50%);
}

.Selection td {
	background-color: rgba(255, 128, 96, 1) !important;
}

.Disabled,
:disabled {
	opacity: 0.3 !important;
	cursor: default !important;
}

.ui-dialog,
.ui-dialog-content {
	box-sizing: content-box;
}

.Dialog {
	background-color: #ffffff;
	/* background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 8%, rgba(255,255,255,1) 92%, rgba(255,255,255,0) 100%); */
	position: absolute;
	left: 50%;
	top: 50%;
	height: auto;
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	padding: 0em 0em;
	border-radius: 0.5em;
	border: 1px solid rgba(147, 151, 159, 0.2);
	/* box-shadow: 5em 5em 5em #fff, -5em -5em 5em #fff; */
}

.SeperatorLine {
	position: absolute;
	left: 0em;
	right: 0em;
	height: 1px;
	line-height: 1px;
	max-height: 1px;
	overflow: hidden;
	background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(147, 151, 159, 1) 25%, rgba(147, 151, 159, 1) 75%, rgba(255, 255, 255, 0) 100%);

}

.PanelContent {
	padding: 1em 1em 1em 1em;
	overflow-y: auto;
	position: relative;
	background-color: #ffffff;
}

.DialogContent {
	/* padding: 5em 1em 5em 1em; */
	/* overflow-y: auto; */
	/* position: relative; */
	/* float: left; */
	/* width: 100%; */
	position: relative;
	padding: 2em 2em;
	width: 100%;
	max-height: 80vh;
	overflow-y: auto;
	overflow-x: hidden;
}

.DialogContent h1,
.PanelContent h1 {
	font-size: 2.0em;
	color: rgba(41, 110, 205, 1.0);
	padding: 0.5em 0em;
	font-weight: normal;
}

.DialogContent h2,
.PanelContent h2,
h2 {
	font-size: 1.5em;
	color: rgba(41, 110, 205, 1.0);
	padding: 0em 0em;
	font-weight: normal;
	margin: 1.0em 0em 0.2em 0em;
}

/* .DialogContent h2:first-of-type , .PanelContent h2:first-of-type { */
/* margin: 0em; */
/* padding-top: 0em; */
/* } */


.DialogContent p,
.PanelContent p {
	margin: 1em 0em;
}

.DialogFooter {
	/* position: absolute; */
	/* bottom: 0em; */
	/* left: 0em; */
	/* right: 0em; */
	/* padding: 1em 7em 1em 1em; */
	position: relative;
	width: 100%;
	padding: 1em;
	text-align: right;
	/* background-color: #ffffff; */
	/*
	border-top: 1px solid #ddd;
	*/
}

.DialogFooter button {
	margin-right: 0.5em;
}

.DialogHeader {
	/* position: absolute; */
	/* top: 0em; */
	/* left: 0em; */
	/* right: 0em; */
	/* padding: 0.5em; */
	position: relative;
	width: 100%;
	text-align: center;
	font-size: 200%;
	padding: 0.5em;
	color: rgba(147, 151, 159, 1.0);
	background-color: #ffffff;
	/*
	border-bottom: 1px solid #ddd;
	*/
}

.DialogContainer {
	position: absolute;
	top: 0em;
	left: 100%;
	right: -100%;
	bottom: 0em;
	background-color: rgba(255, 255, 255, 0.0);
	opacity: 1;
}

.DialogButtonBar {
	margin: 1em;
	text-align: right;
}

.Clearfix {
	clear: both;
}

.Clearfix:after {
	clear: both;
	content: "";
	display: table;
}

.DashBoxContainer {
	display: inline-block;
	min-height: 17em;
	position: relative;
	left: 50%;
	transform: translate(-50%, 0%);
}

.DashBox {
	width: 15em;
	height: 15em;
	margin: 0em 1em 1em 0em;
	border-radius: 0.3em;
	/* border: 1px solid #eeeeee; */
	float: left;
	padding: 1em;
	/* min-height: 20em; */
	position: relative;
	transition: 0.3s;
	text-align: center;
	background-color: rgba(255, 255, 255, 1.0);
}

.DashBox img {
	-ms-transform: translate(-50%, -100%);
	transform: translate(-50%, -100%);
	position: absolute;
	top: 50%;
	left: 50%;
	width: 5em;
}

.DashBox h1 {
	display: inline-block;
	font-weight: normal;
	font-size: 1.25em;
	padding: 0em;
	margin: 0em;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	-ms-transform: translate(-50%, 0%);
	transform: translate(-50%, 0%);
}

.DashBox:hover {
	background-color: rgba(41, 110, 205, 0.15);
}


.DashBoxButtonContainer {
	position: absolute;
	bottom: 1em;
	left: 1em;
	right: 1em;
}

.DashboardHeaderImgL {
	position: absolute;
	left: 3em;
	top: 1.15em;
	height: calc(100% - 2em);
}

.DashboardHeaderImgR {
	position: absolute;
	right: 3em;
	height: calc(100% - 2em);
}

.DashboardHeaderR {
	position: absolute;
	right: 2em;
	height: calc(100% - 2em);
	font-size: 1.0em;
}

.WTInfoContainer {
	position: relative;
	float: left;
	max-width: 50em;
	height: 23em;
	width: 100%;
	margin: 0em 1em 1em 0em;

}


.WTFotoContainer {
	position: relative;
	float: left;
	/* max-width: 34em; */
	/* max-height: 23em; */
	width: 100%;
	/* max-width: 14.5em; */
	margin: 0em 1em 1em 0em;
	/* background-color: rgb(77, 75, 80, 0.2); */

}

.WTFotoContainer_Small {
	position: relative;
	float: left;
	/* max-width: 34em; */
	/* max-height: 23em; */
	width: 45%;
	width: calc(50% - 1em);
	margin: 0em 1em 1em 0em;
	/* background-color: rgb(77, 75, 80, 0.2); */

}




.WTFotoContainer img,
.WTFotoContainer_Small img {
	position: relative;
	/* top: 50%; */
	/* left: 50%; */
	/* -ms-transform: translate(-50%, -50%);  */
	/* transform: translate(-50%, -50%);	 */
	width: 100%;
	/* max-height: 22em; */
	/* height: 100%; */
	object-fit: cover;
}

.WTFotoContainer h1,
.WTFotoContainer_Small h1 {
	position: absolute;
	top: 0em;
	width: 100%;
	color: rgb(77, 75, 80);
	padding: 0em 1em;
	margin: 0em;
	background-color: rgba(255, 255, 255, 0.7);
	font-weight: normal;
	font-size: 1em;
}

.WTFotoContainer .WTNoFoto {
	position: relative;
	/* top: 50%; */
	/* left: 50%; */
	/* -ms-transform: translate(-50%, -50%);  */
	/* transform: translate(-50%, -50%);	 */
	padding-top: 75%;
	font-size: 3em;
	color: rgb(77, 75, 80, 0.5);
}


.dx-datagrid-rowsview .dx-row-focused.dx-data-row>td:not(.dx-focused),
.dx-datagrid-rowsview .dx-row-focused.dx-data-row>tr>td:not(.dx-focused),
.dx-datagrid-rowsview .dx-row-focused.dx-data-row .dx-command-edit:not(.dx-focused) .dx-link {
	background-color: #eee;
	color: #000;
}

.dx-datagrid-rowsview .dx-row-focused.dx-data-row:not(.dx-row-lines)>td,
.dx-datagrid-rowsview .dx-row-focused.dx-data-row:not(.dx-row-lines)>tr:first-child>td {
	border-top: 1px solid transparent;
	border-bottom: 1px solid transparent;
}

#mapContainer {
	position: relative;
	overflow: hidden;
	/*
	left: 30em;
	top: 0em;
	right: 0em;
	bottom: 0em;
	*/
}


#appBusyIndicator {
	display: none;
	position: absolute;
	top: 0em;
	right: 0em;
	left: 0em;
	bottom: 0em;
	background-color: rgba(255, 255, 255, 1.0);
	z-index: 10000;
}

#appBusyIndicator img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%)
}



#appBusyText {
	font-size: 4em;
	color: rgba(147, 151, 159, 1.0);
	position: absolute;
	top: 60%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

#mapBusyIndicator {
	position: absolute;
	top: 0em;
	right: 0em;
	width: 20em;
	height: 20em;
	display: none;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#296ecd+0,296ecd+100&0+50,1+100 */
	background: -moz-linear-gradient(45deg, rgba(41, 110, 205, 0) 0%, rgba(41, 110, 205, 0) 50%, rgba(41, 110, 205, 1) 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(45deg, rgba(41, 110, 205, 0) 0%, rgba(41, 110, 205, 0) 50%, rgba(41, 110, 205, 1) 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(45deg, rgba(41, 110, 205, 0) 0%, rgba(41, 110, 205, 0) 50%, rgba(41, 110, 205, 1) 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00296ecd', endColorstr='#296ecd', GradientType=1);
	/* IE6-9 fallback on horizontal gradient */
}

#mapBusyText {
	font-size: 3em;
	color: #ffffff;
	position: absolute;
	top: 10%;
	right: 10%;
	/*
	-ms-transform: translate(-50%, -50%); 
	transform: translate(-50%, -50%);	
	*/
}

.Map {
	position: absolute;
	top: 0em;
	left: 0em;
	right: 0em;
	bottom: 0em;
}

.MapStreetView {
	position: absolute;
	right: 0em;
	bottom: 0em;
	width: 40%;
	height: 40%;
	display: none;
	background-color: #ffffff;
}

.MapStreetViewPanorama {
	position: absolute;
	top: 0em;
	left: 0em;
	right: 0em;
	bottom: 0em;
}

.MapStreetViewPlaceholder {
	position: absolute;
	top: 0em;
	left: 0em;
	right: 0em;
	bottom: 0em;
	background-color: #ffffff;
}

.MapStreetViewPlaceholderText {
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

#controlPanel,
#viewPanel {
	/*
	position: absolute;
	top: 0em;
	left: 0em;
	width: 30em;
	bottom: 0em;
	*/
	padding: 1em 0em;
	overflow-x: hidden;
	overflow-y: auto;
	background-color: #ffffff;
}

#controlPanel h2,
#featurePanelContent h2 {
	margin: 1em 0em;
	padding: 0em;
	font-size: 12px;

}

#projectButtons {
	position: absolute;
	bottom: 0em;
	left: 0em;
	right: 0em;
	padding: 1em;
}

.ToolPanel>div {
	display: inline-block;
	padding: 0em 1em 0em 0em;
	position: relative;
	top: -0.4em;
}

.ToolPanel h2 {
	color: rgba(41, 110, 205, 1.0);
	margin: 0em;
}

#selectionToolCaption {
	/* font-weight: bold; */
	display: block;
}

/* .LayerPanelSection, .ViewPanelSection , .GroupPanelSection {
	margin: 0em 0em 0.1em 0em;
	position: relative;
} */

.GroupLayerSection {
	margin-left: 2em;
}

.LayerPanelSection_Detail {
	display: none;
}

.Expandable,
.Toggleable {
	position: relative;
}

.Expandable h1,
.Toggleable h1 {
	position: relative;
	margin: 0em 0em;
	padding: 1em;
	background-color: rgba(41, 110, 205, 1.0);
	color: rgba(255, 255, 255, 1.0);
	font-size: 12px;
	border: 0px none;
	border-radius: 0.3em;
}

.SimpleLayer h1 {
	position: relative;
	margin: 0em 0em;
	padding: 0.4em;
	/* color: rgba(147,151,159,1.0); */
	color: rgba(77, 75, 80, 1.0);
	font-size: 12px;
	border: 0px none;
	border-radius: 0.3em;
	font-weight: normal;
	height: 1.2em;
}

.SimpleLayer {
	border-top: 1px solid rgba(147, 151, 159, 0.15);
	padding: 0.5em 1em;
	/* background: linear-gradient(to bottom, rgba(147,151,159,0) 0%,rgba(147,151,159,0.14) 100%);	 */
}

#viewPanel .SimpleLayer:first-of-type {
	border-top: none;
}


.ExpandableTitle {
	cursor: pointer;
	cursor: hand;
	position: relative;
	display: inline-block;
	width: 80%;
}

.LayerTitle {
	position: absolute;
	left: 3em;
	display: inline-block;
	top: 50%;
	transform: translate(0%, -50%);
	width: 90%;
}

.themeClassCaptionPostfix {
	position: absolute;
	right: 0em;
	top: 50%;
	transform: translate(0%, -50%);
	text-align: right;
	color: #888888;
}

.ViewTitle {
	position: relative;
	left: 0em;
	display: inline-block;
	width: 90%;
}

.GroupTitle {
	position: absolute;
	left: 3em;
	display: inline-block;
	top: 50%;
	transform: translate(0%, -50%);
	width: 90%;
}



.Expandable_Content {
	display: none;
	margin: 1em;
}

.Expandable_Indicator,
.Toggleable_Indicator {
	position: absolute;
	right: 0em;
	top: 0.4em;
	cursor: pointer;
	cursor: hand;
}

.Active_Indicator {
	position: absolute;
	right: 4em;
}


.LayerSelectionPanel {
	display: block;

	/* padding-left: 2em;*/
}

.LayerSelection {
	position: relative;
	margin: 0em 0.1em 0.2em 0em;
	padding: 0.25em 0.5em;
	background-color: rgba(147, 151, 159, 1.0);
	color: rgba(255, 255, 255, 1.0);
	font-size: 12px;
	border: 0px none;
	border-radius: 0.3em;
	min-height: 2em;
}

.LayerSelectionCaption {
	position: absolute;
	display: inline-block;
	top: 50%;
	transform: translate(0%, -50%);
	right: 3em;
	left: 1em;
	cursor: pointer;
	cursor: hand;
}

.LayerSelectionButtonContainer {
	position: absolute;
	right: 0.5em;
	top: 0.3em;
}

.LayerSelectionButtonContainer [class^="icon-"]::before {
	font-size: 1.25em;
	position: relative;
	top: -0.2em;
	margin: 0em;
}

.LayerSelectionButtonContainer .IconCheckboxLabel_Visibility::before {
	top: -0.1em;
}

.IconGroupR {
	position: absolute;
	right: 0em;
	padding-right: 1em;
	text-align: right;
	top: 50%;
	-ms-transform: translate(0%, -50%);
	transform: translate(0%, -50%);
	/* background-color: #ffffff; */
}

.panel-titlebar .IconGroupR {
	background-color: transparent;
}

.IconGroupL {
	position: absolute;
	left: 0em;
	padding-left: 0.2em;
	text-align: right;
	top: 50%;
	-ms-transform: translate(0%, -50%);
	transform: translate(0%, -50%);
	background-color: #ffffff;
}


.Clickable {
	cursor: pointer;
}


.StyleSelectionLegend {
	margin: 1em;
}

.StyleSelectionBlock {
	position: relative;
	/* left: 1em;
	border: 1px solid rgba(147,151,159,0.3);
	border-radius: 0.3em;
	border-left: 0.8em solid rgba(147,151,159,0.3);
	padding: 0.5em;
	cursor: pointer;
	opacity: 0.5;
	margin: 1em; */
	background-color: #eeeeee;
	margin: 0.5em -1em;
	padding: 0.5em 2em 0.5em 4em;

}

.StyleSelected {
	border-left: 0.8em solid rgba(41, 110, 205, 1.0) !important;
	padding-left: 3.2em;
	margin-left: -4em;
	/* background-color: #ccddee; */
}

.Style {
	opacity: 0.5;
}

.StyleSelectionLegendClass {
	margin: 0.2em -2em 0.2em 1em;
	position: relative;
}

.StyleSelectionLegendClass .IconGroupR {
	color: rgba(77, 75, 80, 1.0);
}

.StyleSelectionBlock canvas,
.SelectionSelectionBlock canvas {
	position: absolute;
	top: 50%;
	-ms-transform: translate(-0%, -50%);
	transform: translate(-0%, -50%);
	left: 0.2em;
	width: 2.0em;
	background-size: 20px 20px;
	border-radius: 0.3em;
}

.StyleSelectionBlock>span,
.SelectionSelectionBlock>span {
	position: absolute;
	top: 50%;
	left: 3em;
	right: 2em;
	-ms-transform: translate(-0%, -50%);
	transform: translate(-0%, -50%);
	font-weight: normal;
	font-size: 1em;
}

.Style>h1>span,
.StyleSelected>h1>span {
	position: absolute;
	top: 50%;
	left: 3em;
	right: 2em;
	-ms-transform: translate(-0%, -50%);
	transform: translate(-0%, -50%);
	font-weight: normal;
	font-size: 1em;
}

.StyleSelectionLegendClass>span {
	position: absolute;
	top: 50%;
	left: 2em;
	right: 3em;
	-ms-transform: translate(-0%, -50%);
	transform: translate(-0%, -50%);
	font-weight: normal;
	font-size: 1em;
}

.SelectionSelectionBlock {
	position: relative;
	/* left: 1em;
	border: 1px solid rgba(147,151,159,0.3);
	border-radius: 0.3em;
	border-left: 0.8em solid rgba(147,151,159,0.3);
	padding: 0.5em;
	margin: 1em; */
	background-color: #eeeeee;
	margin: 0.5em -1em;
	padding: 0.5em 2em 0.5em 4em;
}

.SelectionSelectionBlock .IconGroupR {
	padding-right: 0em;
	background-color: transparent;
	color: rgba(77, 75, 80, 1.0);
}

.SelectionSelectionBlock h1,
.StyleSelectionBlock h1 {
	margin: 0.5em 0em;
	padding: 0.9em;
	position: relative;
}

.SelectionSelectionBlock span {
	width: 80%;
	position: relative;
	  top: -0.6em;
	  left: 1em;
}

/* .SelectionSelectionBlock h2 {
	margin: 0.5em !important;
} */

.SelectionSelectionBlock .SelectionSelected {
	background-color: rgba(147, 151, 159, 0.3);
}

.SelectionActive {
	background-color: #eeeeff;
}

.SelectionSummaries {
	font-size: 12px;
}

.SelectionSummaries h1 {
	margin: 0.5em 0em;
	padding: 0.9em;
	position: relative;
	font-size: 12px;
}

.SelectionSummaries canvas {
	position: absolute;
	top: 50%;
	-ms-transform: translate(-0%, -50%);
	transform: translate(-0%, -50%);
	left: 0.2em;
	width: 2.0em;
	background-size: 20px 20px;
	border-radius: 0.3em;
}

.SelectionSummaries span {
	position: absolute;
	top: 50%;
	left: 3em;
	-ms-transform: translate(-0%, -50%);
	transform: translate(-0%, -50%);
	font-weight: normal;
}

.SelectionSummary {
	margin-left: 3em;
}

.DrawLayerSelected {
	background-color: rgba(147, 151, 159, 0.3);
}

.IconCheckbox {
	display: none;
}

.IconCheckboxLabel {
	position: relative;
	left: 0;
	top: 0;
	padding-left: 2em;
	cursor: pointer;
	cursor: hand;
}

.IconCheckboxLabel::before {
	font-family: 'fontello';
	display: inline-block;
	position: absolute;
	left: 0em;
	top: -0.1em;
	font-size: 1.5em;
	width: 1.25em;
	text-align: center;
	cursor: pointer;
	cursor: hand;
	content: "\f096";
	color: rgba(147, 151, 159, 0.5);
}

.IconCheckbox:checked+.IconCheckboxLabel::after {
	font-family: 'fontello';
	display: inline-block;
	position: absolute;
	left: 0em;
	top: -0.1em;
	font-size: 1.5em;
	width: 1.25em;
	text-align: center;
	content: "\e817";
	color: rgba(41, 110, 205, 1.0);
}

.ReadOnly::before,
.ReadOnly::after {
	cursor: default !important;
}

.IconCheckboxLabel_Visibility {
	cursor: pointer;
	cursor: hand;
	top: 0.3em;
}

.IconCheckboxLabel_Visibility::before {
	content: "\e80b";
	font-weight: normal;
	font-family: 'fontello';
	display: inline-block;
	font-size: 1.5em;
	width: 1.25em;
	text-align: center;
	cursor: pointer;
	cursor: hand;
}

.IconCheckbox:checked+.IconCheckboxLabel_Visibility::before {
	content: "\e80a";
	font-family: 'fontello';
	display: inline-block;
	font-size: 1.5em;
	width: 1.25em;
	text-align: center;
	cursor: pointer;
	cursor: hand;
	/* left: 0.075em; */
	/* left: 0.067em; */
}

.icon-bigger {
	font-size: 1.5em;
}

.icon-biggest {
	font-size: 2.3em;
}


.IconButton {
	display: inline-block;
	width: 2em;
	height: 2em;
	border-radius: 0.3em;
	text-align: center;
	font-family: "fontello";
	padding: 0em;
	background-color: transparent;
	color: rgba(41, 110, 205, 1.0);
}

.IconButton [class^="icon-"]:before,
.IconButton [class*=" icon-"]:before {
	margin: 0em;
	font-size: 1.5em;
	/* position: relative; */
	/* top: 0.1em; */
}

.IconButton:hover {
	background-color: rgba(41, 110, 205, 1.0);
	color: #ffffff;
}

.IconButton[data-down="true"] {
	background-color: rgba(41, 110, 205, 0.4);
}

.IconButton[data-selected="true"]::after {
	font-family: "fontello";
	content: "";
	position: relative;
	float: left;
	left: 0em;
	top: 0.5em;
	color: rgba(147, 151, 159, 0.5);
	background-color: rgba(147, 151, 159, 1.0);
	width: 100%;
	height: 0.3em;
	/* border-bottom-left-radius: 0em; */
	/* border-bottom-right-radius: 0em; */
	/* border-bottom: 0.3em solid rgba(147,151,159,1.0); */
}

#projectManualPanel {
	padding-left: 5em;
	padding-right: 5em;
}

#projectManualPanel p,
#projectManualPanel li {
	font-size: 14px;
}

#projectManualPanel h1 {
	font-size: 28px;
}

#projectManualPanel h2 {
	font-size: 22px;
}

#projectManualPanel h3 {
	font-size: 16px;
	font-weight: normal;
	color: rgba(41, 110, 205, 1.0);
}

#projectManualPanel figure {
	text-align: center;

}

#projectManualPanel figure>img {
	border: 1px solid #dddddd;
}

#projectManualPanel figcaption {
	display: block;
	text-align: left;
	font-style: italic;
}

/* label:not(.IconCheckboxLabel), label:not(.IconCheckboxLabel_Visibility) { */
/* color: red; */
/* } */
/* .IconCheckboxLabel { */
/* position: relativ; */
/* padding-left: 0.5em; */
/* cursor: pointer;	 */
/* } */
/* .IconCheckboxLabel::before { */
/* content: " "; */
/* display: inline-block; */
/* background-image: url(../images/icon_check.png); */
/* background-position: right center; */
/* background-size: auto 100%; */
/* width: 16px; */
/* height: 16px; */
/* background-repeat: no-repeat;	 */
/* cursor: pointer; */
/* cursor: hand; */
/* position: relative;	 */
/* top: 4px; */
/* left: -0.5em; */
/* } */

/* .IconCheckbox:checked + .IconCheckboxLabel::before { */
/* background-position: left center;	 */
/* } */

.HotLink {
	border-bottom: 1px dotted rgba(147, 151, 159, 1.0);
	color: rgba(147, 151, 159, 1.0);
}

.BackgroundTypeOptions {
	margin: 1em 0em 0em 2em;
	display: none;
}

.IconBright {
	background-image: url("../jqueryui/images/ui-icons_ffffff_256x240.png");

	display: inline-block;
	width: 16px;
	height: 16px;
	margin: 0px 0px;
	padding: 0px;
}

.IconDark {
	background-image: url("../jqueryui/images/ui-icons_222222_256x240.png");

	display: inline-block;
	width: 16px;
	height: 16px;
	margin: 0px 0px;
	padding: 0px;
}

.Icon32 {
	background-image: url("../images/icons_ffffff.png");
	width: 32px;
	height: 32px;
}

.Icon32Blank {
	position: relative;
	width: 32px;
	height: 32px;
}

.Icon32Blank div {
	position: absolute;
	width: 20px;
	height: 20px;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}


.SelectedButton {
	background-color: rgba(41, 110, 205, 0.5);
	border: 3px solid rgba(41, 110, 205, 1.0) !important;
}

.StylePreview {
	/*
	border: 1px solid rgba(128,128,128,1.0);
	*/
	background: #fff url('data:image/svg+xml,\<svg xmlns="http://www.w3.org/2000/svg" width="400" height="400" fill-opacity=".05" >\<rect x="200" width="200" height="200" />\<rect y="200" width="200" height="200" />\</svg>');
	background-size: 20px 20px;
}

.StyleSelectionBox {
	position: relative;
	display: block;
	width: 12em;
	height: 12em;
	float: left;
	margin: 0em 1em 2em 0em;
	border: 0.5em solid #e4e5e7;
}

.StyleSelectionBox button {
	background-color: #e4e5e7;
}


.SelectedStyleBox {
	border: 0.5em solid rgba(41, 110, 205, 1.0) !important;
}

.SelectedStyleBox button {
	background-color: rgba(41, 110, 205, 1.0) !important;
}

.StyleSelectionBoxLabel {
	position: absolute;
	bottom: 0em;
	width: 100%;
	text-align: center;
	white-space: pre-line;
}

.StyleSelectionBoxEditButton {
	position: absolute;
	bottom: -1.8em;
	right: 0em;
	padding: 0em;
	width: 2em;
	height: 1.7em;
}

.StyleSelectionBoxRemoveButton {
	position: absolute;
	bottom: -1.8em;
	right: 2.2em;
	padding: 0em;
	width: 2em;
	height: 1.7em;
}


.StyleSelectionBoxCanvas {
	position: absolute;
	top: 0em;
	left: 0em;
	width: 11em;
	height: 9.5em;
	overflow: hidden;
}

.StyleSelectionBoxAddIcon {
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	color: #eee;
	font-size: 130px;
}


.SelectionPatternPreview {
	position: absolute;
	top: 50%;
	-ms-transform: translate(-0%, -50%);
	transform: translate(-0%, -50%);

	left: 0.2em;
	height: 1.5em;
	width: 1.5em !important;
	/*
	background: #eee url('data:image/svg+xml,\<svg xmlns="http://www.w3.org/2000/svg" width="400" height="400" fill-opacity=".25" >\<rect x="200" width="200" height="200" />\<rect y="200" width="200" height="200" />\</svg>');
	background-size: 20px 20px;	
	*/
	border-radius: 0.3em;
	background-color: rgba(255, 255, 255, 1);
}

.NewSelectionPatternPreview {
	position: relative;
	top: 0.1em;

	height: 1.5em;
	width: 1.5em !important;

	border-radius: 0.3em;
	background-color: rgba(255, 255, 255, 1);
}

.ControlPanelStylePreview {
	position: absolute;
	top: 0.2em;
	/*
	-ms-transform: translate(-0%, -50%); 
	transform: translate(-0%, -50%);	
	*/
	left: 0.2em;
	width: 3.6em;
	background: #fff url('data:image/svg+xml,\<svg xmlns="http://www.w3.org/2000/svg" width="400" height="400" fill-opacity=".05" >\<rect x="200" width="200" height="200" />\<rect y="200" width="200" height="200" />\</svg>');
	background-size: 20px 20px;
	border-radius: 0.3em;
}

.SimpleLayer canvas,
.SimpleLayer img {
	position: absolute;
	/* top: 0.1em;  */
	top: 50%;
	-ms-transform: translate(-0%, -50%);
	transform: translate(-0%, -50%);
	left: 0.2em;
	width: 2.0em;
	background-size: 20px 20px;
	border-radius: 0.3em;
}




.ControlPanelStyle {
	position: relative;
	margin: 0em 0.1em 0.2em 0em;
	padding: 0.25em 0.5em 0.25em 4.25em;
	background-color: rgba(147, 151, 159, 1.0);
	color: rgba(255, 255, 255, 1.0);
	font-size: 12px;
	border: 0px none;
	border-radius: 0.3em;
	min-height: 4em;
	cursor: pointer;
}


.Slider {
	top: 0.6em;
}

.ol-popup {
	position: absolute;
	background-color: white;
	-webkit-filter: drop-shadow(0 1px 4px rgba(0, 0, 0, 0.2));
	filter: drop-shadow(0 1px 4px rgba(0, 0, 0, 0.2));
	padding: 15px;
	border-radius: 10px;
	border: 1px solid #cccccc;
	bottom: 12px;
	left: -50px;
	min-width: 280px;
}

.ol-popup:after,
.ol-popup:before {
	top: 100%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.ol-popup:after {
	border-top-color: white;
	border-width: 10px;
	left: 48px;
	margin-left: -10px;
}

.ol-popup:before {
	border-top-color: #cccccc;
	border-width: 11px;
	left: 48px;
	margin-left: -11px;
}

.ol-popup .Tabulator {
	line-height: 1em;
}

.Spectrum {
	position: relative;
	top: -0.3em;
}

.dx-datagrid .dx-row>td {
	padding: 0.2em;
}


.Error {
	color: rgb(255, 0, 0);
	font-weight: bold;
}

.MarginB {
	margin-bottom: 1em;
}


.FieldName {
	color: rgba(147, 151, 159, 1.0);
}

.FieldValue {
	color: rgba(41, 110, 205, 1.0);
	font-weight: bold;
}

.Tabulator {
	float: left;
	padding: 0em 1em 0em 0em;
	/* margin: 0.25em 0em; */
	/* margin: 0em 1em 0em 0em; */
	line-height: 3em;
	white-space: nowrap;
}

.TabulatorM {
	float: left;
	padding: 0em 1em;
	/* margin: 0.25em 0em; */
	line-height: 3em;
	white-space: nowrap;
	background-color: #ffff00;
}

.TabulatorM .jsgrid {
	line-height: 1em;
}

.W10em {
	width: 10em;
}

.W20em {
	width: 20em;
}

.W30em {
	width: 30em;
}

.W5 {
	width: 5%;
}

.W10 {
	width: 10%;
}

.W15 {
	width: 15%;
}

.W20 {
	width: 20%;
}

.W25 {
	width: 25%;
}

.W30 {
	width: 30%;
}

.W33 {
	width: 33%;
}

.W40 {
	width: 40%;
}

.W50 {
	width: 50%;
}

.W60 {
	width: 60%;
}

.W66 {
	width: 66%;
}

.W70 {
	width: 70%;
}

.W75 {
	width: 75%;
}

.W80 {
	width: 80%;
}

.W90 {
	width: 90%;
}

.W100 {
	width: 100%;
}

.ol-tooltip {
	position: relative;
	background: rgba(0, 0, 0, 0.5);
	border-radius: 4px;
	color: white;
	padding: 4px 8px;
	opacity: 0.7;
	white-space: nowrap;
	font-size: 12px;
}

.ol-tooltip-measure {
	opacity: 1;
	font-weight: bold;
}

.ol-tooltip-static {
	background-color: #ffcc33;
	color: black;
	border: 1px solid white;
}

.ol-tooltip-measure:before,
.ol-tooltip-static:before {
	border-top: 6px solid rgba(0, 0, 0, 0.5);
	border-right: 6px solid transparent;
	border-left: 6px solid transparent;
	content: "";
	position: absolute;
	bottom: -6px;
	margin-left: -7px;
	left: 50%;
}

.ol-tooltip-static:before {
	border-top-color: #ffcc33;
}

.ContextMenuText {
	padding-left: 2em;
}

.ContextMenuIcon {
	position: absolute;
	left: 0em;
	top: 50%;
	-ms-transform: translate(-0%, -50%);
	transform: translate(-0%, -50%);
	display: inline-block;
	width: 2em;
	margin-top: -0.2em;
	margin-left: 0.2em;
}

.ContextMenuIcon * {
	position: absolute;
	left: 50%;
	top: 50%;
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);

}