/* nanathams gold:#ae7c17; light-gold:#c08817; blue:#2994c2; pink:#f37f8e;*/
.bg-header {
    position: top center;
    z-index: -1;
    background-image: url(/vstarproject/img/tknreward/topbg_goldgradient.png);
    background-repeat: repeat-x;
    height: 235px;
    width: 100%;
    margin: 0 auto;
    position: absolute;
    top: 0;
}
.bg_reward {
    background: url(/vstarproject/img/tknreward/flower.png) repeat;
	background-color: #f9faf4;
    box-shadow: 0 10px 16px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19) !important;
}
.bg_reward .table>tbody>tr>td {
	border-top: none; 
}
.bg-gold01 {background-color:rgba(192, 136, 23, 0.1);}
.font-gold { color:#ae7c17; }
.font-lightgold { color:#c08817; }
.font-pink { color:#f37f8e; }
.line-gold {
    border-top: 2px solid #c08817;
}
.line-royal {
	margin:20px 0;
	text-align:center;
}
.border-biggold {
	border:1px solid rgba(192, 136, 23, 0.5);
    border-radius: 10px !important;
    -moz-border-radius: 10px !important;
    -webkit-border-radius: 10px !important;
	width:100%;
	display:inline-block;
	padding:5px 10px 5px 10px;
}
.border-topic-gold {
	border:2px solid #c08817;
    border-radius: 10px !important;
    -moz-border-radius: 10px !important;
    -webkit-border-radius: 10px !important;
	width:auto;
	display:inline-block;
	padding:5px 10px 5px 10px;
}
.border-topic-gold a { color:#c08817;}
.border-topic-gold.link:hover a { color:#fff;text-decoration:none;}
.border-topic-gold.link:hover  { background-color:#c08817;}
.border-topic-grey {
	border:2px solid #656d78;
    border-radius: 10px !important;
    -moz-border-radius: 10px !important;
    -webkit-border-radius: 10px !important;
	width:auto;
	display:inline-block;
	padding:5px 10px 5px 10px;
}
.border-topic-grey a { color:#656d78;}
.border-topic-grey.link:hover a { color:#fff;text-decoration:none;}
.border-topic-grey.link:hover  { background-color:#656d78;}
.reward_level a { color:#656d78;}
.reward_level a:hover { 
	color:#c08817;
	text-decoration:none;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
	}
.media.tkn-province {
    border: 1px solid #ccc;
    border-radius: 10px !important;
    -moz-border-radius: 10px !important;
    -webkit-border-radius: 10px !important;
    display: inline-block;
	padding:10px 10px 5px 10px;
	margin-bottom:10px;
}
.media.tkn-province:hover {background-color:rgba(192, 136, 23, 0.2);}
.media.tkn-province a {text-decoration:none;}
.media.tkn-province a:hover {	color:#c08817; text-decoration:none;}
tr.winner > td > font {
	color:#ae7c17 !important;
	font-weight:bold;
}
tr.winner {
	background-color:rgba(192, 136, 23, 0.1);
}
.tknreward_search .input_text {
    border: 2px solid #c08817;
    /* border-right: none; */
    font-size: 18px;
    color: #666;
    margin: 10px 0;
    padding: 10px 15px;
    height: auto;
    background-color: #fff;
}
.tknreward_search .btn {
    font-size: 19px;
    padding: 10px 15px;
    color: #fff;
    background-color: #c08817;
    border-color: #c08817;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}
@media (max-width: 480px) {
.line-royal img {
    width: 100%;
}