﻿
/* LOGOS */

/* ORANGE */

.clientMessageDivTitle, input.submit, td.actions button, td.actions input.button, .panel.mini>thead tr, .txtBrowse + button.button, .fwtable th
{
	background-color: #1B325F !important;
}
.header.orange, .datatable .table tr.highlight, .datagrid tr.highlight
{
	border-top-color: #1B325F !important;
}
.datatable .table tr.highlight, .datagrid tr.highlight, #settingsEdit th
{
	border-bottom-color: #1B325F !important;
}
span.key::after, .text a:hover, button.txtBrowse
{
	color: #1B325F !important;
}

/* BLUE */
.panel>tfoot tr, .panel>thead tr.panel-titlebar, .lwtreeview span.s, .lwtreeview span.s a, .lwtreeview div.hd.s, .lwtreeview div.hd.s a
{
	background-color: #3989C9;
}
input, textarea, input[type='text'].txtBrowse, input.submit, td.actions button, td.actions input.button, .txtBrowse + button.button
{
	border-color: #3989C9 !important;
}
.fwtable th
{
	border-top-color: #3989C9 !important;
}
/*div#shippers > div
{
	border-bottom-color: #3989C9 !important;
}*/
.text a, .datagrid a:hover i, #settingsEdit th
{
	color: #3989C9 !important;
}

/* LIGHT ORANGE */

.datagrid tr.highlight, .datagrid tr.selected
{
	background-color: #8092c0 !important;
}

.datagrid tr.selected
{
	background-color: Blue;
	color: White;
}

/* VERY LIGHT ORANGE */

/* BLACK */
.panel, .timestamps, .clientMessageDiv, .list, .datatable .table td, .datagrid td > div.menuitem, .popupMenu
{
	border-color: #000;
}
.popupMenu a
{
	border-bottom-color: #000 !important;
}
a
{
	color: #000;
}

/* WHITE */
input.submit, td.actions button, td.actions input.button, .txtBrowse + button.button, .shipperbutton, 
	.panel.mini>thead tr, .panel>thead a, .panel>tfoot tr, .panel>thead tr.panel-titlebar, .panel>thead tr.panel-toolbar, .clientMessageDivTitle, .list tr:hover, .datatable .table tr.highlight, .datagrid tr.highlight, .lwtreeview span.s, .lwtreeview span.s a, .lwtreeview div.hd.s, .lwtreeview div.hd.s a
{
	color: #fff;
}
.list, .nicEdit-main, .popupMenu a:hover, .lwtreeview, .lwtreeview div.i
{
	background-color: #fff !important;
}
.clientMessageDivInner
{
	border-color: #fff !important;
}
.clientMessageDivTitle
{
	border-bottom-color: #fff !important;
}

/* #EEE */
tr.unit
{
	background-color: #eee;
}

/* #DDD */
.lwtreeview div.hd:hover, .panel>thead tr.panel-toolbar
{
	background-color: #ddd;
}

/* #CCC */
html, body, .editgrid, .edit_outer, .datagrid th, .popupMenu
{
	background-color: #ccc;
}

/* #999 */
.datatable .table td.defval
{
	color: #999;
}

/* #666 */
.section.separator
{
	border-bottom-color: #666 !important;
}
.datagrid td
{
	border-left-color: #666 !important;
}

/* #F00 */
.editgrid table.t
{
	border-color: #f00 !important;
}

/* #66F */
.list tr:hover
{
	background-color: #66f !important;
}

/* ERRORS */
.error, .inputerror input, .inputerror select
{
	border-color: Red;
	background-color: #F26C4F;
}

/* MISCELLANEOUS */
tr.shipment
{
	background-color: #ffd;
}
.clientMessageDivInner
{
	background-color: #ededed;
}
.timestamps
{
	background-color: #fffff8;
}
@media (max-width: 240px)
{
	.pageheader.small
	{
		border-bottom-color: #DADFE5;
	}
}


