/*
 <module>
     GridView/styles.css
 </module>
 <summary>
     Style sheet for the ELicenseTheme for DevExpress grid view controls.
 </summary>
 <copyright>
     Copyright © 2013.  Michigan Department of Natural Resources.
     All Rights Reserved.

     The contents of this file are subject to the Michigan RSS License
     (the 'License'); you may not use this file except in compliance
     with the License.

     THE SOFTWARE IS PROVIDED 'AS-IS' AND WITHOUT WARRANTY OF ANY KIND,
     EXPRESS, IMPLIED OR OTHERWISE, INCLUDING WITHOUT LIMITATION, ANY WARRANTY OF
     MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.

     UNDER NO CIRCUMSTANCES AND UNDER NO LEGAL THEORY, WHETHER TORT (INCLUDING
     NEGLIGENCE), CONTRACT, OR OTHERWISE, SHALL THE INITIAL DEVELOPER, ANY OTHER
     CONTRIBUTOR, OR ANY DEVELOPER OF COVERED CODE, OR ANY SUPPLIER OF ANY OF
     SUCH PARTIES, BE LIABLE TO YOU OR ANY OTHER PERSON FOR ANY INDIRECT,
     SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES OF ANY CHARACTER INCLUDING,
     WITHOUT LIMITATION, DAMAGES FOR LOSS OF GOODWILL, WORK STOPPAGE, COMPUTER
     FAILURE OR MALFUNCTION, OR ANY AND ALL OTHER COMMERCIAL DAMAGES OR LOSSES,
     EVEN IF SUCH PARTY SHALL HAVE BEEN INFORMED OF THE POSSIBILITY OF SUCH
     DAMAGES. THIS LIMITATION OF LIABILITY SHALL NOT APPLY TO LIABILITY FOR DEATH
     OR PERSONAL INJURY RESULTING FROM SUCH PARTY’S NEGLIGENCE TO THE EXTENT
     APPLICABLE LAW PROHIBITS SUCH LIMITATION. SOME JURISDICTIONS DO NOT ALLOW
     THE EXCLUSION OR LIMITATION OF INCIDENTAL OR CONSEQUENTIAL DAMAGES, SO
     THAT EXCLUSION AND LIMITATION MAY NOT APPLY TO YOU.
     Call Hewlett-Packard Development Company for more information.

     Notices of copyright and/or attribution that appear at the beginning
     of any file included in this distribution must remain intact.

     See the License for the specific language governing rights and limitations
     under the License.
 </copyright>
 <history>
     <change date="09/17/2013" author="Paul Olszewski" release="14.1 CR80828">
         Change font size to 'small'.
     </change>
     <change date="11/07/2013" author="Paul Olszewski" release="14.1 CR87297/1892">
         Versioned file.    
     </change>
 </history>
*/

.dxgvControl_ELicenseTheme,
.dxgvDisabled_ELicenseTheme
{
	border: solid 1px #9c9ab7;
	font-size: small; 
	font-family: Arial, Helvetica, sans-serif;
	background-color: White;
	color: Black;
	cursor: default;
}
.dxgvDisabled_ELicenseTheme 
{
	color: Gray;
}
.dxgvControl_ELicenseTheme a 
{
	color: black;
}
.dxgvDisabled_ELicenseTheme a
{
	color: Gray;
}
.dxgvLoadingPanel_ELicenseTheme
{
	border:solid 1px #9c9ab7;
	background-color: white;
	font-size: small; 
	font-family: Arial, Helvetica, sans-serif;
	color: #7C7C94;
}
.dxgvLoadingPanel_ELicenseTheme td
{
	white-space: nowrap;
	text-align: center;
	padding: 12px 12px 12px 12px;
}
.dxgvLoadingPanelStatusBar_ELicenseTheme
{
	background-color: transparent;
	font-size: small; 
	font-family: Arial, Helvetica, sans-serif;
	color: #7C7C94;
}
.dxgvLoadingPanelStatusBar_ELicenseTheme td
{
	white-space: nowrap;
	text-align: center;
	padding: 0px 2px 0px 2px;
}

.dxgvFilterPopupWindow_ELicenseTheme
{
	color: Black;
	font-size: small; 
	font-family: Arial, Helvetica, sans-serif;
	border: solid 1px #7b7b93;
}
.dxgvFilterPopupItemsArea_ELicenseTheme
{
	color: Black;
	background-color: White;
}
.dxgvFilterPopupButtonPanel_ELicenseTheme
{
	font-size: small; 
	font-family: Arial, Helvetica, sans-serif;
	background-color: #dfdfdf;
	border: 1px solid #dcdcdc;
	border-left-width: 0px;
	color: Black;
}

.dxgvFilterPopupItem_ELicenseTheme td.dxgv,
.dxgvFilterPopupActiveItem_ELicenseTheme td.dxgv,
.dxgvFilterPopupSelectedItem_ELicenseTheme td.dxgv
{
	padding: 3px 2px 4px 3px;
	border-left: 1px solid White;
	border-bottom: 1px solid White;
	border-right: 1px solid White;
	cursor: default;
	white-space: nowrap;	
}
.dxgvFilterPopupActiveItem_ELicenseTheme
{
	background: #dfdfdf;
    color: Black;
}
.dxgvFilterPopupSelectedItem_ELicenseTheme
{
	background: #ffc076;
    color: Black;
}

.dxgvTable_ELicenseTheme
{
	background-color: transparent;
	border:0;
	border-collapse: separate !important;
	overflow:hidden;
	font-size: small; 
	font-family: Arial, Helvetica, sans-serif;
	color: Black;
}
.dxgvInlineEditRow_ELicenseTheme,
.dxgvDataRow_ELicenseTheme
{
}
.dxgvInlineEditRow_ELicenseTheme td.dxgv
{
	border-bottom: solid 1px #9c9ab7;
	border-right: 1px solid #9c9ab7;
	background: #e2e3ed;
}
.dxgvDataRowAlt_ELicenseTheme
{
	background-color: #f3f3f3;
}
.dxgvFilterRow_ELicenseTheme 
{
	background: #c8c8d9;	
}
.dxgvEditForm_ELicenseTheme 
{	
	background-color: #e2e3ed;
}
.dxgvEditForm_ELicenseTheme td.dxgv
{
	border-bottom: solid 1px #9c9ab7;
	padding: 0px 0px 2px 0px;
}
.dxgvSelectedRow_ELicenseTheme
{	
	background: #ffc076;
}
.dxgvFocusedRow_ELicenseTheme
{
	background: url('gvFocusedBack.gif') repeat-x center bottom #fff2c8;
}
.dxgvPreviewRow_ELicenseTheme
{
	background-color: white;
}
.dxgvDetailCell_ELicenseTheme,
.dxgvPreviewRow_ELicenseTheme td.dxgv,
.dxgvEmptyDataRow_ELicenseTheme td.dxgv
{
	padding: 2px 2px 4px 4px;
	border-bottom: solid 1px #c8c8d9;
	border-top: 0;
	border-left: 0;
	border-right: 0;
}
.dxgvDetailRow_ELicenseTheme td.dxgvIndentCell
{
    border-bottom: solid 1px #c8c8d9;    
}
.dxgvEmptyDataRow_ELicenseTheme
{
	color: #848484;
}
.dxgvEmptyDataRow_ELicenseTheme td.dxgv
{
	text-align:center;
}

.dxgvEditFormDisplayRow_ELicenseTheme td.dxgv,
.dxgvDataRow_ELicenseTheme td.dxgv,
.dxgvDataRowAlt_ELicenseTheme td.dxgv,
.dxgvSelectedRow_ELicenseTheme td.dxgv,
.dxgvFocusedRow_ELicenseTheme td.dxgv
{
	overflow:hidden;
	border-bottom: solid 1px #c8c8d9;
	border-right: solid 1px #c8c8d9;
	border-top: 0;
	border-left: 0;
	padding:  2px 6px 5px 6px;
}
.dxgvEditFormDisplayRow_ELicenseTheme td.dxgv 
{
	background: #e2e3ed;	
}
.dxgvSelectedRow_ELicenseTheme td.dxgv
{
	border-color: #fe9552;
}
.dxgvEditingErrorRow_ELicenseTheme
{
	background-color: #FE9552;
	color: #FFFFFF;
}
.dxgvEditingErrorRow_ELicenseTheme td.dxgv
{
	white-space: pre-wrap;
	font-weight: bold;
	border-bottom: solid 1px #9c9ab7;
	border-right: 0;
	border-top: 0;
	border-left: 0;
	padding: 6px 10px 6px 10px;
}

.dxgvFilterRow_ELicenseTheme td.dxgv
{
	border-bottom: solid 1px #9c9ab7;
	border-right: 1px solid #9c9ab7;
	border-top: 0;
	border-left: 0;
	padding: 2px 2px 2px 2px;
	overflow: hidden;
}
.dxgvGroupRow_ELicenseTheme
{
	background-color: #c8c8d9;
}
.dxgvFocusedGroupRow_ELicenseTheme
{
	background: url('gvFocusedBack.gif') repeat-x center bottom #fff2c8;
}
.dxgvGroupRow_ELicenseTheme td.dxgv,
.dxgvFocusedGroupRow_ELicenseTheme td.dxgv
{
	border: none 0;
	vertical-align:middle;
	white-space:nowrap;
	border-top: solid 1px white;
	border-bottom: solid 1px #9c9ab7;
	padding: 2px 6px 3px 6px;
}
.dxgvFocusedRow_ELicenseTheme td.dxgvIndentCell,
.dxgvFocusedGroupRow_ELicenseTheme td.dxgvIndentCell,
.dxgvSelectedRow_ELicenseTheme td.dxgvIndentCell
{
	background-color: #C8C8D9!important;
	border-right: solid 1px #9C9AB7;
	border-top: 0px;
}
.dxgvHeaderPanel_ELicenseTheme {	
	background: url('gvGradient.gif') repeat-x center top #9c9ab7;
	color: Black;
	padding: 8px 6px 8px 6px;
	border-bottom: solid 1px #9c9ab7;
}

.dxgvHeader_ELicenseTheme {
	cursor:pointer;
	white-space:nowrap;
	padding:  4px 6px 5px 6px;
	border: solid 1px #9c9ab7;
	background: url('gvGradient.gif') repeat-x center top #9c9ab7;
	overflow:hidden;
    font-weight: normal;
    text-align: left;
}
.dxgvHeader_ELicenseTheme, .dxgvHeader_ELicenseTheme table {
	color: Black;
	font-size: small; 
	font-family: Arial, Helvetica, sans-serif;
}
.dxgvHeader_ELicenseTheme td {
	white-space:nowrap;
}
.dxgvCustomization_ELicenseTheme,
.dxgvPopupEditForm_ELicenseTheme  
{
	width:100%;
	padding:0 0 0 0;
	margin:0 0 0 0;
}
.dxgvGroupPanel_ELicenseTheme
{
	white-space:nowrap;	
	font-size:  small;
	background: #c8c8d9;
	border-bottom: solid 1px #9c9ab7;
	padding: 7px 4px 8px 6px;
}
.dxgvFooter_ELicenseTheme
{	
	background-color: #a4a2bd;
	white-space:nowrap;
}
.dxgvFooter_ELicenseTheme td.dxgv
{
	padding: 3px 6px 5px;
	border-bottom: solid 1px #9c9ab7;
	border-right: solid 1px #9c9ab7;
}
.dxgvGroupFooter_ELicenseTheme
{
	background-color: #a4a2bd;
	white-space: nowrap;
}
.dxgvGroupFooter_ELicenseTheme td.dxgv
{
	padding: 4px;
	padding-left: 6px;
	padding-right: 6px;	
	border-bottom: solid 1px #c8c8d9;
	border-right: solid 1px #c8c8d9;
}
.dxgvDataRow_ELicenseTheme td.dxgvIndentCell,
.dxgvGroupRow_ELicenseTheme td.dxgvIndentCell,
.dxgvGroupFooter_ELicenseTheme td.dxgvIndentCell
{
    background-color: #c8c8d9;
	border-right: solid 1px #9C9AB7;
	border-top: 0px;
}
.dxgvTitlePanel_ELicenseTheme,
.dxgvTable_ELicenseTheme caption
{
	color: White;
	font-weight:bold;
	padding: 3px;
	text-align:center;	
	border-bottom: solid 1px #9c9ab7;
	background: url('gvTitleBack.gif') repeat-x center top #787797;
}
.dxgvLoadingDiv_ELicenseTheme
{
	background-color:Gray;	
	opacity: 0.01;
	filter:progid:DXImageTransform.Microsoft.Alpha(Style=0, Opacity=1);
}
.dxgvStatusBar_ELicenseTheme 
{
	border-top: solid 1px #9c9ab7;
}
.dxgvStatusBar_ELicenseTheme tr.dxgv
{
	height: 20px;
}
.dxgvCommandColumn_ELicenseTheme
{
	padding: 2px 2px 2px 2px;
}
.dxgvCommandColumn_ELicenseTheme a
{
	margin: 0px 3px 0px 0px;
}
.dxgvCommandColumnItem_ELicenseTheme
{	
}
.dxgvEditFormTable_ELicenseTheme
{
	padding: 2px 6px 6px 4px;
	font: 9pt Tahoma;
	color: Black;
}
.dxgvEditFormCaption_ELicenseTheme
{
	padding: 4px 4px 4px 10px; 
}

.dxgvInlineEditCell_ELicenseTheme
{
	padding: 1px 1px 1px 1px; 
}

.dxgvEditFormCell_ELicenseTheme
{
	padding: 4px 4px 4px 4px; 
	border: 0;
}

.dxgvFilterBar_ELicenseTheme 
{
	border-top: solid 1px #9c9ab7;
	background-color: #c8c8d9;
}
.dxgvFilterBar_ELicenseTheme a
{
	color: black;
	text-decoration: underline;		
}
.dxgvFilterBarCheckBoxCell_ELicenseTheme
{
	padding: 0 3px;
	padding-right: 7px;
}
.dxgvFilterBarImageCell_ELicenseTheme
{
	padding: 0 3px;
	padding-right: 1px;
	cursor: pointer;
}
.dxgvFilterBarExpressionCell_ELicenseTheme
{
	font-size: 9pt;
	padding: 5px 5px 8px 0;	
	white-space: nowrap;
}
.dxgvFilterBarClearButtonCell_ELicenseTheme
{
	font-size: 9pt;
	padding: 5px 6px 8px;	
}
.dxgvFilterBuilderMainArea_ELicenseTheme 
{
	background: white;
	padding: 6px 2px;
} 
.dxgvFilterBuilderButtonArea_ELicenseTheme
{
	background-color: #D4D4E2;
	border-top: solid 1px #BBBBD1;
	padding: 6px;
}

.dxgvDataRowHover_ELicenseTheme
{
	background: #dfdfdf;
	color: Black;
}
