/* edit toolbar */


.contextMenu_Back
{
  z-index: 3000;
}

.contextMenu
{
  z-index: 3001;
}

.dropZones
{
	font-family: trebuchet ms, arial, verdana;
	position: absolute;
	top: 0px;
	display: none;
	min-width: 200px;
	max-width: 200px;
	-webkit-transition: visibility 0.2s;
	transition: visibility 0.2s;
}

.dropZones.slideIn
{
	visibility: visible;
}

.dropZones.slideOut
{
	visibility: hidden;
}

.dropZones .dropZone
{
	font-family: trebuchet ms, arial, verdana;
	font-size: 11px;
	border-radius: 4px;
	background-color: white;
	position: relative;
	margin: 5px;
	border: solid 1px gray;
	opacity: 0.75;
	min-width: 160px;
	min-height: 80px;
}

.dropZones .dropZone .title
{
	border-bottom: solid 1px gray;
}

#editToolbar, .editToolbar
{
	background-color: white;
	padding: 0px;
	font-family: trebuchet ms, arial, verdana;
	table-layout: fixed;
	border-collapse: collapse;
	font-size: 11px;
	top: 0px;
	left: 0px;
	width: 250px;
	height: 100%;
	position: fixed;
	border-right: solid 1px #F1F1F1;
	z-index: 1000;
	display: none;
	float: left;
	user-select: none;
}
.editToolbarContent
{
	width: 100%;
	height: 100%;
	overflow-x: visible;
	overflow-y: auto;
}
.editToolbarResizer
{
	background-color: #F1F1F1;
	width: 2px;
	height: 100%;
	cursor: ew-resize;
	margin: 5px;
}
.divEditToolbarDown
{
	pointer-events: none;
	user-select: none;
}
.editToolSubDiv
{
  border-top: solid 1px #F1F1F1;
  margin-left: 14px;
}
.editToolTitle1
{
  color: black;
  margin: 3px;
  padding: 3px;
  text-overflow:ellipsis;
  overflow:hidden;
  clear: left;
  margin-top: 8px;
}
.editToolTitle2
{
  color: black;
  margin: 3px;
  padding: 3px;
  text-overflow:ellipsis;
  overflow:hidden;
  clear: both;
  margin-top: 4px;
}
.editToolTitle3
{
  color: #888888;
  margin: 3px;
  padding: 3px;
  text-overflow:ellipsis;
  overflow:hidden;
  clear: both;
}
.editToolCategoryTitle
{
  font-weight: bold;
  color: black;
  margin: 3px;
  padding: 3px;
  text-overflow:ellipsis;
  overflow:hidden;
  clear: left;
  margin-top: 4px;
}
.editToolSearchBar
{
  color: black;
  margin: 3px;
  margin-right: 0px;
  text-overflow:ellipsis;
  overflow:hidden;
  clear: left;
  width: 80%;
  border: solid 1px #F1F1F1;
}
.editToolDesc
{
  color: #888888;
  margin: 3px;
  margin-bottom: 0px;
  padding: 3px;
/*  text-overflow:ellipsis;*/
  overflow:hidden;
  font-style: italic;
}
.editTool
{
  background-color: white;/*#F1F1F1;*/
  color: black;
  margin: 3px;
  padding: 3px;
  text-overflow:ellipsis;
  overflow:hidden;
  cursor: pointer;
  border-radius: 4px;
  border: solid 1px #F1F1F1;
}
.editTool.bigbutton
{
  background-color: #d0d0d0;
  text-align: center;
  padding: 8px;
  border-radius: 4px;
  font-size: 14px;
}
.editTool:hover, .editToolSel
{
  background-color: #F6A81B;
  color: white;
  border: solid 1px #F6A81B;
}

.editToolButton
{
  background-color: #F6A81B;
  color: white;
  margin: 3px;
  padding: 3px;
  text-overflow:ellipsis;
  overflow:hidden;
  cursor: pointer;
  border-radius: 4px;
  border: solid 1px white;  
  clear: both;
}
.editformula, .privateView
{
  font-style: italic;
}
.editToolButton.off
{
  background-color: white; /*#F1F1F1;*/
  color: black;
  margin: 3px;
  padding: 3px;
  text-overflow:ellipsis;
  overflow:hidden;
  cursor: pointer;
  border-radius: 4px;
}
.editToolButton.disabled
{
  color: #888888;
  cursor: default;
}

.floating
{
/*  float: left;*/
  min-width: 37%;
}
div.editToolIconDel
{
  color: black;
  margin: 0px 3px;
  padding: 4px;
  text-overflow: ellipsis;
  overflow: hidden;
  cursor: pointer;
  border-radius: 4px;
  float: right;
  background: white url('../image/sbimenu/rem_axis.svg') no-repeat left center;
  width: 10px;
  height: 10px;
}
div.editToolIconDel:hover
{
  background: url('../image/sbimenu/rem_axis_hover.svg') no-repeat left center;
  background-color: #F6A81B;
}
div.editToolIconEdit
{
  color: black;
  margin: 0px 0px 0px 3px;
  padding: 4px;
  text-overflow: ellipsis;
  overflow: hidden;
  cursor: pointer;
  border-radius: 4px;
  float: right;
  background: white url('../image/stylemenu/edit_row.svg') no-repeat left center;
  width: 10px;
  height: 10px;
}
div.editToolIconEdit:hover
{
  background: url('../image/stylemenu/edit_row_hover.svg') no-repeat left center;
  background-color: #F6A81B;
}
span.editToolIconDel
{
	float: right;
	background: url('../image/sbimenu/rem_axis.svg') no-repeat left center;
	width: 16px;
	height: 16px;
	display: block;
	clear: top;
	cursor: pointer;
}
.editTool:hover span.editToolIconDel, .editToolSel span.editToolIconDel
{
	background:url('../image/sbimenu/rem_axis_hover.svg') no-repeat left center;
}
span.editToolIconEdit
{
	float: right;
	background: url('../image/stylemenu/edit_row.svg') no-repeat left center;
	width: 16px;
	height: 16px;
	display: block;
	clear: top;
	cursor: pointer;
}
.editTool:hover span.editToolIconEdit, .editToolSel span.editToolIconEdit
{
	background:url('../image/stylemenu/edit_row_hover.svg') no-repeat left center;
}
.editToolIconFilter2
{
	background-image: url('../image/filter.svg');
	background-repeat: no-repeat;
	background-position: 1px center;
	background-size: 16px 16px;
	padding-left: 22px;
}
.editToolIconAddFilter
{
	font-style: italic;
	padding-left: 22px;
}
.editToolIconDim
{
	background-image: url('../image/dimension.svg');
	background-repeat: no-repeat;
	background-position: 1px center;
	background-size: 16px 16px;
	padding-left: 22px;
}
.editToolIconDimDisabled
{
	background-image: url('../image/dimension_disabled.svg');
	background-repeat: no-repeat;
	background-position: 1px center;
	background-size: 16px 16px;
	padding-left: 22px;
}
.editToolIconDim:hover
{
	background-image: url('../image/dimension_hover.svg');
	background-repeat: no-repeat;
	background-position: 1px center;
	background-size: 16px 16px;
	padding-left: 22px;
}
.editToolIconMeasure
{
	background-image: url('../image/measure.svg');
	background-repeat: no-repeat;
	background-position: 1px center;
	background-size: 16px 16px;
	padding-left: 22px;
}
.editToolIconMeasureDisabled
{
	background-image: url('../image/measure_disabled.svg');
	background-repeat: no-repeat;
	background-position: 1px center;
	background-size: 16px 16px;
	padding-left: 22px;
}
.editToolIconMeasureHidden
{
	background-image: url('../image/hidden.svg');
	background-repeat: no-repeat;
	background-position: 1px center;
	background-size: 16px 16px;
	padding-left: 22px;
}
.editToolIconMeasureHidden:hover
{
	background-image: url('../image/hidden_hover.svg') !important;
	background-repeat: no-repeat;
	background-position: 1px center;
	background-size: 16px 16px;
	padding-left: 22px;
}
.editToolIconMeasure:hover
{
	background-image: url('../image/measure_hover.svg');
	background-repeat: no-repeat;
	background-position: 1px center;
	background-size: 16px 16px;
	padding-left: 22px;
}
.editToolIconHierarchy
{
	background-image: url('../image/hierarchy.svg');
	background-repeat: no-repeat;
	background-position: 1px center;
	background-size: 16px 16px;
	padding-left: 22px;
}
.editToolIconHierarchy:hover
{
	background-image: url('../image/hierarchy_hover.svg');
	background-repeat: no-repeat;
	background-position: 1px center;
	background-size: 16px 16px;
	padding-left: 22px;
}
.editToolIconHierarchyDisabled
{
	background-image: url('../image/hierarchy_disabled.svg');
	background-repeat: no-repeat;
	background-position: 1px center;
	background-size: 16px 16px;
	padding-left: 22px;
}
.editToolIconFilter
{
	background-image: url('../image/filter.svg');
	background-repeat: no-repeat;
	background-position: 1px center;
	background-size: 16px 16px;
	width: 16px;
	height: 16px;
	float: right;
}
.editToolCategoryTitle
{
	background-image: url('../image/folder.svg');
	background-repeat: no-repeat;
	background-position: 1px center;
	background-size: 20px 20px;
	padding-left: 26px;
}
.editToolIconDim:hover .editToolIconFilter
{
	background-image: url('../image/filter_hover.svg');
}
.editToolIconDrillPath
{
	background-image: url('../image/drillpath.svg');
	background-repeat: no-repeat;
	background-position: 1px center;
	background-size: 16px 16px;
	padding-left: 22px;
}
.editToolIconDrillPath:hover
{
	background-image: url('../image/drillpath_hover.svg');
	background-repeat: no-repeat;
	background-position: 1px center;
	background-size: 16px 16px;
	padding-left: 22px;
}
.editToolIconDrillPathDisabled
{
	background-image: url('../image/drillpath_disabled.svg');
	background-repeat: no-repeat;
	background-position: 1px center;
	background-size: 16px 16px;
	padding-left: 22px;
}
.editToolIconSortA
{
	background: url('../image/sbimenu/add_sort_a.svg');
	background-repeat: no-repeat;
	background-position: 1px center;
	background-size: 16px 16px;
	padding-left: 22px;
}
.editToolIconSortA:hover
{
	background: url('../image/sbimenu/add_sort_a_hover.svg');
	background-repeat: no-repeat;
	background-position: 1px center;
	background-size: 16px 16px;
	padding-left: 22px;
}
.editToolIconSortD
{
	background: url('../image/sbimenu/add_sort_d.svg');
	background-repeat: no-repeat;
	background-position: 1px center;
	background-size: 16px 16px;
	padding-left: 22px;
}
.editToolIconSortD:hover
{
	background: url('../image/sbimenu/add_sort_d_hover.svg');
	background-repeat: no-repeat;
	background-position: 1px center;
	background-size: 16px 16px;
	padding-left: 22px;
}
.editToolIconOverall
{
	background: url('../image/sbimenu/add_total.svg');background-repeat: no-repeat;
	background-position: 1px center;
	background-size: 16px 16px;
	padding-left: 22px;
}
.editToolIconOverall:hover
{
	background: url('../image/sbimenu/add_total_hover.svg');
	background-repeat: no-repeat;
	background-position: 1px center;
	background-size: 16px 16px;
	padding-left: 22px;
}
.editToolIconSet
{
	background-image: url('../image/set.svg');
	background-repeat: no-repeat;
	background-position: 1px center;
	background-size: 16px 16px;
	padding-left: 22px;
}
.editToolIconSet:hover, .editToolIconSel.editToolIconSet
{
	background-image: url('../image/set_hover.svg');
	background-repeat: no-repeat;
	background-position: 1px center;
	background-size: 16px 16px;
	padding-left: 22px;
}
.editTool.agg0_class
{
	background-image: url('../image/sbimenu/agg_sum.svg');
	background-repeat: no-repeat;
	background-position: 1px center;
	background-size: 16px 16px;
	padding-left: 22px;
}
.editTool.agg0_class:hover
{
	background-image: url('../image/sbimenu/agg_sum_hover.svg');
	background-repeat: no-repeat;
	background-position: 1px center;
	background-size: 16px 16px;
	padding-left: 22px;
}
.editTool.agg1_class
{
	background-image: url('../image/sbimenu/agg_avg.svg');
	background-repeat: no-repeat;
	background-position: 1px center;
	background-size: 16px 16px;
	padding-left: 22px;
}
.editTool.agg1_class:hover
{
	background-image: url('../image/sbimenu/agg_avg_hover.svg');
	background-repeat: no-repeat;
	background-position: 1px center;
	background-size: 16px 16px;
	padding-left: 22px;
}
.editTool.agg2_class
{
	background-image: url('../image/sbimenu/agg_min.svg');
	background-repeat: no-repeat;
	background-position: 1px center;
	background-size: 16px 16px;
	padding-left: 22px;
}
.editTool.agg2_class:hover
{
	background-image: url('../image/sbimenu/agg_min_hover.svg');
	background-repeat: no-repeat;
	background-position: 1px center;
	background-size: 16px 16px;
	padding-left: 22px;
}
.editTool.agg3_class
{
	background-image: url('../image/sbimenu/agg_max.svg');
	background-repeat: no-repeat;
	background-position: 1px center;
	background-size: 16px 16px;
	padding-left: 22px;
}
.editTool.agg3_class:hover
{
	background-image: url('../image/sbimenu/agg_max_hover.svg');
	background-repeat: no-repeat;
	background-position: 1px center;
	background-size: 16px 16px;
	padding-left: 22px;
}
.editTool.agg4_class
{
	background-image: url('../image/sbimenu/agg_rsm.svg');
	background-repeat: no-repeat;
	background-position: 1px center;
	background-size: 16px 16px;
	padding-left: 22px;
}
.editTool.agg4_class:hover
{
	background-image: url('../image/sbimenu/agg_rsm_hover.svg');
	background-repeat: no-repeat;
	background-position: 1px center;
	background-size: 16px 16px;
	padding-left: 22px;
}
.editTool.agg11_class
{
	background-image: url('../image/sbimenu/agg_median.svg');
	background-repeat: no-repeat;
	background-position: 1px center;
	background-size: 16px 16px;
	padding-left: 22px;
}
.editTool.agg11_class:hover
{
	background-image: url('../image/sbimenu/agg_median_hover.svg');
	background-repeat: no-repeat;
	background-position: 1px center;
	background-size: 16px 16px;
	padding-left: 22px;
}
.editToolIconSel
{
	background-color: #F6A81B;
	color: white !important;
	border: solid 1px #F6A81B;  
}
.localFilter
{
  font-style: italic;
}
.drag
{
    cursor: move;
}
.editTool.disabled
{
  color: #888888;
}
.editToolSeparator
{
  height: 2px;
}

div.editToolIconFold
{
  color: black;
  margin: 0px 0px 0px 3px;
  padding: 3px 4px 3px 4px;
  text-overflow: ellipsis;
  overflow: hidden;
  cursor: pointer;
/*  border-radius: 4px;
  border: solid 1px #F1F1F1;*/
  float: right;
  background: white url('../image/16-arrow_up.png') no-repeat center center;
  width: 16px;
  height: 16px;
}
/*
div.editToolIconFold:hover
{
  background:url('../image/16-arrow_up.png') no-repeat center center;
  background-color: #F6A81B;
}
*/
div.editToolIconUnfold
{
  color: black;
  margin: 0px 0px 0px 3px;
  padding: 3px 4px 3px 4px;
  text-overflow: ellipsis;
  overflow: hidden;
  cursor: pointer;
/*  border-radius: 4px;
  border: solid 1px #F1F1F1;*/
  float: right;
  background:white url('../image/16-arrow_down.png') no-repeat center center;
  width: 16px;
  height: 16px;
}
/*
div.editToolIconUnfold:hover
{
  background:url('../image/16-arrow_down.png') no-repeat center center;
  background-color: #F6A81B;
}
*/
div.editToolIconSearch
{
	color: black;
	margin: 2px 0px 0px 3px;
	padding: 3px 4px 3px 4px;
	text-overflow: ellipsis;
	overflow: hidden;
	cursor: pointer;
	float: right;
	background: white url('../image/16-search.png') no-repeat center center;
	width: 16px;
	height: 16px;
}
div.editToolIconClear
{
	color: black;
	margin: 0px;
	padding: 3px 4px 3px 4px;
	text-overflow: ellipsis;
	overflow: hidden;
	cursor: pointer;
	float: right;
	background: white url('../image/16-del.png') no-repeat center center;
	width: 16px;
	height: 16px;
}

div.editToolIconFilterDimensionsFiltered
{
	color: black;
	margin: 2px 0px 0px 3px;
	text-overflow: ellipsis;
	overflow: hidden;
	cursor: pointer;
	float: right;
	background: white url('../image/switch_on.svg') no-repeat center center;
	width: 18px;
	height: 18px;
}
div.editToolIconNotFilterDimensionsFiltered
{
	color: black;
	margin: 2px 0px 0px 3px;
	text-overflow: ellipsis;
	overflow: hidden;
	cursor: pointer;
	float: right;
	background: white url('../image/switch_off.svg') no-repeat center center;
	width: 18px;
	height: 18px;
}
div.editToolIconFilters
{
	margin: 3px 0px 0px 3px;
	cursor: pointer;
	float: right;
	background-image: url('../image/filter.svg');
	background-repeat: no-repeat;
	background-size: 16px 16px;
	width: 16px;
	height: 16px;
}

.editToolIconHidden
{
	visibility: hidden;
}

/* context menu styling */

.contextMenu
{
  border-radius: 4px;
  background-color: #F1F1F1;
  border: solid 2px #F1F1F1;
  padding: 1px;
  font-family: trebuchet ms, arial, verdana;
  table-layout:fixed;
  border-collapse:collapse;
  font-size:11px;
}
.contextMenuItem
{
  border-radius: 4px;
  padding-left:18px;
  background-color: white;
  color: black;
}
.contextMenuItemHover
{
  border-radius: 4px;
  padding-left: 18px;
  background-color: #F6A81B;
  color: white;
}
.contextMenuSeparator
{
  height:3px;
  background-color: #F1F1F1;
}
.contextMenuItem.subtitle_class { padding-left: 0px; }
/* self-service BI menu icons*/
.contextMenuItem.add_bottom { background-image: url('../image/sbimenu/add_bottom.svg'); }
.contextMenuItemHover.add_bottom { background-image: url('../image/sbimenu/add_bottom_hover.svg'); }
.contextMenuItem.add_dim_axis { background-image: url('../image/sbimenu/add_dim_axis.svg'); }
.contextMenuItemHover.add_dim_axis { background-image: url('../image/sbimenu/add_dim_axis_hover.svg'); }
.contextMenuItem.add_range { background-image: url('../image/sbimenu/add_range.svg'); }
.contextMenuItemHover.add_range { background-image: url('../image/sbimenu/add_range_hover.svg'); }
.contextMenuItem.add_sort_a { background-image: url('../image/sbimenu/add_sort_a.svg'); }
.contextMenuItemHover.add_sort_a { background-image: url('../image/sbimenu/add_sort_a_hover.svg'); }
.contextMenuItem.add_sort_d { background-image: url('../image/sbimenu/add_sort_d.svg'); }
.contextMenuItemHover.add_sort_d { background-image: url('../image/sbimenu/add_sort_d_hover.svg'); }
.contextMenuItem.add_sortm_a { background-image: url('../image/sbimenu/add_sortm_a.svg'); }
.contextMenuItemHover.add_sortm_a { background-image: url('../image/sbimenu/add_sortm_a_hover.svg'); }
.contextMenuItem.add_sortm_d { background-image: url('../image/sbimenu/add_sortm_d.svg'); }
.contextMenuItemHover.add_sortm_d { background-image: url('../image/sbimenu/add_sortm_d_hover.svg'); }
.contextMenuItem.add_top { background-image: url('../image/sbimenu/add_top.svg'); }
.contextMenuItemHover.add_top { background-image: url('../image/sbimenu/add_top_hover.svg'); }
.contextMenuItem.add_total_e { background-image: url('../image/sbimenu/add_total.svg'); }
.contextMenuItemHover.add_total_e { background-image: url('../image/sbimenu/add_total_hover.svg'); }
.contextMenuItem.dim_class { background-image: url('../image/dimension.svg'); }
.contextMenuItemHover.dim_class { background-image: url('../image/dimension_hover.svg'); }
.contextMenuItem.meas_class { background-image: url('../image/measure.svg'); }
.contextMenuItemHover.meas_class { background-image: url('../image/measure_hover.svg'); }
.contextMenuItem.target_class, .contextMenuItem.chg_target { background-image: url('../image/target.svg'); }
.contextMenuItemHover.target_class, .contextMenuItemHover.chg_target { background-image: url('../image/target_hover.svg'); }
.contextMenuItem.add_total_s { background-image: url('../image/sbimenu/add_total.svg'); }
.contextMenuItemHover.add_total_s { background-image: url('../image/sbimenu/add_total_hover.svg'); }
.contextMenuItem.chg_agg { background-image: url('../image/sbimenu/chg_agg.svg'); }
.contextMenuItemHover.chg_agg { background-image: url('../image/sbimenu/chg_agg_hover.svg'); }
.contextMenuItem.chg_format { background-image: url('../image/sbimenu/format.svg'); }
.contextMenuItemHover.chg_format { background-image: url('../image/sbimenu/format_hover.svg'); }
.contextMenuItem.ins_dim_a { background-image: url('../image/sbimenu/ins_dim_a.svg'); }
.contextMenuItemHover.ins_dim_a { background-image: url('../image/sbimenu/ins_dim_a_hover.svg'); }
.contextMenuItem.ins_dim_b { background-image: url('../image/sbimenu/ins_dim_b.svg'); }
.contextMenuItemHover.ins_dim_b { background-image: url('../image/sbimenu/ins_dim_b_hover.svg'); }
.contextMenuItem.add_int { background-image: url('../image/sbimenu/add_int.svg'); }
.contextMenuItemHover.add_int { background-image: url('../image/sbimenu/add_int_hover.svg'); }
.contextMenuItem.ins_meas_a { background-image: url('../image/sbimenu/ins_dim_a.svg'); }
.contextMenuItemHover.ins_meas_a { background-image: url('../image/sbimenu/ins_dim_a_hover.svg'); }
.contextMenuItem.ins_meas_b { background-image: url('../image/sbimenu/ins_dim_b.svg'); }
.contextMenuItemHover.ins_meas_b { background-image: url('../image/sbimenu/ins_dim_b_hover.svg'); }
.contextMenuItem.rem_axis { background-image: url('../image/sbimenu/rem_axis.svg'); }
.contextMenuItemHover.rem_axis { background-image: url('../image/sbimenu/rem_axis_hover.svg'); }
.contextMenuItem.rem_dim { background-image: url('../image/sbimenu/rem_axis.svg'); }
.contextMenuItemHover.rem_dim { background-image: url('../image/sbimenu/rem_axis_hover.svg'); }
.contextMenuItem.rem_meas { background-image: url('../image/sbimenu/rem_axis.svg'); }
.contextMenuItemHover.rem_meas { background-image: url('../image/sbimenu/rem_axis_hover.svg'); }
.contextMenuItem.rem_sort { background-image: url('../image/sbimenu/rem_sort.svg'); }
.contextMenuItemHover.rem_sort { background-image: url('../image/sbimenu/rem_sort_hover.svg'); }
.contextMenuItem.rem_topbottom { background-image: url('../image/sbimenu/rem_topbottom.svg'); }
.contextMenuItemHover.rem_topbottom { background-image: url('../image/sbimenu/rem_topbottom_hover.svg'); }
.contextMenuItem.rem_total { background-image: url('../image/sbimenu/rem_total.svg'); }
.contextMenuItemHover.rem_total { background-image: url('../image/sbimenu/rem_total_hover.svg'); }
.contextMenuItem.repl_axis { background-image: url('../image/sbimenu/repl_axis.svg'); }
.contextMenuItemHover.repl_axis { background-image: url('../image/sbimenu/repl_axis_hover.svg'); }
.contextMenuItem.repl_meas { background-image: url('../image/sbimenu/repl_axis.svg'); }
.contextMenuItemHover.repl_meas { background-image: url('../image/sbimenu/repl_axis_hover.svg'); }
.contextMenuItem.agg0_class { background-image: url('../image/sbimenu/agg_sum.svg'); }
.contextMenuItemHover.agg0_class { background-image: url('../image/sbimenu/agg_sum_hover.svg'); }
.contextMenuItem.agg1_class { background-image: url('../image/sbimenu/agg_avg.svg'); }
.contextMenuItemHover.agg1_class { background-image: url('../image/sbimenu/agg_avg_hover.svg'); }
.contextMenuItem.agg2_class { background-image: url('../image/sbimenu/agg_min.svg'); }
.contextMenuItemHover.agg2_class { background-image: url('../image/sbimenu/agg_min_hover.svg'); }
.contextMenuItem.agg3_class { background-image: url('../image/sbimenu/agg_max.svg'); }
.contextMenuItemHover.agg3_class { background-image: url('../image/sbimenu/agg_max_hover.svg'); }
.contextMenuItem.agg4_class { background-image: url('../image/sbimenu/agg_rsm.svg'); }
.contextMenuItemHover.agg4_class { background-image: url('../image/sbimenu/agg_rsm_hover.svg'); }
.contextMenuItem.agg11_class { background-image: url('../image/sbimenu/agg_median.svg'); }
.contextMenuItemHover.agg11_class { background-image: url('../image/sbimenu/agg_median_hover.svg'); }
.contextMenuItem.edit_formula { background-image: url('../image/stylemenu/edit_row.svg'); }
.contextMenuItemHover.edit_formula { background-image: url('../image/stylemenu/edit_row_hover.svg'); }
.contextMenuItem.set_ccycle { background-image: url('../image/sbimenu/color-cycling.svg'); }
.contextMenuItemHover.set_ccycle { background-image: url('../image/sbimenu/color-cycling_hover.svg'); }
.contextMenuItem.set_info { background-image: url('../image/sbimenu/infographics.svg'); }
.contextMenuItemHover.set_info { background-image: url('../image/sbimenu/infographics_hover.svg'); }
.contextMenuItem.chg_visibility { background-image: url('../image/hidden.svg'); }
.contextMenuItemHover.chg_visibility { background-image: url('../image/hidden_hover.svg'); }
.contextMenuItem.chg_filter { background-image: url('../image/filter.svg'); }
.contextMenuItemHover.chg_filter { background-image: url('../image/filter_hover.svg'); }

.contextMenuItem
{
	background: white no-repeat 1px center;
	background-size: 16px 16px;
}
.contextMenuItemHover
{
	background: #F6A81B no-repeat 1px center;
	background-size: 16px 16px;
}
.contextMenuItem.sel
{
	font-weight: bold !important;
}

label.labelRadio
{
	display: block;
	margin-left: 21px;
}

input.radioWithLabel
{
	float: left;
}

/* popups styling */

input.popupName, input#popupFormulaName, input#popupSetEditorName, input#popupViewName, input#popupViewCategory, input#popupDerivedTransfoMeasureName, input#popupURLContent
{
	width: 330px;
	margin: 4px;
}

textarea#popupFormulaFormula, textarea#popupJSContent
{
	width: 328px;
	height: 80px;
	margin: 4px;
}

.measureSelect, .dimSelect, select.formatSelect, #popupFormulaMeasureSelect, #popupFormulaDimensionSelect,
#popupSetEditorMeasureSelect, #popupSetEditorDimSelect, select#popupSetEditorSet1Select, select#popupSetEditorSet2Select,
select#popupInteractionSelect, #popupDimensionSelect, select#popupPageSelect, select#popupFlowSelect, select#popupKeywordSelect,
select#popupFormatSelect, select#popupFormulaFormatSelect, select#popupInfographicsSelect, select#popupViewCategorySelect, select#popupExportOptionsPageFormatSelect
select.popupSelect, select.popupSelect
{
	width: 332px;
	margin: 4px;
	margin-bottom: 0px;
}

#popupPromptRange input
{
	width: 330px;
	margin: 4px;
}

div#popupFormatPreviewContent, div#popupFormulaFormatPreviewContent
{
	height: 100%;
	overflow-y: auto;
}
fieldset#popupFormatPreview, fieldset#popupFormulaFormatPreview
{
	max-height: 150px;
}

#popupSetEditor div.popupDiv
{
	top: 13%;
}
input#popupSetEditorMin, input#popupSetEditorMax, input#popupSetEditorTopBottomValue
{
	width: 100px;
	margin: 4px;
	margin-bottom: 0px;
}
select#popupSetEditorTopBottom
{
	width: 203px;
	margin-bottom: 0px;
}
div#popupSetEditorFilters
{
	position: relative;
	width: 330px;
	height: 100px;
	overflow: auto;
	margin: 4px;
	border: solid 1px #888888;
	padding: 2px;
}
.popupSetEditorFilterEditLink
{
	padding: 0px;
	border-radius: 4px;
	border: solid 1px #F1F1F1;
	padding-right: 4px;
	vertical-align: middle;
	margin: 1px;
}
.popupSetEditorFilterEditLink a
{
	float: right;
	text-decoration: underline;
	color: blue;
	cursor: pointer;
}

#popupFilterEditor, #promptSelectDimension
{
	z-index: 1000002 !important
}
div#popupFilterEditorContent
{
	position: relative;
	overflow: visible;
	height: 280px;
	width: 340px;
}
div#popupFilterEditorContent ul.sbox
{
	max-height: 150px;
}
div#popupFilterEditorContent .selHierTitleDiv
{
	display:none;
}
div#popupFilterEditorContent .selHierPanel
{
	border: solid 1px #888888;
	box-shadow: none;
}
div#popupFilterEditorContent .selHierDivResizable
{
	cursor: default !important;
}
div#popupFilterEditorContent .selHierPanelSearch
{
	max-height: 200px;
	overflow: auto;
}
div#popupFilterEditorFiller
{
	height:50px;
}
.popupSetEditorSep, hr.popupSep
{
	visibility: hidden;
	margin: 4px;
}

#popupColorPalette .popupDiv
{
	width: 450px;
}
#popupColorPaletteContent
{
	max-height: 300px;
	overflow: auto;
}
#popupColorPaletteContent table
{
	border-collapse: separate;
}
.popupColorPaletteLabel
{
	font-size: 13px;
	vertical-align: top;
	margin-left: 5px;
	display: inline;
}

#popupVectorIconsContent
{
	max-height: 300px;
	overflow: auto;
}
.popupVectorIcon
{
	float: left;
	width: 30px;
	height: 30px;
	margin: 5px;
}
.popupVectorIcon img
{
	width: 100%;
	height: auto;
	cursor: pointer;
	border: 3px solid white;
}
.popupVectorIconSelected img
{
	border: 3px solid black;
}
#popupAddVectorIconLink
{
	float: right;
	text-decoration: underline;
	color: blue;
	cursor: pointer;
}

div#popupPromptSaveViewNoFilterOption
{
	margin-top: 5px;
}

#popupFiltersList
{
	table-layout: fixed;
	border-collapse: separate;
	width: 100%;
	font-size: 13px;
	color: #515151;
}
#popupFiltersList thead
{
	background-color: #F4F4F4;
}
#popupFiltersList th
{
	text-align: center;
}
.popupFilterSpan
{
	display: block;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.popupFilterReverse
{
	text-decoration: line-through;
}
.popupFilterNonEditable
{
	color: gray;
}

#popupAddFilterButton
{
	width: 130px;
	cursor: pointer;
	background-image: url(../image/plus.svg);
	background-size: 16px 16px;
	background-repeat: no-repeat;
	background-position-x: 5px;
	background-position-y: 2px;
	padding-left: 25px;
	padding-top: 1px;
	padding-bottom: 1px;
	border: 1px solid #CDD1D3;
	border-radius: 10px;
	background-color: #F4F4F4;
}
.popupFilterCellIcon
{
	width: 20px;
}
.editIcon
{
	background-image: url(../image/edit.svg);
	background-size: 16px 16px;
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
}
.removeIcon
{
	background-image: url(../image/delete.svg);
	background-size: 18px 18px;
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
}
