
.dashboard.modal-dialog .modal-header ul.dropdown-menu>li>a {
  padding: 5px 20px;
}

.dashboard .export-dbimage-on .dashboard-items {
  padding-top: 8px;
}
.dashboard .export-dbimage-on .plot-type .item-segment .caption {
  width: 80%;
}
.dashboard .export-dbimage-on .plot-header .design-chart-caption {
  display: inline-block;
}
.dashboard .export-dbimage-on .plot-header .layer-selector,
.dashboard .export-dbimage-on .plot-header .plot-type-button {
  display: none;
}
.dashboard .plot-header .design-chart-caption {
  display: none;
}

.modal .modal-control-label{
  font-weight: 700;
  font-size: 12px;
  margin-top: 0px;
  margin-bottom: 10px;
  display: block;
}

.export-dbitems .modal-header .btn-group {
  margin: -5px 0;
  margin-right: 25px;
}

.export-dbitems-list {
  max-height: 160px;
  overflow-y: auto;
  border: 1px solid #cccccc;
  padding: 5px 10px;
}
.export-dbitems-list label {
  padding: 4px 6px;
}

.calcite .esriBasemapGallery {
  overflow-y: auto;
  max-height: 400px;
}

/* Fix for gaps in Basemap Gallery - Devtopia issue #1041 */
.calcite .esriBasemapGalleryNode {
  height: 114px;
}

.baseline-modifier .control-label {
  display: inline-block;
  width: 100%;
}

.baseline-modifiers-action-buttons {
  float: left;
  display: inline-block;
}

.esriRtl .baseline-modifiers-action-buttons {
  float: right;
}

.baseline-modifier .warning-note,
.kpi-editor .warning-note {
  color: #de2900;
  margin-top: 4px;
}

.baseline-modifier .form-group--no-margin-bottom{
  margin-bottom: 0px;
}

.form-group--no-margin-bottom{
  margin-bottom: 0px;
}


.baseline-modifier .modified-value span{
  margin-left: 5px;
}

.modifier-label {
  display: inline-block;
  overflow-wrap: break-word;
  line-height: 15px;
}

.lookup-item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 10px 0px;
  padding-left: 0px;
}
.lookup-item label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 0px;
  font-weight: normal;
  text-align: left;
  line-height: 25px;
  overflow-wrap: break-word;
}
.esriRtl .lookup-item label {
  text-align: left;
  margin-left: 6px;
  margin-right: 0px;
}

.lookup-item .dijitTextBox{
  margin-left: 30px
}


/*
.toc-opened .dashboard.maximized,
.toc-opened .dashboard.docked {
  left: 299px;
}

.esriRtl .symbolpalette-opened .dashboard.maximized,
.esriRtl .symbolpalette-opened .dashboard.docked  {
  right: 0;
  left: 240px;
}
*/

.symbolpalette-opened .dashboard.maximized,
.symbolpalette-opened .dashboard.docked {
  right: 240px;
}

.esriRtl .symbolpalette-opened .dashboard.maximized,
.esriRtl .symbolpalette-opened .dashboard.docked  {
  right: 0;
  left: 240px;
}

.analysis-opened .dashboard.maximized,
.analysis-opened .dashboard.docked {
  right: 400px;
}

.esriRtl .analysis-opened .dashboard.maximized,
.esriRtl .analysis-opened .dashboard.docked  {
  right: 0;
  left: 400px;
}

.weighted-overlay-opened .dashboard.maximized,
.weighted-overlay-opened .dashboard.docked {
  right: 400px;
}

.esriRtl .weighted-overlay-opened .dashboard.maximized,
.esriRtl .weighted-overlay-opened .dashboard.docked  {
  right: 0;
  left: 400px;
}

.esriRtl .toc-opened.symbolpalette-opened .dashboard.maximized,
.esriRtl .toc-opened.symbolpalette-opened .dashboard.docked  {
  right: 299px;
}

.esriRtl .toc-opened.analysis-opened .dashboard.maximized,
.esriRtl .toc-opened.analysis-opened .dashboard.docked  {
  right: 299px;
}

.esriRtl .toc-opened.weighted-overlay-opened .dashboard.maximized,
.esriRtl .toc-opened.weighted-overlay-opened .dashboard.docked  {
  right: 299px;
}

.toc-cm-active #tocContainer,
.basemap-dd-active #tocContainer {
  z-index: 99;
}

.scenario-dd-active #appHeaderBar,
.user-dd-active #appHeaderBar {
  z-index: 99;
}

.analysis-dd-active #appNavBar,
.modeler-dd-active #appNavBar,
.reports-dd-active #appNavBar {
  z-index: 99;
}

/*
.scenario-cmp-dd-active #mapsContainer {
  z-index: 99;
}
*/

/*
.project-menu {
  z-index: 999;
}
*/

.width-100 {
  width: 100%;
}

.esriRtl .calcite .dojoDndAvatarHeader td span:before{
  margin-right: 0px !important;
  margin-left: 10px !important;
}
.esriRtl .calcite .dojoDndAvatarCanDrop .dojoDndAvatarHeader td span:before{
  content: "\e65b" !important;  /* was e65a */
}

.normal-size .export-dbimage-on .dashboard-item .panel {
  border: 1px solid darkgray;
}

.dashboard-item .panel{
  box-shadow: none!important;
}

.dashboard-item-draggable{
  cursor: move;
}

.input-number-box,
.screening-input-number {
  width: 6rem;
}

.screening .gp-panel {
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.5);
}

.screening .panel-body {
  padding: 15px;
  background-color: #f5f5f5;
  box-shadow: none;
}

.screening .panel-footer {
  display: flex;
  justify-content: space-between;
  background-color: #ffffff;
}

.screening .panel-footer .btn-primary {
  text-transform: uppercase;
}

.screening-subsection {
  margin-bottom: 10px;
}

.screening-subsection-content {
  padding: 6px 6px 0px 6px;
  background-color: #ffffff;
  border: 1px solid #cccccc;
}

.screening-subsection-items {
  max-height: 250px;
  overflow-y: auto;
}

.screening-subsection-row {
  display: flex;
  margin-bottom: 6px;
}

.screening-subsection-row .row-icon {
  color: #0079c1;
}

.screening-subsection-row .row-text {
  margin-left: 8px;
}

.esriRtl .screening-subsection-row .row-text {
  margin-left: 0;
  margin-right: 8px;
}

.screening-subsection-row .esri-icon-filter {
  margin-left: 0;
  margin-right: 0;
}

hr.screening-subsection-item-separator {
  margin-top: 10px;
  margin-bottom: 10px;
}

.screening-criteria-dialog .modal-dialog {
  /*width: 80%;*/
  width: 850px;
}

.screening-criteria-dialog .modal-body {
  background-color: #f5f5f5;  /* f0f0f0 f5f5f5 f8f8f8 */
}

.screening-criteria-dialog .input-layer-widget .design-subtypes-dropDown {
  margin-top: 0px;
}

.screening-items {
  margin-bottom: 20px;
}

.screening-item {
  margin-bottom: 20px;
}

.screening-item .item-header {
  margin-top: 8px;
  margin-bottom: 2px;
}

.screening-item-content {
  background-color: #ffffff;
  border: 1px solid #cccccc;
  padding: 10px;
}

.screening-item .item-top {
  display: flex;
  justify-content: space-between;
}

.screening-item .spatial-plus-layer {
  display: flex;
}

.screening-item .screening-layer-select.dijitSelect .dijitButtonContents {
  width: auto;
  max-width: 300px;
}

.screening-item .screening-layer-select.dijitSelect .dijitButtonContents .dijitSelectLabel {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 250px;
  display: block;
}

.screening-filter-parts {
  display: flex;
  flex-direction: column;
}

/*
.screening-filter-parts {
  margin-left: 20px;
}
.esriRtl .screening-filter-parts {
  margin-left: 0;
  margin-right: 20px;
}
*/

.screening-filter-parts-list.indent {
  margin-left: 20px;
}
.esriRtl .screening-filter-parts-list.indent {
  margin-left: 0;
  margin-right: 20px;
}

.screening-filter-parts-group-header {
  margin-bottom: 10px;
}

.screening-filter-parts .buttons {
  /*text-align: center;*/
}

.screening-filter-parts .buttons.indent {
  text-align: center;
}

.screening-filter-part {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 6px;
}

.screening-filter-part .single-filter {
  display: flex;
  margin-bottom: 6px;
}

.screening-filter-part .esriSingleFilterForm .rowTable {
  margin: 0;
}

.screening-filter-part .esriSingleFilterForm .attributeValueContainer {
  margin: 0;
}

.esriRtl .bi-field-or-equation.form-group .dijitRadio {
  margin-right: -26px;
}

.form-group .full-width-input{
  width: 100%;
  margin-top: 0px;
}
.form-group .half-width-input{
  width: 48%;
}

.justify-center{
  justify-content: center;
}

.form-group .full-width-input.dijitSelect .dijitArrowButton.dijitArrowButtonContainer,
.form-group .half-width-input.dijitSelect .dijitArrowButton.dijitArrowButtonContainer{
  width: 30px;
}

.baseline-modifiers .list,
.baseline-modifier .list{
  border: 1px solid #e0e0e0;
}

.list{
  height: auto;
  overflow: auto;
  max-height: 200px;
}
.list-header{
  border: 1px solid #e0e0e0;
  border-bottom: 0px;
  line-height: 30px;
  font-weight: 700;
  padding-left: 0px;
}

.list .form-group{
  margin-bottom: 0px;
}

.info-text{
  font-weight: 400;
  font-style: italic;
  font-size: 12px;
  color: #5b5b5b;
  line-height: 30px;
}

.constant-item{
  display: flex;
  align-items: center;
  padding-left: 0px;
  line-height: 40px;
}

.baseline-modifiers .constant-item{
  line-height: 30px;
  margin: 10px 0px;
}

.constant-item form{
  width: 100%;
}

.form-group--margin-top{
  margin-top: 10px;
}

.control-button-container{
  display: flex;
}

.control-button-container button{
  display: flex;
  justify-content: center;
}


.input-layer-widget.dijitSelect.dijitSelectError .dijitButtonText{
  width: calc(100% - 30px);
}

.esriRtl .calcite .esriScalebarSecondNumber {
  left: 0;
  right: 95%;
}

.dashboard-items{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.flex-container{
  display: flex;
  align-items: center;
}

.dashboard.maximized .dashboard-bar,
.dashboard.docked .dashboard-bar {
  display: inline-block !important;
}

.dashboard.maximized .dashboard-caption,
.dashboard.docked .dashboard-caption {
  display: none !important;
}

.flex-checkbox-container {
  display: flex;
  align-items: baseline;
}

.esriAttributeInspector .atiButtons .dijitButton.disabled {
  opacity: 0.25;
}

.u-display-flex{
  display: flex;
}

.toc-layers .dojoDndSource .dijitTreeNodeContainer .dijitTreeNodeHover,
.toc-layers .dojoDndSource .dijitTreeNodeContainer .dijitTreeNodeHover .toc-item-label{
  cursor: move;
}

.toc-layers .dojoDndSource .dijitTreeNodeContainer .dijitTreeNodeActive,
.toc-layers .dojoDndSource .dijitTreeNodeContainer .dijitTreeNodeActive .toc-item-label{
  cursor: grabbing;
}

body.calcite .dojoDndAvatarHeader td span{
  display: flex;
}

body.dojoDndMove > *{
  cursor: not-allowed!important;
}
body.dojoDndMove .toc-layers .dojoDndTarget .toc-item-label,
body.dojoDndMove .toc-layers .dojoDndTarget .dijitTreeNode{
  cursor: grabbing!important;
}

body.dojoDndMove .toc-layers .dojoDndTarget > *{
  cursor: grabbing!important;
}
body.dojoDndMove .dojoDndAvatarItem{
  display: block;
}
body.dojoDndMove .dojoDndAvatarItem .dijitTreeRow{
  min-height: 40px;
  background: white;
  width: 200px;
  padding: 0px;
}
body.dojoDndMove .dojoDndAvatarItem .dijitTreeExpando,
body.dojoDndMove .dojoDndAvatarItem .dijitTreeIcon,
body.dojoDndMove .dojoDndAvatarItem .dijitTreeLabel{
  display: none;
  margin: 0px;
}
body.dojoDndMove .dojoDndAvatarItem .toc-tree-node{
  display: flex;
  align-items: center;
  line-height: 40px;
}

:not(.esriRtl) body.dojoDndMove .dojoDndAvatarItem .toc-tree-node .dijitCheckBox{
  margin-right: 10px;
}

.esriRtl body.dojoDndMove .dojoDndAvatarItem .toc-tree-node .dijitCheckBox{
  margin-left: 10px;
}

body.dojoDndMove .dojoDndAvatarItem .toc-tree-node .toc-item-label{
  width: 160px;
  max-width: 160px;
  margin: 0px;
  white-space: normal;
  line-height: 20px;
}

.esriRtl body.dojoDndMove .dojoDndAvatar{
  margin-left: -246px!important;
}

body.dojoDndMove .dojoDndAvatarItem .toc-tree-node  .btn-icon{
  padding: 0px;
}

.calcite .arcgisSearch .searchIcon{
  line-height: 32px;
}

.item-sharing-node {
  margin-top: 10px;
}

.item-sharing-node > label {
  display: block;
}

.properties-dialog .project-card {
  max-height: 320px;
}


/* Fix issue 1288 */
.esriRtl  [class*=esriIconSelect] .solid {
    background-position: right 0px top 0px;
}

.esriRtl [class*=esriIconSelect] .dot {
    background-position: right 0px top -15px;
}

.esriRtl [class*=esriIconSelect] .dash {
    background-position: right 0px top -30px;
}

.esriRtl [class*=esriIconSelect] .dashdot {
    background-position: right 0px top -45px;
}

.esriRtl [class*=esriIconSelect] .longdashdotdot {
    background-position: right 0px top -60px;
}

.esriRtl [class*=esriIconSelect] .longdash {
    background-position: right 0px top -75px;
}

.esriRtl [class*=esriIconSelect] .longdashdot {
    background-position: right 0px top -90px;
}

.esriRtl [class*=esriIconSelect] .shortdash {
    background-position: right 0px top -105px;
}

.esriRtl [class*=esriIconSelect] .shortdot {
    background-position: right 0px top -120px;
}

.esriRtl [class*=esriIconSelect] .shortdashdot {
    background-position: right 0px top -135px;
}

.esriRtl [class*=esriIconSelect] .shortdashdotdot {
    background-position: right 0px top -150px;
}

.esriRtl [class*=esriIconSelect] .none {
    background-position: right 0px top 6px;
}

.esriRtl [class*=esriIconSelect] .begin {
    background-position: right 0px top -14px;
}

.esriRtl [class*=esriIconSelect] .end {
    background-position: right 0px top -34px;
}

.esriRtl [class*=esriIconSelect] .begin-end {
    background-position: right 0px top -54px;
}


.esriRtl .dijitMenuPopup [class*=esriIconSelect] .solid {
    background-position: right 0px top 0px;
}

.esriRtl .dijitMenuPopup [class*=esriIconSelect] .dot {
    background-position: right 0px top -15px;
}

.esriRtl .dijitMenuPopup [class*=esriIconSelect] .dash {
    background-position: right 0px top -30px;
}

.esriRtl .dijitMenuPopup [class*=esriIconSelect] .dashdot {
    background-position: right 0px top -45px;
}

.esriRtl .dijitMenuPopup [class*=esriIconSelect] .longdashdotdot {
    background-position: right 0px top -60px;
}

.esriRtl .dijitMenuPopup [class*=esriIconSelect] .longdash {
    background-position: right 0px top -75px;
}

.esriRtl .dijitMenuPopup [class*=esriIconSelect] .longdashdot {
    background-position: right 0px top -90px;
}

.esriRtl .dijitMenuPopup [class*=esriIconSelect] .shortdash {
    background-position: right 0px top -105px;
}

.esriRtl .dijitMenuPopup [class*=esriIconSelect] .shortdot {
    background-position: right 0px top -120px;
}

.esriRtl .dijitMenuPopup [class*=esriIconSelect] .shortdashdot {
    background-position: right 0px top -135px;
}

.esriRtl .dijitMenuPopup [class*=esriIconSelect] .shortdashdotdot {
    background-position: right 0px top -150px;
}

.esriRtl .dijitMenuPopup [class*=esriIconSelect] .none {
    background-position: right 0px top 6px;
}

.esriRtl .dijitMenuPopup [class*=esriIconSelect] .begin {
    background-position: right 0px top -14px;
}

.esriRtl .dijitMenuPopup [class*=esriIconSelect] .end {
    background-position: right 0px top  -34px;
}

.esriRtl .dijitMenuPopup [class*=esriIconSelect] .begin-end {
    background-position: right 0px top  -54px;
}
/* End issue 1288 */

/* Issue #1269 */
.dj_rtl .ShoppingCart {
  left: 20px !important;
  right: auto !important;
}

/* Issue #1270 */
.dijitTooltipDialog.dijitTooltipDialogRtl.esriHelpPopup.esriHelpPopupWrapper .dijitTooltipContainer .dijitTooltipContents .esriFloatTrailing {
  text-align: left;
}
.dijitTooltipDialog.esriAnalyisHelpWindow.esriHelpPopup .actionsPane {
  padding: 2px;
}
.dijitTooltipDialogRtl.esriAnalyisHelpWindow.esriHelpPopup .actionsPane > .actionList {
  text-align: right;
}

.zonal-stats-panel .warning-note {
  margin-top: 4px;
  font-style: italic;
}

.zonal-stats-panel.screening .panel-body{
  height: calc(100% - 90px);
}

.fields-editor .modal-dialog {
  width: 850px;
}

.fields-editor .sub-caption {
  font-weight: bold;
}

.fields-editor .fields-table {
  display: table;
  min-height: 200px;
  width: 100%;
  border: 1px solid #cccccc;
  border-collapse: collapse;
}

.fields-editor .fields-header {
  display: table-header-group;
  border-bottom: 1px solid #cccccc;
  font-weight: bold;
}

.fields-editor .fields-list {
  display: table-row-group;
}

.fields-editor .row {
  display: table-row;
  padding: 12px;
}

.fields-editor .cell {
  display: table-cell;
  padding: 6px 15px;
  white-space: nowrap;
}

.fields-editor .btn.btn-icon{
  padding: 6px 15px;
}

.fields-editor .cell:first-of-type {
  white-space: normal;
  word-break: break-word;
}



/*
.fields-editor .fields-list,
.fields-editor .fields-list .dijitValidationTextBox .dijitInputInner,
.fields-editor .fields-list .dijitSelectLabel {
  font-size: 10px;
}
*/

.esriRtl .table-container .esri-feature-table-content-pane .dgrid-hider-menu-row {
  display: flex;
}

.esriRtl .table-container .esri-feature-table-content-pane .dgrid-hider-menu-check {
  display: inline-block;
  position: relative;
  margin-left: 6px;
}

.esriRtl .table-container .esri-feature-table-content-pane .dgrid-hider-menu-label {
  display: inline-block;
  padding-left: 0px;
  margin-top: 4px;
  text-align: right;
}

.DataVariablesPage_Container.dgrid{
  position: absolute;
}

.project-menu {
    z-index: 33;
}

.flex-between {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.esriRtl .layer-select a.dropdown-toggle > span.dropdown-label {
  text-align: right;
}

.layer-select a.dropdown-toggle.btn-default:hover,
.layer-select a.dropdown-toggle.btn-default:active,
.layer-select a.dropdown-toggle > span.dropdown-label:active {
  color: #0079c1 !important;
  background-color: #e2f1fb !important;
}

/* Issue #1378 */
.locale-el .TOC .nav > li > a {
  padding: 10px 10px;
}
.locale-el .TOC .nav > li > a .esri-icon-loading-indicator {
  font-size: 10px;
}
.TOC .nav > li > a .esri-icon-loading-indicator {
  vertical-align: middle;
}

.for-ms-sublayer .ms-sublayer-disabled {
  display: none;
}
.symbology-editor .modal-body {
  padding: 0;
  max-height: none;
}
.symbology-editor .symbol-editor {
  height: 60vh;
  background-color: #ffffff;
  padding: 15px;
  overflow-x: hidden;
  overflow-y: auto;
}

/*
.schema-editor .schema-editor-inner {
  background-color: #f8f8f8;
  max-height: calc(100vh - 230px);
  overflow: hidden;
}
*/

.kpi-editor .kpi-definition .type-numeric .form-group-secondary {
  display: block;
}

.kpi-editor .rounding-form {
  padding-top: 20px;
}

.kpi-item .renderer.g--numeric {
  width: 90%;
}

.refresh-map-button {
  position: absolute;
  top: 250px;
  left: 15px;
  z-index: 2;
  -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.5);
}

.esriRtl .refresh-map-button {
  left: auto;
  right: 15px;
}

html[dir="rtl"] .esri-compass {
  margin-left: auto !important;
  margin-right: 0 !important;
}

.switching-maps .refresh-map-button.mode-2d-only {
  display: none;
}

.esriRtl .chart-editor .chart-definition .dijitDownArrowButton .dijitSelectLabel {
  text-align: right;
}

.esriRtl .selection-options .dropdown-menu > li > a .secondary-label {
  float: left;
}

.esriRtl .calcite .esriViewPopup .mainSection .attrTable .attrName,
.esriRtl .calcite .esriViewPopup .mainSection .attrTable .attrValue,
.esriRtl .calcite .esriViewPopup .mainSection .header,
.esriRtl .calcite .esriViewPopup .attachmentsSection,
.esriRtl .calcite .esriViewPopup .editSummary {
  text-align: right;
}

.widget-wro-modeler-tab-title {
  overflow: hidden;
}

.widget-wro-modeler-tab-text {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}

.g-policy-actions-on .symbol-palette {
  width: 400px;
}

.gp-panel .panelBody--withSaveBtn .policy-btn-container {
  position: absolute;
  bottom: 5px;
  right: 10px;
  width: auto;
}

.gp-panel .atiButtons--withClearAllBtn {
  position: unset;
}

.gp-panel .atiButtons--withClearAllBtn button {
  margin-right: 85px;
  height: 40px;
  margin-top: -4px;
  padding: 0 25px;
}

.app-title sup {
  font-size: 60%;
}

.searchSummaryItem {
  padding: 6px;
}

.searchSummaryNote {
  margin-top:4px;
}
.search-sort-options.pull-right.open > ul.dropdown-menu >li >a {
  padding: 10px 5px;
}
