/**** Silver Theme ****/

.th-silver-background {
	background: radial-gradient(circle, rgba(240,240,240,1) 0%, rgba(225,225,225,1) 100%) !important; 
	border: 1px solid rgb(200 200 200) !important;}
	
	
.th-silver-offset-text-color {
	color: #111111 !important;}
	
	
.th-silver-offset-button-color {
	background: #111111 !important;
	color: #FFFFFF !important;}
	
	
.th-silver-offset-page-link-first-last-color {
	color: #666666 !important;}
	
	
.th-silver-offset-page-link-first-last-color:hover {
	background: #666666 !important;
    color: #ffffff !important;}
		
		
.th-silver-offset-page-link-center-color {
	background: #666666 !important;
	color: #ffffff !important;}
	
	
/**** Gold Theme ****/

.th-gold-background {
	background: radial-gradient(circle, rgba(245,205,82,1) 0%, rgba(249,192,36,1) 100%) !important;
	border: 1px solid rgb(255 234 169) !important;}
	
	
.th-gold-offset-text-color {
	color: #111111 !important;}
	
	
.th-gold-offset-button-color {
	background: #111111 !important;
	color: #FFFFFF !important;}
	
	
.th-gold-offset-page-link-first-last-color {
	color: #666666 !important;}
	
	
.th-gold-offset-page-link-first-last-color:hover {
	background: #666666 !important;
    color: #ffffff !important;}
		
		
.th-gold-offset-page-link-center-color {
	background: #666666 !important;
	color: #ffffff !important;}
	
	
/**** Palladium Theme ****/
	
.th-palladium-background {
	background: radial-gradient(circle, rgba(215,215,215,1) 0%, rgba(200,200,200,1) 100%) !important; 
	border: 1px solid rgb(180 180 180) !important;}
	
	
.th-palladium-offset-text-color {
	color: #111111 !important;}
	
	
.th-palladium-offset-button-color {
	background: #111111 !important;
	color: #FFFFFF !important;}
	
	
.th-palladium-offset-page-link-first-last-color {
	color: #666666 !important;}
	
	
.th-palladium-offset-page-link-first-last-color:hover {
	background: #666666 !important;
    color: #ffffff !important;}
		
		
.th-palladium-offset-page-link-center-color {
	background: #666666 !important;
	color: #ffffff !important;}


/**** Platinum Theme ****/
	
.th-platinum-background {
	background: radial-gradient(circle, rgba(245,245,245,1) 0%, rgba(230,230,230,1) 100%) !important; 
	border: 1px solid rgb(210 210 210) !important;}
	

.th-platinum-offset-text-color {
	color: #111111 !important;}
	
	
.th-platinum-offset-button-color {
	background: #111111 !important;
	color: #FFFFFF !important;}
	
	
.th-platinum-offset-page-link-first-last-color {
	color: #666666 !important;}
	
	
.th-platinum-offset-page-link-first-last-color:hover {
	background: #666666 !important;
    color: #ffffff !important;}
		
		
.th-platinum-offset-page-link-center-color {
	background: #666666 !important;
	color: #ffffff !important;}


/**** Rhodium Theme ****/
	
.th-rhodium-background {
	background: radial-gradient(circle, rgba(225,225,225,1) 0%, rgba(210,210,210,1) 100%) !important; 
	border: 1px solid rgb(200 200 200) !important;}
	
	
.th-rhodium-offset-text-color {
	color: #111111 !important;}


.th-rhodium-offset-button-color {
	background: #111111 !important;
	color: #FFFFFF !important;}
	
	
.th-rhodium-offset-page-link-first-last-color {
	color: #666666 !important;}
	
	
.th-rhodium-offset-page-link-first-last-color:hover {
	background: #666666 !important;
    color: #ffffff !important;}
		
		
.th-rhodium-offset-page-link-center-color {
	background: #666666 !important;
	color: #ffffff !important;}
	
	
/**** Green Theme ****/
	
.th-green-background {
	background: radial-gradient(circle, rgba(143,193,113,1) 0%, rgba(124,171,96,1) 100%) !important;
	border: 1px solid rgb(169 228 147) !important;}
	
	
.th-green-offset-text-color {
	color: #111111 !important;}
	
	
.th-green-offset-button-color {
	background: #111111 !important;
	color: #FFFFFF !important;}
	
	
.th-green-offset-page-link-first-last-color {
	color: #111111 !important;}
	
	
.th-green-offset-page-link-first-last-color:hover {
	background: #85bb65 !important;
    color: #111111 !important;}
		
		
.th-green-offset-page-link-center-color {
	background: #85bb65 !important;
	color: #111111 !important;}
	
	
/**** Blue Theme ****/
	
.th-blue-background {
	background: radial-gradient(circle, rgba(99,196,251,1) 0%, rgba(83,192,255,1) 100%) !important; 
	border: 1px solid rgb(178 223 249) !important;}
	
	
.th-blue-button-background {
	background-color:#53c0ff;
	color: #000000;
	border:0px;}
	
	
.th-blue-offset-text-color {
	color: #111111 !important;}
	

.th-blue-offset-button-color {
	background: #53c0ff !important;
	color: #111111 !important;}
	
	
.th-blue-offset-page-link-first-last-color {
	color: #111111 !important;}
	
	
.th-blue-offset-page-link-first-last-color:hover {
	background: #53c0ff !important;
    color: #111111 !important;}
		
		
.th-blue-offset-page-link-center-color {
	background: #53c0ff !important;
	color: #111111 !important;}
	
	
/**** Black Theme ****/
	
.th-black-background {
	background: #333 !important;
	border: 1px solid #444 !important;}
	
	
.th-black-offset-text-color {
	color: #FFFFFF !important;}
	
	
.th-black-offset-button-color {
	background: #222222 !important;
	color: #FFFFFF !important;}
	
	
.th-black-offset-outline-button-color {
	background-color:transparent !important;
	color: #000000 !important;
	border: 1px solid rgba(0, 0, 0, .5) !important;}
	
	
.kt-black-yellow-button-color {
	background-color:#F5CD52 !important;
	color: #000000 !important;
	border:0px !important;}
	
	
.th-black-yellow-button-color {
	background-color:#F5CD52 !important;
	color: #000000 !important;
	border:0px !important;}
	
	
.th-black-offset-page-link-first-last-color {
	color: #666666 !important;}
	
	
.th-black-offset-page-link-first-last-color:hover {
	background: #666666 !important;
    color: #ffffff !important;}
		
		
.th-black-offset-page-link-center-color {
	background: #666666 !important;
	color: #ffffff !important;}
	