html,body {height: 100%; overflow-y: hidden; overflow-x: auto; min-width: 800px;}div.flex-column {height: 0;}#notebook-viewer {display: flex; flex-direction: column; height: 100%;}#notebook-header {font-size: 17px; background-color: white;}#notebook-header-nav {display: flex; height: 60px; justify-content: flex-start; align-items: center;}#notebook-header-nav h1 {margin: 0;}#notebook-header-nav #home-navigation-signin {margin-left: auto;}html[dir="rtl"] #notebook-header-nav #home-navigation-signin {margin-left: inherit; margin-right: auto;}#notebook-header-nav div.dropdown a.top-nav-title {padding-left: 5px; float: none; display: inline-block; outline: none;}html[dir="rtl"] #notebook-header-nav div.dropdown a.top-nav-title {padding-left: inherit; padding-right: 5px;}#notebook-header-nav div.dropdown a.top-nav-link {padding-right: 5px;}html[dir="rtl"] #notebook-header-nav div.dropdown a.top-nav-link {padding-right: inherit; padding-left: 5px;}#notebook-header-nav .dropdown-btn:after {position: relative; right: 0; top: 0;}#notebook-header-toolbar {position: relative; display: flex; align-items: center; background-color: #e7e7e7 !important; border: none; font-weight: normal; overflow: visible; height: 36px; font-size: 0.95rem; padding: 0 0.25rem;}#notebook-header-toolbar ul.notebook-tools {list-style-type: none; margin: 0; padding: 0; display: inline-flex; height: 36px;}#notebook-header-toolbar .notebook-tools-action {margin-left: auto; display: flex;}#notebook-header-toolbar .dropdown-menu {min-width: 150px; margin-top: 0.5rem;}html[dir="rtl"] #notebook-header-toolbar .notebook-tools-action {margin-right: auto; margin-left: inherit;}#notebook-header-toolbar .notebook-tools-action .svg-icon {margin-left: 0.15rem; margin-bottom: 0.15rem;}html[dir="rtl"] #notebook-header-toolbar .notebook-tools-action .svg-icon {margin-left: inherit; margin-right: 0.15rem;}#notebook-header-toolbar ul.notebook-tools li,#notebook-header-toolbar .notebook-tools-action button {margin: 0; display: flex; box-sizing: border-box; align-items: center; justify-content: center; min-width: 50px; height: 36px; padding: 0 10px; text-align: center; color: #4a4a4a; border-top: 3px solid transparent; border-bottom: 3px solid transparent; font-size: 0.85rem;}#notebook-header-toolbar ul.notebook-tools li a,#notebook-header-toolbar .notebook-tools-action button {color: inherit; text-decoration: none;}#notebook-header-toolbar ul.notebook-tools li:hover,#notebook-header-toolbar ul.notebook-tools li.dropdown.is-active {border-bottom: 3px solid #3b8fc4; cursor: pointer;}#notebook-header-toolbar ul.notebook-tools a:hover {color: #3b8fc4;}#notebook-header-toolbar #notebookSaveBtn[disabled]:hover {border-bottom: 3px solid transparent; color: inherit; cursor: not-allowed;}#notebook-header-toolbar #notebookSaveBtn:focus {outline: 0;}#notebook-header-toolbar ul.notebook-tools li.active-action {border-bottom: 3px solid #3b8fc4; border-top: 3px solid transparent;}#notebook-header-toolbar ul.notebook-tools li i.notebook-tools-icon {margin-right: 8px;}html[dir="rtl"] #notebook-header-toolbar ul.notebook-tools li i.notebook-tools-icon {margin-right: inherit; margin-left: 8px;}#notebook-container {position: relative; display: flex; align-items: flex-start; flex: 1; overflow: hidden; border-left: 5px solid #e7e7e7; border-right: 5px solid #e7e7e7; border-bottom: 5px solid #e7e7e7;}#notebook-header-collapse {cursor: pointer; position: absolute; right: 0; top: -1px; padding: 5px 10px; height: 36px; width: 36px; border-bottom: 3px solid transparent; box-sizing: border-box;}html[dir="rtl"] #notebook-header-collapse {right: unset; left: 0;}#notebook-header-collapse:hover {color: #3b8fc4; border-bottom: 3px solid #3b8fc4;}#notebook-header-collapse i.icon-ui-arrow-down-circled {display: none;}#notebook-header-collapse.header-closed i.icon-ui-arrow-up-circled {display: none;}#notebook-header-collapse.header-closed i.icon-ui-arrow-down-circled {display: inline-block;}html[dir="rtl"] #notebook-header-collapse i::before {padding: 0;}#notebook-sidebar {flex: 1.3; width: 100%; height: 100%; min-width: 340px; border-right: 4px solid #e7e7e7; padding: 5px; box-sizing: border-box; display: none; position: relative;}#notebook-sidebar.sidebar-large {min-width: 450px;}#notebook-sidebar.sidebar-medium {min-width: 375px;}html[dir="rtl"] #notebook-sidebar {border-right: inherit; border-left: 4px solid #e7e7e7;}#notebook-sidebar .notebook-sidebar-tab {position: absolute; display: flex; flex-direction: column; width: 100%; height: 100%; top: 0; left: 0; transition: opacity 250ms ease-in-out; transform: translate(-100%, 0%); opacity: 0;}#notebook-sidebar .tab-animate {transform: translate(0%, 0%); opacity: 1; -webkit-animation: in-right, fade-in; -moz-animation: in-right, fade-in; animation: in-right, fade-in; -webkit-animation-fill-mode: both; -moz-animation-fill-mode: both; animation-fill-mode: both; -webkit-animation-duration: 0.25s; -moz-animation-duration: 0.25s; animation-duration: 0.25s;}#notebook-sidebar .sidebar-tab-header {background-color: white; border-bottom: 1px solid #e7e7e7; padding: 0.5rem 0.5rem 0.5rem 0.5rem; position: relative; display: flex; align-items: center; justify-content: space-between; box-sizing: border-box; min-height: 50px;}#notebook-sidebar .sidebar-tab-header h3 {font-size: 1rem; margin: 0;}html[dir="rtl"] #notebook-sidebar .sidebar-tab-header #main-back-btn > svg {transform: scale(-1, 1) !important;}#notebook-sidebar .sidebar-tab-body {flex: 1; overflow-y: auto; padding: 10px 10px 10px 10px; box-sizing: border-box; min-height: 100px; background-color: #f4f4f4;}#notebook-sidebar-menu {display: flex; align-items: center; border-bottom: 1px solid #eeeeee; padding-bottom: 5px; margin-bottom: 10px;}#notebook-sidebar-menu #sidebar-close {margin-left: auto; color: #e7e7e7; cursor: pointer; height: 30px; width: 30px; display: flex; align-items: center; justify-content: flex-end;}html[dir="rtl"] #notebook-sidebar-menu #sidebar-close {margin-left: inherit; margin-right: auto;}#notebook-sidebar-menu #sidebar-close:hover {color: #3b8fc4;}#notebook-item-browser {height: 100%; width: 100%;}#notebook-iframe {flex: 5; width: 100%; height: 100%; border: none; vertical-align: bottom;}.dijitDateTextBox,.dijitTimeTextBox {height: 2.25rem; border: 1px solid #a9a9a9;}.dijitDateTextBox input.dijitArrowButtonInner,.dijitTimeTextBox input.dijitArrowButtonInner {border-left: 1px solid #a9a9a9 !important;}html[dir="rtl"] .dijitDateTextBox input.dijitArrowButtonInner,html[dir="rtl"] .dijitTimeTextBox input.dijitArrowButtonInner {border-left: inherit; border-right: 1px solid #a9a9a9 !important;}#schedule-form {font-size: 1rem;}#schedule-interval {width: 50%;}#schedule-interval-type {margin-left: 5px; width: calc(50% - 5px);}html[dir="rtl"] #schedule-interval-type {margin-left: inherit; margin-right: 5px;}#schedule-date-start {width: 50%;}html[dir="rtl"] #schedule-time-start {margin-left: inherit; margin-right: 5px;}html[dir="rtl"] #schedule-time-start {margin-left: inherit; margin-right: 5px;}.label-inline {display: inline-block; margin-right: 10px;}html[dir="rtl"] .label-inline {margin-right: inherit; margin-left: 10px;}.label-inline input[type="radio"] {margin-right: 0.475rem;}html[dir="rtl"] .label-inline input[type="radio"] {margin-right: inherit; margin-left: 0.475rem;}#notebook-title-container {bottom: 0; padding-left: 1rem; border-left: 1px solid #595959; margin-left: 1rem; font-size: 18px;}html[dir="rtl"] #notebook-title-container {padding-right: 1rem; border-right: 1px solid #595959; margin-right: 1rem; padding-left: inherit; border-left: inherit; margin-left: inherit;}[data-header-is-open="true"] #notebook-title-container {display: none;}#notebook-save-status {margin-left: 5px; font-size: 0.75em;}html[dir="rtl"] #notebook-save-status {margin-right: 5px;}#notebook-checkpoint-status {margin-left: 10px; font-size: 0.75em;}html[dir="rtl"] #notebook-checkpoint-status {margin-right: 10px;}.accordion-content {padding-top: 5px; padding-bottom: 5px;}.analysis-tool-item {font-size: 0.9rem; display: flex; flex-direction: row; align-items: center;}.analysis-tool-actions {margin-right: 5px; margin-left: auto; font-size: 0.85rem; display: flex;}.analysis-tool-actions .btn-link {font-size: 0.85rem;}.help-icon {color: #6bb4e3; cursor: pointer; margin-right: 5px;}.group-help-icon {color: #6e6e6e; cursor: pointer; margin-left: auto; font-size: 0.875rem;}.add-code-icon {color: #5a5a5a; cursor: pointer;}.width-inherit {max-width: inherit !important;}.notebook-item-list {margin: 0;}.notebook-item-list .notebook-item {display: flex;}.notebook-item a {text-decoration: none; cursor: pointer;}.notebook-file-select {margin-top: 0; border-color: #e7e7e7;}.notebook-no-file-actions {background-color: white; border: 1px solid #e7e7e7; display: flex; justify-content: space-between; align-items: center; padding: 1rem;}.notebook-no-file-actions .help-icon {margin: 0; padding: 0;}.notebook-no-file-actions .help-icon::before {margin: 0; padding: 0;}li.notebook-item {list-style: none; margin: 0.6rem 0.3rem 0.6rem 0.15rem; font-size: 0.8rem; word-break: break-all;}html[dir="rtl"] li.notebook-item {margin-right: 0.15rem; margin-left: 0.3rem;}li.notebook-item label {margin: 0.25rem 0.25rem 0.25rem 0.25rem;}li.notebook-item .notebook-item-checkbox {width: 0.9em; height: 0.9rem; margin-top: 0; margin-left: 0.25rem; margin-right: 0.25rem;}.notebook-item-text {margin-top: 0.25rem; margin-left: 0.25rem; margin-right: 0.5rem; display: flex; align-items: flex-start;}html[dir="rtl"] .notebook-item-text {margin-right: 0.25rem; margin-left: 0.5rem;}.notebook-item-add {margin-top: 0.25rem; padding-left: 0.5rem; display: flex; align-items: flex-start; margin-left: auto; cursor: pointer;}html[dir="rtl"] .notebook-item-add {margin-left: inherit; padding-left: inherit; margin-right: auto; padding-right: 0.5rem;}.notebook-item-add:hover {color: #3b8fc4;}.notebook-item-navigation-header {font-size: 0.9rem; padding: 10px; margin-bottom: 0; border-bottom: 1px solid #e7e7e7; word-break: break-all; background-color: #f4f4f4;}.notebook-item-navigation-header .notebook-item {box-sizing: border-box; border: 1px solid #e7e7e7; padding: 0.3rem 0.4rem; background-color: white;}.notebook-item-navigation-footer {font-size: 0.9rem; padding: 5px; border-top: 1px solid #e7e7e7; word-break: break-all; background-color: #f4f4f4;}.notebook-item-path-spacer {margin-left: 0.3rem; margin-right: 0.3rem;}.btn-notebook-upload {margin-top: 5px;}.btn-notebook-share {margin-top: 0.25rem;}.sidebar-tab-body .tab-section {padding-bottom: 0; padding-top: 1rem;}.sidebar-tab-panel {margin-bottom: 0.5rem; background-color: white; padding: 1rem; border: 1px solid rgba(0, 0, 0, 0); box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1); font-size: 0.95rem;}.files-tab .sidebar-tab-panel {padding: 0.3rem;}.files-tab ul {padding: 0;}.sidebar-tab-panel p {margin-bottom: 0.25rem; display: flex;}.sidebar-tab-panel h4.panel-header {border-bottom: 1px solid #efefef; padding-bottom: 1rem; line-height: 1rem; font-size: 1.1rem; margin: 0 0 0.5rem 0;}.sidebar-tab-panel .info-item-name {margin-right: 2.5rem;}html[dir="rtl"] .sidebar-tab-panel .info-item-name {margin-left: 2.5rem; margin-right: inherit;}.sidebar-tab-panel .info-item-value {margin-left: auto; text-align: right;}html[dir="rtl"] .sidebar-tab-panel .info-item-value {margin-right: auto; text-align: left; margin-left: inherit;}.sidebar-tab-panel a.tab-title.js-tab.raster-tab {min-width: 33.3333%; max-width: unset !important; white-space: nowrap;}@media (max-width: 990px) {#notebook-checkpoint-status {display: none;}}@media (max-width: 768px) {#notebook-save-status {display: none;}}.esri-header.-web {width: 100%; max-width: 100%;}.notebook-alert {top: inherit; bottom: 0;}.create-notebook-dlg .dijitDialogPaneContent {height: 65vh !important;}.notebook-runtime-select .link-container {display: flex; flex-flow: row-reverse; align-items: center;}.notebook-runtime-select a.js-modal-toggle {position: inherit;}.notebook-runtime-select .btn-cancel {margin-left: 3px;}html[dir="rtl"] .notebook-runtime-select .btn-cancel {margin-left: unset; margin-right: 3px;}.esri-header-menus {display: none; flex-grow: inherit;}.esri-header-menus-toggle {display: block;}.esri-header-menus.-mobile {order: -1; position: relative; display: block; margin-right: unset !important;}.esri-header-menus.-mobile .esri-header-menus-menu {display: initial !important;}.esri-header-menus-list {margin: 0 calc(0.5rem - 18px) !important;}.esri-header-menus-link:hover {box-shadow: inset 0 -3px 0 0 rgba(0, 121, 193, 0.5); color: #000; fill: currentColor;}html[dir="ltr"] .esri-header-brand {padding-left: 6px; padding-right: 12px; margin-right: auto; display: flex;}html[dir="rtl"] .esri-header-brand {padding-left: 12px; padding-right: 6px; margin-left: auto; margin-right: 0; display: flex;}div[widgetId="footer"] {display: none;}.ib__header {padding: 0.5rem 0.5rem 0.5rem 0.5rem !important;}.esriRtl .dijitArrowButtonContainer {left: -1px;}.notebook-item [class^="icon-ui-"]:before,.notebook-item [class*=" icon-ui-"]:before {padding-right: 0.4rem;}.notebook-item-container .alert {overflow-wrap: break-word;}.grid-container {width: inherit; max-width: inherit; margin-left: 0; margin-right: 0;}#appSwitcherBtn {padding-top: 0.65rem; padding-bottom: calc(0.65rem - 3px); margin-top: 0 !important;}#tab-widget-container h5 {text-align: center; margin-top: 0.55rem; margin-bottom: 0.55rem;}#tab-widget-container hr {margin: 0.8rem 0;}.top-nav-link {padding-top: 0.65rem; padding-bottom: calc(0.65rem - 3px);}.top-nav-title {padding-bottom: 0.65rem; padding-top: 0.65rem;}.tablet-hide {display: none !important;}.tablet-show {display: block !important;}.top-nav .header-notifications {margin-top: 0.55rem;}.accordion-title {font-size: 0.875rem; padding: 0.3rem; display: flex;}.accordion-icon {display: flex; align-items: center; padding-right: 0.1rem;}.tab-title {font-size: 0.8rem; white-space: unset; line-height: 1rem; border-color: #ddd;}.tab-contents {border-color: #ddd;}#notebook-file-upload-form input[type="file"]:disabled::-webkit-file-upload-button:hover {text-decoration: none; color: #0079c1; background-color: #ffffff; border-color: #0079c1; cursor: default;}#notebook-file-upload-form input[type="file"]:disabled::-ms-browse:hover {text-decoration: none; color: #0079c1; background-color: #ffffff; border-color: #0079c1; cursor: default;}.notebook-viewer .tasks-tab .tasks-tab-calendar {font-size: 8rem; color: #ccc;}.notebook-viewer .tasks-tab .table th,.notebook-viewer .tasks-tab .table td {padding: 0.25rem; font-size: 0.9rem;}.notebook-viewer .tasks-tab .table td.task-title {word-break: break-word;}.notebook-viewer .tasks-tab .panel-header {display: flex; justify-content: space-between; align-items: center; color: #4c4c4c;}.notebook-viewer .tasks-tab .panel-header button {color: #595959;}.notebook-viewer .tasks-tab .panel-header button:hover {color: #000;}.toolIcon {margin: 5px 10px; width: 25px; min-width: 25px; height: 25px; float: none;}.notebook__runtime-info-dialog {width: 700px;}.notebook__runtime-info-dialog .general-dialog-content {padding-right: 1rem;}html[dir="rtl"] .notebook__runtime-info-dialog .general-dialog-content {padding-left: 1rem; padding-right: inherit;}.notebook__analysis-help-dialog {width: 500px;}.notebook__analysis-help-dialog .general-dialog-content {height: 275px; display: flex;}