+ align-items: center;
+}
+
+.ideditor .data-header-icon {
+ background-color: #fff;
+ padding: 10px;
+ flex: 0 0 62px;
+ position: relative;
+ width: 60px;
+ height: 60px;
+ border-right: 1px solid #ccc;
+ border-radius: 5px 0 0 5px;
+}
+.ideditor[dir='rtl'] .data-header-icon {
+ border-right: unset;
+ border-left: 1px solid #ccc;
+ border-radius: 0 5px 5px 0;
+}
+
+.ideditor .data-header-icon .icon-wrap {
+ position: absolute;
+ top: 0px;
+}
+
+.ideditor .data-header-label {
+ background-color: #f6f6f6;
+ padding: 0 15px;
+ flex: 1 1 100%;
+ font-size: 14px;
+ font-weight: bold;
+ border-radius: 0 5px 5px 0;
+}
+.ideditor[dir='rtl'] .data-header-label {
+ border-radius: 5px 0 0 5px;
+}
+
+/* custom data editor - no info/delete buttons */
+.ideditor .data-editor.raw-tag-editor .tag-row button {
+ display: none;
+}
+.ideditor .data-editor.raw-tag-editor .tag-row .key-wrap,
+.ideditor .data-editor.raw-tag-editor .tag-row .value-wrap {
+ width: 50%;
+}
+
+
+/* Map Controls
+------------------------------------------------------- */
+.ideditor .map-controls {
+ right: 0;
+ top: 141px;
+ width: 40px;
+ position: absolute;
+ z-index: 100;
+}
+.ideditor[dir='rtl'] .map-controls {
+ left: 0;
+ right: auto;
+}
+
+.ideditor .map-control > button {
+ position: relative;
+ width: 40px;
+ background: rgba(0,0,0,.5);
+ border-radius: 0;
+}
+
+.ideditor .map-control > button:not(.disabled):hover,
+.ideditor .map-control > button:not(.disabled):focus {
+ background: rgba(0, 0, 0, .8);
+}
+
+.ideditor .map-control > button.active,
+.ideditor .map-control > button.active:hover {
+ background: #7092ff;
+}
+
+.ideditor .map-control > button.disabled .icon {
+ color: rgba(255, 255, 255, 0.5);
+}
+
+
+/* Fullscreen Button (disabled)
+------------------------------------------------------- */
+.ideditor div.full-screen {
+ display: inline-block;
+ width: 40px;
+ margin-right: 10px;
+ display: none;
+}
+
+.ideditor div.full-screen .tooltip {
+ min-width: 160px;
+}
+
+.ideditor div.full-screen > button, .ideditor div.full-screen > button.active {
+ width: 40px;
+ height: 40px;
+ background: transparent;
+}
+
+.ideditor div.full-screen > button:hover {
+ background-color: rgba(0, 0, 0, .8);
+}
+
+
+/* Zoom Buttons
+------------------------------------------------------- */
+.ideditor .zoombuttons > button.zoom-in {
+ border-radius: 4px 0 0 0;
+}
+.ideditor[dir='rtl'] .zoombuttons > button.zoom-in {
+ border-radius: 0 4px 0 0;
+}
+
+
+/* Geolocate Button
+------------------------------------------------------- */
+.ideditor .geolocate-control {
+ margin-bottom: 10px;
+}
+.ideditor .geolocate-control > button {
+ border-radius: 0 0 0 4px;
+}
+.ideditor[dir='rtl'] .geolocate-control > button {
+ border-radius: 0 0 4px 0;
+}
+
+
+/* Background / Map Data / Help Pane buttons
+------------------------------------------------------- */
+.ideditor .background-control > button {
+ border-radius: 4px 0 0 0;
+}
+.ideditor[dir='rtl'] .background-control > button {
+ border-radius: 0 4px 0 0;
+}
+
+.ideditor .help-control > button {
+ border-radius: 0 0 0 4px;
+}
+.ideditor[dir='rtl'] .help-control > button {
+ border-radius: 0 0 4px 0;
+}
+
+
+/* Background / Map Data Settings
+------------------------------------------------------- */
+.ideditor .map-data-control,
+.ideditor .background-control {
+ position: relative;
+}
+
+.ideditor .imagery-faq {
+ margin-bottom: 10px;
+ white-space: nowrap;
+}
+
+.ideditor .layer-list, .ideditor .controls-list {
+ margin-bottom: 10px;
+ border: 1px solid #ccc;
+ border-radius: 4px;
+}
+
+.ideditor .layer-list > li {
+ height: 30px;
+ background-color: #fff;
+ color: #7092ff;
+ position: relative;
+ display: flex;
+}
+
+.ideditor .layer-list:empty {
+ display: none;
+}
+
+.ideditor .layer-list > li:first-child {
+ border-radius: 3px 3px 0 0;
+}
+.ideditor .layer-list > li:last-child {
+ border-radius: 0 0 3px 3px;
+}
+.ideditor .layer-list > li:only-child {
+ border-radius: 3px;
+}
+.ideditor .layer-list li:not(:last-child) {
+ border-bottom: 1px solid #ccc;
+}
+.ideditor .layer-list li:hover {
+ background-color: #ececec;
+}
+
+.ideditor .layer-list li.active button,
+.ideditor .layer-list li.switch button,
+.ideditor .layer-list li.active,
+.ideditor .layer-list li.switch {
+ background: #e8ebff;
+}
+
+.ideditor .layer-list li.best > div.best {
+ padding: 5px;
+ flex: 0 0 auto;
+}
+
+.ideditor[dir='rtl'] .list-item-data-browse svg {
+ transform: rotateY(180deg);
+}
+
+/* make sure tooltip fits in map-control panel */
+/* if too wide, placement will be wrong the first time it displays */
+.ideditor .layer-list li.best .popover-inner {
+ max-width: 160px;
+}
+
+.ideditor .layer-list label {
+ padding: 5px 10px;
+ cursor: pointer;
+ flex: 1 1 auto;
+}
+
+.ideditor[dir='ltr'] .layer-list .indented label {
+ padding-left: 24px;
+}
+.ideditor[dir='rtl'] .layer-list .indented label {
+ padding-right: 24px;
+}
+
+.ideditor .layer-list label > span {
+ display: block;
+ overflow: hidden;
+ white-space: nowrap;
+ text-overflow: ellipsis;
+}
+
+.ideditor .map-data-pane .layer-list button,
+.ideditor .background-pane .layer-list button {
+ height: 100%;
+ border-left: 1px solid #ccc;
+ border-radius: 0;
+ padding-left: 4px;
+ padding-right: 4px;
+}
+.ideditor[dir='rtl'] .map-data-pane .layer-list button,
+.ideditor[dir='rtl'] .background-pane .layer-list button {
+ border-left: none;
+ border-right: 1px solid #ccc;
+}
+
+.ideditor .map-data-pane .layer-list button .icon,
+.ideditor .background-pane .layer-list button .icon {
+ opacity: 0.5;
+}
+
+.ideditor .map-data-pane .layer-list button:last-of-type,
+.ideditor .background-pane .layer-list button:last-of-type {
+ border-radius: 0 3px 3px 0;
+}
+.ideditor[dir='rtl'] .map-data-pane .layer-list button:last-of-type,
+.ideditor[dir='rtl'] .background-pane .layer-list button:last-of-type {
+ border-radius: 3px 0 0 3px;
+}
+
+.ideditor .map-data-pane .vectortile-container .vectortile-header {
+ padding-bottom: 5px;
+}
+.ideditor .map-data-pane .vectortile-container .vectortile-footer {
+ padding-bottom: 10px;
+}
+
+
+/* Issues
+------------------------------------------------------- */
+.ideditor .issue {
+ overflow: hidden;
+}
+.ideditor .issue .issue-label,
+.ideditor .issue-label .issue-text {
+ width: 100%;
+ display: flex;
+ flex-flow: row nowrap;
+ cursor: pointer;
+}
+
+.ideditor .issue-text .issue-icon {
+ flex: 0 0 auto;
+ padding: 5px 7px;
+}
+.ideditor .issue-text .issue-message {
+ flex: 1 1 auto;
+ padding: 5px 0;
+}
+.ideditor .issue-label .issue-autofix {
+ flex: 0 0 auto;
+ padding: 5px 8px;
+}
+.ideditor .issue-label .issue-info-button {
+ height: unset;
+ width: 32px;
+ flex: 0 0 auto;
+ border-left: 1px solid #ccc;
+ background-color: rgba(0,0,0,0);
+}
+.ideditor[dir='rtl'] .issue-label .issue-info-button {
+ border-left: 0;
+ border-right: 1px solid #ccc;
+}
+.ideditor .issue-container .issue-label .issue-info-button .icon {
+ opacity: 0.5;
+}
+.ideditor .issue-container.active .issue-label .issue-info-button .icon {
+ opacity: 0.7;
+}
+.ideditor .issue-label .issue-info-button:last-child {
+ border-radius: 0 4px 4px 0;
+}
+.ideditor[dir='rtl'] .issue-label .issue-info-button:last-child {
+ border-radius: 4px 0 0 4px;
+}
+
+.ideditor button.autofix.action {
+ flex: 0 0 20px;
+ height: 20px;
+ width: 20px;
+ background: #7092ff;
+ color: #fff;
+}
+.ideditor button.autofix.action:focus,
+.ideditor button.autofix.action:hover,
+.ideditor button.autofix.action.active {
+ background: #597be7;
+}
+
+/* fix all */
+.ideditor .autofix-all {
+ display: flex;
+ flex-flow: row nowrap;
+ flex-direction: row-reverse;
+ margin-top: -25px;
+ padding-bottom: 5px;