/* color*/

/* Navbar */
.navbartheme {
  color:#fff !important;
  background:linear-gradient(to bottom, #33ccff 0%, #000066 100%) !important;
	}

#home{
  background: linear-gradient(to bottom, #ffcc00 0%, #cd7f32 100%)!important;
	}

#pick{
  color:black; 
  background: linear-gradient(to bottom, #ffcc00 0%, #cd7f32 100%);
	}

.hover-navbar:hover{
  color:#000!important;
  background: linear-gradient(to bottom, #ffcc00 0%, #cd7f32 100%);
	}

/* sidebar */
#pick2{
    
  color:black; 
  background: linear-gradient(to bottom, #ccffcc 0%, #0099cc 100%);
	}

/* .hover-sidebar:hover{
  color:#000000; 
  background: linear-gradient(to bottom, #ccffcc 0%, #0099cc 100%);
	} */

/* main */

#expand-all{
	font-size:20px;
	color:#fff; 
	}

button {
	background: linear-gradient(to bottom, #3399ff 0%, #0033cc 100%);
	}

@media print {
	.Program{
		color:#cc0000; 
		}

	th {
		background: linear-gradient(to bottom, #6644ff 45%, #3399ff 100%);
		color: #dddddd;
		}

	tr:nth-child(even) {
		color: black;
		background-color: #737373
		}

	tr:nth-child(odd) {
		color: black;
		background-color: #d9d9d9
		}

	.LAUSDSouth{
		color:magenta;
		}

	.LAUSDCentral{
		color:violet;
		}

	.LAUSDEast{
		color:blue;
		}

	.LAUSDNorth{
		color:black;
		}

	.LAUSDNortheast{
		color:brown;
		}

	.LAUSDNorthwest{
		color:black;
		}

	.LAUSDWest{
		color:red;
		}

	.OtherUSD{
		color:green;
		}
	}
@media (prefers-color-scheme: light) {
	.w3-theme-l5 {
		color:#000 !important;
		background-color:#f0f0f0 !important;
		}

	.w3-sidebar {
		background-color:#fff;
		}
	
	h1,h2,h3,h4,h5,h6 {
		color: #00aba9;
		}
	
	.Program {
    
		color:#cc0000; 
		}

	.really-important {
		color: #000;
		background-color: #eaae;
		border-color: #c11;
		}
	
	.really-important b {
		color: #800;
		}
	
	.TitleYear {
		color: white;
		}

	.collapsible {
		background: linear-gradient(to bottom, #3399ff 0%, #0033cc 100%);		
		}

	.collapsible.active {
		background: linear-gradient(to top, #3399ff 0%, #0033cc 100%);
		}
	
	.active, .collapsible:hover {
	  background-color: #555;
		}

	.collapsible:after {
		color: white;
		}	
	
	th {
		background: linear-gradient(to bottom, #6644ff 45%, #3399ff 100%);
		color: white;
		}

	tr:nth-child(even) {
		color: black;
		background-color: #dfdfdf
		}

	tr:nth-child(odd) {
		color: #black;
		background-color: white
		}

	.LAUSDCentral{
		color:orange;
		}

	.LAUSDEast{
		color:blue;
		}

	.LAUSDNorth{
		color:black;
		}

	.LAUSDNortheast{
		color:brown;
		}

	.LAUSDNorthwest{
		color:black;
		}

	.LAUSDSouth{
		color:magenta;
		}

	.LAUSDWest{
		color:red;
		}

	.OtherUSD{
		color:green;
		}
	
	.menuName{
		color:black;
		}
	}

@media (prefers-color-scheme: dark) {
	body {
		color: #ddd;
		background-color: #222;
		}
	
	h1,h2,h3,h4,h5,h6 {
		color: #00aba9;
		}

	.really-important {
		color: #000;
		background-color: #eaae;
		border-color: #c11;
		}

	.really-important b {
		color: #800;		
		}
	
	.Program{
    color:#cc0000; 
		}
	
	.TitleYear {
		color: #ffffff;
		}

	.collapsible {
		background: linear-gradient(to bottom, #3399ff 0%, #0033cc 100%);		
		}

	.collapsible.active {
		background: linear-gradient(to top, #3399ff 0%, #0033cc 100%);
		}
	
	.active, .collapsible:hover {
	  background-color: #555;
		}

	.collapsible:after {		
	  color: white;	  
		}
	
	.w3-sidebar{
		background-color:#818181;
		}

	.w3-theme-l5{
		color: #fff;
		background-color: #818181;
		}
	
	table, th, td {	
		border-color: #ff0000;
		}
	
	th {
		background: linear-gradient(to bottom, #6644ff 45%, #3399ff 100%);
		color: #dddddd;	
		}
	
	tr:nth-child(even) {
		background-color: black;
		color: white;
		}
	
	tr:nth-child(odd) {
		background-color: gray;
		color: white;
		}
	
	.LAUSDCentral {
		color:orange;
		}

	.LAUSDEast{
		color:cyan;
		}

	.LAUSDNorth{
		color:white;
		}

	.LAUSDNortheast{
		color:brown;
		}

	.LAUSDNorthwest{
		color:white;
		}

	.LAUSDSouth{
		color:magenta;
		}

	.LAUSDWest{
		color:#ff8080;
		}

	.OtherUSD{
		color:Lime;
		}	
		
	}

/* 07/31/23 Edited by LeRoy to color all headings */
/* 08/12/23 Edited by LeRoy to add LAUSDNorth and fix table row LAUSD colors */
