/*---------------------background Colors---------------------------*/
.purple{	
	background-color:rgba(147,112,219,0.4);
}
.purple-2{	
	background-color:rgba(99,57,116,0.6);
}
.purple-3{	
	background-color:#bb4272;
}

.green {	
	background-color:rgba(23,210,148,1);
}
.green-2 {	
	background-color:rgba(22,160,133,0.8);
}
.green-3{
	background-color: rgba(5,144,51,0.6);
}

.red{
	background-color: rgba(206,32,41,0.7);
}
.red-2{
	background-color:#900048;
}

.red-green-mixture{
	background-color:rgba(199,177,152,0.8);
}	
.teal{
	background-color:rgba(60, 201, 196, 0.7);
}

.orange{	
	background-color:rgba(235,183,90,1);
}
.orange-2{
	background-color:#ff7e67;
}
.orange-3{
	background-color:#FF4433;
}
.orange-4{
	background-color:rgb(255, 127, 80);
}
.orange-5{
	background-color:rgb(205, 92, 92);
}
.orange-6{
	background-color:#ff8a69;
}
.orange-7{
	background-color: rgba(232,185,16,0.6);
}

.bluish-light{
	background-color:rgb(100, 149, 237);
}
.bluish-green{
	background-color:#3ab1c8;
}

.blue{
	background-color:#3390ff;
}	
.blue-2{
	background-color:rgba(40,116,166,0.8);
}
.blue-3{
	background-color:rgb(31, 97, 141);
}
.blue-4{
	background-color:#046195;
}
.grayish{
	background-color:#8bb;
}
.gray{
	background-color:#abb;
}
.gray-2{
	background-color: rgba(185,185,185,0.6);
}

.yellow{
	background-color: rgba(250,248,132,0.7);
}

/*---------------------border Colors---------------------------*/
.purple-border{	
	border:1px solid rgba(147,112,219,0.5);
}
.purple-border-2{	
	border:1px solid rgba(99,57,116,0.8);
}

.green-border {	
	border:1px solid #17d294
}
.green-border-2 {	
	border:1px solid rgba(22,160,133,0.8);
}
.green-border-3{
	border:1px solid rgb(5,144,51);
}
.teal-border{
	border:1px solid #3cc9c4;
}
.teal-border-2{
	border:2px solid #3cc9c4;
}

.orange-border{	
	border:1px solid rgb(235,183,90);
}
.orange-2-border{
	border:1px solid #ff7e67;
}
.orange-border-4{
	border:1px solid rgb(255, 127, 80);
}
.orange-border-5{
	border:1px solid rgb(205, 92, 92);
}
.orange-border-6{
	border:1px solid rgb(232,185,16);
}

.bluish-green-border{
	border:1px solid #3ab1c8;
}
.blue-border{
	border:1px solid #3390ff;
}
.blue-border-2{
	border:1px solid rgb(40, 116, 166);
}
	
.grayish-border{
	border:1px solid #8bb;
}
.gray-border{
	border:1px solid #abb;
}
.gray-border-2{
	border:1px solid rgb(65,65,65);
}

.yellow-border{
	border:1px solid rgb(255,255,224);
}

.white-border{
	border:1px solid #fff;
}

.red-border{
	border:1px solid rgba(206,32,41,0.7);
}
.red-green-border{
	border:1px solid rgba(199,177,152,0.8);
}	

.light-blue-border-1{
	border:1px solid rgb(182, 208, 226);
}	
.light-blue-border-2{
	border:1px solid rgb(115, 147, 179);
}	
.light-blue-border-3{
	border:1px solid rgb(137, 207, 240);
}	
.light-blue-border-4{
	border:1px solid rgb(95, 158, 160);
}
.light-blue-border-5{
	border:1px solid rgb(64, 224, 208);
}
.light-blue-border-6{
	border:1px solid rgb(64, 181, 173);
}
.light-blue-border-7{
	border:1px solid #1ca9c9;
}
.light-blue-border-8{
	border:1px solid #007791;
}
.glaucous-border{
	border:1px solid #7393B3;
}

/*---------------------font Colors---------------------------*/
.purple-color{	
	color:rgba(147,112,219,0.5);
	font-weight:700;
}
.purple-color-2{	
	color:rgba(99,57,116,0.8);
	font-weight:700;
}

.green-color {	
	color:#17d294;
	//color:rgba(5,144,51,0.5);
	font-weight:700;
}
.green-color-2 {	
	color:rgba(22,160,133,0.8);
	font-weight:700;
}
.green-color-3{
	color: rgb(5,144,51);
	font-weight:700;
}

.red-color{
	color:rgb(206,32,41);
	font-weight:700;
}

.teal-color{
	color:#3cc9c4;
	font-weight:700;
}

.yellow-color{
	color: rgb(255,255,224);
	font-weight:700;
}

.orange-color{	
	color:rgb(235,183,90);
	font-weight:700;
}
.orange-color-2{
	color:#ff7e67;
	font-weight:700;
}
.orange-color-3{
	color: rgb(232,185,16);
	font-weight:700;
}
.orange-color-4{
	color:rgb(255, 127, 80);
	font-weight:700;
}
.orange-color-5{
	color:rgb(205, 92, 92);
	font-weight:700;
}
.orange-color-6{
	color:#FF5733; 
	font-weight:700;
}

.bluish-green-color{
	color:#3ab1c8;
	font-weight:700;
}
.blue-color{
	color:#3390ff;
	font-weight:700;
}
.blue-color-2{
	color:rgb(40, 116, 166);
	font-weight:700;
}
	
.grayish-color{
	color:#8bb;
	font-weight:700;
}
.gray-color{
	color:#abb;
	font-weight:700;
}
.gray-color-2{
	color: rgb(65,65,65);
	font-weight:700;
}

.white-color{
	color:#fff;
	font-weight:700;
}

.light-blue-color-1{
	color:rgb(182, 208, 226);
	font-weight:700;
}	
.light-blue-color-2{
	color:rgb(115, 147, 179);
	font-weight:700;
}	
.light-blue-color-3{
	color:rgb(137, 207, 240);
	font-weight:700;
}	
.light-blue-color-4{
	color:rgb(95, 158, 160);
	font-weight:700;
}
.light-blue-color-5{
	color:rgb(64, 224, 208);
	font-weight:700;
}
.light-blue-color-6{
	color:rgb(64, 181, 173);
	font-weight:700;
}
.light-blue-color-7{
	color:#1ca9c9;
	font-weight:700;
}
.light-blue-color-8{
	color:#007791;
	font-weight:700;
}
.glaucous-color{
	color:#7393B3;
	font-weight:700;
}
.red-green-color{
	color:rgba(199,177,152,0.8);
	font-weight:700;
}	

/*	------ light background colors -------- */
.light-red{
	background-color: rgba(206,32,41,0.2);
}
.light-purple{
	background-color: rgba(147,112,219,0.2);
}
.light-green{
	background-color: rgba(23,210,148,0.2);;
}
.light-green-2{
	background-color: rgba(5,144,51,0.2);
}
.light-blue{
	background-color: rgba(65,105,225,0.2);
}
.light-blue-1{
	background-color:rgb(182, 208, 246);
}	
.light-blue-2{
	background-color:rgb(115, 147, 179);
}	
.light-blue-3{
	background-color:rgb(137, 207, 240);
}	
.light-blue-4{
	background-color:rgb(95, 158, 160);
}
.light-blue-5{
	background-color:rgb(64, 224, 208);
}
.light-blue-6{
	background-color:rgb(64, 181, 173);
}
.light-blue-7{
	background-color:#1ca9c9;
}
.light-blue-8{
	background-color:#007791;
}
.glaucous{
	background-color:#7393B3;
}

.light-yellow{
	background-color:#fcfdaa;
}
.light-orange{
	background-color: rgba(232,185,16,0.2);
}
.light-orange-2{
	background-color: rgba(237,184,92,0.7);
}


.light-gray{
	background-color: rgba(65,65,65,0.2);
}
.light-gray-2{
	background-color: rgba(185,185,185,0.2);
}


.light-red-green{
	background-color:rgba(199,177,152,0.2);
}