@CHARSET "ISO-8859-1";

--.ui-datatable {
	--width: 100%;
	--padding: 4px 10px;
    --overflow: hidden;
    --border-width: 3px;
    --border-style: solid;
    --border-color: orange;
    --text-align: right;
    --font-family: Arial, sans-serif;
    --font-size: 10px;
    --align: center;
--}

--.ui-datatable-header {
    --width: 100%;
    --padding: 4px 10px;
    --overflow: hidden;
    --border-width: 1px;
    --border-style: solid;
    --text-align: right;
    --font-size: 32px;
    --color: green;
--}

.ui-datatable.colGroup table, .ui-datatable-resizable.colgroup table {
    table-layout: auto !important;
}

.myLayoutStyleClass .ui-layout-unit-header {
    --background: #A36685;
}

.myLayoutStyleClass .ui-layout-unit-content {
  -- background: #A36685;
}


.ui-widget {
	--font-size: 100%;
	font-size: 12px;
}

.ui-paginator a, .exporter .ui-datatable-header a {
    float: right;
    margin-left: 5px;
}

.ui-panelgrid td, .ui-panelgrid tr {
    border-style: none !important
}

--.ui-paginator {
	--text-align: left ! important;
--}

--.ui-paginator span {
	--text-align: left ! important;
--}

.ui-widget-overlay {
    opacity: 0.1;
}

--.confFilesLoginTabs .ui-menuitem-text {
	--background: #004e8e !important;
--}

--.confFilesLoginTabs .ui-menuitem-text {
	--background: #fdfefe !important;
--}

--.confFilesLoginTabs.ui-tabmenuitem.ui-state-default {
	--background: #A8C8EE;
--}

/**
	Used with disp-lu.xthml disposition data table (right side results)
	Class Selector: rsltDataTable
*/
.rsltDataTable.ui-datatable {
	width: 1600px;
}
.rsltDataTable.ui-datatable thead th,
.rsltDataTable.ui-datatable tbody td,
.rsltDataTable.ui-datatable tfoot td {
	--padding:4px 10px;
	--overflow:hidden;
	--white-space:nowrap;
	--border-width:2px;
	--border-style:solid;
	padding: 2px 5px;
	font-family: Arial, sans-serif;
	font-size: 11px;
}

.rsltDataTable.ui-datatable thead th.mainColHeaders {
	background: #FFFFCC;
}

.rsltDataTable.ui-datatable .ui-datatable-data .mainColRows {
	background: #FFFFFF;
}

.rsltDataTable.ui-datatable .oilSection {
	background: #D7FFCC;
}

.rsltDataTable.ui-datatable .gasSection {
	background: #FFC686;
}

.rsltDataTable.ui-datatable .waterSection {
	background: #649be1;
}

/**
	Used with logs-lu.xthml
	Class Selector: logsDataTable
*/

.logsDataTable.ui-datatable thead th.logInfoHeaders {
	background: #FFFFCC;
}

.logsDataTable.ui-datatable thead th.currWellInfoHeaders {
	background: #e6ffe6;
}

.logsDataTable.ui-datatable .ui-datatable-data .currWellInfoRows {
	background: #D2C89D;
}

.logsDataTable.ui-datatable .ui-datatable-data .logInfoRows {
	background: #FFFFF0;
}

.logsDataTable.ui-datatable .logInfoSection {
	background: #D7FFCC;
}

.logsDataTable.ui-datatable .currWellInfo {
	background: #FFC686;
}

/**
	Used with well-counts.xthml Well Counts Data Table
	Class Selector: wellCountsRsltDataTable
*/
.wellCountsRsltDataTable.ui-datatable {
	width: 1550px;
}
.wellCountsRsltDataTable.ui-datatable thead th,
.wellCountsRsltDataTable.ui-datatable tbody td,
.wellCountsRsltDataTable.ui-datatable tfoot td {
	--padding:4px 10px;
	--overflow:hidden;
	--white-space:nowrap;
	--border-width:2px;
	--border-style:solid;
	padding: 4px 7px;
	font-family: Arial, sans-serif;
	font-size: 11.5px;
}

.wellCountsRsltDataTable.ui-datatable thead th.mainColHeaders {
	background: #063156;
	color: white;
}

.wellCountsRsltDataTable.ui-datatable .minLeaseTypesHeaders {
	background: #D2D2D2;
	color: red;
}

.wellCountsRsltDataTable.ui-datatable .minLeaseTypesLowHeaders {
	background: #2495B0;
	color: white;
}

.wellCountsRsltDataTable.ui-datatable .numOfWellsCells {
	background: white;
	text-align: center;
}

.wellCountsRsltDataTable.ui-datatable .federal {
	text-align: center;
}

.wellCountsRsltDataTable.ui-datatable .nativeAmerican {
	text-align: center;
}

.wellCountsRsltDataTable.ui-datatable .state {
	text-align: center;
}

.wellCountsRsltDataTable.ui-datatable .fee {
	text-align: center;
}

.wellCountsRsltDataTable.ui-datatable .group {
	background: #063156;
	color: white;
}

/**
	Used with /statistics/wcr-by-well-depth.xhtmldata table
	Class Selector: wellDepthDataTable
*/
.wellDepthDataTable.ui-datatable {
	width: 1600px;
}
.wellDepthDataTable.ui-datatable thead th,
.wellDepthDataTable.ui-datatable tbody td,
.wellDepthDataTable.ui-datatable tfoot td {
	--padding:4px 10px;
	--overflow:hidden;
	--white-space:nowrap;
	--border-width:2px;
	--border-style:solid;
	--padding: 2px 5px;
	font-family: Arial, sans-serif;
	font-size: 11px;
}

.wellDepthDataTable.ui-datatable thead th.mainColHeaders {
	background: #FFFFCC;
}

.wellDepthDataTable.ui-datatable .ui-datatable-data .mainColRows {
	background: #FFFFCC;
}

.wellDepthDataTable.ui-datatable .depthSection {
	background: #FFFFCC;
}

.wellDepthDataTable.ui-datatable .percSection {
	background: #D7FFCC;
}

.wellDepthDataTable.ui-datatable .cntSection {
	background: #FFC686;
}
