@charset "UTF-8";
/*
	Datanavigator is a web application development tool by Frank van den Heuvel.
	Copyright © 2002 - 2016. All rights reserved.

    Created on : 15-jun-2016, 17:56:36
    Author     : Frank van den Heuvel, HeuvelTop

	Designer colors and default colors.
		- pickup this file if you only need to adapt the colors for a
			DataNavigator application to fit into your web site.
*/

#dn_content {
	background-color: ivory;
}

#dn_content table {
	background-color: #FFDDDD;
}
#dn_content table caption, caption.section {
	background-color : #FFAAAA;
	background: #EEEEEE;
}
#dn_content table.dn_login th {
	background-color: #FFAAAA;
}

#dn_content table.dn_login caption, caption.dn_formtitle, div.dn_formtitle {
	background-color : #FFAAAA;
}
div.dn_buttonbar, div.dn_toolbar, div.dn_childtabbar {
	background-color : #FFDDCC;
}
div.dn_childtabbar div {
	background-color: #FFAAAA;
}
div.dn_2_flex > div, div.dn_2_single > div, div.dn_2_tsingle > div, div.dn_2_bsingle > div, div.dn_2_vsingle > div,
div.dn_2_rsingle > div, div.dn_2_lsingle > div, div.dn_2_table > div {
	background-color : #FFDDDD;
}
/* controls */
#dn_content .label {
	background-color : #FFAAAA;
}
#dn_content td.label {
	background-color: transparent;
}
table tbody tr:nth-child(even) td, table tbody tr.even td {
	background-color:#e5ecf9;
}
table tbody tr:nth-child(odd) td, table tbody tr.odd td {
	background-color:#FFFFB3;
}
#dn_content tr.nocursor {
	color : #757575;
}

#dn_content .tabPassive {
	background-color : #FFAAAA;
}
#dn_content .tabActive {
	background-color : #FF6666;
}
#dn_content input.data, #dn_content select.data, #dn_content textarea.data {
	background-color: #FFFFCC;
}
#dn_content .dn_buttonbar > button, #dn_content .dn_toolbar > button {
	Background-color : #FF6666;
}

#dn_content div.dntree li.item3selected > span {
	background-color: lightslategray;
}
#dn_content div.dntree li.item3active > span {
	background-color: lightgray;
}
/* popup and dialogs */
#dn_content div.popupWindow {
	background-color: #FFFEFE;
}

#dn_content div.popupWindowCaption {
	background-color : #FFAAAA;
}

#dn_content div.glass {
	background: rgba(0,0,0,0.25);
}
