
.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;
}

.export-dbitems .modal-header .btn-group {
  margin: -5px 0;
  margin-right: 25px;
}

.export-dbitems-list {
  max-height: 160px;
  overflow-y: auto;
}
.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: 160px;
}

.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;
}

.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;
}

.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%;
}

.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;
}

.modal-footer{
  padding-top: 0px;
}

.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;
}
