/*
 *   Copyright 2012 OSBI Ltd
 *
 *   Licensed under the Apache License, Version 2.0 (the "License");
 *   you may not use this file except in compliance with the License.
 *   You may obtain a copy of the License at
 *
 *       http://www.apache.org/licenses/LICENSE-2.0
 *
 *   Unless required by applicable law or agreed to in writing, software
 *   distributed under the License is distributed on an "AS IS" BASIS,
 *   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 *   See the License for the specific language governing permissions and
 *   limitations under the License.
 */
/**
 * @fileOverview Saiku User Inteface (UI) Default Styles
 * @author Prashant Raju and Mark Cahill
 * @version 2.0.0
*/
/** Globals */
/* width */
*, *::after, *::before {
	/*-webkit-user-select: none;*/
	-webkit-user-drag: none;
	-webkit-app-region: no-drag;
}
::-webkit-scrollbar {
	width: 6px;
	height: 6px;
}
a{
	-webkit-user-select: none;
	-webkit-user-drag: none;
	-webkit-app-region: no-drag;
}
/* cursor: default; */
::-webkit-scrollbar-thumb {
	background: #CCCCCC;
	border-radius: 51px;
}
::-webkit-scrollbar-track {
	background: none;
	border-radius: 51px;
}
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
	background: #CCC;
}
.ind_panels_container::-webkit-scrollbar-track{
	margin-top: 10px;
}
html, body {
	background: #F5F8F8;
	height: 100%;
	min-width: 960px;
	min-height: 600px;
	overflow: hidden;
	text-align: left;
	width: 100%;
	font-family:  Arial;
	font-size: 13px;
	line-height: 1.5;
	margin:0;
	padding:0;
	border:0;
	position: relative;
}
.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}
.clearfix:after {
	clear: both;
}

.clearfix {
	*zoom: 1;
}
#licensetable > .table-wrapper {
	position:relative;
}
#licensetable > .table-scroll {
	height:150px;
	overflow:auto;
	margin-top:20px;
}
#licensetable > .table-wrapper table {
	width:100%;

}
#licensetable > .table-wrapper table * {
	/*background:yellow;*/
	color:black;
}
#licensetable > .table-wrapper table thead th .text {
	position:absolute;
	top:-20px;
	z-index:2;
	height:20px;
	width:35%;
	/*border:1px solid red;*/
}

input[type=text], input[type=password],
input.text, input.title,
textarea {
	background-color:#fff;
	border:1px solid #bbb;
}
input[type=text]:focus, input[type=password]:focus,
input.text:focus, input.title:focus,
textarea:focus {
	border-color:#666;
	outline: 1;
}
input[disabled],
select[disabled] {
	background-color: #f0f0f0;
	cursor: not-allowed;
}
/*select { background-color:#fff; border-width:1px; border-style:solid; }*/

/*input[type=text], input[type=password],
input.text, input.title,
textarea, select {
  margin:0.5em 0;
}
:focus { outline: 0; }
*/
select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #000;
}

.clear {
	clear: both;
}
.hide {
	display: none;
}
.calign {
	text-align: center;
}
.lalign {
	text-align: left;
}
.ralign {
	text-align: right;
}
.used {
	font-weight: bold;
}
.sprite, .ui-dialog-titlebar-close,.ui-dialog-titlebar-close button, .ui-dialog-titlebar-close:hover, .dialog_icon {
	background: url(../../../images/sprite.png) no-repeat;
}

.truncate {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.accordion-toggle {cursor: pointer;}
.accordion-content {display: none;padding:10px;}
.accordion-content.default {display: block;}

/** Header */
#header {
	background: #F0F0F0;
	border-bottom: 3px solid #F0F0F0;
	position: fixed;
	width: 100%;
}

.header_short #top_nagivation_block{
	height: 70px;
}

.header_short .olap_header__block {
	display: none;
}

.olap_header__block a {
	display: none;
}

.olap_header__block .visible {
	display: inline-block;
}


.header_short #logout_block {
	display: none;
}

.header_short ~ #tab_panel{
	top: 70px;
	height: calc(100% - 70px);
	background: #fff;
}

.refresh_cubes {
	background: url('../../../images/src/arrow_refresh.png') no-repeat;
	border: 1px solid transparent;
	display: block;
	height: 26px;
	padding: 4px;
	width: 26px;
}
.refresh_cubes_nav {
	float:right;
	margin-top:-30px;
	margin-right:8px;
}
.refresh_cubes_nav a.button {
	display: block;
	height: 20px;
	padding: 3px;
	width: 20px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.refresh_cubes_nav a.button:hover {
	border: 1px solid #CCC;
}

.admin_console {
	background: url('../../../images/src/admin_console.png') no-repeat;
	border: 1px solid transparent;
	display: block;
	height: 26px;
	padding: 4px;
	width: 26px;
}
.admin_console_nav {
	float:right;
	margin-top:-30px;
	margin-right:8px;
}
.admin_console_nav a.button {
	display: block;
	height: 12px;
	padding: 3px;
	width: 12px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.admin_console_nav a.button:hover {
	border: 1px solid #ccc;
}

/** Toolbar */

#toolbar {
	background: #EEEEEE;
	background: -webkit-gradient(linear, left top, left bottom, from(#EEEEEE), to(#DDDDDD));
	border-bottom: 1px solid #BBB;
	height: 50px;
}
#toolbar ul {
	list-style-type: none;
	margin: 0;
	padding: 7px 10px 7px 10px;
}
#toolbar ul li {
	display: inline-block;
	float: left;
	margin: 0;
	padding-right: 6px;
}
#toolbar ul li.separator {
	border-left: 1px solid #CCC;
	display: block;
	height: 26px;
	padding: 4px 4px 6px 4px;
	width: 1px;
}
#toolbar ul li a {
	border: 1px solid transparent;
	display: block;
	height: 36px;
	padding: 4px;
	width: 36px;
}
#toolbar ul li a:hover {
	background-color: #F0F0F0;
	border: 1px solid #CCC;
	padding: 4px;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}
#toolbar ul li a.new_tab {
	background-position: -1554px 5px;
}
#toolbar ul li a.open_query {
	background-position: -1628px 5px;
}
#toolbar ul li a.schema_designer {
	background: url(../../../images/src/main_toolbar_schema_designer.png) no-repeat center;
	text-align: center;
	text-decoration: none;
}
#toolbar ul li a.schema_designer span {
	position: relative;
	top: 23px;
	color: #ae1816;
}
#toolbar ul li a.logout {
	background-position: -1776px 5px;
}
#toolbar ul li a.about {
	background-position: -1702px 5px;
}
#toolbar ul li a.help {
	background-position: -1967px 4px;
}
#toolbar ul li a.bug {
	background-position: -1480px 5px;
}
#toolbar ul li a.translate {
	background-position: -1848px -86px;
	color: #FFF;
	text-align: right;
	text-decoration: none;
	text-shadow: 1px 1px 1px #000;
}
#toolbar ul li a.admin {
	background: url(../../../images/src/admin.png) no-repeat center;
}
#toolbar ul li a.dashboard {
	background: url(../../../images/src/dashboard.png) no-repeat center;
}


/** Logo */
#logo a {
	background-position: -1275px 1px;
	float: right;
	width: 166px;
	height: 28px;
	margin: -15px 10px 0 0;
	text-indent: -9999px;
}

#logo_override img {
	float: right;
	width: 166px;
	height: 28px;
	margin: -15px 10px 0 0;
}
/** Tabs */

.tabs {
	background: #F5F5F5;
	border-bottom: 1px solid #CCC;
	height: 28px;
	/*margin-bottom: 3px;*/
	padding-top: 3px;
	text-align: left;
	overflow: hidden;
}
.tabs a.pager {
	background-position: -1919px -86px;
	background-color: #DDD;
	border: 1px solid #BBB;
	float: right;
	font-size: 120%;
	margin-right: 5px;
	width: 20px;
	height: 20px;
	text-decoration: none;
}
.pager_contents {
	position: absolute;
	top: 75px;
	right: 5px;
	width: 200px;
	height: 300px;
	overflow: auto;
	background-color: #EEE;
	border: 1px solid #BBB;
}
.pager_contents a {
	color: #666;
	text-decoration: none;
}
.tabs ul {
	background: #F8F8F8;
	margin: 0;
	padding: 0 0 0 10px;
}
.tabs ul li {
	float: left;
	list-style: none;
	padding-right: 4px;
	background: #F2F2F2;
	color: #888;
	border-left: 1px solid #DDD;
	border-top: 1px solid #DDD;
	border-right: 1px solid #DDD;
	display: block;
	margin:1px 1px -1px 0;
	padding: 4px 0px 4px 0px;
	text-decoration: none;
	border-radius: 2px 2px 0 0;
	-moz-border-radius: 2px 2px 0 0;
	-webkit-border-radius: 2px 2px 0 0;
}
.tabs ul li.selected {
	background: #F0F0F0;
	border-left: 1px solid #CCC;
	border-top: 1px solid #CCC;
	border-right: 1px solid #CCC;
	background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#F0F0F0));
	border-bottom: 1px solid #F0F0F0 !important;
	font-weight: bold;
}
.tabs ul li:hover {
	border-left: 1px solid #BBB;
	border-top: 1px solid #BBB;
	border-right: 1px solid #BBB;
}
.tabs ul li a {
	color: #777;
	cursor: pointer;
	padding: 5px 2px 5px 10px;
	text-decoration: none;
	text-shadow: 1px 1px 0 #FFFFFF;
}
.tabs ul li.selected a {
	color: #222;
}
.tabs ul li a:hover{
	color: #222;
}
.tabs ul li span.close_tab {
	-moz-background-origin: 0px 2px;
	background-position: -624px -96px;
	display: inline-block;
	height: 18px;
	text-indent: -9999px;
	width: 20px;

}
.tabs ul li span.close_tab:hover {
	background-position: -690px -96px;
	cursor: pointer !important;
	display: inline-block;
	height: 18px;
	width: 20px;
	-moz-background-origin: 0px 2px;
}

/** Sidebar */

.sidebar {
	float: left;
	overflow: auto;
	width: 240px;
	overflow-x: hidden;
	height: 100% !important;
	background-color: #FFFFFF;
	border-radius: 10px 0 0 10px;
}
.sidebar h3 {
	/* background: #cbe5ff; */
	/*
    background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#F0F0F0));
    background: -moz-linear-gradient(top, #FFFFFF 0%, #F0F0F0 100%);
    */
	/* border-top: 1px solid #CCC; */
	border-bottom: 1px solid #CCC;
	font-size: 13px;
	font-weight: bold;
	line-height: 1.6em;
	margin: 0;
	padding: 4px 10px 6px;
}
.sidebar h3.top {
	border-top: none !important;
	margin: 0;
	padding-top: 10px;
	padding-bottom: 10px;
}
.sidebar .sidebar_inner {
	padding: 0;
}
/*.sidebar .sidebar_inner select {
    border: 1px solid #CCC;
    font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
    font-size: 100.01%;
    margin: 0;
    padding: 2px;
    width: 100%;
}*/
.sidebar .sidebar_inner ul {
	margin: 0;
}

/** Sidebar Separator */

.sidebar_separator {
	background: #F0F0F0;
	border-left: 1px solid #CCC;
	/*cursor: pointer;*/
	float: left;
	/*
    border-right: 1px solid #CCC;
    width: 3px;
    */
	height: 100% !important;
}
.sidebar_separator:hover {
	/*background: #E0E0E0;*/
	/*border-right: 1px solid #CCC;*/
	/*border-left: 1px solid #CCC;*/
	/*width: 3px;*/
}

/** Tree */

#query_info {
	list-style-type: none;
	padding-left: 0;
}


.dimension_tree ul,
.measure_tree ul {
	margin: 0;
	padding: 0;
	/* border-radius: 0 0 3px 3px; */
}
.dimension_tree ul li,
.measure_tree ul li {
	line-height: 19px;
	list-style-type: none;
	margin: 0;
	padding-left: 0;
	overflow:  hidden;
	padding-right: 0;
	opacity: 1!important;
	min-width: 195px;
}
.selection.ui-draggable-dragging .dimension_tree ul li,
.selection.ui-draggable-dragging .measure_tree ul li{
	opacity: 1!important;
	min-width: 195px;
}
.dimension_tree ul li span.collapsed,
.measure_tree ul li span.collapsed {
	background-position: -1409px -95px;
	cursor: pointer;
	padding: 5px 6px;
	/*
    FLAT UI - no folders
    background-position: -1406px -95px;
    cursor: pointer;
    padding: 5px 17px;
    */
}
.dimension_tree ul li span.expand,
.measure_tree ul li span.expand {
	background-position: -1541px -95px;
	cursor: pointer;
	padding: 5px 6px;
	/*
    FLAT UI - no folders
    background-position: -1538px -95px;
    cursor: pointer;
    padding: 5px 17px;
    */
}
.dimension_tree ul li a,
.measure_tree ul li a {
	color: #343a40;
	padding: 5px;
	text-decoration: none;
}
.dimension_tree .level {
	margin-left: -15px;
	padding-left: 35px;
}

.dimension_tree > ul li ul ul:only-child li > .level {
	padding-left: 17px !important;
}

.dimension_tree ul li a:focus,
.measure_tree ul li a:focus {
	outline: none;
}
.dimension_tree ul li a.folder_expand,
.measure_tree ul li a.folder_expand {
	background: #fff;
}
.dimension_tree ul li a.folder_collapsed,
.measure_tree ul li a.folder_collapsed {
	background: #fff;
}

.dimension_tree ul li ul,
.measure_tree ul li ul {
	padding: 0 0 0 0px;
	margin: 0;
}
.measure_tree ul li ul li a.measure {
	color: #000;
	display: inline-block !important;
	max-width: 168px;
	overflow: hidden;
}
.measure_tree ul li ul li a.measure:focus {
	outline: none;
}
.dimension_tree ul li ul li a.level {
	color: #343a40;
	display: inline-block;
	width: calc(100% + 15px);
}
.measure_tree ul li ul li a {
	padding-left: 0px;
	/*
    padding-left: 20px;
    background: url('../../../images/src/bullet_red.png') 0px 4px no-repeat;
    */
}
.selection.ui-draggable-dragging a {
	padding: 0 !important;
}
.selection.ui-draggable-dragging {
	text-align: center;
	background: #eff2f4;
	border: 1px solid #e6e6e6;
	padding: 3px 0 1px 0;
}
.selection.ui-draggable-dragging .level {
	width: calc(100% - 15px) !important;
	margin-left: 0 !important;
}
.selection.ui-draggable-dragging>.hierarchy{
	height: unset;
	border: none !important;
}
.measure_caption a.button {
	display: block;
	height: 16px;
	padding: 1px 10px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.measure_caption a.button:hover {
	border: 1px solid #CCC;
	padding: 0px 9px;
	cursor: pointer;
}
.measure_caption a.button.addMeasure {
	float: right;
	font-weight: normal;
}

.dimension_tree .hierarchy {
	padding-left: 0px;
	min-height:  41px;
	padding-top: 0;
	border: 1px solid #e6e6e6;
	border-left: 3px solid #1EB0D5;
	/* border-bottom: none; */
	background:  #F2F5F7;
}
.selection.ui-draggable-dragging > .hierarchy {
	border-left: none !important;
	background: #EFF2F4 !important;
	cursor: pointer !important;
	text-align: left;
	padding-left: 15px !important;
}
.selection.ui-draggable-dragging + .ui-draggable-handle{
	border-bottom: 1px solid #e6e6e6;
}
.dimension_tree .hierarchy a {
	cursor: default;
	padding-left: 17px;
	/* background: url('../../../images/src/bullet_green.png') 0px 4px no-repeat; */
}
.dimension_tree .hierarchy a:focus {
	outline: none;
}

.dimension_tree .treehidden, .measure_tree .treehidden {
	display: none;
}
.sidebar h3 {
	line-height: 1.5em;
	margin: 0;
	padding: 5px 10px 6px;
}

/** Tab Panel */

#tab_panel {
	/*border-top: 1px solid #CCC;*/
	position: fixed;
	width: 100%;
	height: calc(100% - 94px);
	top: 94px;
}

.error_block {
	height: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	color: #F00000;
	font-family: 'Segoe Regular', sans-serif;
}

.ui-widget .ui-widget {
	max-width: 960px;
}
/** Tab Workspace */

.workspace {
	background: #FFFFFF;
	float: right;
	height: 100%;
	margin-left: -261px;
	width: 100%;
	font-family:  Segoe Regular;
}
.table_wrapper {
	/* height: 100%; */
	max-height: 100%;
}
/** Tab Workspace Inner */

.workspace_inner {
	margin-left: 241px;
	height: 100%;
	width: calc(100% - 242px);
	/* overflow: auto; */
	margin-right: 0;
	position: relative;
	transition: width 1s ease, margin-left 1s ease;
}

/** Draggables, Sortables and Droppables */

.ui-dialog.ui-draggable {
	margin: 0px !important;
}
/*

.ui-dialog.ui-draggable-dragging {
	display: block !important;
	height: auto !important;
	text-align: left !important;
	padding: 0.2em !important;
	line-height: 16px !important;
	z-index: 99999;
}

.ui-dialog.ui-draggable-dragging .form_button {
	padding: 5px 5px !important;
	background: #F0F0F0 !important;
	background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#F0F0F0)) !important;
}

.ui-dialog.ui-draggable-dragging .ui-dialog-titlebar-close {
	background-image: url(../../../images/sprite.png) !important;
	padding: 1px !important;
}
*/

.ui-selectable-helper {
	position:absolute;
	z-index:100;
	border:2px solid #86fe00;
	background-color: rgba(203, 239, 163, 0.6);
}




/** Table */

.datatable {
	background: #FFF;
}
.datatable .int {
	text-align: right;
}
.datatable .str {
	text-align: left;
}
.datatable tr th {
	background: #FFF;
	border-bottom: 1px solid #CCC;
	border-right: 1px solid #CCC;
	font-weight: bold;
}
.datatable tr td {
	background: #FFF !important;
	border-bottom: 1px solid #CCC;
	border-right: 1px solid #CCC;
}

.table-applied-filter {
	color: #999;
}

.table-applied-filter p {
	font-size: 10px;
	font-weight: bold;
}

.table-applied-filter table {
	border: none !important;
}

/** Dialog */
.ui-widget {
	font-family: inherit !important;
	font-size: inherit !important;
}
.ui-widget-header {
	border: 0 !important;
	font-weight: normal !important;
}
.ui-dialog {
	background: #FFF;
	min-width: 400px !important;
	min-height: auto !important;
	border-radius: 3px;
	border: 1px solid #CCC;
	z-index: 100;
	position: absolute;
	 /*padding:  35px;*/
}
#login_form label, #add_folder label {
	display: block;
}
#password, #username, #email, input.newfolder {
	display: block;
	padding: 4px;
	width: 240px;
}
#login_form .eval-panel {
	width: 250px;
}
#login_form #eval-login {
	float: right;
}
#login_form .eval-panel-user ul {
	padding: 0;
	float: left;
	list-style: none;
}
#login_form .eval-panel-user ul li:first-child {
	font-weight: bold;
}

.context-menu-item {
	line-height: 16.5px;
}


.ui-dialog-content {
	padding: 0 !important;
}
.ui-dialog-titlebar {
	background: #F0F0F0;
	background: #FFFFFF;
	border-bottom: 1px solid #CCC;
	height: 29px;
	padding: 5px 5px 6px 10px;
	border-radius: 0 !important;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	font-family: inherit !important;
}
.ui-dialog-titlebar .ui-dialog-title {
	float: left;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	margin: 0;
	text-shadow: 1px 1px 0 #FFFFFF;
	font-size: 14px;
	position: absolute;
	font-weight: bold;
	margin-left: calc(-1em + 10px);
}
.ui-dialog .ui-dialog-titlebar-close {
	background-color: inherit;
	border: none;
	background-position: -690px -97px;
	display: inline-block;
	float: right;
	height: 18px;
	text-indent: -9999px;
	width: 20px;
	position: absolute;
	top: 7px;
	right: -24px;
}

.ui-dialog .ui-dialog-titlebar-close:hover {
	padding: 1px;
	background-position: -690px -97px;
	background-color: transparent;
	cursor: pointer;
}

.ui-icon {
	background: none !important;
}

.ui-state-hover {
	border: 0px !important;
}
.ui-dialog-content {
	padding: 10px;
}
.dialog_body {
	/* padding: 5px; */
	overflow: auto !important;
}
.dialog_icon {
	width: 100px;
	height: 100px;
	float: left;
}
.dialog_info .dialog_icon {
	background-position: -910px -87px;
	width: 50px;
	margin: 10px 0px 0 0;
}
.dialog_info .dialog_body {
	padding: 10px;
}
.dialog_mdx .dialog_icon {
	background-position: -1075px -87px;
	width: 40px;
}
.dialog_mdx .dialog_body textarea {
	width: 450px;
	height: 400px;
	font-size: 11px;
}
.dialog_save .dialog_icon {
	background-position: -1315px -85px;
	width: 50px;
}
.dialog_delete .dialog_icon {
	background-position: -741px -85px;
	width: 60px;
}
.dialog_delete .dialog_body {
	padding-top: 10px;
}
.dialog_login .dialog_icon {
	background: url("../../../favicon48.png") no-repeat center;
	background-size: 48px;
}
.dialog_selections {
	min-width: 800px !important;
	height: 600px !important;
}
.dialog_selections .dialog_icon,
.dialog_date-filter .dialog_icon {
	display: none;
}
.dialog_selections .dialog_body {
	height: 540px;
	position: relative;
}
.dialog_date-filter .dialog_body {
	height: 410px;
	position: relative;
}

.dialog_selections .dialog_body .available_selections {
	padding-left: 0px;
	float: left;
}
.dialog_selections .dialog_body .selection_buttons {
	float: left;
	padding-left: 18px;
	padding-top: 51px;
	text-align: center;
	vertical-align: middle;
}
.dialog_selections .header_selections {
	padding-bottom: 10px;
}
.dialog_selections .header_selections input {
	margin-left: 5px;
	height: inherit;
}


.dialog_selections .dialog_body .used_selections {
	padding-left: 18px;
	float: left;
}
.dialog_selections .dialog_body .updown_buttons {
	float: left;
	padding-left: 25px;
	padding-top: 145px;
	text-align: center;
	vertical-align: middle;
	display: none;
}
.dialog_selections .dialog_body .selection_options  {
	height: 270px;
	width: 438px;
	overflow: auto;
	border: 1px solid #e6e6e6;
	/*font-weight: bold;*/
	font-size: 13px;
}
.dialog_selections .dialog_body .selection_options ul {
	list-style: none;
	padding-left: 0px;
	margin: 0;
	white-space: nowrap;
}


.dialog_selections .dialog_body .selection_options ul li.all_options {
	border-bottom: 1px solid #CCC;
	margin-bottom: 2px;
	background-color: rgb(203,229,255);
	padding: 2px 0 2px 5px;
}

.filter_modal_in_analysys .dialog_selections .dialog_body .selection_options ul li.all_options {
	background-color: #fff;
	border:none;

}

.dialog_selections .dialog_body .selection_options ul li label,
.dialog_selections .dialog_body .selection_options ul li input {
	cursor: pointer;
	font-weight: normal !important;
}

.dialog_selections .available_selections.unique label.unique,
.dialog_selections .used_selections.unique label.unique {
	display: normal;
}
.dialog_selections .available_selections.unique label.caption,
.dialog_selections .used_selections.unique label.caption {
	display: none;
}
.dialog_selections .available_selections.caption label.unique,
.dialog_selections .used_selections.caption label.unique {
	display: none;
}
.dialog_selections .available_selections.caption label.caption,
.dialog_selections .used_selections.caption label.caption {
	display: normal;
}

.per_metrics_container {
	display: none;
}

.totals_container {
	/*  margin:4px;
        margin-bottom:0px;*/
	padding-bottom: 4px;
}

.totals_container label{
	margin-right:4px;
}

#show_totals {
	/*  width: 140px;
        height: 20px*/
}

.dialog_selections .filterbox {
	width: 300px;
}

.ui-autocomplete {
	max-height: 300px;
	overflow-x: hidden;
	overflow-y: auto;
	z-index: 1000;
	position: absolute;

}
.dialog_selections .options:before {
	clear:both;
}
.dialog_selections .options, .dialog_selections .hint, .dialog_selections .info {
	float: left;
	width: 250px;
	text-align: left;
}.dialog_selections .options, .dialog_selections .hint, .dialog_selections .info {
	 text-align: right;
 }
.dialog_selections .options_analys{
	float: initial;
}
.dialog_selections .options_analys {
	width: 231px;
}
#items_size_left_one{
	margin-right: 21px;
}
.dialog_selections .info {
	width: 438px;
}

.dialog_selections .filter_sum_count_right {
	width: 50%;
	float: right;
	vertical-align: bottom;
	right:  20px;
	position:  relative;
}
.filter_sum_count_left{
	margin-top: 12px;

}
.filter_sum_count_right {
	margin-top: 19px;
}
.dialog_selections .info_analys {
	text-align: right;
	width: 23%;
	right: 17px;
}
#items_size_right_one{
	margin-right: 21px;
}
.dialog_selections .available_selections input[type="text"] {
	width: 300px;
}

.dialog_date-filter {
	min-width: 500px !important;
	height: 490px !important;
}

.dialog_date-filter .dialog_body .box-selections {
	position: relative;
	margin: 20px auto;
	width: 100%;
	/*border: 1px solid #000;*/
}

.dialog_date-filter .dialog_body .available-selections {
	margin: 0 auto;
	width: 80%;
	/*border: 1px solid #000;*/
}

.dialog_date-filter .dialog_body .selection-option {
	position: absolute;
	top: 50%;
	left: 18px;
	transform: translateY(-50%);
}

.dialog_date-filter .dialog_body .selection-options {
	padding: 10px;
	width: 430px;
	height: auto;
	font-size: 11px;
	border: 1px solid #ccc;
	overflow: auto;
}

.dialog_date-filter .dialog_body .form-group-selection {
	display: inline-block;
	width: 200px;
}

.dialog_date-filter .dialog_body .form-group-rolling {
	display: inline-block;
	width: 100px;
}

.dialog_date-filter .dialog_body .form-group {
	margin-top: 5px;
	padding-right: 10px;
	float: left;
	/*border: 1px solid #000;*/
}

.dialog_date-filter .dialog_body .inline-form-group {
	display: inline-block;
}

.dialog_date-filter .dialog_body .form-group label,
.dialog_date-filter .dialog_body .form-group select {
	padding-right: 10px;
}

.dialog_date-filter .dialog_body .form-group #selection-date {
	width: 100px;
}

.dialog_date-filter .dialog_body .form-group #add-date {
	margin-left: 5px;
	cursor: pointer;
}

.dialog_date-filter .dialog_body #div-selected-date fieldset {
	width: 130px;
	border: 1px solid #ccc;
}

.dialog_date-filter .dialog_body .form-group #selected-date {
	padding: 0;
	max-height: 50px;
	list-style: none;
	overflow: auto;
}

.dialog_date-filter .dialog_body .form-group #selected-date a {
	margin-left: 5px;
	color: blue;
	text-decoration: none;
}

.dialog_date-filter .dialog_body .form-group #selected-date a:hover {
	text-decoration: underline;
}

.dialog_data-sources .dialog_icon {
	display: none;
}

.dialog_data-sources .dialog_body {
	margin: 15px;
}

.dialog_data-sources .form-group-inline label {
	float: left;
	width: 120px;
	padding-top: 10px;
}

.dialog_data-sources .form-group-inline select {
	width: 230px;
	padding: 4px;
	border-color: #ccc;
}

.dialog_calculated-member .dialog_icon {
	display: none;
}

.dialog_calculated-member .dialog_body {
	margin: 15px;
}

.dialog_calculated-member .cms-container-group {
	float: left;
	width: 300px;
	border: 1px solid #ccc;
}

.dialog_calculated-member .calculated-measure-group,
.dialog_calculated-member .calculated-member-group {
	width: 300px;
}

.dialog_calculated-member .calculated-member-group {
	border-top: 1px solid #ccc;
}

.dialog_calculated-member .calculated-measure-group h4,
.dialog_calculated-member .calculated-member-group h4 {
	margin: 0;
	padding: 5px;
	width: 290px;
	border-bottom: 1px solid #ccc;
}

.dialog_calculated-member .cms-container-group .cms-box {
	overflow: auto;
	height: 165px;
}

.dialog_calculated-member .cms-container-group .cms-list {
	margin: 10px auto;
}

.dialog_calculated-member .cms-container-group .cms-list .cms-name {
	width: 150px;
}

.dialog_calculated-member .cms-container-group .msg-no-cms {
	color: #666;
	text-align: center;
}

.dialog_calculated-member .cms-container-group .cms-list .cms-actions a.button {
	display: inline-block;
	width: 32px;
	height: 32px;
	padding: 8px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-repeat: no-repeat;
}
.dialog_calculated-member .cms-container-group .cms-list .cms-actions a.button:hover {
	padding: 7px;
	border: 1px solid #ccc;
}

.dialog_calculated-member .cms-container-group .cms-list .cms-actions a.on {
	padding: 7px !important;
	border: 1px solid #ccc;
	background-color: #e0e0e0;
}

.dialog_calculated-member .cms-container-group .cms-list .cms-actions .edit {
	background-image: url("../../../images/src/pencil.png");
	background-position: 7px 7px;
}

.dialog_calculated-member .cms-container-group .cms-list .cms-actions .delete {
	background-position: -521px 7px;
}

.dialog_calculated-member .cms-container-group .cms-list .cms-actions .button:nth-child(2) {
	margin-left: 10px;
}

.dialog_calculated-member .cms-container-form {
	float: right;
	width: 450px;
}

.dialog_calculated-member .form-group-inline label {
	float: left;
	width: 80px;
	/*padding-top: 10px;*/
}

.dialog_calculated-member .form-group-inline input[type="text"] {
	width: 365px;
	padding: 4px;
}

.dialog_calculated-member .form-group-inline select {
	/*width: 310px;
    padding: 4px;
    border-color: #ccc;*/
}

.dialog_calculated-member .form-group-inline .formula-editor {
	width: 365px;
	height: 75px;
	border: 1px solid #ccc;
}

.dialog_calculated-member .form-group-inline .btn-groups {
	padding-top: 13px;
	padding-bottom: 13px;
	padding-left: 70px;
	padding-right:0px;
}

.dialog_calculated-member .form-group-inline .btn-groups .form_button {
	margin-left: 10px;
}

.dialog_calculated-member .form-group-inline .btn-groups .btn-parent-member[disabled] {
	cursor: not-allowed;
}

.dialog_calculated-member .form-group-inline .div-format-custom {
	display: none;
}

.dialog_parent-member-selector .dialog_icon {
	display: none;
}

.dialog_parent-member-selector .dialog_body {
	margin: 15px;
}

.dialog_parent-member-selector .form-group .group-elements {
	padding: 10px;
}

.dialog_parent-member-selector .form-group select {
	width: 100%;
	padding: 4px;
	border-color: #ccc;
}

.dialog_parent-member-selector .form-group input[type="search"] {
	width: 100%;
	padding: 4px;
}

.dialog_parent-member-selector .form-group .breadcrumbs {
	font-size: 0;
}

.dialog_parent-member-selector .form-group .breadcrumbs a,
.dialog_parent-member-selector .form-group .breadcrumbs .last-crumb {
	position: relative;
	display: inline-block;
	padding: 0 15px 0 12px;
	font-size: 11px;
}

.dialog_parent-member-selector .form-group .breadcrumbs a:first-child {
	padding-left: 0;
}

.dialog_parent-member-selector .form-group .breadcrumbs a:after {
	position: absolute;
	top: 50%;
	right: 0;
	display: block;
	width: 5px;
	height: 5px;
	margin: -2px 0 0 0;
	border-top: 1px solid #555;
	border-right: 1px solid #555;
	content: "";
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.dialog_parent-member-selector .form-group .members-list {
	overflow-y: auto;
	height: 200px;
	margin: 0;
	padding: 0;
	list-style-type: none;
	border: 1px solid #ccc;
}

.dialog_parent-member-selector .form-group .members-list li {
	padding: 3px;
	cursor: pointer;
}

.dialog_parent-member-selector .form-group .members-list li:hover {
	background-color: #f0f0f0;
}

.dialog_parent-member-selector .form-group .members-list::selection {
	background-color: #fff;
}

.dialog_parent-member-selector .form-group .members-list li::selection {
	background-color: #fff;
}

.dialog_permissions .dialog_body {
	width: 370px;
	height: 380px;
}
.dialog_permissions .dialog_icon {
	display: none;
}
.dialog_permissions .dialog_icon {
	display: none;
}
.dialog_permissions .select_roles {
	width: 350px;
	height: 130px;
}

.dialog_filter .dialog_icon {
	display: none;
}
.dialog_filter .dialog_body {
	/*margin: 15px;*/
	line-height: 30px;
}
.dialog_filter .dialog_body .n {
	width: 40px;
}

.dialog_filter td.col1 {
	width: 240px;
}
.dialog_filter textarea.sortliteral {
	width: 200px;
	height: 40px;
}
.dialog_filter textarea.filter_expression {
	width: 300px;
	height: 60px;
}
.dialog_filter textarea.measureFormula {
	width: 300px;
	height: 60px;
}

.dialog_drillthrough .dialog_icon {
	display: none;
}

.dialog_drillthrough .dialog_body .maxrows {
	width: 60px;
}

.dialog_drillthrough .dialog_body .row_limit {
	text-align: center;
}
.workspace_toolbar .drillacross {
	background-image: url('../../../images/src/table_across.png');
	background-position: 7px 7px;
}
.workspace_toolbar ul li a.about {
	background-position: -1702px 5px;
	opacity: 0.6;

}
.ui-menu {
	list-style:none;
	padding: 2px;
	margin: 0;
	display:block;
	float: left;
}
.ui-menu .ui-menu {
	margin-top: -3px;
}
.ui-menu .ui-menu-item {
	margin:0;
	padding: 0px;
	zoom: 1;
	float: left;
	clear: left;
	width: 100%;
}
.ui-menu .ui-menu-item a {
	text-decoration:none;
}
.ui-menu .ui-menu-item a.description {
	font-size: 8px;
	color: #999;
	padding: 0;
}

.dialog_footer {
	/* border-top: 1px solid #CCC; */
	padding: 10px 10px;
	text-align: right;
	clear: both;
}
.dialog_footer .form_button {
	margin-left: 5px;
}

.dialog_footer .form_button {
	outline: none;
}

/** Workspace Area */

.workspace_area {
	overflow: auto;
}

.workspace_editor {
	padding-left: 5px;
}

.mdx_input {
	border: 1px solid #CCCCCC;
	margin-top: 4px;
	/* BECAUSE OF QUERY TOOLBAR */
	margin-right: 112px;
}

.workspace_editor .editor_info {
	color: #999999;
}
.query_processing {
	border: 1px dashed #CCC;
	margin: 15px;
	overflow: hidden;
	padding: 15px;
}
/** Workspace Results */
.workspace_results_inner {
	overflow-y: auto;
	height: calc(100% - 41px);
	margin-right: 48px;
}
.workspace_results_info {
	color: #999999;
	display: none;
	padding-right: 20px;
	overflow: hidden;
}
.workspace_results_titles {
	overflow: hidden;
}

.workspace_results_titles h3 {
	display: inline;

}

.workspace_results_selected_measurements {
	overflow: auto;
	width: calc(100% - 14px);
}

.workspace_results_selected_measurements__toggle-container {
	position: relative;
}

.workspace_results_selected_measurements__toggle {
	position: absolute;
	top: -24px;
	right: 20px;
	width: 0;
	height: 0;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-top: 5px solid #2D3F44;
	cursor: pointer;
}

.workspace_results_selected_measurements__toggle-container--hide + .workspace_results_selected_measurements {
	display: none;
}

.workspace_results_selected_measurements__toggle-container--hide .workspace_results_selected_measurements__toggle {
	transform: rotate(-90deg);
	border-top-color: #20B1D5;
}

.workspace_results_selected_measurements__group {
	margin-top: 10px;
}
.workspace_results_selected_measurements__title {
	margin: 0;
	color: #1EB0D5;
	font-size: 13px;
}

.parameter_input {
	padding-left: 5px;
}
.parameter_input span, .parameter_input input {
	margin-right: 5px;
}


/** Save Dialog */
.error_msg {
	color: #CC0000;
}

/** blockUI */
.processing_container, .blockOverlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
	opacity: 0.5;
	z-index: 9999;
	padding: 20px;
}
.processing_content {
	padding: 5px;
	display: inline;
}
.processing, .blockElement {
	border-radius: 3px;
	border: 1px solid #CCC;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.10);
	-moz-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.10);
	-webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.10);
	z-index: 10001;
	background-color: #fff;
	position: fixed;
	width: 20%;
	min-width: 316px;
	left: 50%!important;
	top: 50%!important;
	transform: translate(-50%, -50%);
	padding: 20px;
}
.processing_image {
	display: inline-block;
	background-image: url('../../../images/src/waiting.gif');
	background-repeat: no-repeat;
	width: 16px;
	height: 16px;
	margin-right: 5px;
}

.saiku_logo {
	display: inline-block;
	background-image: url('../../../images/src/favicon32.png');
	background-repeat: no-repeat;
	background-position: 50% 50%;
	width: 32px;
	height: 32px;
	padding: 5px;
	margin-right: 20px;
}

.saiku_logo_override {
	display: inline-block;
	width: 32px;
	height: 32px;
	padding: 5px;
	margin-right: 20px;

}


/** Workspace toolbar. */

.workspace_toolbar {
	width: calc(100% - 49px);
	background: #FFFFFF;
	border-bottom: 1px solid #CCC;
	font-weight: bold;
	height: 38px;
	margin: 0 0 3px 0;
	padding: 10px 10px 10px 5px;
	text-shadow: 1px 1px 0 #FFFFFF;
	overflow: hidden;
	box-shadow: 2px 1px 3px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.10);
	-webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.10);
}
.workspace_toolbar h3.top {
	border-top: none !important;
	margin: 0;
	padding-top: 10px;
	padding-bottom: 10px;
}
a.disabled_toolbar {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
	filter: alpha(opacity = 30);
	opacity: 0.3 !important;
}
.disabled {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
	filter: alpha(opacity = 30);
	opacity: 0.3 !important;
	pointer-events: none;
}
a.disabled_toolbar:hover {
	border: none ;
	padding: 9px 8px;
}
.workspace_toolbar ul {
	margin: 0;
	padding: 0;
}
.workspace_toolbar ul li {
	display: inline;
	float: left;
	padding-left: 5px;
}
.workspace_toolbar ul li.hide {
	display: none;
}
.workspace_toolbar ul li.seperator {
}
.workspace_toolbar a.button {
	display: block;
	height: 26px;
	padding: 0;
	width: 26px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background-repeat:no-repeat;
}

.workspace_toolbar a:focus{
	outline: none;
}

.workspace_toolbar a.on {
	/* border: 1px solid #CCC; */
	/* background-color: #E0E0E0; */
	/* padding: 7px; */
}
.workspace_toolbar .open {
	background-position: -1040px 7px;
}

.workspace_toolbar .edit_folder {
	background-image: url('../../../images/src/folder_edit.png');
	background-position: 7px 7px;
}
.workspace_toolbar .edit_permissions {
	background-image: url('../../../images/src/group_edit.png');
	background-position: 7px 7px;
}

.workspace_toolbar .edit {
	background-image: url('../../../images/src/pencil.png');
	background-position: 7px 7px;
}

.workspace_toolbar .delete {
	background-position: -521px 7px;
}
.workspace_toolbar .save {
	background-position: -4805px -90px;
	display: block;
	margin: -6px 0 0 0;
	width: 26px;
	height: 26px;
}
.workspace_toolbar .new {
	background-image: url('../../../images/src/page_white.png');
	background-position: 7px 7px;
}
.workspace_toolbar .run {
	background-position: -123px -90px;
}
.workspace_toolbar .auto {
	background-position: 7px 7px;
}
.workspace_toolbar .non_empty {
	background-position: -1916px 5px;
}
.workspace_toolbar .group_parents {
	/* background-image: url('../../../images/src/hide_parents.png'); */
	background-position: 755px 7px;
}
.workspace_toolbar .swap_axis {
	background-position: -551px -90px;
}
.workspace_toolbar .toggle-fixed-table {
	width: 20px;
	height: 17px;
	background: url('../../../images/redesign/table-header-fixed.png') no-repeat center center;
	cursor: pointer;
}
.workspace_toolbar .toggle-fixed-table:hover {
	background-image: url('../../../images/redesign/table-header-fixed--hover.png');
}
.workspace_toolbar .toggle-fixed-table.disabled {
	background-image: url('../../../images/redesign/table-header-fixed--disabled.png');
	cursor: not-allowed;
}
.workspace_toolbar .toggle-fixed-table.off {
	background-image: url('../../../images/redesign/table-header-unfixed.png');
}
.workspace_toolbar .toggle-fixed-table.off:hover {
	background-image: url('../../../images/redesign/table-header-unfixed--hover.png');
}
.workspace_toolbar .toggle-fixed-table.off.disabled {
	background-image: url('../../../images/redesign/table-header-unfixed--disabled.png');
}
.workspace_toolbar .mdx {
	background-position: -1848px 7px;
}

.workspace_toolbar .explain_query {
	background-image: url('../../../images/src/information.png');
	background-position: 7px 7px;
}

.workspace_toolbar .export_csv {
	background-position: -455px 7px;
}
.workspace_toolbar .export_xls {
	background-position: -8497px 7px;
}

.workspace_toolbar .export_pdf {
	background-image: url('../../../images/src/button_pdf.png');
	background-position: 7px 7px;
}

.workspace_toolbar .toggle_fields {
	background-position: -913px 7px;
}
.workspace_toolbar .toggle_sidebar {
	background-position: -1635px -90px;
}
.workspace_toolbar .drillthrough {
	background-position: -781px 7px;
}
.workspace_toolbar .drillthrough_export {
	background-image: url('../../../images/src/export_drillthrough.png');
	background-position: 7px 7px;
}
.workspace_toolbar .query_scenario {
	background-image: url('../../../images/src/query_scenario.png');
	background-repeat:no-repeat;
	background-position: 7px 7px;
}
.workspace_toolbar .zoom_mode {
	background-image: url('../../../images/src/zoom.png');
	background-position: 7px 7px;
}

.workspace_toolbar .switch_to_mdx {
	background-image: url('../../../images/src/switch_to_mdx.png');
	background-position: 7px 7px;
}
.workspace_toolbar .chart {
	background-image:   url('../../../js/saiku/plugins/CCC_Chart/chart.png');
	background-position: 7px 7px;
}

/** query toolbar */
.query_toolbar_vertical {
	background: #fff;
	border-left: 1px solid #CCC;
	font-weight: bold;
	position: absolute;
	height: calc(100% - 0px) !important;
	width: 49px;
	float: right;
	margin: 0 0 3px 0;
	padding: 3px 10px 3px 1px;
	text-shadow: 1px 1px 0 #FFFFFF;
	overflow: auto;
	right: -1px;
	border-radius: 0 10px 10px 0;
}
.query_toolbar_vertical ul.options li {
	width: 100%;
}

.query_toolbar_horizontal {
	background: #FEFEFE;
	border-left: 1px solid #CCC;
	font-weight: bold;
	height: 32px;
	margin: 0 0 3px 0;
	padding: 3px 10px 3px 5px;
	text-shadow: 1px 1px 0 #FFFFFF;
}

.query_toolbar ul.renderer {
	/*padding-top: 8px;*/
	padding-left: 3px;
}
.query_toolbar ul.renderer li {
	padding-left: 3px;
}

.query_toolbar ul {
	margin: 0;
	padding: 0;
}
.query_toolbar ul li {
	display: inline;
	float: left;
	padding-left: 5px;
	margin-bottom: 6px;
}
.query_toolbar ul li.hide {
	display: none;
}
.query_toolbar ul li.label {
	width: 99%;
}

.query_toolbar ul li.seperator {
	border-left: 1px solid #D5D5D5;
	margin-left: 5px;
}
.query_toolbar ul li.seperator_vertical {
	border-top: 1px solid #D5D5D5;
	margin-top: 5px;
	padding-top: 5px;
}
.query_toolbar a {
	display: block;
	height: 16px;
	text-decoration: none;
	color: black;
	font-weight: normal;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.query_toolbar a.label {
	font-weight: bold;
}
.query_toolbar a.button {
	text-align: center;
	border: 1px solid transparent;
	background-size: 65% 65%;
	height: 32px;
	width: 32px;
}

.query_toolbar a.button:focus{
	outline: none;
}

.query_toolbar a.render_chart:before {
	font-family: "icons";
	content: "\e921";
	color: #1EB0D5;
	font-size: 15px;
	padding-top: 3px;
	display: inline-block;
}

.query_toolbar a.render_table:before {
	font-family: "icons";
	content: "\e972";
	color: #1EB0D5;
	font-size: 15px;
	padding-top: 5px;
	display: inline-block;
}

.query_toolbar a.spark_line:before {
	font-family: "icons";
	content: "\e969";
	color: #1EB0D5;
	font-size: 18px;
	padding-top: 2px;
	display: inline-block;
}

.query_toolbar a.spark_bar:before {
	font-family: "icons";
	content: "\e966";
	color: #1EB0D5;
	font-size: 15px;
	padding-top: 5px;
	display: inline-block;
}

.query_toolbar a.stats:before{
	font-family: "icons";
	content: "\e902";
	color: #1EB0D5;
	font-size: 18px;
	padding-top: 6px;
	display: inline-block;
}

.query_toolbar a.bar:before {
	font-family: "icons";
	content: "\e93d";
	color: #1EB0D5;
	font-size: 15px;
	padding-top: 5px;
	display: inline-block;
}

.query_toolbar a.stackedBar {
	background: url(../../../images/redesign/bar.svg) center center no-repeat;
}

.query_toolbar a.stackedBar:hover,
.query_toolbar a.stackedBar:focus {
	background: url(../../../images/redesign/bar2.svg) center center no-repeat;
}

.query_toolbar a.stackedBar.on,
.query_toolbar a.stackedBar:active {
	background: url(../../../images/redesign/bar3.svg) center center no-repeat;
}

.query_toolbar a.stackedBar100 {
	background: url(../../../images/redesign/gystoFull.svg) center center no-repeat;
}

.query_toolbar a.stackedBar100:hover,
.query_toolbar a.stackedBar100:focus {
	background: url(../../../images/redesign/gystoFull2.svg) center center no-repeat;
}

.query_toolbar a.stackedBar100.on,
.query_toolbar a.stackedBar100:active {
	background: url(../../../images/redesign/gystoFull3.svg) center center no-repeat;
}

.query_toolbar a.multiple:before {
	font-family: "icons";
	content: "\e95d";
	color: #1EB0D5;
	font-size: 15px;
	padding-top: 5px;
	display: inline-block;
}

.query_toolbar a.line{
	background: url(../../../images/redesign/sparkGraph.svg) center center no-repeat;
}

.query_toolbar a.line:hover,
.query_toolbar a.line:focus {
	background: url(../../../images/redesign/sparkGraph2.svg) center center no-repeat;
}

.query_toolbar a.line.on,
.query_toolbar a.line:active {
	background: url(../../../images/redesign/sparkGraph3.svg) center center no-repeat;
}

.query_toolbar a.area{
	background: url(../../../images/redesign/graphFull.svg) center center no-repeat;
}

.query_toolbar a.area:hover,
.query_toolbar a.area:focus {
	background: url(../../../images/redesign/graphFull2.svg) center center no-repeat;
}

.query_toolbar a.area.on,
.query_toolbar a.area:active {
	background: url(../../../images/redesign/graphFull3.svg) center center no-repeat;
}

.query_toolbar a.heatgrid:before {
	font-family: "icons";
	content: "\e985";
	color: #1EB0D5;
	font-size: 16px;
	padding-top: 3px;
	display: inline-block;
}

.query_toolbar a.treemap{
	background: url(../../../images/redesign/tree.svg) center center no-repeat;
}

.query_toolbar a.treemap:hover,
.query_toolbar a.treemap:focus {
	background: url(../../../images/redesign/tree2.svg) center center no-repeat;
}

.query_toolbar a.treemap.on,
.query_toolbar a.treemap:active {
	background: url(../../../images/redesign/tree3.svg) center center no-repeat;
}

.query_toolbar a.sunburst:before {
	font-family: "icons";
	content: "\e96c";
	color: #1EB0D5;
	font-size: 18px;
	padding-top: 2px;
	display: inline-block;
}

.query_toolbar a.multiplesunburst{
	background: url(../../../images/redesign/sunMulti.svg) center center no-repeat;
}

.query_toolbar a.multiplesunburst:hover,
.query_toolbar a.multiplesunburst:focus {
	background: url(../../../images/redesign/sunMulti2.svg) center center no-repeat;
}

.query_toolbar a.multiplesunburst.on,
.query_toolbar a.multiplesunburst:active {
	background: url(../../../images/redesign/sunMulti3.svg) center center no-repeat;
}

.query_toolbar a.dot:before {
	font-family: "icons";
	content: "\e92a";
	color: #1EB0D5;
	font-size: 16px;
	padding-top: 3px;
	display: inline-block;
}

.query_toolbar a.waterfall:before{
	color: #1EB0D5;
	font-size: 18px;
	padding-top: 5px;
	display: inline-block;
}

.query_toolbar a.pie:before {
	font-family: "icons";
	content: "\e924";
	color: #1EB0D5;
	font-size: 20px;
	display: inline-block;
}

.query_toolbar a.radar:before{
	font-family: "icons";
	content: "\e961";
	color: #1EB0D5;
	font-size: 20px;
	display: inline-block;
}

.query_toolbar a.render_table:hover:before,
.query_toolbar a.render_table:focus:before,
.query_toolbar a.render_chart:hover:before,
.query_toolbar a.render_chart:focus:before,
.query_toolbar a.spark_line:hover:before,
.query_toolbar a.spart_line:focus:before,
.query_toolbar a.spark_bar:hover:before,
.query_toolbar a.spart_bar:focus:before,
.query_toolbar a.stats:hover:before,
.query_toolbar a.stats:focus:before,
.query_toolbar a.bar:hover:before,
.query_toolbar a.bar:focus:before,
.query_toolbar a.multiple:hover:before,
.query_toolbar a.multiple:focus:before,
.query_toolbar a.heatgrid:hover:before,
.query_toolbar a.heatgrid:focus:before,
.query_toolbar a.sunburst:hover:before,
.query_toolbar a.sunburst:focus:before,
.query_toolbar a.dot:hover:before,
.query_toolbar a.dot:focus:before,
.query_toolbar a.waterfall:hover:before,
.query_toolbar a.waterfall:focus:before,
.query_toolbar a.pie:hover:before,
.query_toolbar a.pie:focus:before,
.query_toolbar a.radar:hover:before,
.query_toolbar a.radar:focus:before {
	color: #1B8BA5;
}

.query_toolbar a.spark_line.on:before,
.query_toolbar a.spark_line:active:before,
.query_toolbar a.spark_bar.on:before,
.query_toolbar a.spark_bar:active:before,
.query_toolbar a.stats.on:before,
.query_toolbar a.stats:active:before,
.query_toolbar a.render_table.on:before,
.query_toolbar a.render_table:active:before,
.query_toolbar a.render_chart.on:before,
.query_toolbar a.render_chart:active:before,
.query_toolbar a.bar.on:before,
.query_toolbar a.bar:active:before,
.query_toolbar a.multiple.on:before,
.query_toolbar a.multiple:active:before,
.query_toolbar a.heatgrid.on:before,
.query_toolbar a.heatgrid:active:before,
.query_toolbar a.sunburst.on:before,
.query_toolbar a.sunburst:active:before,
.query_toolbar a.dot.on:before,
.query_toolbar a.dot:active:before,
.query_toolbar a.waterfall.on:before,
.query_toolbar a.waterfall:active:before,
.query_toolbar a.pie.on:before,
.query_toolbar a.pie:active:before,
.query_toolbar a.radar.on:before,
.query_toolbar a.radar:active:before {
	color: #283A40;
}

.query_toolbar a.button,
.query_toolbar a.button:hover,
.query_toolbar a.button:focus,
.query_toolbar a.button:active,
.query_toolbar a.button.on {
	background-size: 65% 65%;
}


.form_button {
	/*    background: #F0F0F0;
        background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#F0F0F0));
        border: 1px solid #CCCCCC;
        box-shadow: none;
        color: #222222 !important;
        font-size: 1em;
        height: 18px;
        margin-bottom: 2px;
        padding: 5px 5px;
        text-decoration: none;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;*/
}
/*.form_button:hover {
    border: 1px solid #999;
    color: #222222;
}*/

.form_button:focus {
	outline: none;
}

#simplemodal-overlay {
	background: #FFFFFF;
	opacity: 0.5 !important;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}

.bucket_items {
	background: #FCFCFC;
	border: 1px solid #CCC;
	height: 32px;
	margin: 0 0 10px 0;
	padding: 3px 10px 3px 5px;
	text-shadow: 1px 1px 0 #FFFFFF;
}

.bucket_items ul {
	margin: 0;
	padding: 0;
}
.bucket_items ul li {
	display: inline;
	float: left;
	padding-left: 5px;
}
.bucket_items ul li.seperator {
	border-left: 1px solid #D5D5D5;
	margin-left: 5px;
}
.bucket_items a.button {
	text-decoration: none;
	font-weight: bold;
	color:black;
	display: block;
	height: 16px;
	padding: 8px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.bucket_items a.add_bucket {
	background-image: url('../../../js/saiku/plugins/Buckets/tag_blue_add.png');
	background-repeat:no-repeat;
	width: 16px;
	background-position: 50% 50%;
}

.bucket_items a.button:hover {
	border: 1px solid #CCC;
	padding: 7px;
}

.bucket_items a.delete {
	text-decoration:none;
	color:black;
}
.bucket_items a.on {
	border: 1px solid #CCC;
	background-color: #E0E0E0;
	padding: 7px !important;
}

.bucket_items .save {
	background-position: -485px -90px;
	width: 16px;
}

.bucket_items .export {
	background-image: url('../../../images/src/export_drillthrough.png');
	background-repeat:no-repeat;
	background-position: 7px 7px;
	width: 16px;
}


/* Synchronized Filter Stuff */
.filter_items {
	background: #FCFCFC;
	border: 1px solid #CCC;
	height: 32px;
	margin: 0 0 10px 0;
	padding: 3px 10px 3px 5px;
	text-shadow: 1px 1px 0 #FFFFFF;
}

.filter_items ul {
	margin: 0;
	padding: 0;
}
.filter_items ul li {
	display: inline;
	float: left;
	padding-left: 5px;
}
.filter_items ul li.seperator {
	border-left: 1px solid #D5D5D5;
	margin-left: 5px;
}
.filter_items a.button {
	text-decoration: none;
	font-weight: bold;
	color:black;
	display: block;
	height: 16px;
	padding: 8px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.filter_items a.add_filter {
	background-image: url('../../../js/saiku/plugins/filters/tag_blue_add.png');
	background-repeat:no-repeat;
	width: 16px;
	background-position: 50% 50%;
}

.filter_items a.edit_filter {
	background-image: url('../../../js/saiku/plugins/filters/tag_blue_edit.png');
	background-repeat:no-repeat;
	width: 16px;
	background-position: 50% 50%;
}

.filter_items a.refresh_filters {
	background: url('../../../images/src/arrow_refresh.png') no-repeat;
	width: 16px;
	background-position: 50% 50%;

}
.filter_items a.button:hover {
	border: 1px solid #CCC;
	padding: 7px;
}

.filter_items a.delete {
	text-decoration:none;
	color:black;
}
.filter_items a.on {
	border: 1px solid #CCC;
	background-color: #E0E0E0;
	padding: 7px !important;
}

.filter_items .save {
	background-position: -485px -90px;
	width: 16px;
}

.filter_items .export {
	background-image: url('../../../images/src/export_drillthrough.png');
	background-repeat:no-repeat;
	background-position: 7px 7px;
	width: 16px;
}

/* CCC styles */
.tipsy { pointer-events: none; padding: 5px; font-size: 10px; font-family: Arial,Helvetica,sans-serif; position: absolute; z-index: 100000; opacity:1 !important; }
.tipsy-inner { padding: 5px 8px 4px 8px; background-color: black; color: white; max-width: 200px; text-align: center; }
.tipsy-inner { border-radius: 3px; -moz-border-radius:3px; -webkit-border-radius:3px; }
.tipsy-arrow { position: absolute; width: 9px; height: 5px; }
.tipsy-n .tipsy-arrow { top: 0; left: 50%; margin-left: -4px; }
.tipsy-nw .tipsy-arrow { top: 0; left: 10px; }
.tipsy-ne .tipsy-arrow { top: 0; right: 10px; }
.tipsy-s .tipsy-arrow { bottom: 0; left: 50%; margin-left: -4px; background-position: bottom left; }
.tipsy-sw .tipsy-arrow { bottom: 0; left: 10px; background-position: bottom left; }
.tipsy-se .tipsy-arrow { bottom: 0; right: 10px; background-position: bottom left; }
.tipsy-e .tipsy-arrow { top: 50%; margin-top: -4px; right: 0; width: 5px; height: 9px; background-position: top right; }
.tipsy-w .tipsy-arrow { top: 50%; margin-top: -4px; left: 0; width: 5px; height: 9px; }
#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #111;
	background-color: #eee;
	padding: 5px;
	opacity: 0.85;
}
#tooltip h3, #tooltip div { margin: 0; }


/* OOCSS - reusable classes */

span.search {
	position: relative;
	top: -16px;
}
/*input.search_file {
    width:175px;
    margin-left:10px;
    height: 18px;
    border-radius: 9px;
    -moz-border-radius: 9px;
    -webkit-border-radius: 9px;
    padding: 1px 7px;
    position: absolute;
    left: 0px;
    z-index: 0;
    top: 8px;
}*/
input.search_file {
	width:365px !important;
}
span.cancel_search {
	background: url("../../../images/src/cancel3.png") no-repeat scroll 0 0 transparent;
	box-shadow: 0 0 10px #EEEEEE;
	-moz-box-shadow: 0 0 2px #EEE;
	-webkit-box-shadow: 0 0 10px #EEE;
	cursor: pointer;
	float: right;
	height: 18px;
	left: 450px;
	margin-top: 5px;
	position: absolute;
	top: 50px;
	width: 18px;
	z-index: 1;
	opacity: 0.7;
	display: none;
}

span.cancel_search:hover {
	opacity: 1;
}

.back_query {
	background: url('../../../images/src/arrow_up_bnw.png') no-repeat;
	width: 16px;
	height: 16px;
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
}

.RepositoryObjects {
	margin: 0;
	padding: 0;
	-webkit-transform: scale3d(1,1,1);
}

.RepositoryObjects li {
	cursor: pointer;
	line-height: 17px;
	list-style-type: none;
	margin: 0;
	padding-bottom: 1px;
	padding-top: 1px;
}
.RepositoryObjects li.query {
	margin-left: 16px;
	z-index: 10000;
}


.RepositoryObjects li a {
	color: #222;
	text-decoration: none;
}

.RepositoryObjects li a:hover {
	background: #f0f0f0;
}

.RepositoryObjects ul.folder_content {
	margin-top: 5px;
	margin-left: 13px;
	padding-left: 0px;
}

.RepositoryObjects .folder_row.selected {
	background: #f0f0f0;
}

.RepositoryObjects li.selected.query {
	background: #f0f0f0;
}

.RepositoryObjects li.query .icon {
	background-image: url('../../../images/src/saiku_16.png');
	padding: 1px 8px 1px;
	margin-right: 4px;
}

.RepositoryObjects li.query .icon_override {
	padding: 1px 8px 1px;
	margin-right: 4px;
}

.RepositoryObjects li .sprite.folder {
	background-position: -1538px -95px;
	cursor: pointer;
	padding: 5px 17px;
}

.RepositoryObjects li .sprite.folder.collapsed {
	background-position: -1406px -95px;
	cursor: pointer;
	padding: 5px 17px;
}

/* custom */
.export_zip {
	background-image: url('../../../images/src/page_white_compressed.png');
	padding: 1px 8px 1px;
	margin-right: 4px;
}

.export_btn, .import_btn {
	float: right;
	margin-right: 80px;
}
.dialog_body .RepositoryObjects {
	padding: 10px;
	margin-top: 15px;
	border: 1px solid #cccccc;
	width: 415px;
	height: 200px;
	overflow: auto;
}

#save_query_form [name="name"] {
	width: 390px;
}


.queries h3 {
	position: relative;
	height: 40px;
	line-height: 33px;
}

.queries .add_folder {
	position: absolute;
	top: 12px;
	right: 10px;
	display: block;
	height: 16px;
	width: 16px;
	background-image: url(../../../images/src/folder_add.png);
}

.highlight_li {
	background-color: #f0f0f0;
}

/* Print styles */

@media print {
	#header, .sidebar, .workspace_fields, .workspace_toolbar { display: none !important; }
}


/* Chart toolbar */
.chart_toolbar {
	background: #F9F9F9;
	border: 1px solid #CCC;
	font-weight: bold;
	height: 38px;
	margin: 0 0 3px 0;
	padding: 3px 10px 3px 5px;
	text-shadow: 1px 1px 0 #FFFFFF;
	overflow: hidden;
	position: fixed;
	left: 3px;
	top: 3px;
	width: 100%;
}
.chart_toolbar ul {
	margin: 0;
	padding: 0;
}
.chart_toolbar ul li {
	display: inline;
	float: left;
	padding-left: 5px;
}
.chart_toolbar ul li.hide {
	display: none;
}
.chart_toolbar ul li.seperator {
	border-left: 1px solid #D5D5D5;
	margin-left: 5px;
}
.chart_toolbar a.button {
	display: block;
	height: 24px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.chart_toolbar a.button:hover {
	border: 1px solid #CCC;
}
.chart_toolbar a.on {
	border: 1px solid #CCC;
	background-color: #E0E0E0;
	padding: 7px !important;
}

.chart_toolbar span.logo a.saiku {
	background-position: -1275px 1px;
	float: right;
	width: 166px;
	height: 28px;
	margin: -2px 10px 0 0;
	text-indent: -9999px;
}

.chart_toolbar span.logo a.ccc {
	background: url('../../../images/src/ccc3.png') no-repeat;
	float: right;
	width: 80px;
	height: 28px;
	margin: 0px 10px 0 0;
	text-indent: -9999px;
}

.chartworkspace {
	overflow: hidden;
}

.canvas_wrapper a.button {
	display: block;
	height: 16px;
	padding: 8px;
	width: 16px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.canvas_wrapper a.button:hover {
	border: 1px solid #CCC;
	padding: 7px;
}
.canvas_wrapper .zoomin {
	background: url('../../../images/src/arrow_in.png') no-repeat;
	background-repeat:  no-repeat;
}
.canvas_wrapper .zoomout {
	background: url('../../../images/src/arrow_up_bnw.png') no-repeat;
	background-repeat:  no-repeat;
}
.canvas_wrapper .rerender {
	background: url('../../../images/src/arrow_refresh_bnw.png') no-repeat;
	background-repeat:  no-repeat;
}

.chartworkspace_inner {
	overflow: auto;
	margin-left: 400px;
}

.upgradeheader {
	background-color:#F0F0F0;
	padding: 3px;
	text-align:center;
	margin: 0;
	border: 1px solid #CCC;
	overflow: hidden;
}
.upgradeheader span.close_tab {
	-moz-background-origin: 0px 2px;
	background-position: -624px -96px;
	display: inline-block;
	height: 18px;
	text-indent: -9999px;
	width: 20px;

}
.upgradeheader span.close_tab:hover {
	background-position: -690px -96px;
	cursor: pointer !important;
	display: inline-block;
	height: 18px;
	width: 20px;
	-moz-background-origin: 0px 2px;
}

.controls {
	margin-bottom: 20px;
}
.gridster ul {
	background-color: #EFEFEF;
	list-style-type: none;
}
.gridster li {
	font-size: 1em;
	font-weight: bold;
	line-height: 100%;
	text-align: center;
}
.gridster {
	margin: 0 auto;
	opacity: 0.8;
	-webkit-transition: opacity 0.6s ease 0s;
	transition: opacity 0.6s ease 0s;
}
.gridster .gs-w {
	background: none repeat scroll 0 0 #DDDDDD;
	cursor: pointer;
}
.gridster .player {
	background: none repeat scroll 0 0 #BBBBBB;
}
.gridster .preview-holder {
	background: none repeat scroll 0 0 #FF0000 !important;
	border: medium none !important;
}

.user_info {
	width:800px;
}
/*label, input {
    display: inline-block;
    vertical-align: baseline;
    width: 125px;
}

label {
    color: #2D2D2D;
    font-size: 15px;
}

form, input {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

form {
    width: 300px;
}*/

.conn_forms label {
	display: inline-block; width: 70px; text-align: right;
}
.conn_forms select {
	border: 1px solid #CCC;
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size: 100.01%;
	margin: 0;
	padding: 2px;
	width: 32px;
}
.conn_forms input[type="password"] {
	margin:0;
	border: 2px solid #EEE;

}
.conn_forms input{
	display:inline;
	width: 150px;
}

.conn_forms input:focus {
	border: 2px solid #900;
}

.keyrow label{
	width:120px !important;
}
.keyrow select{
	width:120px !important;
}
.keyrow input{
	width:120px !important;
}
.tablerow {
	margin-bottom: 20px;
}
/*.user_info label {
    display: inline-block; width: 140px; text-align: right;
}
.user_info select {
    border: 1px solid #CCC;
    font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
    font-size: 100.01%;
    margin: 0;
    padding: 2px;
    width: 302px;
}*/

/*.user_info input{
    display:inline;
    width: 300px;
}*/

/*.user_info input:focus {
    border: 2px solid #900;
}*/
.user_info .user_button{
	float:right;
	margin-right:50px;
}
.user_info .upload_button{
	padding:3px;
	width:auto;
	height:auto;
}
.user_info h3 {
	background: #F9F9F9;

	/*
    background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#F0F0F0));
    background: -moz-linear-gradient(top, #FFFFFF 0%, #F0F0F0 100%);
    */
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	font-size: 12px;
	font-weight: bold;
	line-height: 1.6em;
	margin: 0;
	padding: 4px 10px 6px;
	text-shadow: 1px 1px 0 #FFFFFF;
}

.dialog_response {
	font-weight: bold;
	text-align: left;
	color: red;
	padding-top:5px;
}


#navlist table
{
	border: 1px solid black;
	float:left;
	width:148px;
	table-layout: inherit;
}

#navlist {

	left:0;
	right:0;
	margin:0 auto;
	display: inline-block;
	white-space: nowrap;
	width:auto;
}
/*.dbtable{
    white-space: nowrap;
    -moz-border-radius: 15px;
    border-radius: 15px;
    vertical-align: top;
    display: inline-block;
    padding:5px;

}*/
.tablewrapper{
	white-space: nowrap;
	border-radius: 15px;
	vertical-align: top;
	display: inline-block;
	padding:5px;
}

.tablewrapper > table{
	border-collapse:separate;
	border:solid black 1px;
	border-radius:6px;
	-moz-border-radius:6px;
}

.tablewrapper > table  th {
	background-color: #ffc3c3;
}

.glowing-border {
	border: 2px solid #dadada;
	border-radius: 7px;
}

.glowing-border:focus {
	outline: none;
	border-color: #9ecaed;
	box-shadow: 0 0 10px #9ecaed;
}

.ui-datepicker {
	padding: 10px;
	display: none;
	font-size: 11px;
	background: #fcfcfc;
	background: #fff -moz-linear-gradient(top, #fcfcfc 0%, #fff 100%);
	background: #fff -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcfcfc)), color-stop(100%,#fff));
	background: #fff -webkit-linear-gradient(top, #fcfcfc 0%, #fff 100%);
	background: #fff -o-linear-gradient(top, #fcfcfc 0%, #fff 100%);
	background: #fff -ms-linear-gradient(top, #fcfcfc 0%, #fff 100%);
	background: #fff linear-gradient(top, #fcfcfc 0%, #fff 100%);
	border: 1px solid #ccc;
}

.ui-datepicker table {
	width: 100%;
}

.ui-datepicker table td {
	text-align: center;
}

.ui-datepicker a {
	text-decoration: none;
	cursor: pointer;
}

.ui-datepicker-title {
	text-align: center;
	font-weight: bold;
}

.ui-datepicker-prev:after {
	content: "\0AB \020";
	position: absolute;
	left: 7px;
}

.ui-datepicker-next:after {
	content: "\0BB \020";
	position: absolute;
	left: 7px;
}

#date-input {
	width:50px;
}
.drop-over {
	background-color: #f0f8ff;
}

.cms-functionlist{
	/*width:155px !important;
    display: inline;*/
	margin-left: 10px;
	margin-top: 10px;
}

.filter-editor{
	width:300px;
	height:200px;
}

.reset-content-box {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

.dialog_filter td {
	padding-bottom:10px;
}

.minimal_padding {
	padding-top:3px;
	padding-bottom:3px;
	padding-left:6px;
	padding-right:6px;
}

.about-us a {
	outline: none;
	color: #0000ff;
}

.about-us ul {
	list-style: none;
	padding: 0;
}

.about-us .header span,
.about-us .footer span {
	display: block;
}

.about-us .header {
	margin-bottom: 30px;
}

.about-us .footer {
	margin-top: 30px;
}

.about-us .label {
	font-weight: bold;
}

.about-us .item {
	font-weight: normal;
}


.introjs-overlay {
	position: absolute;
	box-sizing: content-box;
	z-index: 999999;
	background-color: #000;
	opacity: 0;
	background: -moz-radial-gradient(center,ellipse cover,rgba(0,0,0,0.4) 0,rgba(0,0,0,0.9) 100%);
	background: -webkit-gradient(radial,center center,0px,center center,100%,color-stop(0%,rgba(0,0,0,0.4)),color-stop(100%,rgba(0,0,0,0.9)));
	background: -webkit-radial-gradient(center,ellipse cover,rgba(0,0,0,0.4) 0,rgba(0,0,0,0.9) 100%);
	background: -o-radial-gradient(center,ellipse cover,rgba(0,0,0,0.4) 0,rgba(0,0,0,0.9) 100%);
	background: -ms-radial-gradient(center,ellipse cover,rgba(0,0,0,0.4) 0,rgba(0,0,0,0.9) 100%);
	background: radial-gradient(center,ellipse cover,rgba(0,0,0,0.4) 0,rgba(0,0,0,0.9) 100%);
	filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#66000000',endColorstr='#e6000000',GradientType=1)";
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.introjs-fixParent {
	z-index: auto !important;
	opacity: 1.0 !important;
	-webkit-transform: none !important;
	-moz-transform: none !important;
	-ms-transform: none !important;
	-o-transform: none !important;
	transform: none !important;
}

.introjs-showElement,
tr.introjs-showElement > td,
tr.introjs-showElement > th {
	z-index: 9999999 !important;
}

.introjs-disableInteraction {
	z-index: 99999999 !important;
	position: absolute;
	background-color: white;
	opacity: 0;
	filter: alpha(opacity=0);
}

.introjs-relativePosition,
tr.introjs-showElement > td,
tr.introjs-showElement > th {
	position: relative;
}

.introjs-helperLayer {
	box-sizing: content-box;
	position: absolute;
	z-index: 9999998;
	background-color: #FFF;
	background-color: rgba(255,255,255,.9);
	border: 1px solid #777;
	border: 1px solid rgba(0,0,0,.5);
	border-radius: 4px;
	box-shadow: 0 2px 15px rgba(0,0,0,.4);
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.introjs-tooltipReferenceLayer {
	box-sizing: content-box;
	position: absolute;
	visibility: hidden;
	z-index: 10000000;
	background-color: transparent;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.introjs-helperLayer *,
.introjs-helperLayer *:before,
.introjs-helperLayer *:after {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	-ms-box-sizing: content-box;
	-o-box-sizing: content-box;
	box-sizing: content-box;
}

.introjs-helperNumberLayer {
	box-sizing: content-box;
	position: absolute;
	visibility: visible;
	top: -16px;
	left: -16px;
	z-index: 9999999999 !important;
	padding: 2px;
	font-family: Arial, verdana, tahoma;
	font-size: 13px;
	font-weight: bold;
	color: white;
	text-align: center;
	text-shadow: 1px 1px 1px rgba(0,0,0,.3);
	background: #ff3019; /* Old browsers */
	background: -webkit-linear-gradient(top, #ff3019 0%, #cf0404 100%); /* Chrome10+,Safari5.1+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ff3019), color-stop(100%, #cf0404)); /* Chrome,Safari4+ */
	background:    -moz-linear-gradient(top, #ff3019 0%, #cf0404 100%); /* FF3.6+ */
	background:     -ms-linear-gradient(top, #ff3019 0%, #cf0404 100%); /* IE10+ */
	background:      -o-linear-gradient(top, #ff3019 0%, #cf0404 100%); /* Opera 11.10+ */
	background:         linear-gradient(to bottom, #ff3019 0%, #cf0404 100%);  /* W3C */
	width: 20px;
	height:20px;
	line-height: 20px;
	border: 3px solid white;
	border-radius: 50%;
	filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3019', endColorstr='#cf0404', GradientType=0)"; /* IE6-9 */
	filter: "progid:DXImageTransform.Microsoft.Shadow(direction=135, strength=2, color=ff0000)"; /* IE10 text shadows */
	box-shadow: 0 2px 5px rgba(0,0,0,.4);
}

.introjs-arrow {
	border: 5px solid white;
	content:'';
	position: absolute;
}
.introjs-arrow.top {
	top: -10px;
	border-top-color:transparent;
	border-right-color:transparent;
	border-bottom-color:white;
	border-left-color:transparent;
}
.introjs-arrow.top-right {
	top: -10px;
	right: 10px;
	border-top-color:transparent;
	border-right-color:transparent;
	border-bottom-color:white;
	border-left-color:transparent;
}
.introjs-arrow.top-middle {
	top: -10px;
	left: 50%;
	margin-left: -5px;
	border-top-color:transparent;
	border-right-color:transparent;
	border-bottom-color:white;
	border-left-color:transparent;
}
.introjs-arrow.right {
	right: -10px;
	top: 10px;
	border-top-color:transparent;
	border-right-color:transparent;
	border-bottom-color:transparent;
	border-left-color:white;
}
.introjs-arrow.right-bottom {
	bottom:10px;
	right: -10px;
	border-top-color:transparent;
	border-right-color:transparent;
	border-bottom-color:transparent;
	border-left-color:white;
}
.introjs-arrow.bottom {
	bottom: -10px;
	border-top-color:white;
	border-right-color:transparent;
	border-bottom-color:transparent;
	border-left-color:transparent;
}
.introjs-arrow.left {
	left: -10px;
	top: 10px;
	border-top-color:transparent;
	border-right-color:white;
	border-bottom-color:transparent;
	border-left-color:transparent;
}
.introjs-arrow.left-bottom {
	left: -10px;
	bottom:10px;
	border-top-color:transparent;
	border-right-color:white;
	border-bottom-color:transparent;
	border-left-color:transparent;
}

.introjs-tooltip {
	box-sizing: content-box;
	position: absolute;
	visibility: visible;
	padding: 10px;
	background-color: white;
	min-width: 200px;
	max-width: 300px;
	border-radius: 3px;
	box-shadow: 0 1px 10px rgba(0,0,0,.4);
	-webkit-transition: opacity 0.1s ease-out;
	-moz-transition: opacity 0.1s ease-out;
	-ms-transition: opacity 0.1s ease-out;
	-o-transition: opacity 0.1s ease-out;
	transition: opacity 0.1s ease-out;
}

.introjs-tooltipbuttons {
	text-align: right;
	white-space: nowrap;
}

/*
 Buttons style by http://nicolasgallagher.com/lab/css3-github-buttons/
 Changed by Afshin Mehrabani
*/
.introjs-button {
	box-sizing: content-box;
	position: relative;
	overflow: visible;
	display: inline-block;
	padding: 0.3em 0.8em;
	border: 1px solid #d4d4d4;
	margin: 0;
	text-decoration: none;
	text-shadow: 1px 1px 0 #fff;
	font: 11px/normal sans-serif;
	color: #333;
	white-space: nowrap;
	cursor: pointer;
	outline: none;
	background-color: #ececec;
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f4f4f4), to(#ececec));
	background-image: -moz-linear-gradient(#f4f4f4, #ececec);
	background-image: -o-linear-gradient(#f4f4f4, #ececec);
	background-image: linear-gradient(#f4f4f4, #ececec);
	-webkit-background-clip: padding;
	-moz-background-clip: padding;
	-o-background-clip: padding-box;
	/*background-clip: padding-box;*/ /* commented out due to Opera 11.10 bug */
	-webkit-border-radius: 0.2em;
	-moz-border-radius: 0.2em;
	border-radius: 0.2em;
	/* IE hacks */
	zoom: 1;
	*display: inline;
	margin-top: 10px;
}

.introjs-button:hover {
	border-color: #bcbcbc;
	text-decoration: none;
	box-shadow: 0px 1px 1px #e3e3e3;
}

.introjs-button:focus,
.introjs-button:active {
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ececec), to(#f4f4f4));
	background-image: -moz-linear-gradient(#ececec, #f4f4f4);
	background-image: -o-linear-gradient(#ececec, #f4f4f4);
	background-image: linear-gradient(#ececec, #f4f4f4);
}

/* overrides extra padding on button elements in Firefox */
.introjs-button::-moz-focus-inner {
	padding: 0;
	border: 0;
}

.introjs-skipbutton {
	box-sizing: content-box;
	margin-right: 5px;
	color: #7a7a7a;
}

.introjs-prevbutton {
	-webkit-border-radius: 0.2em 0 0 0.2em;
	-moz-border-radius: 0.2em 0 0 0.2em;
	border-radius: 0.2em 0 0 0.2em;
	border-right: none;
}

.introjs-prevbutton.introjs-fullbutton {
	border: 1px solid #d4d4d4;
	-webkit-border-radius: 0.2em;
	-moz-border-radius: 0.2em;
	border-radius: 0.2em;
}

.introjs-nextbutton {
	-webkit-border-radius: 0 0.2em 0.2em 0;
	-moz-border-radius: 0 0.2em 0.2em 0;
	border-radius: 0 0.2em 0.2em 0;
}

.introjs-nextbutton.introjs-fullbutton {
	-webkit-border-radius: 0.2em;
	-moz-border-radius: 0.2em;
	border-radius: 0.2em;
}

.introjs-disabled, .introjs-disabled:hover, .introjs-disabled:focus {
	color: #9a9a9a;
	border-color: #d4d4d4;
	box-shadow: none;
	cursor: default;
	background-color: #f4f4f4;
	background-image: none;
	text-decoration: none;
}

.introjs-hidden {
	display: none;
}

.introjs-bullets {
	text-align: center;
}
.introjs-bullets ul {
	box-sizing: content-box;
	clear: both;
	margin: 15px auto 0;
	padding: 0;
	display: inline-block;
}
.introjs-bullets ul li {
	box-sizing: content-box;
	list-style: none;
	float: left;
	margin: 0 2px;
}
.introjs-bullets ul li a {
	box-sizing: content-box;
	display: block;
	width: 6px;
	height: 6px;
	background: #ccc;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	text-decoration: none;
	cursor: pointer;
}
.introjs-bullets ul li a:hover {
	background: #999;
}
.introjs-bullets ul li a.active {
	background: #999;
}

.introjs-progress {
	box-sizing: content-box;
	overflow: hidden;
	height: 10px;
	margin: 10px 0 5px 0;
	border-radius: 4px;
	background-color: #ecf0f1
}
.introjs-progressbar {
	box-sizing: content-box;
	float: left;
	width: 0%;
	height: 100%;
	font-size: 10px;
	line-height: 10px;
	text-align: center;
	background-color: #08c;
}

.introjsFloatingElement {
	position: absolute;
	height: 0;
	width: 0;
	left: 50%;
	top: 50%;
}

.introjs-fixedTooltip {
	position: fixed;
}

.introjs-hint {
	box-sizing: content-box;
	position: absolute;
	background: transparent;
	width: 20px;
	height: 15px;
	cursor: pointer;
}
.introjs-hint:focus {
	border: 0;
	outline: 0;
}
.introjs-hidehint {
	display: none;
}

.introjs-fixedhint {
	position: fixed;
}

.introjs-hint:hover > .introjs-hint-pulse {
	border: 5px solid rgba(60, 60, 60, 0.57);
}

.introjs-hint-pulse {
	box-sizing: content-box;
	width: 10px;
	height: 10px;
	border: 5px solid rgba(60, 60, 60, 0.27);
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	background-color: rgba(136, 136, 136, 0.24);
	z-index: 10;
	position: absolute;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
.introjs-hint-no-anim .introjs-hint-dot {
	-webkit-animation: none;
	-moz-animation: none;
	animation: none;
}
.introjs-hint-dot {
	box-sizing: content-box;
	border: 10px solid rgba(146, 146, 146, 0.36);
	background: transparent;
	-webkit-border-radius: 60px;
	-moz-border-radius: 60px;
	border-radius: 60px;
	height: 50px;
	width: 50px;
	-webkit-animation: introjspulse 3s ease-out;
	-moz-animation: introjspulse 3s ease-out;
	animation: introjspulse 3s ease-out;
	-webkit-animation-iteration-count: infinite;
	-moz-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	position: absolute;
	top: -25px;
	left: -25px;
	z-index: 1;
	opacity: 0;
}

@-moz-keyframes introjspulse {
	0% {
		-moz-transform: scale(0);
		opacity: 0.0;
	}
	25% {
		-moz-transform: scale(0);
		opacity: 0.1;
	}
	50% {
		-moz-transform: scale(0.1);
		opacity: 0.3;
	}
	75% {
		-moz-transform: scale(0.5);
		opacity: 0.5;
	}
	100% {
		-moz-transform: scale(1);
		opacity: 0.0;
	}
}

@-webkit-keyframes introjspulse {
	0% {
		-webkit-transform: scale(0);
		opacity: 0.0;
	}
	25% {
		-webkit-transform: scale(0);
		opacity: 0.1;
	}
	50% {
		-webkit-transform: scale(0.1);
		opacity: 0.3;
	}
	75% {
		-webkit-transform: scale(0.5);
		opacity: 0.5;
	}
	100% {
		-webkit-transform: scale(1);
		opacity: 0.0;
	}
}

.schema-config__header {
	font-weight: bold;
	padding-top: 10px;
	font-size: 11pt;
}

.schema-config__dimensions__header,
.schema-config__measures__header {
	font-weight: bold;
	padding-top: 10px;
}

.schema-config__dimensions,
.schema-config__measures {

}

.schema-config__dimensions__entry,
.schema-config__measures__entry {
	display: flex;
	justify-content: space-between;
	padding-left: 10px;
	width: 800px;
}

.schema-config__footer {
	margin:20px;
}

.schema-config {
	margin:10px;
}

.schema-config__measures__entry__refresh,
.schema-config__measures__entry__cube-name,
.schema-config__measures__entry__name {
}

.dialog_selections .dialog_body .selection_options ul li.all_options > label {
	position: relative;
	top: -2px;
	left: 5px;
}


.dialog li.option_value input {
	margin-left: 7px;
}


.dialog_body .hint span.search_limit,
.dialog_body .hint span.members_limit,
.dialog_body .hint label[for="search_limit"] {
	font-weight: 100;
	/*color: #6d7c8c;*/
	color: #C9CED4;
}
 .dialog_body .how_much_can_select > div > label,
 .dialog_body .how_much_can_select > div > .search_limit,
 .dialog_body .how_much_can_select > div > .members_limit{
	font-weight: 600;
}
.dialog_body .how_much_can_select > div > .search_limit,
.dialog_body .how_much_can_select > div > .members_limit{
	font-family: Segoe Bold;
}

.group-list {
	position: absolute;
	z-index: 20;
	list-style-type: none;
	background-color: white;
	margin: 0;
	padding: 0;
	border: 1px solid gainsboro;
	text-align: left;
	width: 178px;
	left: 572px;
}
.group-list__item {
	display: block;
	background-color: white;
	border-bottom: 1px solid gainsboro;
	padding: 4px 8px;
}
.group-list__item:hover {
	background-color: rgba(242,248,252,0.7);
	cursor: pointer;
}

.group-list__item:last-child {
	border-bottom: none;
}


@font-face {
	font-family: "Segoe Regular";
	src: url(../../../fonts/segoe_regular.ttf);
}

@font-face {
	font-family: "Segoe Bold";
	src: url(../../../fonts/segoe_bold.ttf);
}
@font-face {
	font-family: "Segoe Semibold";
	src: url(../../../fonts/segoe_semibold.ttf);
}

.searchMark{
	background-color: yellow;
}

/*hard fix for modal menu*/
.context-menu-list{
	max-width: none;
	width: auto !important;
	z-index: 11 !important;
}

.context-menu-list:not(.table_contextmenu){
	right: auto!important;
}

.context-menu-item {
	padding: 6px 19px 6px 24px;
	font-family: "Segoe Regular";
	color: #6d7c8c;
	font-size: 13px;
}.context-menu-submenu:after {
	 content: "";
	 position: absolute;
	 width: 0;
	 height: 0;
	 top: 11px;
	 right: 1px;
	 border: 4px solid transparent;
	 border-left: 4px solid #6d7c8c;
 }
.context-menu-item.disabled {
	color: #666;
	font-family: Segoe Semibold;
	font-size: 13px;
	white-space: initial;
}
.context-menu-item.hover {
	cursor: pointer;
	background: #F7F7F7;
	outline: 1px solid #ECEFF2;
}
.context-menu-item.hover {
	cursor: pointer;
	background: #F7F7F7;
	outline: 1px solid #ECEFF2;
}
.context-menu-item {
	max-width: 700px;
}

/** */
.col.context-menu-active .table_contextmenu {
}
.col.context-menu-active .table_contextmenu::after {
	content: '';
	position: absolute;
	right: 20px;
	top: -16px;
	border: 8px solid transparent;
	border-bottom: 8px solid #fff;
}
.col.context-menu-active li {
	padding: 10px 40px;
	background-color: #fbfcfc;
}
.context-menu-separator {
	padding: 0 !important;
}
.col.context-menu-active li.disabled {
	opacity: 1 !important;
	background-color: #ffff;
	padding-left: 10px;
}
.col.context-menu-active .context-menu-item.hover {
	cursor: pointer;
	background: #f2f5f7;
	outline: 1px solid #ECEFF2;
}

/** --------------*/

.modal_cross.modal_cross_general {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 20px;
	height: 20px;
	cursor: pointer;
	z-index: 2;
}

.modal_cross.modal_cross_general:hover {
	border-color: transparent;
}

.modal_cross.modal_cross_general:before,
.modal_cross.modal_cross_general:after {
	content: '';
	position: absolute;
	width: 8px;
	height: 2px;
	background: #000;
	transform: rotate(45deg);
	top: 8px;
	right: 6px;
}

.modal_cross.modal_cross_general:after {
	transform: rotate(-45deg);
}

.tipsy-long .tipsy-inner{
	max-width: 300px;
}
.parent_dimension > ul > li > a.dimension,
.parent_dimension > ul > ul > li > a.dimension{
	margin-top: 4px;
	display: block;
}
.dimension_tree .hide.d_level.single_d_hierarchy.ui-draggable.ui-draggable-handle{
	background: #FFF;
}
thead{
	font-family: Segoe Bold;
	color: #283a40;
}
.filter_modal_in_analysys .ui-dialog-titlebar {
	margin-top: -18px;
	margin-bottom: 29px;
}
.indicators_group_row_all.active > .indicator_check_box {
	color: #1EB0D5;
}


.tipsy .tipsy-inner {
	font-family: Segoe UI;
	font-size: 12px;
	background: #6d7c8c;
	color: white;
	border-radius: 2px;
	padding: 0px 7px;
	max-width: 315px;
}
.tipsy[x-placement^="bottom"] .tipsy-arrow {
	border-width: 0 5px 5px 5px;
	border-left-color: transparent !important;
	border-right-color: transparent !important;
	border-top-color: transparent !important;
	top: -5px;
	left: calc(50% - 5px);
	margin-top: 0;
	margin-bottom: 0;
}.tipsy[aria-hidden='false'] {
	 visibility: visible;
	 opacity: 1;
	 transition: opacity .15s;
 }

.tipsy .tipsy-arrow-n{
	display: none ;
}
.ui-draggable.ui-draggable-handle.ui-draggable-disabled,
.ui-draggable.ui-draggable-handle.ui-draggable-disabled > a{
	cursor: default !important;
}

.ui-draggable-disabled > a.measure,
.ui-draggable-disabled > a[level] {
	color: #bfc3c7 !important;
}

.ui-menu-item:hover{
	cursor: default;
}
.ui-sortable-helper > ul > .ui-draggable-handle{
	outline: 1px solid #e6e6e6;
}
.d_measure.ui-draggable.ui-draggable-handle.ui-draggable-dragging{
	background: #F7F9FA;
	outline: 1px solid #e6e6e6;
}



.hideTabPanel + #tab_panel,
.hideTabPanel ~ #tab_panel {
	display: none !important;
}


.workspace_inner.drill_down td.data.can_drill_down {
	cursor: pointer;
}

.workspace_inner.drill_down_in_onec_active td.data.can_drill_down {
	cursor: pointer;
}

a#drill_in_onec {
	background: url(../../../images/redesign/1c-01.svg) 4px 0 no-repeat;
	background-size: 70%;
}

a#drill_in_onec:hover {
	background: url(../../../images/redesign/1c2-01.svg) 4px 0 no-repeat;
	background-size: 70%;
}
a#drill_in_onec.active,
a#drill_in_onec:active {
	background: url(../../../images/redesign/1c3-01.svg) 4px 0 no-repeat;
	background-size: 70%;
}

a#detailed_list_toggle {
	background: url(../../../images/redesign/info.png) 4px 0 no-repeat;
	background-size: 70%;
}

a#detailed_list_toggle:hover {
	background: url(../../../images/redesign/info-h.png) 4px 0 no-repeat;
	background-size: 70%;
}

a#detailed_list_toggle.active,
a#detailed_list_toggle:active {
	background: url(../../../images/redesign/info-a.svg) 4px 0 no-repeat;
	background-size: 70%;
}

/*Style for turn-off yandex modal window*/
.turnoff-yandex {
	position: absolute;
	top: 20%;
	background: #fff;
	z-index: 1;
	width: 500px;
	height: 200px;
	margin: 0 40%;
	box-shadow: 0 0 12px rgba(0, 0, 0, 0.10);
	border: 1px solid rgba(0, 0, 0, 0.10);
}

.turnoff-yandex.hide {
	display: none;
}

.turnoff-yandex-close {
	float: right;
	position: relative;
	left: -8px;
	cursor: pointer;
}

.turnoff-yandex-message {
	font-family: "Segoe Regular";
	margin: 6% 10%;
}
