/* ColorScheme Blue */
/* Blue */
:root {
--psColorScheme: "Blue";
--psColorScheme-BG-Color:#ebebeb;--psColorScheme-Color:#212121;
--psColorScheme-TH-Head-BG-Color:#1976D2;--psColorScheme-TH-Head-Color:#FFFFFF;
--psColorScheme-TH-Foot-BG-Color:#2196F3;--psColorScheme-TH-Foot-Color:#FFFFFF;
--psSettings-Width-Account:calc(48ch + 4ch);
--psSettings-Width-AccountMax:calc(64ch + 4ch);
--psSettings-Width-Project:calc(7ch + 4ch);
--psSettings-Style-Display-Project:none;;
--psSettings-Width-Object:calc(6ch + 4ch);
--psSettings-Width-Currency:12ch;
--psQuantityChars:3ch;
}
.psColorScheme { background-color:#1976D2;color:#FFFFFF; }
#progressNav { background-color:#1976D2; border-color:#FFFFFF; }
#progressNav a { color:#FFFFFF; }
#psContentMain, #psContent, .psWrapper { background-color: #ebebeb; color: #212121;}
table.psdvTable { border:1px solid #c0c0c0;}
table.psdvTable > thead > tr > th { background-color:#1976D2;color:#FFFFFF;}
table.psdvTable > thead > tr > td { background-color:#1976D2;color:#FFFFFF;}
table.psdvTable > thead > tr > th.TH1 { background-color:rgba(25,118,210,1);color:#FFFFFF;}
table.psdvTable > thead > tr > th:not(:last-child) { border-right:1px solid #c0c0c0;}
table.psdvTable > thead > tr > td:not(:last-child) { border-right:1px solid #c0c0c0;}
table.psdvTable > thead > tr > th.THilite1 { background-color:#fcd5b4 !important;color:#000000 !important;}
table.psdvTable > thead > tr > th.THilite2 { background-color:#bdbdbd !important;color:#000000 !important;}
table.psdvTable > tfoot > tr > th { background-color:#2196F3; color:#FFFFFF;}
table.psdvTable > tfoot > tr > td { background-color:#2196F3; color:#FFFFFF;}
table.psdvTable > tfoot > tr > th:not(:last-child) { border-right:1px solid #c0c0c0;}
table.psdvTable > tfoot > tr > td:not(:last-child) { border-right:1px solid #c0c0c0;}
table.psdvTable > tfoot > tr > th > a { color:#FFFFFF;}
table.psdvTable > tbody > tr > td { background-color:#BBDEFB;color:#212121;}
table.psdvTable:not(.schemeX2):not(.schemeGrayBar) > tbody > tr:nth-child(odd),
table.psdvTable:not(.schemeX2):not(.schemeGrayBar) > tbody > tr:nth-child(odd) > td { background-color:#FFFFFF;color:#212121;}
table.psdvTable:not(.schemeX2).schemeGrayBar > tbody > tr:nth-child(odd),
table.psdvTable:not(.schemeX2).schemeGrayBar > tbody > tr:nth-child(odd) > td { background-color:#F4F4F4;color:#000000;}
table.psdvTable.schemeX2:not(.schemeGrayBar) > tbody > tr:nth-child(4n+1),
table.psdvTable.schemeX2:not(.schemeGrayBar) > tbody > tr:nth-child(4n+1) > td { background-color:#FFFFFF;color:#212121;}
table.psdvTable.schemeX2:not(.schemeGrayBar) > tbody > tr:nth-child(4n+2),
table.psdvTable.schemeX2:not(.schemeGrayBar) > tbody > tr:nth-child(4n+2) > td { background-color:#FFFFFF;color:#212121;}
table.psdvTable.schemeX2.schemeGrayBar > tbody > tr:nth-child(4n+1),
table.psdvTable.schemeX2.schemeGrayBar > tbody > tr:nth-child(4n+1) > td { background-color:#F4F4F4;color:#000000;}
table.psdvTable.schemeX2.schemeGrayBar > tbody > tr:nth-child(4n+2),
table.psdvTable.schemeX2.schemeGrayBar > tbody > tr:nth-child(4n+2) > td { background-color:#F4F4F4;color:#000000;}
table.psdvTable > tbody > tr > td:visible:not(:last-child) { border-right:1px solid #c0c0c0;}
table.psdvTable > tbody > tr.selected > td { background-color:#FFFF66 !important;color:#212121 !important;}
table.psdvTable > tbody > tr.selected.psRowFocused,
table.psdvTable > tbody > tr.selected.psRowFocused > td { background-color: #fff799 !important;}
div.panelPicker { background-color:#e0e0e0;color:#212121;border:1px solid gray;}
button.psButton { background-color:#FFFFFF;color:#1976D2;border-color:#1976D2;}
button.psButton:hover { background-color:#FFFF66;color:#212121;}
button.psButton{disabled} { border-color: black; background-color: #eee;}
table.psdvTable > thead > tr > th.DR_Color { background-color:#2A9F09 !important;color:#FFFFFF !important; }
table.psdvTable > thead > tr > th.CR_Color { background-color:#F9F001 !important;color:#000000 !important; }

