/*based on predefined color theme blue grey*/

/*
	blue:	#2162A0 ; 
	grey 75%	#646464
	grey 60%	#878787
	grey 49%	#9e9e9e
	
	red	color: #FF3300;
}
*/

/*base font*/
.w3-theme-l5 {
	color: #646464 !important ;
	/*background-image: inherit;*/
}

.w3-theme-l4 {
  color: #000 !important ;
  /*background-color: inherit ;
  background-color: #e8e8e8 !important ;*/
}

.w3-theme-l3 {
  color: #000 !important ;
  background-color: #becbd2 !important ;
}

/* highlighted region*/
.w3-theme-l2 {
  color: #000 !important ;
  /*background-color: #ffffff !important ;*/
}

.w3-theme-l1 {
  color: #fff !important ;
  background-color: #7d97a5 !important ;
}

.w3-theme-d1 {
  color: #fff !important ;
  background-color: #57707d !important ;
}

.w3-theme-d2 {
  color: #fff !important ;
  background-color: #4d636f !important ;
}

.w3-theme-d3 {
  color: #fff !important ;
  background-color: #435761 !important ;
}

/*footer*/
.w3-theme-d4 {
  color: #fff !important ;
  /*background-color: #2162A0 !important ;*/
}

.w3-theme-d5 {
  color: #FF3300  !important ;
  background-color: #fff!important ;
}

.w3-theme-light {
  color: #000 !important ;
  background-color: #f5f7f8 !important ;
}

.w3-theme-dark {
  color: #fff !important ;
  background-color: #2162A0 !important ;
}

.w3-theme-action {
  color: #fff !important ;
  background-color: #2162A0 !important ;
}

/*navigation*/
.w3-theme {
  color: #646464 !important ;
  /*background-color: #fff !important ;*/

}

.w3-text-theme {
  color: #607d8b !important ;
}

.w3-border-theme {
  border-color: #607d8b !important ;
}

.w3-hover-theme:hover {
  color: #fff !important ;
  background-color: #607d8b !important ;
}

.w3-hover-text-theme:hover {
  color: #607d8b !important ;
}

.w3-hover-border-theme:hover {
  border-color: #607d8b !important ;
}


