/*/---- DEMO ----/*/
/*table.reportTableNoWrap tr th{background: url('./watermark.png') no-repeat 50% 0%; } */

/*/table.reportTableNoWrap tr td{background: url('./watermark.png') no-repeat 50% 50%; background-color: #ffffff;}/*/

#demo_banner {
    font-size: 18pt;
    color: #FFF;
    display: inline-block;
    font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: bold;
    padding: 2px 150px;
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
    /*background: transparent linear-gradient(#FF0303, #810602) repeat scroll 0% 0%;*/
	background:#CB0000;
    box-shadow: 2px 2px 5px #555;
    border-width: 0px 0px 0px;
    border-style: none solid solid;
    border-color: -moz-use-text-color #FFF #FFF;
    -moz-border-top-colors: none;
    -moz-border-right-colors: none;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    border-image: none;
}
/*/---------------/*/

#login_container {
	margin-top: 20px;
	width: 924px;
	height: 600px;
	border-radius: 0px;
	border: 0px;
	margin-left: auto;
	margin-right: auto;
	background-color: transparent;
	box-shadow: none;
}
#login_branding {
	background: url(./loginscreen.png) no-repeat center;
	height: 522px;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
}
* {
	font-family: Verdana, sans-serif;
}
a {
	font-family: Verdana, sans-serif;
}
body {
	background: none !important;
	background-color:#ffffff !important;
}
#login_form {
	margin-top: -360px;
	border: 1px solid #CCCCCC;
	box-shadow: 0 0 0 0;
	margin-left: 238px;
	border-radius: 1px;
	opacity: 1;
	background: white;
	width: 360px;
	padding: 10px;
	padding-right: 25px;
	position: absolute;
}
#login_form div {
	text-align: left;
}
.t16RequiredLabel {
	font-size: 18px;
	font-family: Verdana, sans-serif;
	font-weight: bold;
	color: #005a8c;
}
input[type="text"], input[type="password"] {
	background: #ffffff;
	border-radius: 1px;
	font-family: Verdana, sans-serif;
	padding: 5px;
	border-color:#cacaca;
}
input#p9_mem_wrd.text_field {
	height: 34px;
	font-size: 18px;
	min-width: 250px;
	padding-left: 8px;
	margin-bottom: 8px;
	background-color: #e5e5e5;
}
#login_form input[type="text"], #login_form input[type="password"] {
	height: 34px;
	font-size: 18px;
	min-width: 250px;
	padding-left: 8px;
	margin-bottom: 8px;
	background-color: #e5e5e5;
	border-color: #888888;
}
#P101_N_VAL, #P101_M_VAL {
	min-width: 0 !important;
	padding: 0;
	margin: 3px;
}
#login_form td {
	font-size: 16px;
}
#P101_LOGIN_BUTTONS {
	display: inline-block;
	width: 220px;
}
input[type="button"] {
	border: 0;
	box-shadow: 0 0 0 0;
	font-family: Verdana, sans-serif;
	background: #ef8200;
	font-weight: bold;
	border-radius: 2px;
}
#login_form input[type="button"] {
	padding: 6px 10%;
	font-size: 18px;
	font-weight: normal;
}
input[type="button"]:hover {
	background-color: #ef8200;
}
a.login_page {
	color: #005a8c;
	text-decoration: none;
	font-size: 16px;
	line-height: 1;
	margin-left: 100px;
	font-family: Verdana, sans-serif;
}
a.login_page:hover {
	text-decoration: none;
	color: #669cba;
}
#footer {
	font-size: 13px;
	line-height: 1;
	font-family: Verdana, sans-serif;
	margin-top: 0px;
	position: relative;
}
.pageBody {
	background-color: #FFF;
	background-image: none;
	width: 100%;
}
/*----------------------- Header Elements ---------------------*/
#app_banner_logo {
	background: url(./logo.png) no-repeat left;
	width: 543px;
}
#app_page_banner {
	background: none;
	background-color: #ffffff;
	border-bottom: 2px solid #ef8200;
	width: 100%
}
#app_region_position_08 {
	display: none;
}
.wwvFlowForm {
	width: 100%;
}
/* -----------Top Menu Elements--------------------- */
td.navRegionBackground {
	background: #f0f0f0 none repeat scroll 0% 0%;
}
.nav a {
	color: #005a8c;
}
.nav {
	color: #005a8c;
}
.nav a:visited {
	color: #005a8c;
}
.nav a:active {
	color: #669cba;
	text-decoration: underline;
}
.nav a:hover {
	color: #669cba;
	text-decoration: underline;
}
.navRegionUser {
	color: #005a8c;
	font-weight: bold;
	vertical-align: middle;
}
/*--------------Page Elements----------------------*/
#pageTitle {
	border-top: 0px solid #669cba;
	padding-top:10px;
}
.pageTitle {
	color: #2E2E2F;
	font-style: normal;
	line-height: 40px;
	margin-top: 10px;
}
.dashboard_title {
	color: #005a8c;
	line-height: 40px;
	margin-top: 10px;
}
.lastTransactionDate {
	color: #005a8c;
}
div.my_rpt_button {
	display: inline-block;
	height: 46px;
	width: 52px;
	margin-right: 5px;
	border-radius: 2px;
}
div.my_rpt_button.home.inactive {
	background: url('./home-inactive.png') no-repeat center center;
	background-color: #ABABAB;
	cursor: initial;
}
div.my_rpt_button.home {
	background: url('./home.png') no-repeat center center;
	background-color: #ef8200;
	cursor: pointer;
}
div.my_rpt_button.up.inactive {
	background: url('./up-inactive.png') no-repeat center center;
	background-color: #ABABAB;
	cursor: initial;
}
div.my_rpt_button.up {
	background: url('./up.png') no-repeat center center;
	background-color: #005A8C ;
	cursor: pointer;
}
div.my_rpt_button.add_folder {
	background: url('./newfolder.png') no-repeat center center;
	cursor: pointer;
	background-color: #6a971f ;
}
div.my_rpt_button.edit {
	background: url('./edit.png') no-repeat center center;
	cursor: pointer;
	background-color: #4997d3  ;
}
div.my_rpt_button.edit.inactive {
	background: url('./edit-inactive.png') no-repeat center center;
	cursor: initial;
	background-color: #ABABAB;
}
div.my_rpt_button.add_dashboard {
	background: url('./dashboard.png') no-repeat center center;
	cursor: pointer;
	background-color: #e9a500 ;
}
div.my_rpt_button.add_dashboard.inactive {
	background: url('./dashboard-inactive.png') no-repeat center center;
	cursor: initial;
	background-color: #ABABAB;
}
div.my_rpt_button.cut {
	background: url('./cut.png') no-repeat center center;
	cursor: pointer;
	background-color: #79146a ;
}
div.my_rpt_button.paste {
	background: url('./paste.png') no-repeat center center;
	cursor: pointer;
	background-color: #4997d3 ;
}
div.my_rpt_button.paste.inactive {
	background: url('./paste-inactive.png') no-repeat center center;
	cursor: initial;
	background-color: #ABABAB;
}
div.my_rpt_button.xls_rpt_grp {
	background: url('./excel.png') no-repeat center center;
	background-color: #207245;
	cursor: pointer;
}
div.my_rpt_button.view_list_details {
	background: url('./list.png') no-repeat center center;
	cursor: pointer;
	background-color: #b43d0b  ;
}
div.my_rpt_button.view_list_icons {
	background: url('./icons.png') no-repeat center center;
	cursor: pointer;
	background-color: #b43d0b  ;
}
div.my_rpt_button.add_tab {
	background: transparent url("./newtab.png") no-repeat scroll center center;
	cursor: pointer;
	background-color: #e9a500;
}
.button, _button {
	border-radius: 2px;
	background: #ef8200 none repeat scroll 0% 0%;
	border: 0px none;
	padding: 5px;
	color: #FFF;
	font-weight: bold;
	min-width: 50px;
	cursor: pointer;
	text-align: center;
}
.button:hover {
	background-color: #ef8200;
}
.myReportListViewHeader {
	background-color: #C9Cacc;
	line-height: 20px;
}
#my_report_folder_view {
	margin-top: 5px;
	background-color: #e7e7e7;
}
tr.selected_row {
	background-color: rgba(0, 83, 155, 0.25);
	;
}
a {
	text-decoration: underline;
	color: #005a8c;
}
a:active {
	color: #669cba;
	text-decoration: underline;
}
a:hover {
	color: #669cba;
	text-decoration: underline;
}
.a {
	text-decoration: underline;
	color: #005a8c;
}
.a:active {
	color: #669cba;
	text-decoration: underline;
}
.a:hover {
	color: #669cba;
	text-decoration: underline;
}
.reportTitle {
	font-style: italic;
	font-size: 10pt;
	color: #005a8c;
	font-weight: bold;
}
#FILTER_PICKERS_RES{
	border:0px !important;
}
div.rpt_page_title_buttons {
	cursor: pointer;
	width: 48px;
	height: 42px;
	margin-right: 2px;
	display: inline-block;
	border-radius: 2px;
	margin-top: 10px;
}
div.rpt_page_title_buttons.rpt_help {
	background: url('./help.png') no-repeat center center;
	background-color: #4997d3 ;

}
div.rpt_page_title_buttons.rpt_email {
	background: url('./email.png') no-repeat center center;
	background-color: #6a971f;

}
div.rpt_page_title_buttons.rpt_delete {
	background: url('./delete.png') no-repeat center center;
	background-color: #C80B0B;

}
div.rpt_page_title_buttons.rpt_picker_tool {
	background: url('./tools.png') no-repeat center center;
	background-color: #005A8C ;

}
div.rpt_page_title_buttons.rpt_picker_tool_open {
	background: url('./tools.png') no-repeat center center;
	background-color: #005A8C ;

}
div.rpt_page_title_buttons.rpt_download_xls {
	background: url('./export.png') no-repeat center center;
	background-color: #207245;

}
div.rpt_page_title_buttons.rpt_display_settings {
	background: url('./settings.png') no-repeat center center;
	background-color: #79146a ;
}
div.rpt_page_title_buttons.dashboard_layout_reset_user_opts {
	background: url("./reset.png") no-repeat scroll center center;
	background-color: #EF8200 ;
}
div.rpt_page_title_buttons.dashboard_layout_reset_all_opts {
	background: transparent url("./reset.png") no-repeat scroll center center;
	background-color: #EF8200 ;
}
.ui-widget-header {
    border: 0px;
    background: #f3f3f3;
    font-weight: bold;
    color: #000;
}
.ui-widget-header {
	border: 0px;
	background: #C9Cacc;
	font-weight: bold;
	color: #000;
}
div.my_rpt_report_not_shared {
	cursor: pointer;
	width: 26px;
	height: 26px;
	margin-right: 2px;
	display: inline-block;
	background: transparent url("./not-shared.png") no-repeat scroll center center;
	padding-left: 14px;
}
div.my_rpt_report_shared_by_other {
	cursor: pointer;
	width: 26px;
	height: 26px;
	margin-right: 2px;
	display: inline-block;
	background: transparent url("./shared-other.png") no-repeat scroll center center;
	padding-left: 14px;
}
div.my_rpt_report_shared_by_owner {
	cursor: pointer;
	width: 26px;
	height: 26px;
	margin-right: 2px;
	display: inline-block;
	background: url('./shared-owner.png') no-repeat center center;
	padding-left: 14px;
}
div.my_rpt_folder {
	cursor: default;
	width: 50px;
	height: 44px;
	margin-right: 2px;
	display: inline-block;
	background: transparent url("./folder.png") no-repeat scroll center center;
	background-color: #b43d0b;
	border-radius: 2px;
}
div.my_rpt_dashboard {
	cursor: default;
	width: 50px;
	height: 44px;
	margin-right: 2px;
	display: inline-block;
	background: transparent url("./dashboard.png") no-repeat scroll center center;
	background-color: #79146a;
	border-radius: 2px;
}
div.my_rpt_report {
	cursor: default;
	width: 50px;
	height: 44px;
	margin-right: 2px;
	display: inline-block;
	background: transparent url("./report.png") no-repeat scroll center center;
	background-color: #4997d3;
	border-radius: 2px;
}
div.my_rpt_dashboard_tab {
	cursor: default;
	width: 50px;
	height: 44px;
	margin-right: 2px;
	display: inline-block;
	background: transparent url("./tabs.png") no-repeat scroll center center;
	background-color: #b43d0b;
	border-radius: 2px;
}
div.my_rpt_report_sch {
	cursor: pointer;
	width: 52px;
	height: 46px;
	margin-right: 2px;
	display: inline-block;
	background: transparent url("./schedule.png") no-repeat scroll center center;
	background-color: #4997d3;
	border-radius: 2px;
}
div.my_rpt_xls_grp_sch {
	cursor: default;
	width: 50px;
	height: 44px;
	margin-right: 2px;
	display: inline-block;
	background: transparent url("./excel_scheduled.png") no-repeat scroll center center;
	background-color: #207245;
	border-radius: 2px;
}
div.my_rpt_xls_grp {
	cursor: default;
	width: 50px;
	height: 44px;
	margin-right: 2px;
	display: inline-block;
	background: transparent url("./excel.png") no-repeat scroll center center;
	background-color: #207245;
	border-radius: 2px;
}
/*--------- controls ----------------*/
div.my_rpt_action_button {
	cursor: pointer;
	width: 33px;
	height: 28px;
	margin-right: 5px;
	display: inline-block;
	border-radius: 2px;
	background-color: #005A8C;
}
div.my_rpt_action_button.view {
	background: url("./controls-view.png") no-repeat scroll center center !important;
	background-color: #005a8c !important;
}
div.my_rpt_view{
	background: url("./controls-view.png") no-repeat scroll center center !important;
	background-color: #005a8c !important;
	cursor: pointer;
	width: 33px;
	height: 28px;
	margin-right: 5px;
	display: inline-block;
	border-radius: 2px;
}
div.my_rpt_delete_inactive {
    background: transparent url("./controls-delete.png") no-repeat scroll center center;
 	background-color:#ABABAB;
 	cursor: pointer;
	width: 33px;
	height: 28px;
	margin-right: 5px;
	display: inline-block;
	border-radius: 2px;
}
div.my_rpt_action_button.run {
	background: url("./controls-play.png") no-repeat scroll center center !important;
	background-color: #005a8c !important;
}
div.my_rpt_action_button.edit {
	background: url("./controls-edit.png") no-repeat scroll center center !important;
	background-color: #005a8c !important;
}
div.my_rpt_action_button.schedule {
	background: url("./controls-schedule.png") no-repeat scroll center center !important;
	background-color: #005a8c !important;
}
div.my_rpt_action_button.delete {
	background: url("./controls-delete.png") no-repeat scroll center center !important;
	background-color: #C80B0B !important;
}
div.my_rpt_action_button.upload_template {
	background: url("./controls-upload.png") no-repeat scroll center center !important;
	background-color: #207245 !important;
}
div.my_rpt_action_button.seq_up {
   background:url('./seq_up.png') no-repeat center center !important;
   background-color:#005a8c !important;
}
div.my_rpt_action_button.seq_down {
   background:url('./seq_down.png') no-repeat center center !important;
   background-color:#005a8c !important;
}
div.my_rpt_run_report_icon {
    background: url("./controls-play.png") no-repeat scroll center center !important;
	background-color: #005a8c !important;
	cursor: pointer;
	width: 33px;
	height: 28px;
	margin-right: 5px;
	display: inline-block;
	border-radius: 2px;
}
div.my_rpt_run_report_new_icon {
    background: url("./controls-edit.png") no-repeat scroll center center !important;
	background-color: #005a8c !important;
	cursor: pointer;
	width: 33px;
	height: 28px;
	margin-right: 5px;
	display: inline-block;
	border-radius: 2px;
}
div.my_rpt_delete {
    background: url("./controls-delete.png") no-repeat scroll center center !important;
	background-color: #C80B0B !important;
	cursor: pointer;
	width: 33px;
	height: 28px;
	margin-right: 5px;
	display: inline-block;
	border-radius: 2px;
}
div.my_rpt_action_button.upload_template.template_uploaded {
    background: transparent url("./controls-template-uploaded.png") no-repeat scroll center center !important;
	background-color: #005a8c !important;
	cursor: pointer;
	width: 33px;
	height: 28px;
	margin-right: 5px;
	display: inline-block;
	border-radius: 2px;
}
#monthly_schedule {
    background-color: rgba(249, 255, 0, 0.33);
}
#weekly_schedule{
	background-color: rgba(249, 255, 0, 0.33);
}
tr#weekly_interval{
	background-color: rgba(249, 255, 0, 0.33);
}
/* ---------Pickers ------------------*/
input[type="text"], select {
	color: #333;
	background: #ffffff none repeat scroll 0% 0%;
	padding: 2px;
	font-size: 11px;
}
.tool .h2Select {
	font-size: 14pt;
}
.tool .h2Select {
	color: #005A8c;
}
table.apexir_WORKSHEET_DATA tr.even:hover td {
	background-color: rgba(0, 83, 155,.25) !important;
}
.apexir_WORKSHEET_DATA tr.odd:hover td {
	background-color: rgba(0, 83, 155,.25) !important;
}
button {
	border-radius: 2px;
	background: #ef8200 none repeat scroll 0% 0%;
	border: 0px none;
	padding: 5px;
	color: #FFF;
	font-weight: bold;
	min-width: 50px;
	cursor: pointer;
	text-align: center;
	margin-left: 8px;
}
button:hover {
	background-color: #ef8200;
}
.scheduleContentArea1 {
	border-color: #005a8c;
	background: #ffffff none repeat scroll 0% 0%;
	color: #005a8c;
	margin-top:5px;
}
.report_description_heading {
	color: #005a8c;
}
div.filter_rpt_date_tool {
	background: transparent url("./periods.png") no-repeat scroll center center;
	width: 60px;
	height: 50px;
	margin-right: 25px;
	background-color: #6a971f;
	border-radius: 2px;
}
div.filter_rpt_measures_tool {
	background: transparent url("./measures.png") no-repeat scroll center center;
	width: 60px;
	height: 50px;
	margin-right: 25px;
	background-color: #79146a;
		border-radius: 2px;
}
div.filter_rpt_cols_tool {
	background: transparent url("./entities.png") no-repeat scroll center center;
	width: 60px;
	height: 50px;
	margin-right: 25px;
	background-color: #b43d0b;
	border-radius: 2px;
}
div.filter_rpt_filters_tool {
	background: transparent url("./filter.png") no-repeat scroll center center;
	width: 60px;
	height: 50px;
	margin-right: 25px;
	background-color: #4997d3;
	border-radius: 2px;
}
div.filter_rpt_opts_tool {
	background: transparent url("./options.png") no-repeat scroll center center;
	height: 50px;
	margin-right: 25px;
	background-color: #e9a500;
	border-radius: 2px;
}
div.filter_rpt_mapping_tool {
	background: transparent url("./entities.png") no-repeat scroll center center;
	width: 60px;
	height: 50px;
	margin-right: 25px;
	background-color: #b43d0b;
	border-radius: 2px;
}
div.filter_button_run_rpt_now {
	background: transparent url("./run.png") no-repeat scroll center center;
	width: 50px;
	height: 50px;
	background-color: #ef8200;
	border-radius: 2px;
	margin-left:3px;
}
div.filter_button_add_to_my_rpt {
	background: transparent url("./save.png") no-repeat scroll center center;
	width: 50px;
	height: 50px;
	background-color: #ef8200;
	border-radius: 2px;
	margin-left:3px;
}
div.help_icon {
	width: 11px;
	height: 11px;
	margin-right: 2px;
	padding: 5px;
	display: inline-block;
	background: #4997d3 url("./help-small.png") no-repeat scroll center center;
	border-radius: 2px;
	margin-left:5px;
}
div.run_rpt_ajax_loader {
	cursor: pointer;
	width: 51px;
	height: 51px;
	margin-right: 2px;
	display: inline-block;
	background: url('./large_loader.gif') no-repeat center center;
}
div.sel_row_1 {
	background-color: rgba(0, 83, 155, 0.25);
}
div.sel_row_2 {
	background-color: #f2f2f2;
}
div.sel_row_3 {
	background-color: rgba(0, 83, 155, 0.25);
}
div.sel_list_border {
	border: 1px dotted grey;
	background: #fdfdfd none repeat scroll 0% 0%;
}
tr.selected_row {
	background-color: rgba(0, 83, 155, 0.25);
}

/*---------- pickers borders with css ------------ */
.universe_picker {
	margin-left: -2px;
	padding: 9px;
    margin-top: 15px;
	border: solid 1px silver !important;
    background-color: #f0f0f0;
    border-spacing: 1em;
    border-radius: 2px;
    background-image: linear-gradient(#F4F4F4,#E4E4E4);
    box-shadow: 0 1px 2px rgba(0,0,0,.15);
}
.pickerTool select {
	padding: 5px;
	background-color: #fdfdfd;
}
.tool .h2Select {
	font-size: 13pt;
}
#submit_picker_1_submit_now {
	padding-bottom: 15px;
	padding: 5px; 
	border: solid 1px silver !important;
    background-color: #f0f0f0;
    border-spacing: 1em;
    border-radius: 2px;
    background-image: linear-gradient(#F4F4F4,#E4E4E4);
    box-shadow: 0 1px 2px rgba(0,0,0,.15);
	margin-right: 15px;
}
#submit_picker_1_my_report {
	padding-bottom: 15px;
	padding: 5px; 
	border: solid 1px silver !important;
    background-color: #f0f0f0;
    border-spacing: 1em;
    border-radius: 2px;
    background-image: linear-gradient(#F4F4F4,#E4E4E4);
    box-shadow: 0 1px 2px rgba(0,0,0,.15);
}
#picker_submit_submit_now {
	padding-bottom: 15px;
	padding: 5px; 
	border: solid 1px silver !important;
    background-color: #f0f0f0;
    border-spacing: 1em;
    border-radius: 2px;
    background-image: linear-gradient(#F4F4F4,#E4E4E4);
    box-shadow: 0 1px 2px rgba(0,0,0,.15);
	margin-right: 15px;
}
#picker_submit_my_report {
	padding-bottom: 15px;
	padding: 5px; 
	border: solid 1px silver !important;
    background-color: #f0f0f0;
    border-spacing: 1em;
    border-radius: 2px;
    background-image: linear-gradient(#F4F4F4,#E4E4E4);
    box-shadow: 0 1px 2px rgba(0,0,0,.15);
}
#period_picker_1 {
	padding-bottom: 15px;
	margin-top: 15px;
	padding: 5px; 
	border: solid 1px silver !important;
    background-color: #f0f0f0;
    border-spacing: 1em;
    border-radius: 2px;
    background-image: linear-gradient(#F4F4F4,#E4E4E4);
    box-shadow: 0 1px 2px rgba(0,0,0,.15);
	}
#measure_picker_1 {
	margin-top: 15px;
	padding: 5px;
	border: solid 1px silver !important;
    background-color: #f0f0f0;
    border-spacing: 1em;
    border-radius: 2px;
    background-image: linear-gradient(#F4F4F4,#E4E4E4);
    box-shadow: 0 1px 2px rgba(0,0,0,.15);
}
#map_picker_1 {
	margin-top: 15px;
	padding: 5px;
	border: solid 1px silver !important;
    background-color: #f0f0f0;
    border-spacing: 1em;
    border-radius: 2px;
    background-image: linear-gradient(#F4F4F4,#E4E4E4);
    box-shadow: 0 1px 2px rgba(0,0,0,.15);
}
#entity_picker_1 > div[id^='entity_picker_1_'] {
	margin-top: 15px;
	padding: 5px;
	border: solid 1px silver !important;
    background-color: #f0f0f0;
    border-spacing: 1em;
    border-radius: 2px;
    background-image: linear-gradient(#F4F4F4,#E4E4E4);
    box-shadow: 0 1px 2px rgba(0,0,0,.15);
}
div[id^='entity_picker_1_'][id*="_sel_entity"] {
	border: 1px dotted #808080;
	background-color: #fff;
	padding: 5px;
	margin-top: 15px;
	border-spacing: 1em;
	box-shadow: 0px 0px 0px #BFBFBF;
	border-radius: 2px;
}
div[id^='entity_picker_1_'][id*="_entity_from"] {
	border: 1px dotted #808080;
	background-color: #fff;
	padding: 5px;
	margin-top: 15px;
	border-spacing: 1em;
	box-shadow: 0px 0px 0px #BFBFBF;
	border-radius: 2px;
}
div[id^='entity_picker_1_'][id*="_status"] {
	border: 0px dotted #808080;
	padding: 5px;
	margin-top: 15px;
	border-spacing: 1em;
	box-shadow: 0px 0px 0px #BFBFBF;
	border-radius: 0px;
}

div[id^='entity_picker_1_'][id*="_help"] {
	border: 0px solid #4997d3;
	padding: 5px;
	border-spacing: 1em;
	box-shadow: 0px 0px 0px #BFBFBF;
	border-radius: 2px;
	/*background: #ffffff none repeat scroll 0% 0%;*/
	color: #00539B;
	margin-top:5px;
}
#options_picker_1 {
	margin-top: 15px;
	padding: 5px;
	border: solid 1px silver !important;
    background-color: #f0f0f0;
    border-spacing: 1em;
    border-radius: 2px;
    background-image: linear-gradient(#F4F4F4,#E4E4E4);
    box-shadow: 0 1px 2px rgba(0,0,0,.15);
}
div.picker_border_top_left {
	display: none;
}
div.picker_border_top_mid {
	display: none;
}
div.picker_border_top_right {
	display: none;
}
div.picker_border_mid_left {
	display: none;
}
div.picker_border_mid_right {
	display: none;
}
div.picker_border_bot_left {
	display: none;
}
div.picker_border_bot_mid {
	display: none;
}
div.picker_border_bot_right {
	display: none;
}
td.picker_border_top_left {
	display: none;
}
td.picker_border_top_mid {
	display: none;
}
td.picker_border_top_right {
	display: none;
}
td.picker_border_mid_left {
	display: none;
}
td.picker_border_mid_right {
	display: none;
}
td.picker_border_bot_left {
	display: none;
}
td.picker_border_bot_mid {
	display: none;
}
td.picker_border_bot_right {
	display: none;
}
textarea { /*save box*/
	color: #5F6874;
	background: #ffffff none repeat scroll 0% 0%;
	border: 1px dotted #808080;
	padding: 2px;
}
div.div_selection {
	background-color: #005a8c;
	color: #FFFFFF
}
/* ----------------History Table Layout ------------------------------*/
.apexir_WORKSHEET_DATA th { /*header on table layout */
	background: #C9Cacc scroll 0% 0%;
	font-weight: bold;
	color: #005a8c;
	border-top: 0px solid #669cba;
	border-bottom: 0px solid #669cba;
	white-space: nowrap;
	font-size: 12px;
}
.apexir_WORKSHEET_DATA th div {
	color: #005a8c;
}
.apexir_WORKSHEET_DATA th.current { /*background on selected field */
	background: #F4F2E6 repeat scroll 0% 0%;
}
/*---------------- library -------------------------------*/
tr.highlight-row {
	background-color: rgba(0, 83, 155, 0.25);
}
.apexir_WORKSHEET_DATA th div a {
	color: #005a8c;
}
/*---------------------my profile ------------------*/
.t16ValueAttributePairsCustom {
	border: 1px solid #005a8c;
	background-color: #e7e7e7;
	padding: 2px;
	border-collapse: separate;
	color: #005a8c;
}
/*------------------- custom groups --------------*/
.help {
	color: #005a8c;
	border-radius: 2px;
}
/*---------------- new report ---------------------*/
.tooltip {
	font-family: Verdana, sans-serif;
	color: #005a8c;
	font-style: normal;
}
h1.tooltip {
	color: #005a8c;
	font-family: Verdana, sans-serif;
}
/*---------------- Main Menu Elements-----------------------*/
#app_report_menu_container {
	background-color: #005a8c;
	height: 40px;
}
ul.nav_menu > li {
	border-right: 1px solid white;
	margin: 0px;
}
ul.nav_menu > li > a {
	background: #005a8c;
	color: white;
	font-size: 16px;
	height: 40px;
	line-height: 40px;
	padding-left: 10px;
	padding-right: 10px;
	font-weight: bold;
}
ul.nav_menu > li:hover > a {
	background: white;
	color: #005a8c;
	text-decoration: none;
	font-weight: bold;
}
ul.nav_menu ul li.has_children > a { /*submenu with child menus*/
	color: #005a8c;
	height: 20px;
	border-bottom: 1px dotted #005a8c;
	padding-top: 7px;
	vertical-align: middle;
}
ul.nav_menu {
	list-style: outside none none;
}
ul.nav_menu a {
	display: block;
	padding: 0px;
	text-decoration: none;
	border-style: none;
}
ul.nav_menu ul li {
	padding-top: 0px;
	float: none;
	margin: 0px;
	padding-left: 5px;
	padding-right: 5px;
	background-color: #f0f0f0;
	min-width: 175px;
}
ul.nav_menu ul li {
	background-color: #f0f0f0;
	margin-left: 0px;
}
ul.nav_menu ul {
	background: #f0f0f0 none repeat scroll 0 0;
	box-shadow: 0 2px 5px #555;
	left: -9999px;
	list-style: outside none none;
	min-width: 220px !important;
	padding: 0 0 7px;
	position: absolute;
	z-index: 100;
}
ul.nav_menu a {
	display: block;
	padding: 3px;
	background: #f0f0f0 none repeat scroll 0% 0%;
	text-decoration: none;
	border-style: none;
	font-weight: normal;
	color: #005a8c;
}
ul.nav_menu li:hover ul li a:hover {
	background: rgba(0, 83, 155, 0.45) none repeat scroll 0 0;
	color: #ffffff;
}
ul.nav_menu ul li ul {
	background: #f0f0f0 none repeat scroll 0 0;
	box-shadow: 0 2px 5px #555;
	left: -9999px;
	list-style: outside none none;
	min-width: 220px;
	padding: 0 0 7px;
	position: absolute;
	z-index: 100;
}
.nav_menu ul {
	position: absolute;
	white-space: nowrap;
	z-index: 1;
	left: -99999em;
}
.nav_menu > li:hover > ul {
	left: auto;
	padding-top: 5px;
	min-width: 100%;
}
.nav_menu > li li ul {
	border-left: 1px solid #fff;
}
.nav_menu > li li:hover > ul {
	margin-left: 1px;
	left: 100%;
	top: -1px;
	padding-top: 3px;
}
.close > h1 {
	font-weight: bold;
	font-size: 10pt;
	color: #000000;
}
#my_report_information_content {
	color: #000000;
}
ul.nav_menu li:hover a {
	background: #f0f0f0;
}
ul.nav_menu ul li.subheading {
	color: #005a8c;
	display: none; /*hides sub titles on dropdown*/
}
/*---------------------------------------------------------------*/
.nav_menu > li:hover, .nav_menu > li:hover >a {
	border-bottom-color: #aaa;
	background-color: #fff;
	color: #005a8c;
}
.nav_menu li:hover > a {
	color: #005a8c;
	background-color: #fff;
}
.nav_menu li a:first-child:nth-last-child(2):before {
	content: "";
	position: absolute;
	height: 0;
	width: 0;
	border: 5px solid transparent;
	top: 50%;
	right: 5px;
}
/* arrow hover styling */

.nav_menu li li > a:first-child:nth-last-child(2):before { /*sideways arrows*/
	border-left-color: #005a8c;
	margin-top: -5px
}
.nav_menu li li:hover > a:first-child:nth-last-child(2):before {
	border: 5px solid transparent;
	border-right-color: #ef8200;/* arrow to the left/right */
	right: 10px;
}
/*------------upload a file ----------*/
table.apexir_WORKSHEET_DATA {
	border-radius: 2px;
	border: 0px solid #F0F0F0;
	border-collapse: separate;
}
.apexir_TOOLBAR_CLOSE{
	padding:0px 8px 8px 0px;
}
/* ------------- dashboard tab styling  ------------------ */
div.load_msg {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    padding: 50px 0px 0px 0px;
    width: 100%;
    height: 1000px;
    background-color: #000;
    background-repeat: no-repeat;
    background-position: 10px 10px;
    background-image: url("retail_insights/feedback_info.png");
    border: 1px solid #000;
    opacity: 0.9;
    font-weight: bold;
	font-size:20px;
    color: #fff;
    z-index: 99;
}
div.load_msg_content {
    width: 25%;
    height: 25%;
    margin: 0px auto;
    background-color: #FFF;
    border: 1px solid #FFF;
    opacity: 1;
    font-weight: bold;
    color: #00529B;
    text-align: center;
    z-index: 999;
	border-radius: 2px;
}
.dashboard_tab_container {
	width: 100%;
	float: left;
	background: url(./tab_11.png) bottom repeat-x;/* -- horizontal bar*/
}
.dashboard_tab_left, .dashboard_tab_right {
	height: 75px;
	width: 25px;
}
.dashboard_tab_left {
	float: left;
	background: url(./tab_03.png) no-repeat;/* -- horizontal bar end*/
}
.dashboard_tab_right {
	float: right;
	background: url(./tab_19.png) no-repeat;/* -- horizontal bar end*/
}
table.dashboard_tab_active, table.dashboard_tab_inactive {
	border-style: none;
	border-width: 0;
	border-collapse: collapse;
	border-spacing: 0;
	float: left
}
table.dashboard_tab_active tr td:first-child, table.dashboard_tab_active tr td:last-child, table.dashboard_tab_inactive tr td:first-child, table.dashboard_tab_inactive tr td:last-child {
	height: 75px;
	width: 22px;
}
table.dashboard_tab_active tr td:first-child {
	background: url(./tab_05.png) no-repeat;
	padding: 0;
}
table.dashboard_tab_active tr td:nth-child(2) {
	background: url(./tab_07.png) repeat-x;
	padding-top: 21px;
	vertical-align: top;
}
table.dashboard_tab_active tr a {
	color: #ffffff;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
}
table.dashboard_tab_inactive tr a {
	color: #fff;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
}
table.dashboard_tab_active tr td:last-child {
	background: url(./tab_09.png) no-repeat;
}
table.dashboard_tab_inactive tr td:first-child {
	background: url(./tab_13.png) no-repeat;
	padding: 0;
}
table.dashboard_tab_inactive tr td:nth-child(2) {
	background: url(./tab_15.png) repeat-x;
	padding-top: 21px;
	vertical-align: top;
}
table.dashboard_tab_inactive tr td:last-child {
	background: url(./tab_17.png) no-repeat;
}
.report_layout_tab {
	_overflow: auto;
	width: 100%
}
div.drilldown_menu {
	background: white;
	border-radius: 2px;
	padding: 10px;
	box-shadow: 0px 2px 15px #555555;
}
div.drilldown_menu > h1 {
	font-size: 10pt;
}
/*----------- charts -------------*/
.dashboard_report_container .reportTitle {
	cursor: move;
	background-color: #005a8c;
	color: #FFFFFF;
	padding: 2px 10px 2px 10px;
	border-radius: 2px;
	border-bottom: 2px solid #d3d3d3;
	border-right: 2px solid #d3d3d3;
 	padding-left: 5px
}
.RegionHeaderLight td, .RegionHeaderLight th, .RegionHeaderLight {
	text-align: left;
	background-color: #FFF;
	border-bottom: 2px solid #D3D3D3;
	background-image: none;
	width: auto;
	font-weight: normal;
	padding-bottom: 5px;
	padding-top: 5px;
	border-radius: 0px;
}
.ui-widget-content a {
	color: #005a8c;
}
.anychart-credits {
    display: none;
}
table.formRegionLight {
    background-color: #ececec;
}
#file_upload_dialog {
    background-color: #ececec;
}
span.formRegionLight2 {
	border-radius: 2px;
}

span.formRegionLight2 table {
	width: 100%;
	background-color: #f0f0f0;
	border-radius: 2px;
}
.ui-dialog .ui-dialog-content {
    background: #ececec none repeat scroll 0% 0%;
}
.report_description_content {
    color: #000;
}
/*---------Library File Tree------------------*/

.jstree-default-small > .jstree-striped {
    background-size: auto 50px;
}
.jstree-default-small .jstree-anchor {
    line-height: 25px;
    height: 25px;
    font-size: 14px;
}
#jstree_library_browser {
height: 20px;
}
.jstree-default-small .jstree-icon:empty {
    width: 18px;
    height: 20px;
    line-height: 20px;
}
i.file{
    width: 18px;
    height: 20px;
    line-height: 20px;
}
input.jstree{
color: #333;
background: #ededed none repeat scroll 0% 0%;
padding: 2px;
font-size: 12px;
height: 25px;
margin-bottom: 10px;
border-radius: 2px;
padding-left: 5px;
}
.jstree_open_all {
border: 0;
box-shadow: 0 0 0 0;
font-family: Verdana, sans-serif;
background: #002b5c;
font-weight: bold;
border-radius: 2px;
color: #fff;
padding: 7px;
margin-bottom: 1px;
padding-top: 8px;
padding-right: 8px;
}
/*---------Library File Tree------------------*/

.jstree-default-small > .jstree-striped {
    background-size: auto 50px;
}
.jstree-default-small .jstree-anchor {
    line-height: 25px;
    height: 25px;
    font-size: 14px;
}
#jstree_library_browser {
height: 20px;
}
.jstree-default-small .jstree-icon:empty {
    width: 18px;
    height: 20px;
    line-height: 20px;
}
input.jstree{
color: #333;
background: #ededed none repeat scroll 0% 0%;
padding: 2px;
font-size: 12px;
height: 25px;
margin-bottom: 10px;
border-radius: 2px;
padding-left: 5px;
}
.jstree_toggle {
background-color: #ef8200;
border-radius: 2px;
color: #FFF;
border: medium none;
text-transform: capitalize;
font-family: arial;
font-size: 12px;
position: relative;
padding: 7px;
margin-bottom: 1px;
padding-top: 7px;
padding-right: 8px;
font-weight:bold;
margin-left:10px;
}
.jstree_toggle:hover {
	background-color: #ef8200 ;
}

.app_data_mode {
height:4px;
width:4px;
left:450px;
top:33px;
}
.app_data_mode.offline {
  background-color:#F06A24;
}
.app_data_mode.online {
  display:none;
}
table.reportTableNoWrap tr th {
    border: 1px #f3f3f3 solid;
    text-align: center;
    font-weight: bold;
    background-color: #F0F0F0 !important;
    empty-cells: show;
    padding: 5px 3px;
    color: #333 !important;
    font-size: 11px;
    letter-spacing: 0;
    text-transform: capitalize;
    font-style: normal !important;
	white-space: normal;
	color: #005a8c !important;
}

element.style {
}
table.reportTableNoWrap tr td {
    empty-cells: show;
    vertical-align: middle;
    background: #F8F8f8;
    border: 1px #f3f3f3 solid;
    font-size: 8pt;
    padding: 2px 5px 2px 5px;
    empty-cells: show;
    font-family: Arial, Helvetica, Geneva, sans-serif;
    color: black;
    white-space: nowrap;
}
td.reportData {
	background: #fff;
	padding: 5px !important;
}
.info, .success, .warning, .error, .validation, .confirm, .progress, .t16success, .t16notification, .help {
    border: 1px solid;
    margin: 0px 5px 0px 5px;
    padding: 20px 10px 5px 50px;
    background-repeat: no-repeat;
    background-position: 10px center;
}
body.pageBody{
display: block;
}
.a-Error-button {
display:none !important;
}
.a-Error a {
	text-decoration:none;
	color: #ffffff;
    font-size: large;
    background: #005A8C;
    padding: 5px 15px 5px 15px;
}



