/* Colors */
.color-bg-blue				{ background-color: #004499 !important; }
.color-bg-light-blue		{ background-color: #ecf4ff !important; }
.color-border-blue			{ border-color: #004499 !important; }

.color-bg-green				{ background-color: #007600 !important; }
.color-bg-light-green		{ background-color: #ebffeb !important; }
.color-border-green			{ border-color: #007600 !important; }

.color-bg-purple			{ background-color: #7e00ab !important; }
.color-bg-light-purple		{ background-color: #fbf6fd !important; }
.color-border-purple		{ border-color: #7e00ab !important; }

.color-bg-lightblue			{ background-color: #0079a0 !important; }
.color-bg-light-lightblue	{ background-color: #f6fdff !important; }
.color-border-lightblue		{ border-color: #0079a0 !important; }

.color-bg-red	 			{ background-color: #d0003f !important; }
.color-bg-light-red			{ background-color: #fff0f4 !important; }
.color-border-red	 		{ border-color: #d0003f !important; }

.color-bg-orange 			{ background-color: #dd8f00 !important; }
.color-bg-light-orange		{ background-color: #fff7e7 !important; }
.color-border-orange 		{ border-color: #dd8f00 !important; }

.color-bg-yellow 			{ background-color: #e9e900 !important; }
.color-bg-light-yellow		{ background-color: #ffffeb !important; }
.color-border-yellow 		{ border-color: #e9e900 !important; }

.color-bg-magenta 			{ background-color: #b000c3 !important; }
.color-bg-light-magenta		{ background-color: #fef5ff !important; }
.color-border-magenta 		{ border-color: #b000c3 !important; }