﻿#Report_MainReportPartial
{
    overflow-y:auto;
    width:52%;
    float:left;
    height:600px;
    margin: 5px;
}

.AdminReportArea
{
    border: 1px solid #999;
    min-height:600px;
}

#Report_LiteDivs
{
    width:42%;
    float:left;
    font-size:8pt;
    height:600px;
    margin: 5px;
}

#Report_LiteReport1Partial
{
    border: 1px solid #999;
    height: 280px;
    overflow-y:auto;
}

#Report_LiteReport2Partial
{
    border: 1px solid #999;
    height: 280px;
    overflow-y:auto;
}

#Report_EntityMsg
{
    color:Red;
}

.ReportSpace
{
    float:left;
    width:50px;
    height:700px;
}
.ReportPartial
{
    float:left;
    min-height:450px;
    width: 1000px;     
}

.header
{
    background:url('../Content/Images/Report/BalloonHeaderBG.png') !important;
}

.reportHost
{
    width:99.9%;
    height:100%;
    border:1px solid #ccc;
}

.headerReportName
{
    float: right;
    margin-top:30px;
    margin-right:10px;
}

#reportHeader
{
    height:70px;
    width:100%;
    position: relative;
    margin-bottom: 0px;
    color: #000;
    padding: 0;
}

#reportLogo
{
    background-image:url('../../Images/Report/CompanyLogo.png');
    width:170px;
    height:70px;
    margin-right:0px;
    margin-left:10px;
    margin-top:0px;
    float:left;   
}

.reportNameHeader
{
    font-weight:200;
    font-size:large;
    background-color:#808080;
    width:100%;
    border-bottom:1px solid #000000;
    color:#000000;
}

.manageReportHeader
{
    font-weight: bold;
    font-size: 22px;
    margin-top: 0px;
    margin-bottom: 3px;    
}

.manageReportSubHeader
{
    font-weight: bold;
    font-size: 14px;
    margin-top: 0px;
    margin-bottom: 3px;    
}

.hideLink
{
     display:none;
}

.itemsHolderDivHeight
{
    height:100px;
    overflow:auto;
}

.itemsHolderDiv
{
    border:1px solid black;
    left:150px;
    position:absolute;
    width:100%;
    z-index:9999;
}

.itemDivHovered
{
    background-color:Gray;
}

.itemDiv
{
    width:100%;
}

.reportActions
{
    display:none;
    z-index:100;
}

.reportActions ul
{
    padding:0;
    margin:0;
    list-style-type:none;
    border-bottom: 1px solid #333333;
    border-top:0;
    z-index:100;
}

.reportActions li
{
    display: block;

}

.arrowUp
{
    vertical-align:middle;
    display:none;
}

.arrowDown
{
    vertical-align:middle;
}

.reportParameters
{
    background: url("/Content/Images/Report/JQueryUI/ui-bg_highlight-soft_75_cccccc_1x100.png") repeat-x scroll 50% 50% #CCCCCC;
    border: 1px solid #AAAAAA;
    color: #222222;
    font-weight: bold;
    cursor:pointer;
    color: black;
    font-weight: bold;
    padding: 2px 2px 2px 10px;
}

.reportParametersExpanded
{
    background-color: #EEEEEE;
    border-bottom: 1px solid #AAAAAA;
    position: relative;
    color: #000000;
}

.reportParametersExpandedReset
{
    background-color:#d4d4d4;
    border-bottom: 1px solid #AAAAAA;
    position:relative;
    text-align:right;
}

.labelfor
{
    width:150px;
    float:left;
}

.multiselectScrollableDiv
{
	overflow:auto;
	border:1px solid black;
	height:50;
	width:100;
}

.sliderWidth
{
	width:600Px !important;
	height:70px;
}

.asLink
{
    border:0;
    background:none;
    text-decoration:none;
    margin:0;
    padding:0 0 3 0;
    color:#9f2f2d;
}

.asLinkHovered
{
    color:#333333;
}

.show
{
    display:block;
}

.reportContents
{
    padding-left:0.5%;
    padding-right:0.5%;
    width:99%;
    z-index:1;
}

.exportAsAction
{
    display: none;
    background-color: #CFCFCF;
    text-align: center;
}

.fullWidth
{
    width:100%;
}

.leftCol
{
    float:left;
    width:50%;
}

.rightCol
{
    float:right;
    width:50%;
}

.clearCol
{
    clear:both;
}

.loaderbg
{
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
    opacity: 0.6;
    width: 100%;
    height: 100%;
    position:absolute;
    top:0;
    left:0;
    vertical-align:middle;
    text-align:center;
    background: #aaaaaa url('/Content/Images/Report/JqueryUI/ui-bg_flat_0_aaaaaa_40x100.png') repeat;
    z-index:9998;
}

.loader
{
    width: 100%;
    height: 100%;
    background: url('/Content/Images/Report/chaser.gif') center no-repeat;
    z-index:9999;
}

.loaderbgReportHost
{
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
    opacity: 0.6;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    background: #aaaaaa url('/Content/Images/Report/JqueryUI/ui-bg_flat_0_aaaaaa_40x100.png') repeat;
    z-index:9998;
}

.loaderReportHost
{
    width: 100%;
    height: 100%;
    background: url('/Content/Images/Report/chaser.gif') center no-repeat;
    z-index:9999;
}

.disabledReportet
{
    background-color:Gray;
}

.generateReportParams
{
    background-color:#C0C0C0;
    width:100%;
    position:relative;
}
/*ie8 fix*/
.generateReportParams div {
    width: 370px;
}


/*
 * Report Chart Styling
 */

.reportTableTitle
{
    display:none;
}
.reportChart {
    
}

/*
 * Table, TH, TR, TD Styling
 */

.reportAverage {
    
}

.reportBrush {
    
}

.reportBrushHide {
    display: none;
}

.reportBrush_ {
    
}

.reportCount {
    
}

.reportData {
    background-color: #FFFFFF;
}

.reportMax {
    
}

.reportMin {
    
}

tr.reportSubTotal td {
    border: 1px solid #D3D3D3;
    background: #efefef;
    font-weight: bold;
    color: #4C607A;
}

.reportSum {
    
}

tr.reportTotal {
    border: 1px solid #D3D3D3;
    background: #EFEFEF;
    font-weight: bold;
    color: #4C607A;
}

tr.reportZebra {
    background: #eee;
}

/*
 * jQuery UI specific styling
 */
 
.paging_two_button .ui-button {
	float: left;
	cursor: pointer;
	* cursor: hand;
}

.paging_full_numbers .ui-button {
	padding: 2px 6px;
	margin: 0;
	cursor: pointer;
	* cursor: hand;
}

.dataTables_paginate .ui-button {
	margin-right: -0.1em !important;
}

.paging_full_numbers {
	width: 350px !important;
}

.dataTables_wrapper .ui-toolbar {
	border-radius: 0;
  padding: 2px;
}

.dataTables_paginate {
	width: auto;
}

.dataTables_info {
	padding-top: 3px;
}

table.reportTable thead th {
	padding: 3px 0px 3px 10px;
	cursor: not-allowed;
    color:White  !important;
    font-weight:bold;
    background-color: #3698dc;
    font-family:Arial !important;
    border: 0 !important;

}

table.reportTable thead tr th.reportSort {
    cursor:pointer;
    cursor: hand;
}

table.reportTable thead tr th.reportSortAsc {
    cursor:pointer;
    cursor: hand;
}

table.reportTable thead tr th.reportSortDesc {
    cursor:pointer;
    cursor: hand;
}

div.dataTables_wrapper .ui-widget-header {
	font-weight: normal;
}

/*
 * Sort arrow icon positioning
 */
 
table.reportTable thead th div.DataTables_sort_wrapper {
	position: relative;
	padding-right: 20px;
	padding-right: 20px;
}

table.reportTable thead th div.DataTables_sort_wrapper span {
	position: absolute;
	top: 50%;
	margin-top: -8px;
	right: 0;
}

/*
 * DataTables features
 */

.dataTables_wrapper {
	position: relative;
	/*min-height: 302px;
	_height: 302px;*/
	clear: both;
}

.dataTables_processing {
	position: absolute;
	top: 0px;
	left: 50%;
	width: 250px;
	margin-left: -125px;
	border: 1px solid #ddd;
	text-align: center;
	color: #999;
	font-size: 11px;
	padding: 2px 0;
}

.dataTables_length {
	width: 40%;
	float: left;
}

.dataTables_filter {
	width: 50%;
	float: right;
	text-align: right;
}

.dataTables_info {
	width: 50%;
	float: left;
}

.dataTables_paginate {
	float: right;
	text-align: right;
}

/* Pagination nested */
.paginate_disabled_previous, .paginate_enabled_previous, .paginate_disabled_next, .paginate_enabled_next {
	height: 19px;
	width: 19px;
	margin-left: 3px;
	float: left;
}

.paginate_disabled_previous {
	background-image: url('/Content/Images/Report/DataTables/back_disabled.jpg');
}

.paginate_enabled_previous {
	background-image: url('/Content/Images/Report/DataTables/back_enabled.jpg');
}

.paginate_disabled_next {
	background-image: url('/Content/Images/Report/DataTables/forward_disabled.jpg');
}

.paginate_enabled_next {
	background-image: url('/Content/Images/Report/DataTables/forward_enabled.jpg');
}

/*
 * DataTables reportTable
 */
 
table.reportTable {
	margin: 0;
	width: 100%;
	clear: both;
	border-collapse: collapse;
	border: 1px solid #d3d3d3;
}

table.reportTable tfoot th {
	padding: 3px 0px 3px 10px;
	font-weight: bold;
	font-weight: normal;
}

table.reportTable tr.heading2 td {
	border-bottom: 1px solid #aaa;
}

table.reportTable td {
	padding: 3px 10px;
	color:#3C4452;
}

table.reportTable td a {
    color: #0974bf;
}

table.reportTable td a img
{
    border: 0;
}

table.reportTable td.left {
	text-align: left;
}

table.reportTable td.right {
	text-align: right;
}

table.reportTable td.center {
	text-align: center;
}

/*
 * DataTables sorting
 */

.sorting_asc {
	background: url('/Content/Images/Report/DataTables/sort_asc.png') no-repeat right center;
}

.sorting_desc {
	background: url('/Content/Images/Report/DataTables/sort_desc.png') no-repeat right center;
}

.sorting {
	background: url('/Content/Images/Report/DataTables/sort_both.png') no-repeat right center;
}

.sorting_asc_disabled {
	background: url('/Content/Images/Report/DataTables/sort_asc_disabled.png') no-repeat right center;
}

.sorting_desc_disabled {
	background: url('/Content/Images/Report/DataTables/sort_desc_disabled.png') no-repeat right center;
}

/*
 * Sorting classes for columns
 */

tr.reportZebra td.sorting_1 {
	background-color: #F2F2F2;
}

tr.reportZebra td.sorting_2 {
	background-color: #F2F2F2;
}

tr.reportZebra td.sorting_3 {
	background-color: #F2F2F2;
}

tr td.sorting_1 {
	background-color: #FAFAFA;
}

tr td.sorting_2 {
	background-color: #FAFAFA;
}

tr td.sorting_3 {
	background-color: #FAFAFA;
}

/*
 * Misc
 */
 
.dataTables_scroll {
	clear: both;
}

.top, .bottom {
	padding: 15px;
	background-color: #F5F5F5;
	border: 1px solid #CCCCCC;
}

.top .dataTables_info {
	float: none;
}

.clear {
	clear: both;
}

.dataTables_empty {
	text-align: center;
}

tfoot input {
	margin: 0.5em 0;
	width: 100%;
	color: #444;
}

tfoot input.search_init {
	color: #999;
}

td.group {
	background-color: #d1cfd0;
	border-bottom: 2px solid #A19B9E;
	border-top: 2px solid #A19B9E;
}

td.details {
	background-color: #d1cfd0;
	border: 2px solid #A19B9E;
}

.example_alt_pagination div.dataTables_info {
	width: 40%;
}

.paging_full_numbers span.paginate_button,
 	.paging_full_numbers span.paginate_active {
	border: 1px solid #aaa;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	padding: 2px 5px;
	margin: 0 3px;
	cursor: pointer;
	*cursor: hand;
}

.paging_full_numbers span.paginate_button {
	background-color: #ddd;
}

.paging_full_numbers span.paginate_button:hover {
	background-color: #ccc;
}

.paging_full_numbers span.paginate_active {
	background-color: #99B3FF;
}

table.reportTable tr.row_selected td {
	background-color: #B0BED9;
}

table.reportTable tr.reportZebra.row_selected td {
	background-color: #9FAFD1;
}

/*
 * Column Visibility Styling
 */

.ColVis {
	float: right;
	margin-bottom: 0px;
}

.ColVis_Button {
	position: relative;
	float: left;
	margin-right: 0px;
	padding: 3px 5px;
	height: 30px;
	border: 1px solid #d0d0d0;
	cursor: pointer;
	*cursor: hand;
}

.ColVis_DropList_Button
{
    background: #808080!important;
    border-top: 1px solid #333333 !important;
}

button.ColVis_Button::-moz-focus-inner { 
	border: none !important;
	padding: 0;
}

.ColVis_text_hover {
	border: 1px solid #999;
	background-color: #f0f0f0;
}

div.ColVis_collectionBackground {
	background-color: black;
	z-index: 1100;
}

div.ColVis_collection {
	position: relative;
	width: 150px;
	padding: 0 0 0 0;
	border-right: 1px solid #333333 !important;
    border-left: 1px solid #333333 !important;
	border-bottom: 1px solid #333333 !important;
	z-index: 1102;
}

div.ColVis_collection button.ColVis_Button {
	/*background-color: white;*/
	width: 100%;
	float: none;
}

div.ColVis_catcher {
	position: absolute;
	z-index: 1101;
  padding: 3px 5px;
}

.disabled {
	color: #999;
}

button.ColVis_Button {
	text-align: left;
	height:25px;
}

div.ColVis_collection button.ColVis_Button:hover {
	border: 1px solid #999;
	background-color: #f0f0f0;
}

span.ColVis_radio {
	display: inline-block;
	width: 20px;
}

span.textSize
{
    font-size: 10px;
}

/*
 * Column ReOrdering Styling
 */

table.DTCR_clonedTable {
	background-color: white;
	z-index: 202;
}

div.DTCR_pointer {
	width: 1px;
	background-color: #0259C4;
	z-index: 201;
}

body.alt div.DTCR_pointer {
	margin-top: -15px;
	margin-left: -9px;
	width: 18px;
	background: url('/Content/Images/Report/DataTables/insert.png') no-repeat top left;
}

/* css for timepicker */
.ui-timepicker-div .ui-widget-header { margin-bottom: 8px; }
.ui-timepicker-div dl { text-align: left; }
.ui-timepicker-div dl dt { height: 25px; margin-bottom: -25px; }
.ui-timepicker-div dl dd { margin: 0 10px 10px 65px; }
.ui-timepicker-div td { font-size: 90%; }
.ui-tpicker-grid-label { background: none; border: none; margin: 0; padding: 0; }

.ui-timepicker-rtl{ direction: rtl; }
.ui-timepicker-rtl dl { text-align: right; }
.ui-timepicker-rtl dl dd { margin: 0 65px 10px 10px; }

/*
Report Header Content styling
*/
.HeaderContent  {width:100%;}
.HeaderContent .HeaderRow .label { width:150px;font-weight:bold;}
.HeaderContent .HeaderRow .value { width:250px;}
.HeaderContent .HeaderRow .space { width:150px;}

.HeaderImage {width:100%;}
.HeaderImage .header { width:400px;float: left;text-align: center;}
.HeaderImage .placeHolder{ width:400px;float: left;}
.HeaderImage .image{ float: left;}

.allContent {width:1170px; /*height:450px;*/}
/*.StandardLeftNavigation {height:450px;}*/

.hideRow
{
    display:none;
}

#incompleteDataMessage, .report_notes
{
    width:99%;
    text-align:right;
    margin-top:0.5%;
    margin-right:0.5%;
    font-weight:bold;
    font-size:80%;
    clear:both;
    float:right;
}

.journeyNoteHideImage{display:none}
#currentNote {
    width: 360px;
    height: 200px;
    resize: none;
}
.noteAction{ width: 200px;position: relative;float: left;}
.noteLength {
     width: 165px;
     position: relative;
     float: left;
    text-align: right;
    padding-top: 7px;
}
.noteDiv {
     width: 400px;
     height: 250px;
     position: fixed;
    background-color: #FAD757;
    color: #000000;
    border: thin solid #000;
    padding: 10px;
}

.noteTextLimitClose{ color: #F00;}
.journeyPlaybackIcon{ width: 16px;height: 16px;}

a.arrowLeft
{
    text-decoration:none;
    vertical-align:middle;
    float:right;
    margin-left:5px;
    margin-right:25px;
    padding:0px;
}

a.arrowLeft img
{
    border-style:none;
}

.cellFuelData {
    background-color: #E1F8BE;
    font-weight: bold;
}

.ActionsRow {
    background-color: #fff !important;
    border-left: solid 1px #333333;
    border-bottom: dotted 1px #333333;
    border-right: solid 1px #333333;
    padding: 5px;
}

.ActionsRow a:link,
.ActionsRow a:active,
.ActionsRow a:hover,
.ActionsRow a:visited
{
    text-decoration: none;
    color: Black;
    font-size: 100%;
}

.button  {
    margin: 0 3px 0 0;
    padding: 4px;
    font-weight: bold;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    color: white!important;
    background-color: #3698dc;
    cursor: pointer;
    font-size: 1em !important;
    font-family: Arial, Verdana, Helvetica, Sans-Serif !important;
    padding: 3px;
    border: none;
    background-image: none;
    border-radius: 0;
}
.button:hover {
  background-color: #0974bf!important;
}

#divSvrRptParam_3 {
    display: none;
}

/*jquery ui overides*/
.reportParameters, .ui-widget-header {
  background-image: none;
} 
.ui-widget-header {
  background: #f0f0f0!important;
}
.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
  border-radius: 0px!important;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.ColVis_Button span {
  font-weight: bold;
}
.ColVis > .ColVis_Button {
  padding: 3px 5px
}
#generateReportParamsDiv label {
  font-size: 90%;
}