+/* Background / Map Data / Help Pane buttons
+------------------------------------------------------- */
+.background-control > button {
+ border-radius: 4px 0 0 0;
+}
+[dir='rtl'] .background-control > button {
+ border-radius: 0 4px 0 0;
+}
+
+.help-control > button {
+ border-radius: 0 0 0 4px;
+}
+[dir='rtl'] .help-control > button {
+ border-radius: 0 0 4px 0;
+}
+
+
+/* Background / Map Data Settings
+------------------------------------------------------- */
+.map-data-control,
+.background-control {
+ position: relative;
+}
+
+.imagery-faq {
+ margin-bottom: 10px;
+ white-space: nowrap;
+}
+
+.layer-list, .controls-list {
+ margin-bottom: 10px;
+ border: 1px solid #ccc;
+ border-radius: 4px;
+}
+
+.layer-list > li {
+ height: 30px;
+ background-color: #fff;
+ color: #7092ff;
+ position: relative;
+ display: flex;
+}
+
+.layer-list:empty {
+ display: none;
+}
+
+.layer-list > li:first-child {
+ border-radius: 3px 3px 0 0;
+}
+.layer-list > li:last-child {
+ border-radius: 0 0 3px 3px;
+}
+.layer-list > li:only-child {
+ border-radius: 3px;
+}
+.layer-list li:not(:last-child) {
+ border-bottom: 1px solid #ccc;
+}
+.layer-list li:hover {
+ background-color: #ececec;
+}
+
+.layer-list li.active button,
+.layer-list li.switch button,
+.layer-list li.active,
+.layer-list li.switch {
+ background: #e8ebff;
+}
+
+.layer-list li.best > div.best {
+ padding: 5px;
+ flex: 0 0 auto;
+}
+
+[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 */
+.layer-list li.best .popover-inner {
+ max-width: 160px;
+}
+
+.layer-list label {
+ padding: 5px 10px;
+ cursor: pointer;
+ flex: 1 1 auto;
+}
+
+[dir='ltr'] .layer-list .indented label {
+ padding-left: 24px;
+}
+[dir='rtl'] .layer-list .indented label {
+ padding-right: 24px;
+}
+
+.layer-list label > span {
+ display: block;
+ overflow: hidden;
+ white-space: nowrap;
+ text-overflow: ellipsis;
+}
+
+.map-data-pane .layer-list button,
+.background-pane .layer-list button {
+ height: 100%;
+ border-left: 1px solid #ccc;
+ border-radius: 0;
+ padding-left: 4px;
+ padding-right: 4px;
+}
+[dir='rtl'] .map-data-pane .layer-list button,
+[dir='rtl'] .background-pane .layer-list button {
+ border-left: none;
+ border-right: 1px solid #ccc;
+}
+
+.map-data-pane .layer-list button .icon,
+.background-pane .layer-list button .icon {
+ opacity: 0.5;
+}
+
+.map-data-pane .layer-list button:last-of-type,
+.background-pane .layer-list button:last-of-type {
+ border-radius: 0 3px 3px 0;
+}
+[dir='rtl'] .map-data-pane .layer-list button:last-of-type,
+[dir='rtl'] .background-pane .layer-list button:last-of-type {
+ border-radius: 3px 0 0 3px;
+}
+
+.map-data-pane .vectortile-container .vectortile-header {
+ padding-bottom: 5px;
+}
+.map-data-pane .vectortile-container .vectortile-footer {
+ padding-bottom: 10px;
+}
+
+
+/* Issues
+------------------------------------------------------- */
+.issue {
+ overflow: hidden;
+}
+.issue .issue-label,
+.issue-label .issue-text {
+ width: 100%;
+ display: flex;
+ flex-flow: row nowrap;
+ cursor: pointer;
+}
+
+.issue-text .issue-icon {
+ flex: 0 0 auto;
+ padding: 5px 7px;
+}
+.issue-text .issue-message {
+ flex: 1 1 auto;
+ padding: 5px 0;
+}
+.issue-label .issue-autofix {
+ flex: 0 0 auto;
+ padding: 5px 8px;
+}
+.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);
+}
+[dir='rtl'] .issue-label .issue-info-button {
+ border-left: 0;
+ border-right: 1px solid #ccc;
+}
+.issue-container .issue-label .issue-info-button .icon {
+ opacity: 0.5;
+}
+.issue-container.active .issue-label .issue-info-button .icon {
+ opacity: 0.7;
+}
+.issue-label .issue-info-button:last-child {
+ border-radius: 0 4px 4px 0;
+}
+[dir='rtl'] .issue-label .issue-info-button:last-child {
+ border-radius: 4px 0 0 4px;
+}
+
+button.autofix.action {
+ flex: 0 0 20px;
+ height: 20px;
+ width: 20px;
+ background: #7092ff;
+ color: #fff;
+}
+button.autofix.action:focus,
+button.autofix.action:hover,
+button.autofix.action.active {
+ background: #597be7;
+}
+
+/* fix all */
+.autofix-all {
+ display: flex;
+ flex-flow: row nowrap;
+ flex-direction: row-reverse;
+ margin-top: -25px;
+ padding-bottom: 5px;
+}
+.autofix-all-link-text {
+ padding: 0;
+}
+.autofix-all-link-icon svg {
+ margin: 0 9px;
+ background: currentColor;
+ border-radius: 4px;
+}
+.autofix-all-link-icon svg use {
+ color: #fff;
+}
+
+/* warning styles */
+.warnings-list,
+.warnings-list *,
+.issue-container.active .issue.severity-warning,
+.issue-container.active .issue.severity-warning * {
+ border-color: #fb2;
+}
+
+.warnings-list .issue.severity-warning .issue-label,
+.issue.severity-warning .issue-fix-list,
+.mode-save .warning-section {
+ background: #ffc;
+}
+
+.issue-container.active .issue.severity-warning .issue-label {
+ background: #ffa;
+}
+
+.warnings-list .issue.severity-warning .issue-label:hover,
+.issue.severity-warning .issue-fix-item.actionable:hover {
+ background: #ff8;
+}
+
+.issue.severity-warning .issue-icon {
+ color: #f90;
+}
+
+.issue.severity-warning .issue-fix-item.actionable,
+.issue-container.active .issue.severity-warning .issue-info-button {
+ color: #b15500;
+ fill: #b15500;
+ /*color: #7092ff;*/
+ /*fill: #7092ff;*/
+}
+.issue.severity-warning .issue-fix-item.actionable:hover,
+.issue-container.active .issue.severity-warning .issue-info-button:hover {
+ color: #7f3d00;
+ fill: #7f3d00;
+ /*color: #597be7;*/
+ /*fill: #597be7;*/
+}
+
+.notification-badge.warning {
+ color: #ffdf5c;
+}
+
+
+/* error styles */
+.errors-list,
+.errors-list *,
+.issue-container.active .issue.severity-error,
+.issue-container.active .issue.severity-error * {
+ border-color: #f77;