﻿.fc_gold {
	color: rgb(231,189,65);
}

.fc_silver {
	color: rgb(202,202,202);
}

.fc_bronze {
	color: rgb(205,127, 48);
}

.fc_platin {
	color: #00ffea;
}

.fc_initial {
	color: #4D4D4D !important;
}


.green {color: var(--color-secondary) !important;}
.grey, .grey h3 { color: #808080; }
.greyI { color: grey !important; }
.red {color: #C42026 !important;font-weight:bold !important;}
.red2 {color: #C42026;}
.dark-grey{color:#2d2d2d;}
.white {color: #FFFFFF;}
.orange {color:#f29200 !important;}
.petrol {color: var(--color-secondary);}
.lightpetrol {color:#D5E9E8;}
.gold{color:#eab222;}
.light-grey{color:#f3f3f3;}

.iconfont.red {
	font-weight: normal !important;
}


.green a, a.green:link, a.green:active, a.green:visited {
	color: var(--color-secondary) !important;
	font-weight: normal;
}

.grey a, a.grey:link, a.grey:active, a.grey:visited {
	color: #808080;
	font-weight:normal;
}

.dark-grey a, a.dark-grey:link, a.dark-grey:active, a.dark-grey:visited {
	color: #484848;
	font-weight:normal;
}

.red a, a.red:link, a.red:active, a.red:visited {
	color: #C42026;
	font-weight:normal;
}

.black a, a.black:link, a.black:active, a.black:visited {
	color: #4D4D4D;
	font-weight: normal;
}

a.white:link, a.white:active, a.white:visited {
	color: #FFFFFF;
	font-weight:normal;
}

.chk_option_label .platin, .clr-platin {
	color:#327d7a !important;
}

.chk_option_label .gold, .clr-gold {
	color:#e7bd41 !important;
}

.chk_option_label .silver, .clr-silver {
	color:#747778 !important;
}

.chk_option_label .bronze, .clr-bronze {
	color: #cd7f30 !important;
}
/*#endregion*/


/*#region Background Colors*/
.bg_grey {
	background-color: #F3F3F3 !important;
}

.bg_white {
	background-color: #FFF !important;
}

.bg_dark {
	background-color: #484848 !important;
}

.bg_red {
	background-color: #C42026 !important;
}

.bg_primary_gradient {
	background: var(--gradient-primary);
}

.bg_primary_gradient_linear {
	background: var(--gradient-primary-linear);
}

.bga_red {
	background-color: rgba(204, 40, 46, 0.8) !important
}

.bg_petrol, .bg_green {
	background-color: var(--color-secondary) !important;
	color: #FFF !important;
}

.bga_petrol {
	background: rgba(53, 125, 122, 0.9) !important;
	color: #FFF !important;
}

.bg_silver {
	background-color: #747778 !important;
}

.bg_bronze {
	background-color: #cd7f30;
}

.bga_gold {
	background-color: rgba(231,189,65,0.6);
}

.bga_platin {
	background: linear-gradient(to right,var(--color-secondary),#00ffea);
}

.bga_silver {
	background-color: rgba(202,202,202,0.6);
}

.bga_bronze {
	background-color: rgba(205,127,48,0.6);
}

.bg_lightpetrol {
	background-color: #f0faf5;
}

.bg_gold {
	background-color: #e7bd41 !important;
}
/*#endregion*/