/*
 <module>
     TreeList/styles.css
 </module>
 <summary>
     Style sheet for the ELicenseTheme for DevExpress tree list 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="11/07/2013" author="Paul Olszewski" release="14.1 CR87297/1892">
         Versioned file.    
     </change>
 </history>
*/
.dxtlControl_ELicenseTheme
{
	cursor: default;
	font: 9pt Tahoma;
	color: black;
	border: solid 1px #9c9ab7;
}
.dxtlControl_ELicenseTheme caption
{
	background: url('CaptionBack.gif') repeat-x center top #787797;
	color: White;
	border: solid 1px #9c9ab7;
    border-bottom: 0;
	font-weight: bold;
	padding: 3px 3px 4px;
	text-align: center;	
}

/* Indent cells */
.dxtlIndent_ELicenseTheme, .dxtlIndentWithButton_ELicenseTheme
{			
	background: white;
	vertical-align: top;
	background-position: center top;
	background-repeat: no-repeat;
}
.dxtlIndent_ELicenseTheme
{
	padding: 0 11px;
}
.dxtlIndentWithButton_ELicenseTheme
{
	padding: 5px 6px;
}
.dxtlSelectionCell_ELicenseTheme
{
	padding: 0 2px;
	border: solid 1px #c8c8d9;
}

/* Tree-lines cells */
.dxtlLineFirst_ELicenseTheme
{
	background-image: url('CssImages/TreeLineFirst.gif');
}
.dxtlLineMiddle_ELicenseTheme
{
	background-image: url('CssImages/TreeLineMiddle.gif');
}
.dxtlLineLast_ELicenseTheme
{
	background-image: url('CssImages/TreeLineLast.gif');
}
.dxtlLineRoot_ELicenseTheme
{
	background-image: url('CssImages/TreeLineRoot.gif');
	background-repeat: repeat-y;
}

/* Headers */
.dxtlHeader_ELicenseTheme
{
	background: url('CssImages/HeaderBack.gif') repeat-x #9c9ab7;
	border: solid 1px #9c9ab7;
	padding: 4px 6px 5px;
	font-weight: normal;		
}
.dxtlHeader_ELicenseTheme table.dxtl 
{
	border-collapse: collapse;
	width: 100%;
}
.dxtlHeader_ELicenseTheme td.dxtl
{
	padding: 0;
}
.dxtlHeader_ELicenseTheme, .dxtlHeader_ELicenseTheme td.dxtl 
{	
	font: 9pt Tahoma;
	white-space: nowrap;
	text-align: left;
}

/* Nodes */
.dxtlNode_ELicenseTheme
{
	background: white;	
}
.dxtlAltNode_ELicenseTheme
{
	background: #f3f3f3;	
}
.dxtlSelectedNode_ELicenseTheme
{
	background: #ffc076;	
}
.dxtlFocusedNode_ELicenseTheme
{
	background: url('CssImages/FocusedBack.gif') repeat-x center bottom #fff2c8;    
}
.dxtlInlineEditNode_ELicenseTheme
{
	background: #e2e3ed;
}
.dxtlEditFormDisplayNode_ELicenseTheme
{
	background: #f2f3fd;
}
.dxtlNode_ELicenseTheme td.dxtl, 
.dxtlAltNode_ELicenseTheme  td.dxtl, 
.dxtlSelectedNode_ELicenseTheme td.dxtl, 
.dxtlFocusedNode_ELicenseTheme td.dxtl,
.dxtlEditFormDisplayNode_ELicenseTheme td.dxtl,
.dxtlCommandCell_ELicenseTheme
{
	padding: 3px 6px 4px;
	border: solid 1px #c8c8d9;
	white-space: nowrap;
	font-size: 9pt;
    font-family: Tahoma;
}
.dxtlInlineEditNode_ELicenseTheme td.dxtl
{
	border: solid 1px #c8c8d9;
	padding: 1px;
}

/* Preview */
.dxtlPreview_ELicenseTheme
{
    background: #f2f2f2;
	padding: 14px;
	border: solid 1px #c8c8d9;
	font: 9pt Tahoma;	
}

/* Footers */
.dxtlGroupFooter_ELicenseTheme
{
	background-color: #bab8d7;	
}
.dxtlFooter_ELicenseTheme
{
	background-color: #a4a2bd;	
}
.dxtlGroupFooter_ELicenseTheme td.dxtl,
.dxtlFooter_ELicenseTheme td.dxtl
{
	padding: 5px 6px 6px;
	white-space: nowrap;
	text-align: left;
	border: solid 1px #c8c8d9;
	font: 9pt Tahoma;
}

/* Pagers */
.dxtlPagerTopPanel_ELicenseTheme
{
	border-bottom: solid 1px #c8c8d9;
}
.dxtlPagerBottomPanel_ELicenseTheme
{
	border-top: solid 1px #c8c8d9;
}
.dxtlPagerTopPanel_ELicenseTheme,
.dxtlPagerBottomPanel_ELicenseTheme
{
	background: white;
	padding-top: 1px;	
}

/* Editing */
.dxtlEditForm_ELicenseTheme 
{
	background: #e2e3ed;
	border: solid 1px #c8c8d9;
	padding: 8px 10px 10px;
}
.dxtlEditFormCaption_ELicenseTheme,
.dxtlEditFormEditCell_ELicenseTheme
{
	padding: 4px;
}
.dxtlEditFormCaption_ELicenseTheme
{
	padding-left: 10px;
	white-space: nowrap;
}
.dxtlError_ELicenseTheme
{
	background: #FFC8C8;
	color: #FF0000;
	padding: 6px 10px;
	border: solid 1px #cfcfcf;
	font: 9pt Tahoma;		
}

/* Links */
.dxtlControl_ELicenseTheme a, 
.dxtlCommandCell_ELicenseTheme a
{
	color: black;
}
.dxtlCommandCell_ELicenseTheme a
{
    margin-right: 3px;
}

/* Loading panel */
.dxtlLoadingPanel_ELicenseTheme
{
	border: solid 1px #9c9ab7;
	background-color: white;
	font: 9pt Tahoma;
	color: #7C7C94;
}
.dxtlLoadingPanel_ELicenseTheme td.dx
{
	white-space: nowrap;
	text-align: center;
	padding: 12px;
}
.dxtlLoadingDiv_ELicenseTheme
{
	background: white;
	opacity: 0.01;
	filter: alpha(opacity=1);
}

/* Disabled */
.dxtlDisabled_ELicenseTheme,
.dxtlDisabled_ELicenseTheme .dxtl_ELicenseTheme
{
	color: #808080;
	cursor: default;
}
