.bodyrx {
	width: 98%;
	background-color: #fff;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	font-family: "Verdana";
}

.notbody {
	width: 100%;
	background-color: #fff;
	font-family: "Verdana";
}

.BlueRidgeBlue {
	background-color: #00C3E3;
	color: #fff;
}


.CherryBlossom
{
	background-color: #EB208D;
	color: #fff;
}

.OysterShell
{
	background-color: #989898;
	color: #000;
}

.MountainMist
{
	background-color: #50555A;
	color: #fff;
}

.CavernBlack
{
	background-color: #150505;
	color: #fff;
}

.Cardinal
{
	background-color: #E60012;
	color: #fff;
}

.ShenandoahSunshine
{
	background-color: #F3C18;
	color: #000;
}

.blueBullet {
	background-color: #fff; 
	color: #00C3E3;
	font-size: 200%;
}


/*******form elements********/
*,
*::before,
*::after {
  box-sizing: border-box;
}


.button {
  background-color: #EB208D;  
  border: none;
  color: #150505;
  padding: 15px 10px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 20px;
  font-weight: bolder;
  margin: 4px 2px;
  cursor: pointer;
  width: 180px;
  border-radius: 4px;
  transition-duration: 0.4s;
}

.buttonToggle {
  background-color: #EB208D;  
  border: none;
  color: #fff;
  padding: 2px 2px 2px 2px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 10px;
  font-weight: bolder;
  margin: 4px 2px;
  cursor: pointer;
  width: 26px;
  height: 20px;
  border-radius: 4px;
  transition-duration: 0.4s;
}
.btn_Main {
	background-color: #989898;
	color: #000;
}



.btn_Main:hover {
	color: #5ba300;
	background-color: #000;
	font-weight: bold;
}

input[type=text] {
  width: 80%;
  padding: 12px 20px;
  margin: 8px 0;
  box-sizing: border-box;
  font-size: 20px;
  background-color: #fff;
  color: #000;
}


/***************************************************/

.bannerPathways{
	display: block;
	width: 100%;
	mininum-height: 100px;
	background-color: #00C3E3;
	color: #fff;
	padding-top: 25px;
	padding-bottom: 25px;
}

.bannerTextDiv {
	display: block;
	margin-top: auto;
	margin-bottom: auto;
	mininum-height: 50px;
	padding-left: 20px;
}

.bannerText {
	font-size: 250%;
	font-weight: bolder;
}


.divHideDetails {
	width:100%;
	height: 100%;
}


.divHideDetailsWages {
	width:100%;
	height: 400px;
	
}



.JobText {
	background-color: #fff;
	color: #150505;
	font-size: 125%;
}


.divWageChart {
	Height: 100%;
	width: 100%;

}



.rdThemeSubDataTableDataTableCell {
	background-color: ShenandoahSunshine;!
	color: #000;

}