.cyan-background{
	background: #00BCD4;
}
.red-background{
	background: #f44336;
}
.pink-background{
	background: #E91E63;
}
.purple-background{
	background: #9C27B0;
}
.deep-purple-background{
	background: #673AB7;
}
.indigo-background{
	background: #3F51B5;
}
.blue-background{
	background: #2196F3;
}
.light-blue-background{
	background: #03A9F4;
}
.teal-background{
	background: #009688;
}
.green-background{
	background: #4CAF50;
}
.light-green-background{
	background: #8BC34A;
}
.lime-background{
	background: #33691E;
}
.yellow-background{
	background: #FFEB3B;
}
.amber-background{
	background: #CA6924;
}
.orange-background{
	background: #FF9800;
}
.deep-orange-background{
	background: #FF5722;
}
.brown-background{
	background: #795548;
}
.grey-background{
	background: #EEF5F9;
}
.blue-grey-background{
	background: #607D8B;
}
.transparent-background{
	background: transparent;
}
.white-background{
	background: #FFF;
}
.black-background{
	background: #333;
}
.default-background{
	/*background: #1a2942;*/
	/*background-color: #2c3e50;*/
	background-color: #34495e;
}
.deep-background{
	background: #313a48;
}
.ash-grey-background
{
	background: #efeff1;
}
/*.inner-background
{
	background: #EEE;
}*/
.faint-grey-background
{
	background: #F9F9F9;
}
.alizarian-background
{
	background: #e74c3c;
}
.blue-grey
{
	background: #607D8B;
}
.sky-blue-background
{
	background: #4D8FAC;
}
.hanada-background{
	background: #044F67;
}
.patina-background
{
	background: #407A52;
}
.rave-green-background
{
	background: #00a185;
}
.rave-blue-background
{
background: #372d4d;
}
.light-grey-background
{
	background: #FBFCFC;
}
.cool-green-background
{
	background: #00B289;
}
.theme-background
{
	background: #e43a45;
}
.cyan-background:hover{
	background: #00BCD4;
}
.red-background:hover{
	background: #f44336;
}
.pink-background:hover{
	background: #E91E63;
}
.purple-background:hover{
	background: #9C27B0;
}
.deep-purple-background:hover{
	background: #673AB7;
}
.indigo-background:hover{
	background: #3F51B5;
}
.blue-background:hover{
	background: #2196F3;
}
.light-blue-background:hover{
	background: #03A9F4;
}
.teal-background:hover{
	background: #009688;
}
.green-background:hover{
	background: #4CAF50;
}
.light-green-background:hover{
	background: #8BC34A;
}
.lime-background:hover{
	background: #33691E;
}
.yellow-background:hover{
	background: #FFEB3B;
}
.amber-background:hover{
	background: #CA6924;
}
.orange-background:hover{
	background: #FF9800;
}
.deep-orange-background:hover{
	background: #FF5722;
}
.brown-background:hover{
	background: #795548;
}
.grey-background:hover{
	background: #EEF5F9;
}
.blue-grey-background:hover{
	background: #607D8B;
}
.transparent-background:hover{
	background: transparent;
}
.white-background:hover{
	background: #FFF;
}
.black-background:hover{
	background: #333;
}
.default-background:hover{
	/*background: #1a2942;*/
	/*background-color: #2c3e50;*/
	background-color: #34495e;
}
.deep-background:hover{
	background: #313a48;
}
.ash-grey-background:hover
{
	background: #efeff1;
}
/*.inner-background:hover
{
	background: #EEE;
}*/
.faint-grey-background:hover
{
	background: #F9F9F9;
}
.alizarian-background:hover
{
	background: #e74c3c;
}
.blue-grey
{
	background: #607D8B;
}
.sky-blue-background:hover
{
	background: #4D8FAC;
}
.hanada-background:hover{
	background: #044F67;
}
.patina-background:hover
{
	background: #407A52;
}
.rave-green-background:hover
{
	background: #00a185;
}
.rave-blue-background:hover
{
	background: #372d4d;
}
.light-grey-background:hover
{
	background: #FBFCFC;
}
.cool-green-background:hover
{
	background: #00B289;
}
.theme-background:hover
{
	background: #e43a45;
}