.opendestinationone {
	max-width: 100%;
}
@media (min-width: 1024px) {
	.opendestinationone {
		max-width: 1050px;
	}
}

.metaDiv {
	max-width: 100%;
	overflow-x: auto;
}

.opendestinationone .errorText {
	color: red;
	position: absolute;
	left: 0;
	bottom: 0;
	transform: translateY(100%);
	font-size: .8em;
}

/*for Meta Step*/
.opendestinationone .row {
	display: flex;
	flex-direction: row;
	position: relative;
}

.opendestinationone .row > label {
	min-width: 256px;
	width: 256px;
}

.opendestinationone .row > .ctrl {
	align-items: flex-start;
	display: flex;
	max-width: 100%;
}

.wizardbtn--next {
	float: right;
}

.wizardbtn--prev {
	float: left;
}

.opendestinationone #licenseKey {
	background-color: #eee;
	padding: 10px;
}

.opendestinationone #ecMapDiv #myMap {
	height: 350px;
	width: 100%;
	max-width: 1050px;
	position: relative;
	margin-top: 10px;
}

.opendestinationone #ecMapDiv .leaflet-control-layers-selector {
	width: 20px;
}

.opendestinationone #metaDiv .code {
	font-family: monospace;
	padding: 20px;
	font-size: 20px;
}

.opendestinationone #metaDiv a {
	text-decoration: none;
}

.dialogGeoSearch .ui-widget-header, .dialogGeoSearch .ui-button {
	background: #E52427;
	color: #F4F5F6;
}
