@charset "utf-8";
/* CSS Document */

/* Color Properties */

.white{
	background: #ffffff;
}

.blue, .bg-blue, .bg-primary{
	background: #363a8d !important;
}

.emerald{
	background: #34cd63;
}

.orange{
	background: #f49d00;
}

.carrot{
	background: #eb983c;
}

.pumkin{
	background: #d35500;
}

.nephr{
	background: #54be76;
}

.torq{
	background: #49caae;
}

.greensea{
	background: #1ba083;
}

.lightgreen{
	background: #74F177;
}

.yellow{
	background: #FFFF7D;
}

.lightyellow{
	background: #FFC;
}

.sunflower{
	background: #f1c500;
}

.belize{
	background: #277fbe;
}

.pink{
	background: #eb705e;
}

.pome{
	background: #c13a24;
}

.purple{
	background: #9a58bc;
}

.violet{
	background: #8d43b4;
}

.lightblue{
	background: #07C1F8;
}

.clouds{
	background: #ecf0f1;
}

.silver{
	background: #bec3c7;
}

.asphalt{
	background: #344860;
}

.midnight{
	background: #576475;
}

.concrete{
	background: #96a6a6;
}

.asbestos{
	background: #98a4a4;
}

.red{
	background: #FF2D2D;
}

.sky{
	background: #bad4e8;
}

.lightsky{
	background: #cfdde7;
}

.lightgrey{
	background: #EBEBEB;
}

.greygreen{
	background: #E7EDD1;
}

.fw{
	color: #fff;
}

.fblue{
	color:#039;
}

.flblue{
	color:#02B0EA;
}

.fgreen{
	color: #090;
}

.flgreen{
	color: #3C6;
}