@charset "utf-8";
/* CSS Document */

html, body {
	padding: 0px;
	margin: 0px;
	width: 100%;
	height: 100%;
	/* text */
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #555;
}
#container {
	min-width: 740px;
	width: 100%;
	height: 100%;
}
.Hidden {
	position: absolute;
	left: -9999px;
}
.Visible {
	position: relative;
}
/*--- TOOLBAR ---*/
#toolbar-wrapper {
	background-color: #CCC;
	height: 70px;
	padding: 1px;
}
#toolbar {
	width: 100%;
	height: 70px;
	padding: 0;
	margin: 0;
	float: left;
	list-style: none;
	/* background */
	background: #F2F2F2; /* for non-css3 browsers */
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F2F2F2', endColorstr='#eeeeee'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#F2F2F2), to(#eeeeee)); /* for webkit browsers */
	background: -moz-linear-gradient(top, #F2F2F2, #eeeeee); /* for firefox 3.6+ */
}
#toolbar li {
	background: none;
	float: left;
	padding: 0;
	position: relative;
	width: 60px;
}
#toolbar a {
	height: 70px;
	display: block;
	/* text*/
	color: #555;
	font-size: 11px;
	text-align: center;
	text-decoration: none;
	text-shadow: #FFF 0px 1px 0px;
	/* background */
	background-position: center 10px;
	background-repeat: no-repeat;
}
#toolbar a:hover {
	/* text*/
	color: #FFF;
	text-shadow: none;
	/* background */
	background-color: #ff7949;
}
#toolbar span {
	position: absolute;
	bottom: 8px;
	left: 0;
	right: 0;
}
/*--- DROPDOWN ---*/
#toolbar ul {
	padding: 0;
	list-style: none;
	position: absolute;
	/*left:-9999px;  Hide off-screen when not needed (this is more accessible than display:none;) */
	display: none;
	top: 70px;
	background-color: #EEE;
	border: 1px solid #CCC;
	/* shadow */
	-moz-box-shadow: 3px 3px 5px #555;
	-webkit-box-shadow: 3px 3px 5px #555;
	box-shadow: 3px 3px 5px #555;
}
#toolbar ul li {
	padding-top: 1px; /* Introducing a padding between the li and the a give the illusion spaced items */
	float: none;
	width: 180px;
}
#toolbar li:hover ul { /* Display the dropdown on hover */
	display: block; /* Bring back on-screen when needed */
}
#toolbar ul a {
	text-shadow: none;
	text-align: left;
	padding: 0;
	height: 30px;
	/* background */
	background-position: 5px center;
	background-repeat: no-repeat;
	background-size: 20px auto;
}
#toolbar ul a.disabled {
	pointer-events: none;
	cursor: default;
	color: #AAA;
}
#toolbar ul a:hover {
	background-color: #ff7949;
}
#toolbar ul span {
	display: inline;
	position: absolute;
	padding-top: 8px;
	padding-left: 8px;
	left: 25px;
	right: auto;
}
#toolbar ul.no-icon span {
	left: 0;
}
#ulZoom, #ulZoom a {
	width: 130px;	
}
/*--- TOOLBAR ICONS ---*/
#tabConnect {
	background-image: url(../img/icon/new.png);
}
#tabOpen {
	background-image: url(../img/icon/open.png);
}
#tabSave {
	background-image: url(../img/icon/save.png);
}
#tabGrid {
	background-image: url(../img/icon/grid.png);
}
#tabCharts {
	background-image: url(../img/icon/charts.png);
}
#tabFormat {
	background-image: url(../img/icon/format.png);
}
#tabOptions {
	background-image: url(../img/icon/layout.png);
}
#tabStyles {
	background-image: url(../img/icon/styles.png);
}
#tabFields {
	background-image: url(../img/icon/fields.png);
}
#tabExport {
	background-image: url(../img/icon/export.png);
}
#tabZoom {
	background-image: url(../img/icon/zoom.png);
}
#tabFullScreen {
	background-image: url(../img/icon/fullscreen.png);
}
#btnNewLocal {
	background-image: url(../img/icon/menu/csv.png);
}
#btnNewRemote {
	background-image: url(../img/icon/menu/csv.png);
}
#btnNewOLAP {
	background-image: url(../img/icon/menu/olap.png);
}
#btnOpenLocal {
	background-image: url(../img/icon/open.png);
}
#btnOpenRemote {
	background-image: url(../img/icon/open.png);
}
#btnChartsBar {
	background-image: url(../img/icon/chart/bar.png);
}
#btnChartsCylinder {
	background-image: url(../img/icon/chart/cylinder.png);
}
#btnChartsLine {
	background-image: url(../img/icon/chart/line.png);
}
#btnChartsScatter {
	background-image: url(../img/icon/chart/scatter.png);
}
#btnChartsPie {
	background-image: url(../img/icon/chart/pie.png);
}
#btnChartsBarStack {
	background-image: url(../img/icon/chart/bar_stack.png);
}
#btnStylesBrown {
	background-image: url(../img/icon/style/brown.png);
}
#btnStylesLight {
	background-image: url(../img/icon/style/light.png);
}
#btnStylesGreen {
	background-image: url(../img/icon/style/green.png);
}
#btnStylesBlue {
	background-image: url(../img/icon/style/blue.png);
}
#btnStylesRed {
	background-image: url(../img/icon/style/red.png);
}
#btnStylesGrey {
	background-image: url(../img/icon/style/grey.png);
}
#btnExportPrint {
	background-image: url(../img/icon/export/print.png);
}
#btnExportHTML {
	background-image: url(../img/icon/export/html.png);
}
#btnExportCSV {
	background-image: url(../img/icon/menu/csv.png);
}
#btnExportExcel {
	background-image: url(../img/icon/export/xls.png);
}
#btnExportImage {
	background-image: url(../img/icon/export/image.png);
}
#btnExportPDF {
	background-image: url(../img/icon/export/pdf.png);
}
/* right tabs */
#toolbar li#listFields, #toolbar li#listExport, #toolbar li#listZoom, #toolbar li#listFullScreen {
	float: right;
}
#toolbar li#listFullScreen {
	width: 75px;
}
#content-table {
	border: none;
	border-bottom: 1px solid #CCC;
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
}

#content-table td {
	vertical-align: top;
}
/*--- REPORTS ---*/
#reports {
	background-color: #F2F2F2;
	width:200px;
}
#tree-view {
	list-style: none;
	margin: 0;
	padding: 2px 5px 5px 5px;
	line-height: 20px;/*text-indent:20px;*/
}
#tree-view li {
	background: url(../img/icon/tree/folderOpen.gif) left 3px no-repeat;
	padding: 0 0 3px 0;
	font-size: 11px;
}
#tree-view li div {
	padding-left: 19px;
}
#tree-view ul {
	list-style: none;
	padding: 0;/*text-indent:39px;*/
}
#tree-view ul li {
	background: url(../img/icon/tree/defaultLeaf.gif) 19px 3px no-repeat;
	padding-bottom: 0;
}
#tree-view ul li:hover {
	cursor: pointer;
	color: #FFF;
	background-color: #ff7949;
}
#tree-view ul li div {
	padding-left: 37px;
}
/*--- FLEXMONSTER POPUP ---*/
.flexmonster-popup {
	visibility: hidden;
	position: absolute;
	left: 50%;
	top: 25%;
	min-width: 300px;
	margin-left: -150px;
	z-index: 1000;
	-moz-box-shadow: 0px 0px 26px 3px #c8c8c8;
	-webkit-box-shadow: 0px 0px 26px 3px #c8c8c8;
	box-shadow: 0px 0px 20px 4px #b8b8b8;
}
.flexmonster-popup#cond-format-popup {
	width: 305px;
}
.flexmonster-panel#cond-format-popup{
	background: #ffffff;
}
.flexmonster-panel {
	background: #ebebeb;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
}
.flexmonster-panel .title {
	background: #ff8512 url(../img/panel_header.gif) left top repeat-x;
	color: #ffffff;
	padding: 4px 0px 4px 6px;
	font-weight: bold;
	border: 1px solid #e59143;
	border-bottom: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-shadow: 0px 1px 0px #ab5236;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
}
.flexmonster-panel .panel-content {
	border: 1px solid #c8c8c8;
	border-top: 1px solid #f5f5f5;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}
.flexmonster-panel .flexmonster-toolbox {
	background: #ebebeb;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	border-left: none;
	border-right: none;
	border-bottom: none;
	margin-bottom: 0px;
}
.title div#close-button {
	float: right;
	padding-right: 7px;
	cursor: pointer;
}
.title div:hover#close-button {
	text-decoration: underline;
}
/*--- TABLE FORM ---*/
table.Form {
	margin: 10px;
	border-spacing: 0;
	border-collapse: collapse;
}
table.Form th {
	text-align: left;
	padding: 0px 0px 7px 0px;
}
table.Form#olapToolForm th {
	font-weight: normal;
	padding: 0px 0px 2px 0px;
	font-family: Verdana;
	font-size: 11px;
}
table.Form td {
	vertical-align: middle;
	padding: 0px 0px 9px 0px;
}
table.Form#condFormatForm {
	height: 262px;
	margin-bottom: 15px;
}
table.Form#condFormatForm th {
	padding: 10px 0px 4px 4px;
	font-weight: normal;
	font-family: Verdana;
	font-size: 11px;
}
table.Form#condFormatForm span {
	font-weight: normal;
	font-family: Verdana;
	font-size: 11px;
}
table.Form#condFormatForm td {
	padding: 0px 2px 7px 2px;
	min-width: 160px;
}
table.Form#condFormatForm .colorPicker {
	float: right;
	margin: 0px 0px 0px 3px;
}
table.Form#condFormatForm td .colorPicker td {
	border: 1px solid #000000;
	margin: 0px;
	padding: 0px;
	height: 9px;
	min-width: 9px;
}
/*--- LAYOUT ELEMENTS ---*/
.SepLine {
	background: #ffffff;
	height: 1px;
	border-top: 1px solid #d4d4d4;
	line-height: 0px;
	font-size: 0px;
}
.clear {
	clear: both;
}
.border {
	border-right: 1px solid #CCC;
	box-shadow: 1px 0px 0px #FFFFFF;
}
/*--- CONTROLS ---*/

/*--- BUTTONS ---*/
a.Btn {
	display: block;
	float: right;
	text-decoration: none;
	zoom: 1;
	outline: none;
	background: url(../img/btn_bg.gif) left top repeat-x;
	border: 1px solid #BBB;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	font-size: 12px;
	font-weight: bold;
	margin: 10px 7px 7px 0px;
	color: #ffffff;
	text-align: center;
	width: 60px;
	height: 20px;
	text-shadow: 0px 1px 0px #939393;
	line-height: 18px;
	padding: 0px;
	font-family: Verdana;
}
a.BtnApply {
	background: url(../img/panel_header.gif) left top repeat-x;
	border: 1px solid #E5760D;
	-moz-border-radius: 13px;
	-webkit-border-radius: 13px;
	border-radius: 13px;
	width: 80px;
	height: 25px;
	line-height: 24px;
	text-shadow: 0px 1px 0px #bf6918;
	margin: 7px 7px 7px 0px;
}
a.BtnApply#applyCondBtn {
	float: left;
	margin-left: 7px;
}
a.HalfBtn {
	display: block;
	float: left;
	height: 20px;
	line-height: 18px;
	padding-left: 0;
	/* background 
	background: #ff7949;
	background: -webkit-gradient(linear, left top, left bottom, from(#ffd0bf), to(#ff7949));
	background: -moz-linear-gradient(top, #ffd0bf, #ff7949);
	*/
	background: url(../img/panel_header.gif) left top repeat-x;
	/* border */
	border: 1px solid #e59143;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	border-top-right-radius: 10px;
	/* text */
	color: #ffffff;
	text-align: center;
	text-shadow: 0px 1px 0px #bf6918;
	text-decoration: none;
	font-weight: bold;
	font-family: Verdana;
}
a.HalfBtn#olapConnectBtn {
	width: 70px;
}
a.BinBtn {
	display: block;
	float: right;
	background-image: url(../img/icon/bin.gif);
	height: 15px;
	width: 15px;
}
a.BinBtn#removeCondBtn {
	margin: 12px 0px 12px 0px;
}
a.RemoveBtn {
	display: block;
	float: right;
	background-image: url(../img/icon/closeIcons/black_cross.png);
	height: 11px;
	width: 11px;
}
a.RemoveBtn:hover {
	background-image: url(../img/icon/closeIcons/red_cross.png);
}
.no-selection {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
a.ScrollDownBtn {
	display: block;
	position: relative;
	width: 110px;
	height: 20px;
	background: #F2F2F2; /* for non-css3 browsers */
	background-image: url(../img/icon/arrows/down_arrow_grey.png);
	background-image: url(../img/icon/arrows/down_arrow_grey.png), -ms-linear-gradient(top, #F2F2F2, #EEEEEE); /* for IE10 */
	background-image: url(../img/icon/arrows/down_arrow_grey.png), -webkit-gradient(linear, left top, left bottom, from(#F2F2F2), to(#EEEEEE)); /* for webkit browsers */
	background-image: url(../img/icon/arrows/down_arrow_grey.png), -moz-linear-gradient(top, #F2F2F2, #EEEEEE); /* for firefox 3.6+ */
	background-position: center center;
	background-repeat: no-repeat;
}
a.ScrollDownBtn:hover {
	background: #E8E8E8; /* for non-css3 browsers */
	background-image: url(../img/icon/arrows/down_arrow_grey.png);
	background-image: url(../img/icon/arrows/down_arrow_grey.png), -ms-linear-gradient(top, #E8E8E8, #E0E0E0); /* for IE10 */
	background-image: url(../img/icon/arrows/down_arrow_grey.png), -webkit-gradient(linear, left top, left bottom, from(#E8E8E8), to(#E0E0E0)); /* for webkit browsers */
	background-image: url(../img/icon/arrows/down_arrow_grey.png), -moz-linear-gradient(top, #E8E8E8, #E0E0E0); /* for firefox 3.6+ */
	background-position: center center;
	background-repeat: no-repeat;
}
a.ScrollUpBtn {
	display: block;
	position: relative;
	width: 110px;
	height: 20px;
	background: #F2F2F2; /* for non-css3 browsers */
	background-image: url(../img/icon/arrows/up_arrow_grey.png);
	background-image: url(../img/icon/arrows/up_arrow_grey.png), -ms-linear-gradient(top, #F2F2F2, #EEEEEE); /* for IE10 */
	background-image: url(../img/icon/arrows/up_arrow_grey.png), -webkit-gradient(linear, left top, left bottom, from(#F2F2F2), to(#EEEEEE)); /* for webkit browsers */
	background-image: url(../img/icon/arrows/up_arrow_grey.png), -moz-linear-gradient(top, #F2F2F2, #EEEEEE); /* for firefox 3.6+ */
	background-position: center center;
	background-repeat: no-repeat;
}
a.ScrollUpBtn:hover {
	background: #E8E8E8; /* for non-css3 browsers */
	background-image: url(../img/icon/arrows/up_arrow_grey.png);
	background-image: url(../img/icon/arrows/up_arrow_grey.png), -ms-linear-gradient(top, #E8E8E8, #E0E0E0); /* for IE10 */
	background-image: url(../img/icon/arrows/up_arrow_grey.png), -webkit-gradient(linear, left top, left bottom, from(#E8E8E8), to(#E0E0E0)); /* for webkit browsers */
	background-image: url(../img/icon/arrows/up_arrow_grey.png), -moz-linear-gradient(top, #E8E8E8, #E0E0E0); /* for firefox 3.6+ */
	background-position: center center;
	background-repeat: no-repeat;
}
/*--- CHECKBOX ---*/

input[type=radio] {
	margin: 1px 4px 1px 4px;
}
/*--- TEXT INPUT ---*/

input {
	font-size: 11px;
	float: left;
}
input[type=text] {
	border: 1px solid #9a9a9a;
	border-radius: 9px 9px 9px 9px;
	-moz-border-radius: 9px 9px 9px 9px;
	-webkit-border-radius: 9px 9px 9px 9px;
	height: 18px;
	padding: 0px 5px 0px 5px;
	width: 150px;
	color: #202020;
}
input:disabled {
	opacity: 0.5;
	filter: alpha(opacity=50);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	background-color: #fff;
}
input#condFormatFirstInput {
	float: left;
	width: 148px;
}
input.Compact#condFormatFirstInput {
	width: 50px;
}
input#condFormatSecondInput {
	width: 50px;
	float: right;
}
input.HalfInput {
	height: 20px;
	padding-right: 0;
	/* border */
	border-right: none;
	border-radius: 9px 0px 0px 9px;
	-webkit-border-top-right-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomright: 0px;
}
input.HalfInput#olapProxyUrl {
	width: 220px;
}
/*--- DROPDOWN ---*/

select {
	border: 1px solid #9a9a9a;
	border-radius: 9px 9px 9px 9px;
	-moz-border-radius: 9px 9px 9px 9px;
	-webkit-border-radius: 9px 9px 9px 9px;
	-webkit-appearance: none;
	background: #ffffff url(../img/icon/arrow_dropdown.gif) right center no-repeat;
	height: 20px;
	font-size: 11px;
	font-family: Verdana;
	width: 100%;
	color: #202020;
	text-indent: 5px;
}
select#condFontSizes {
	margin-top: 1px;
	width: 102px;
}
select:disabled {
	opacity: 0.5;
	filter: alpha(opacity=50);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}

/*--- CONDITIONS LIST ---*/
#conditionsList {
	border-right: 1px solid #CCCCCC;
	float: left;
	height: 287px;
	margin: 0px 15px 0px 0px;
}
#conditionsList ul {
	list-style: none;
	margin: 0px -1px 0px 0px;
	max-height: 247px;
	overflow: hidden;
	padding: 0px;
	cursor: pointer;
}
#conditionsList ul li {
	background: #F2F2F2; /* for non-css3 browsers */
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F2F2F2', endColorstr='#EEEEEE'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#F2F2F2), to(#EEEEEE)); /* for webkit browsers */
	background: -moz-linear-gradient(top, #F2F2F2, #EEEEEE); /* for firefox 3.6+ */
	border-bottom: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	position: relative;
	height: 40px;
	width: 110px;
}
#conditionsList ul li:first-child {
	border-top: 1px solid #CCCCCC;
}
#conditionsList ul li:hover {
	background: #E8E8E8; /* for non-css3 browsers */
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#E8E8E8', endColorstr='#E0E0E0'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#E8E8E8), to(#E0E0E0)); /* for webkit browsers */
	background: -moz-linear-gradient(top, #E8E8E8, #E0E0E0); /* for firefox 3.6+ */
}
#conditionsList ul li.Current {
 filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
	background: #FFFFFF;
	border-right: 1px solid #FFFFFF;
}
#conditionsList ul span {
	float: right;
	font-size: 11px;
	padding-top: 12px;
	padding-right: 10px;
	display: block;
}
#conditionsList ul li a {
	float: left;
	margin-left: 10px;
	margin-top: 14px;
	display: none;
}
#conditionsList ul li.Current a {
	float: left;
	margin-left: 10px;
	margin-top: 14px;
	display: block;
}
#andLabel {
	line-height: 20px;
	margin: 0px 0px 0px 8px;
}
#condFormatSample {
	font-family: Arial;
	font-size: 12px;
	border: 1px solid #D2D2D2;
	height: 20px;
	padding: 2px 7px;
	width: 70px;
	-moz-box-shadow: 0 0 3px #CCCCCC inset;
	webkit-box-shadow: 0 0 3px #CCCCCC inset;
	box-shadow: 0 0 3px #CCCCCC inset;
}

/* Hack for Firefox */
@-moz-document url-prefix() {
	select {
		text-indent:0;
	}
}
