.map-container {height: 100%; width: 100%;}.map-container__buttonDiv {background: #fff;}.action-button {font-size: 16px; background-color: transparent; border: none; color: #6e6e6e; height: 32px; width: 32px; text-align: center; display: flex; align-items: center; justify-content: center;}.action-button:hover,.action-button:focus,.active {background-color: #f0f0f0; color: #2e2e2e;}.map-sketch__panel {align-items: center; flex-flow: row nowrap; padding: 0; background-color: #fff;}.map-sketch__section {align-items: center; flex-flow: row nowrap; margin: 6px 0;}.map-sketch__tool-section-top {border-bottom: 1px solid rgba(110,110,110,0.3);}@keyframes esri-fade-in-down {0% {opacity: 0; transform: translate3D(0, -5px, 0);} 25% {opacity: 0; transform: translate3D(0, -5px, 0);} 100% {opacity: 1; transform: translate3D(0, 0, 0);}}@keyframes esri-fade-in {0% {opacity: 0;} 25% {opacity: 0;} 100% {opacity: 1;}}@keyframes esri-fade-in-scale {0% {opacity: 0; transform: scale3D(0.95, 0.95, 1);} 100% {opacity: 1; transform: scale3D(1, 1, 1);}}@keyframes panel-advance {0% {opacity: 0; transform: translate3d(50px, 0, 0) scale(0.99);} 100% {opacity: 1; transform: translate3d(0, 0, 0) scale(1);}}@keyframes panel-retreat {0% {opacity: 0; transform: translate3d(-50px, 0, 0) scale(0.99);} 100% {opacity: 1; transform: translate3d(0, 0, 0) scale(1);}}@keyframes panel-advance--rtl {0% {opacity: 0; transform: translate3d(-50px, 0, 0) scale(0.99);} 100% {opacity: 1; transform: translate3d(0, 0, 0) scale(1);}}@keyframes panel-retreat--rtl {0% {opacity: 0; transform: translate3d(50px, 0, 0) scale(0.99);} 100% {opacity: 1; transform: translate3d(0, 0, 0) scale(1);}}.esri-widget__header {align-items: center; background-color: white; display: flex; flex: 1 0 100%; padding: 12px 0 12px 15px; justify-content: space-between; min-height: 48px; width: 100%;} .esri-widget__header .esri-widget__heading {align-items: center; color: #6e6e6e; display: flex; margin: 0; padding: 0; width: calc(100% - 48px);} .esri-widget__header-button {-webkit-appearance: none; align-items: center; align-self: stretch; background-color: transparent; border: none; color: #6e6e6e; cursor: pointer; display: flex; flex: 0 0 48px; justify-content: center; padding: 0; width: 48px;}.esri-widget__heading {color: #4c4c4c; margin: 0 0 0.5rem 0;}h1.esri-widget__heading {font-size: 20px;}h2.esri-widget__heading {font-size: 16px;}h3.esri-widget__heading,h4.esri-widget__heading,h5.esri-widget__heading,h6.esri-widget__heading {font-size: 14px;}.esri-widget__footer {width: 100%;}.esri-widget__footer-pagination {align-items: center; color: #6e6e6e; display: flex; justify-content: center;} .esri-widget__footer-pagination-previous-button, .esri-widget__footer-pagination-next-button {background-color: transparent; border: 0; border-radius: 4px; margin: 6px 7px; padding: 0; cursor: pointer; transition: background-color 125ms ease-in-out; width: 32px; height: 32px;} .esri-widget__footer-pagination-previous-button:hover, .esri-widget__footer-pagination-previous-button:focus, .esri-widget__footer-pagination-next-button:hover, .esri-widget__footer-pagination-next-button:focus {background-color: #f0f0f0; color: #2e2e2e;}.esri-flow-manager {background-color: white; border-left: 1px solid rgba(50, 50, 50, 0.15); border-right: 1px solid rgba(50, 50, 50, 0.15); display: flex; flex-direction: column; font-family: "Avenir Next W00", "Helvetica Neue", Helvetica, Arial, sans-serif; height: 100%; overflow: hidden; width: 27vw; min-width: 300px; max-width: 420px;} .esri-flow-manager__frame {width: 100%; height: 100%; padding: 0; margin: 0; display: flex; flex-flow: column; position: relative;} .esri-flow-manager__frame--advancing {animation: panel-advance 250ms ease-in-out;} .esri-flow-manager__frame--retreating {animation: panel-retreat 250ms ease-in-out;} .esri-flow-manager__header {align-items: center; background-color: white; border-bottom: 1px solid rgba(50, 50, 50, 0.15); color: #4c4c4c; display: flex; height: 48px; justify-content: center; position: relative; z-index: 2;} .esri-flow-manager__header--child {justify-content: flex-start;} .esri-flow-manager__header-button {-webkit-appearance: none; align-items: center; align-self: stretch; background-color: transparent; border: none; cursor: pointer; display: flex; flex: 0 0 48px; justify-content: center; padding: 0; width: 48px; transition: background-color 250ms ease-in-out;} .esri-flow-manager__header-button:hover {background-color: #f0f0f0;} .esri-flow-manager__header-menu-button {border-left: 1px solid rgba(50, 50, 50, 0.15);} .esri-flow-manager__header-dropdown {align-self: stretch; display: flex; position: relative;} .esri-flow-manager__header-dropdown .esri-menu {color: #6e6e6e; left: auto; max-height: none; min-width: 150px; right: 2px; visibility: visible; animation: esri-fade-in-down 125ms ease-in-out;} .esri-flow-manager__header-dropdown .esri-menu .esri-flow-manager__menu-item {margin-top: 0; margin-bottom: 0; padding: 0; cursor: default;} .esri-flow-manager__header-dropdown .esri-menu .esri-flow-manager__menu-item:hover, .esri-flow-manager__header-dropdown .esri-menu .esri-flow-manager__menu-item:focus {background-color: white;} .esri-flow-manager__header-dropdown .esri-menu .esri-flow-manager__menu-item .esri-flow-manager__action {border: none; color: #6e6e6e; font-size: 14px; padding: 12px 15px; width: 100%; cursor: pointer;} .esri-flow-manager__header-dropdown .esri-menu .esri-flow-manager__menu-item .esri-flow-manager__action:hover, .esri-flow-manager__header-dropdown .esri-menu .esri-flow-manager__menu-item .esri-flow-manager__action:focus {color: #2e2e2e; background-color: #f0f0f0;} .esri-flow-manager__action {display: flex; align-items: center;} .esri-flow-manager__action--disabled {opacity: 0.4; pointer-events: none;} .esri-flow-manager__action-icon {margin-right: 0.2em;} .esri-flow-manager__title {font-size: 20px; font-weight: 400; margin: 0; overflow: hidden; padding: 0 15px; text-overflow: ellipsis; white-space: nowrap;} .esri-flow-manager__title--child {font-size: 14px; text-align: center; width: calc(100% - 96px);} .esri-flow-manager__content {background-color: whitesmoke; overflow-x: hidden; overflow-y: auto; position: absolute; top: 48px; bottom: 0; left: 0; right: 0; z-index: 0;} .esri-flow-manager__content--child {bottom: 60px;} .esri-flow-manager__footer {align-items: center; background-color: white; border-top: 1px solid rgba(50, 50, 50, 0.15); bottom: 0; display: flex; height: 48px; justify-content: center; left: 0; padding: 6px 7px; position: absolute; right: 0; z-index: 2;} .esri-flow-manager__footer .esri-button {margin: 3px 3px; max-width: 80%; min-width: 40%;} .esri-flow-manager .esri-tip {box-shadow: 0 0 0 1px rgba(50, 50, 50, 0.25); margin: 18px 15px; max-width: initial; width: calc(100% - 30px);} .esri-flow-manager .esri-tip__main {max-width: unset;}html[dir="rtl"] .esri-flow-manager__header-menu-button {border-left: 0; border-right: 1px solid rgba(50, 50, 50, 0.25);}html[dir="rtl"] .esri-flow-manager__header-dropdown .esri-menu {right: auto; left: 2px;}html[dir="rtl"] .esri-flow-manager__action-icon {margin-right: 0; margin-left: 0.2em;}html[dir="rtl"] .esri-flow-manager__frame--advancing {animation: panel-advance--rtl 250ms ease-in-out;}html[dir="rtl"] .esri-flow-manager__frame--retreating {animation: panel-retreat--rtl 250ms ease-in-out;}@keyframes esri-fade-in-down {0% {opacity: 0; transform: translate3D(0, -5px, 0);} 25% {opacity: 0; transform: translate3D(0, -5px, 0);} 100% {opacity: 1; transform: translate3D(0, 0, 0);}}@keyframes esri-fade-in {0% {opacity: 0;} 25% {opacity: 0;} 100% {opacity: 1;}}@keyframes esri-fade-in-scale {0% {opacity: 0; transform: scale3D(0.95, 0.95, 1);} 100% {opacity: 1; transform: scale3D(1, 1, 1);}}@keyframes panel-advance {0% {opacity: 0; transform: translate3d(50px, 0, 0) scale(0.99);} 100% {opacity: 1; transform: translate3d(0, 0, 0) scale(1);}}@keyframes panel-retreat {0% {opacity: 0; transform: translate3d(-50px, 0, 0) scale(0.99);} 100% {opacity: 1; transform: translate3d(0, 0, 0) scale(1);}}@keyframes panel-advance--rtl {0% {opacity: 0; transform: translate3d(-50px, 0, 0) scale(0.99);} 100% {opacity: 1; transform: translate3d(0, 0, 0) scale(1);}}@keyframes panel-retreat--rtl {0% {opacity: 0; transform: translate3d(50px, 0, 0) scale(0.99);} 100% {opacity: 1; transform: translate3d(0, 0, 0) scale(1);}}.esri-widget__header {align-items: center; background-color: white; display: flex; flex: 1 0 100%; padding: 12px 0 12px 15px; justify-content: space-between; min-height: 48px; width: 100%;} .esri-widget__header .esri-widget__heading {align-items: center; color: #6e6e6e; display: flex; margin: 0; padding: 0; width: calc(100% - 48px);} .esri-widget__header-button {-webkit-appearance: none; align-items: center; align-self: stretch; background-color: transparent; border: none; color: #6e6e6e; cursor: pointer; display: flex; flex: 0 0 48px; justify-content: center; padding: 0; width: 48px;}.esri-widget__heading {color: #4c4c4c; margin: 0 0 0.5rem 0;}h1.esri-widget__heading {font-size: 20px;}h2.esri-widget__heading {font-size: 16px;}h3.esri-widget__heading,h4.esri-widget__heading,h5.esri-widget__heading,h6.esri-widget__heading {font-size: 14px;}.esri-widget__footer {width: 100%;}.esri-widget__footer-pagination {align-items: center; color: #6e6e6e; display: flex; justify-content: center;} .esri-widget__footer-pagination-previous-button, .esri-widget__footer-pagination-next-button {background-color: transparent; border: 0; border-radius: 4px; margin: 6px 7px; padding: 0; cursor: pointer; transition: background-color 125ms ease-in-out; width: 32px; height: 32px;} .esri-widget__footer-pagination-previous-button:hover, .esri-widget__footer-pagination-previous-button:focus, .esri-widget__footer-pagination-next-button:hover, .esri-widget__footer-pagination-next-button:focus {background-color: #f0f0f0; color: #2e2e2e;}.esri-tip-manager {align-items: center; background-color: whitesmoke; border: 1px solid rgba(50, 50, 50, 0.15); display: flex; flex-flow: column; min-width: 380px; overflow: hidden;} .esri-tip-manager .esri-tip-manager__header {background-color: transparent;} .esri-tip-manager h1.esri-widget__heading {font-weight: 400;} .esri-tip-manager--invisible {display: none;} .esri-tip-manager__tip-container {background-color: whitesmoke; height: 27vh; min-width: 380px; overflow-x: hidden; overflow-y: auto; padding: 0; width: 100%;} .esri-tip-manager__tip-container--advancing {animation: panel-advance 250ms ease-in-out;} .esri-tip-manager__tip-container--retreating {animation: panel-retreat 250ms ease-in-out;} .esri-tip-manager .esri-tip {align-self: center; margin: 12px auto; max-width: 640px; width: 90%; border-radius: 4px; overflow: hidden; border-bottom: 1px solid rgba(50, 50, 50, 0.15);}html[dir="rtl"] .esri-tip--advancing {animation: panel-advance--rtl 250ms ease-in-out;}html[dir="rtl"] .esri-tip--retreating {animation: panel-retreat--rtl 250ms ease-in-out;}.esri-view-width-greater-than-medium .esri-tip-manager.esri-component {width: 640px;}.esri-view-width-less-than-large .esri-tip-manager.esri-component {width: 640px;}.esri-view-width-less-than-medium .esri-tip-manager.esri-component {margin: 0; min-width: 100%; width: 100%;}.esri-view-height-greater-than-small .esri-tip-manager.esri-component .esri-tip-manager__tip-container {height: 240px;}.esri-view-height-xmsall .esri-tip-manager.esri-component .esri-tip-manager__tip-container {height: 180px;}@keyframes esri-fade-in-down {0% {opacity: 0; transform: translate3D(0, -5px, 0);} 25% {opacity: 0; transform: translate3D(0, -5px, 0);} 100% {opacity: 1; transform: translate3D(0, 0, 0);}}@keyframes esri-fade-in {0% {opacity: 0;} 25% {opacity: 0;} 100% {opacity: 1;}}@keyframes esri-fade-in-scale {0% {opacity: 0; transform: scale3D(0.95, 0.95, 1);} 100% {opacity: 1; transform: scale3D(1, 1, 1);}}@keyframes panel-advance {0% {opacity: 0; transform: translate3d(50px, 0, 0) scale(0.99);} 100% {opacity: 1; transform: translate3d(0, 0, 0) scale(1);}}@keyframes panel-retreat {0% {opacity: 0; transform: translate3d(-50px, 0, 0) scale(0.99);} 100% {opacity: 1; transform: translate3d(0, 0, 0) scale(1);}}@keyframes panel-advance--rtl {0% {opacity: 0; transform: translate3d(-50px, 0, 0) scale(0.99);} 100% {opacity: 1; transform: translate3d(0, 0, 0) scale(1);}}@keyframes panel-retreat--rtl {0% {opacity: 0; transform: translate3d(50px, 0, 0) scale(0.99);} 100% {opacity: 1; transform: translate3d(0, 0, 0) scale(1);}}.esri-widget__header {align-items: center; background-color: white; display: flex; flex: 1 0 100%; padding: 12px 0 12px 15px; justify-content: space-between; min-height: 48px; width: 100%;} .esri-widget__header .esri-widget__heading {align-items: center; color: #6e6e6e; display: flex; margin: 0; padding: 0; width: calc(100% - 48px);} .esri-widget__header-button {-webkit-appearance: none; align-items: center; align-self: stretch; background-color: transparent; border: none; color: #6e6e6e; cursor: pointer; display: flex; flex: 0 0 48px; justify-content: center; padding: 0; width: 48px;}.esri-widget__heading {color: #4c4c4c; margin: 0 0 0.5rem 0;}h1.esri-widget__heading {font-size: 20px;}h2.esri-widget__heading {font-size: 16px;}h3.esri-widget__heading,h4.esri-widget__heading,h5.esri-widget__heading,h6.esri-widget__heading {font-size: 14px;}.esri-widget__footer {width: 100%;}.esri-widget__footer-pagination {align-items: center; color: #6e6e6e; display: flex; justify-content: center;} .esri-widget__footer-pagination-previous-button, .esri-widget__footer-pagination-next-button {background-color: transparent; border: 0; border-radius: 4px; margin: 6px 7px; padding: 0; cursor: pointer; transition: background-color 125ms ease-in-out; width: 32px; height: 32px;} .esri-widget__footer-pagination-previous-button:hover, .esri-widget__footer-pagination-previous-button:focus, .esri-widget__footer-pagination-next-button:hover, .esri-widget__footer-pagination-next-button:focus {background-color: #f0f0f0; color: #2e2e2e;}.esri-tip {align-items: flex-start; display: flex; flex-wrap: wrap; max-width: 380px; padding: 0 0 12px 0;} .esri-tip--dismissed {display: none;} .esri-tip__header {padding-left: 15px;} .esri-tip__heading {font-weight: 400;} .esri-tip__image-frame {width: 25%; padding: 0 0 0 15px;} .esri-tip__image-frame .esri-tip__image {width: 100%;} .esri-tip__main {display: flex; flex-flow: column; flex: 1; width: 70%;} .esri-tip__info-block {display: flex; flex-flow: column; justify-content: space-between; padding: 0 15px;} .esri-tip__content {color: #6e6e6e; padding-bottom: 12px;}html[dir="rtl"] .esri-tip__header {padding-left: 0; padding-right: 15px;}html[dir="rtl"] .esri-tip__image-frame {padding-left: 0; padding-right: 15px;}@keyframes esri-fade-in-down {0% {opacity: 0; transform: translate3D(0, -5px, 0);} 25% {opacity: 0; transform: translate3D(0, -5px, 0);} 100% {opacity: 1; transform: translate3D(0, 0, 0);}}@keyframes esri-fade-in {0% {opacity: 0;} 25% {opacity: 0;} 100% {opacity: 1;}}@keyframes esri-fade-in-scale {0% {opacity: 0; transform: scale3D(0.95, 0.95, 1);} 100% {opacity: 1; transform: scale3D(1, 1, 1);}}@keyframes panel-advance {0% {opacity: 0; transform: translate3d(50px, 0, 0) scale(0.99);} 100% {opacity: 1; transform: translate3d(0, 0, 0) scale(1);}}@keyframes panel-retreat {0% {opacity: 0; transform: translate3d(-50px, 0, 0) scale(0.99);} 100% {opacity: 1; transform: translate3d(0, 0, 0) scale(1);}}@keyframes panel-advance--rtl {0% {opacity: 0; transform: translate3d(-50px, 0, 0) scale(0.99);} 100% {opacity: 1; transform: translate3d(0, 0, 0) scale(1);}}@keyframes panel-retreat--rtl {0% {opacity: 0; transform: translate3d(50px, 0, 0) scale(0.99);} 100% {opacity: 1; transform: translate3d(0, 0, 0) scale(1);}}.esri-widget__header {align-items: center; background-color: white; display: flex; flex: 1 0 100%; padding: 12px 0 12px 15px; justify-content: space-between; min-height: 48px; width: 100%;} .esri-widget__header .esri-widget__heading {align-items: center; color: #6e6e6e; display: flex; margin: 0; padding: 0; width: calc(100% - 48px);} .esri-widget__header-button {-webkit-appearance: none; align-items: center; align-self: stretch; background-color: transparent; border: none; color: #6e6e6e; cursor: pointer; display: flex; flex: 0 0 48px; justify-content: center; padding: 0; width: 48px;}.esri-widget__heading {color: #4c4c4c; margin: 0 0 0.5rem 0;}h1.esri-widget__heading {font-size: 20px;}h2.esri-widget__heading {font-size: 16px;}h3.esri-widget__heading,h4.esri-widget__heading,h5.esri-widget__heading,h6.esri-widget__heading {font-size: 14px;}.esri-widget__footer {width: 100%;}.esri-widget__footer-pagination {align-items: center; color: #6e6e6e; display: flex; justify-content: center;} .esri-widget__footer-pagination-previous-button, .esri-widget__footer-pagination-next-button {background-color: transparent; border: 0; border-radius: 4px; margin: 6px 7px; padding: 0; cursor: pointer; transition: background-color 125ms ease-in-out; width: 32px; height: 32px;} .esri-widget__footer-pagination-previous-button:hover, .esri-widget__footer-pagination-previous-button:focus, .esri-widget__footer-pagination-next-button:hover, .esri-widget__footer-pagination-next-button:focus {background-color: #f0f0f0; color: #2e2e2e;}.esri-action-pad {animation: esri-fade-in 250ms ease-in-out; display: flex; background: #4c4c4c; color: white; flex-direction: column;} .esri-action-pad__section {display: flex; flex-direction: column; border-bottom: 1px solid rgba(255, 255, 255, 0.25); padding: 6px 0; margin: 0 7px;} .esri-action-pad__section:last-child {border-bottom: none;} .esri-action-pad__action {padding: 6px 7px; display: flex; cursor: pointer;} .esri-action-pad__action:hover {background-color: #666666;} .esri-action-pad__action--active, .esri-action-pad__action--active:hover {background-color: #3a3a3a;} .esri-action-pad__action-icon {display: flex; width: 16px; height: 16px; margin: 0; justify-content: center;} .esri-action-pad__action-icon--image {width: 16px; height: 16px;} .esri-action-pad__action-title {margin: 0 7px;} .esri-action-pad__selection-count {padding: 6px 0; display: flex; justify-content: center; cursor: pointer;} .esri-action-pad__selection-count-number {box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.33); padding: 0.15em 0.6em; border-radius: 4px;} .esri-action-pad__selection-count-number:hover {background-color: #666666;}@keyframes esri-fade-in-down {0% {opacity: 0; transform: translate3D(0, -5px, 0);} 25% {opacity: 0; transform: translate3D(0, -5px, 0);} 100% {opacity: 1; transform: translate3D(0, 0, 0);}}@keyframes esri-fade-in {0% {opacity: 0;} 25% {opacity: 0;} 100% {opacity: 1;}}@keyframes esri-fade-in-scale {0% {opacity: 0; transform: scale3D(0.95, 0.95, 1);} 100% {opacity: 1; transform: scale3D(1, 1, 1);}}@keyframes panel-advance {0% {opacity: 0; transform: translate3d(50px, 0, 0) scale(0.99);} 100% {opacity: 1; transform: translate3d(0, 0, 0) scale(1);}}@keyframes panel-retreat {0% {opacity: 0; transform: translate3d(-50px, 0, 0) scale(0.99);} 100% {opacity: 1; transform: translate3d(0, 0, 0) scale(1);}}@keyframes panel-advance--rtl {0% {opacity: 0; transform: translate3d(-50px, 0, 0) scale(0.99);} 100% {opacity: 1; transform: translate3d(0, 0, 0) scale(1);}}@keyframes panel-retreat--rtl {0% {opacity: 0; transform: translate3d(50px, 0, 0) scale(0.99);} 100% {opacity: 1; transform: translate3d(0, 0, 0) scale(1);}}.esri-widget__header {align-items: center; background-color: white; display: flex; flex: 1 0 100%; padding: 12px 0 12px 15px; justify-content: space-between; min-height: 48px; width: 100%;} .esri-widget__header .esri-widget__heading {align-items: center; color: #6e6e6e; display: flex; margin: 0; padding: 0; width: calc(100% - 48px);} .esri-widget__header-button {-webkit-appearance: none; align-items: center; align-self: stretch; background-color: transparent; border: none; color: #6e6e6e; cursor: pointer; display: flex; flex: 0 0 48px; justify-content: center; padding: 0; width: 48px;}.esri-widget__heading {color: #4c4c4c; margin: 0 0 0.5rem 0;}h1.esri-widget__heading {font-size: 20px;}h2.esri-widget__heading {font-size: 16px;}h3.esri-widget__heading,h4.esri-widget__heading,h5.esri-widget__heading,h6.esri-widget__heading {font-size: 14px;}.esri-widget__footer {width: 100%;}.esri-widget__footer-pagination {align-items: center; color: #6e6e6e; display: flex; justify-content: center;} .esri-widget__footer-pagination-previous-button, .esri-widget__footer-pagination-next-button {background-color: transparent; border: 0; border-radius: 4px; margin: 6px 7px; padding: 0; cursor: pointer; transition: background-color 125ms ease-in-out; width: 32px; height: 32px;} .esri-widget__footer-pagination-previous-button:hover, .esri-widget__footer-pagination-previous-button:focus, .esri-widget__footer-pagination-next-button:hover, .esri-widget__footer-pagination-next-button:focus {background-color: #f0f0f0; color: #2e2e2e;}.esri-action-bar {height: 100%; display: flex; background: #4c4c4c; color: white; flex-direction: column; max-width: 15vw;} .esri-action-bar__section {display: flex; flex-direction: column; border-bottom: 1px solid rgba(255, 255, 255, 0.25); padding: 12px 0;} .esri-action-bar__section:last-child {border-bottom: none;} .esri-action-bar__action {padding: 6px 15px; display: flex; justify-content: flex-start; align-items: center; cursor: pointer; min-height: 32px;} .esri-action-bar__action:hover {background-color: #666666;} .esri-action-bar__action--active, .esri-action-bar__action--active:hover {background-color: #3a3a3a;} .esri-action-bar__action-icon {display: flex; width: 16px; height: 16px; margin: 0; justify-content: center;} .esri-action-bar__action-icon--image {width: 16px; height: 16px;} .esri-action-bar__action-title {flex: 1; margin: 0 7px; word-break: break-word;} .esri-action-bar__expand-button {padding-left: 15px; padding-right: 15px; margin-top: auto; flex-direction: row; justify-content: flex-end; cursor: pointer;} .esri-action-bar__expand-button:hover {background-color: #666666;}#main-container .panel-container {min-height: 100vh;}#main-container .esri-action-pad {top: 172px; z-index: 50; position: fixed;}.esri-flow-manager__action--disabled {cursor: not-allowed; pointer-events: none; opacity: 0.3;}.esri-slider {height: auto;}.esri-flow-manager__menu-item button.esri-flow-manager__action {background-color: #fff;}.esri-scale-range-slider__scale-item-label {margin-bottom: 0;}.panel-container .loader {position: relative; align-items: center; justify-content: center; width: 100%; height: 100%; z-index: 999;}.panel-container .loader.is-active {display: flex;}.preplanned {padding: 0; background-color: #f4f4f4; display: flex; flex-direction: column; flex-grow: 1; border: 0; min-height: 400px; overflow: auto; position: relative;}.preplanned .clear {clear: both;}.preplanned .panel-header {background-color: #fff; border-bottom: 1px solid #e0e0e0;}.preplanned .map-areas--empty {border-bottom: 1px solid #e0e0e0; background-color: #f4f4f4;}.preplanned .map-area-tips__list {font-size: 16px; margin: 18px 30px;}.preplanned .map-area-tips__tip {position: relative; display: flex; align-items: baseline; margin: 12px 0;}.preplanned .map-area-tips__tip[class*="icon-ui"]:before {position: absolute; left: -1.3rem;}.preplanned .title-nav {display: flex; align-items: center; flex: 1 0 48px; font-size: 18px; height: 48px; max-height: 48px; justify-content: center; position: relative;}.preplanned .title-nav--secondary {align-items: center; background-color: #4c4c4c; border: none; justify-content: flex-start; padding-left: 0; padding-right: 0;}.preplanned .title-nav--secondary .title-nav__text {color: #fff; font-size: 14px; overflow: hidden; padding: 0 15px; text-overflow: ellipsis; white-space: nowrap;}.preplanned .title-nav__text {color: #323232; font-weight: 400; font-size: 18px; text-align: center; width: calc(100% - 92px);}.preplanned .title-nav__button {-webkit-appearance: none; align-items: center; align-self: stretch; background-color: transparent; border: none; color: #fff; cursor: pointer; display: flex; justify-content: center; padding: 0; width: 46px; transition: background-color 250ms ease-in-out;}.preplanned .title-nav__button:hover {background-color: rgba(50, 50, 50, 0.75);}.preplanned .title-nav__dropdown {display: flex; align-self: stretch; border-left: 1px solid rgba(0, 0, 0, 0.25);}.preplanned .title-nav__dropdown-menu {min-width: 150px; top: 100%; right: 5%; border: 1px solid #e0e0e0; box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.15);}.preplanned .new-area-title {background-color: #fff; padding: 12px 15px 6px;}.preplanned .new-area-title__form {font-size: 14px; margin: 0;}.preplanned .accordion-section.is-active .accordion-content.new-area-schedule {align-items: center; display: flex; justify-content: space-between; padding: 12px 15px; flex-flow: wrap;}.preplanned .accordion-content .new-area-schedule__row {width: 100%; display: flex;}.preplanned .new-area-schedule__frequency,.preplanned .new-area-schedule__time,.preplanned .new-area-schedule__day,.preplanned .new-area-schedule__nthday {align-items: center; display: flex; flex: 1; font-size: 14px; justify-content: space-between; padding: 6px 0;}.preplanned .new-area-schedule__frequency .new-area-schedule__frequency-select,.preplanned .new-area-schedule__frequency .new-area-schedule__day-select,.preplanned .new-area-schedule__frequency .new-area-schedule__nthday-select,.preplanned .new-area-schedule__frequency .esri-time-picker__input,.preplanned .new-area-schedule__time .new-area-schedule__frequency-select,.preplanned .new-area-schedule__time .new-area-schedule__day-select,.preplanned .new-area-schedule__time .new-area-schedule__nthday-select,.preplanned .new-area-schedule__time .esri-time-picker__input,.preplanned .new-area-schedule__day .new-area-schedule__frequency-select,.preplanned .new-area-schedule__day .new-area-schedule__day-select,.preplanned .new-area-schedule__day .new-area-schedule__nthday-select,.preplanned .new-area-schedule__day .esri-time-picker__input,.preplanned .new-area-schedule__nthday .new-area-schedule__frequency-select,.preplanned .new-area-schedule__nthday .new-area-schedule__day-select,.preplanned .new-area-schedule__nthday .new-area-schedule__nthday-select,.preplanned .new-area-schedule__nthday .esri-time-picker__input {border: 1px solid #e0e0e0; box-shadow: none; margin: 0; padding: 0 7px; width: 100%;}.preplanned .new-area-schedule__frequency,.preplanned .new-area-schedule__nthday {justify-content: flex-start; margin-right: 7px;}.preplanned .new-area-schedule__time {justify-content: flex-end;}.preplanned .new-area-schedule__time .esri-time-picker {border: none; padding: 0; width: 100%;}.preplanned .new-area-schedule__preposition {padding: 0 7px; text-align: center;}.preplanned .exists-mapArea-title {background-color: #fff; border-bottom: 1px solid #f4f4f4;}.preplanned .search-input {font-size: 1em; background-size: 1em; padding-left: 1.5em; border-bottom: 2px solid #ccc; width: calc(100% - 60px); margin: 0 30px; padding-bottom: 0.2em; background-position: 0.25em 0.1em;}.preplanned .preplanned input.search-input {max-width: 90%;}.preplanned .existing-areas {background: #f4f4f4;}.preplanned .existing-areas {padding: 0;}.preplanned .map-area {background-color: #fff; border: 1px solid #e0e0e0; color: #0079c1; cursor: pointer; display: flex; align-items: center; margin: 0 0 -1px 0; padding: 12px 15px; position: relative; transition: border-color 250ms ease-in-out;}.preplanned .map-area:hover {border-color: rgba(0, 0, 0, 0.5); z-index: 10;}.preplanned .map-area--selected {border-color: #56a5d8; background-color: #d2e9f9; z-index: 10;}.preplanned .map-area__chip {width: 10px; height: 10px; flex: 0 0 10px;}.preplanned .map-area__title {flex: 1; font-size: 14px; padding-left: 7px; padding-right: 7px; word-break: break-all;}.preplanned .map-area__title:hover {text-decoration: none;}.preplanned .map-area__action {align-self: center; flex: 0 0 16px;}.preplanned .create-area-button {display: flex; align-items: center; color: #595959; display: flex; justify-content: center; align-items: center;}.preplanned .create-area-button:hover {color: #000; text-decoration: none;}.preplanned .create-area-button__icon {padding-right: 0.2em;}.preplanned .details-mapArea {background-color: #fff;}.preplanned .details-nextUpdate .item-type-icon {vertical-align: middle;}.preplanned .map-area-details {background-color: #fff; display: flex; border-bottom: 1px solid #e0e0e0; justify-content: space-between;}.preplanned .map-area-details__detail {flex: 1 1 50%; padding: 12px 15px;}.preplanned .map-area-details__detail:first-child {border-right: 1px solid #e0e0e0;}.preplanned .map-area-detail__title {font-size: 12px; color: #595959; margin: 0;}.preplanned .map-area-detail__date {font-size: 14px; font-weight: 600; color: #323232;}.preplanned .panel-main__title {background-color: #fff; color: #595959; font-size: 16px; margin: 0; padding: 12px 15px; display: flex; justify-content: space-between;}.preplanned .package-title {background: #fff; border: 1px solid #e0e0e0; padding: 0.8em;}.preplanned .area-package {align-items: baseline; background-color: #fff; border: 1px solid #e0e0e0; display: flex; justify-content: space-between; margin: 0 0 -1px 0; padding: 6px 7px;}.preplanned .area-package__attributes {display: flex; flex: 1; flex-flow: row;}.preplanned .attributes__info {padding: 0 7px;}.preplanned .attributes__title {color: #323232; display: block; font-size: 14px; word-break: break-all;}.preplanned .attributes__details {color: #595959; display: flex; font-size: 12px; margin-top: 0.25em;}.preplanned .attributes__size {margin: 0 15px;}.preplanned .attributes__icon {width: 16px; height: 16px; flex: 0 0 16px; margin-top: 3px;}.preplanned .area-package__refresh-button {padding: 6px 7px; flex: 0 1 16px;}.preplanned .status-label {color: #323232; font-size: 12px; animation: esri-fade-in 250ms ease-in-out;}.preplanned .status-label-failed {animation: esri-fade-in 250ms ease-in-out;}.preplanned .area-package__status-label {margin-left: 7px;}.preplanned .is-sticky-footer {bottom: 0; left: 0;}.preplanned .is-sticky-header {flex-shrink: 0;}.preplanned .preplanned.is-disabled {cursor: not-allowed; pointer-events: none; opacity: 0.3;}.preplanned .warning {border-bottom: 1px solid red; background-color: rgba(255, 0, 0, 0.2);}.preplanned input[type="checkbox"] {margin: 0 10px 0 0; width: 14px; height: 14px; flex: 0 0 14px;}.preplanned .accordion {border: none;}.preplanned .accordion-title {background-color: transparent;}.preplanned .tooltip:hover {text-decoration: none;}.preplanned .panel-footer {margin: 0; padding: 12px 0; background-color: #fff; border-top: 1px solid #e0e0e0;}.preplanned .panel-footer__button {min-width: 40%; max-width: 80%; overflow: hidden; margin: 3px 0.2em; text-overflow: ellipsis;}.preplanned .esri-horizontal-slider.dijitSlider .dijitSliderImageHandle {background: #007ac2; border-color: transparent; box-shadow: none;}.preplanned .esri-horizontal-slider.dijitSlider .dijitSliderImageHandle:after {background: #fff; width: 12px; height: 12px; top: 2px; left: 2px;}.preplanned .esri-widget__header {flex: 1 100%;}.preplanned .esri-tip__info-block {width: 100%;}.preplanned .scheduled-tool-tip {font-size: .75rem; padding: .2rem .7rem;}.preplanned .toggle-switch-track {float: right;}.esri-messaging-area {background-color: #f4f4f4;}.esri-flow-manager .esri-tip--warning {box-shadow: 0 0 0 1px #de2900, 0 1px 2px rgba(0, 0, 0, 0.33); animation: esri-fade-in-down 375ms ease-in-out;}.esri-flow-manager .esri-tip--warning .esri-tip__heading {color: #de2900;}.action-pad {position: fixed; z-index: 1000;}.action-pad .dropdown-menu {border: none; box-shadow: 0 1px 2px rgba(0, 0, 0, 0.33);}.action-pad .dropdown-link {background-color: #4c4c4c; color: #fff; border: 1px solid rgba(0, 0, 0, 0.25); border-bottom-color: transparent;}.action-pad .dropdown-link:last-child {border-bottom-color: rgba(0, 0, 0, 0.25);}.esri-bookmarks__bookmark {margin-top: 0;}.toggle-switch-input:disabled + .toggle-switch-track {opacity: .3; pointer-events: none;}html[dir="rtl"] .preplanned .create-area-button__icon {padding-right: 0; padding-left: 0.2em;}html[dir="rtl"] .preplanned input[type="checkbox"] {margin-right: 0; margin-left: 10px;}html[dir="rtl"] .preplanned .search-input {background-position: 100% 0.1em; padding-left: 1em; padding-right: 1.5em;}html[dir="rtl"] .preplanned .map-area-details__detail:first-child {border-right: none; border-left: 1px solid #e0e0e0;}html[dir="rtl"] .preplanned .new-area-schedule__time .new-area-schedule__time-text {margin-right: 0; margin-left: 0.2em;}html[dir="rtl"] .preplanned .area-package__status {margin-left: 0; margin-right: 7px;}html[dir="rtl"] .preplanned .new-area-schedule__frequency {margin-right: 0;}html[dir="rtl"] .preplanned .new-area-schedule__time {margin-right: 7px;}html[dir="rtl"] .preplanned .esri-tip__close {right: unset; left: -7px;}