.bgimagepoints{
	background-image: url("../images/beautifulpoints.jpg");
	height: 125px;
	width: 400px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}

.wk_rs_advertise_review_style {
    border-color: #C4C6C8 #C4C6C8 #FF7171;
    border-style: solid;
    border-width: 1px 1px 3px;
    color: #1E7EC8;
    padding: 10px !important;
    font-size: 34px;
}
.wk_rs_greet {
    background: url("../images/sprite.png") repeat scroll 36px 373px transparent;
    padding-left: 30px;
}
.wk_rs_green {
    color: #4ABC48;
    font-size: 35px;
}
.wk_rs_sub_head1{
    display: inline-block;
    float: left;
    margin-right: 15px;
}
.wk_rs_sub_head2 h2, .wk_rs_sub_head2 h3{
    margin: 0px;
}
.wk_rs_price{
    color: green;
}
.wk_rs_main *{
    box-sizing:border-box;
    position: relative;
}
.wk_rs_main h2, .wk_rs_main h3{
    font-weight: bold;
    letter-spacing: 1px;
    margin-top: 6rem;
}
#wk_rs_no_reward_img{
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
.wk_rs_noreward_head {
    text-align: center;
}
.wk_rs_points_details.wk_rs_total_points{
  border-style: solid;
  border-width: 1px;
  padding: 10px 14px;
  width: 100%;
  margin-right:15px;
  float: left;
  margin-bottom:16px;
  margin-top:16px;
}
.wk_rs_reward_value{
  font-size:30px;
  font-weight:600;
  margin-right:10px;
}
.wk_rs_reward_text{
  font-weight:600;
  font-size:16px;
}
.wk_rs_reward_applied{
  background: url("../images/icon.png") no-repeat transparent;
  font-size: 19px;
}
.wk_rs_applied_reward_text {
  margin-left: 28px;
}
.wk_rs_applied_amount{
  font-weight:600;
}
.wk_rs_amount_currency{
  font-size: 40px;
  font-weight: 600;
}
.wk_rewards_on_products {
   border-bottom: 1px solid #c1c1c1;
}
.wk_rs_advertise_product_page_style {
    border-width: 1px 1px 1px;
    color: #1E7EC8;
    border-left-color: yellow;
    font-size: 22px;
}
.wk_rs_product_page_greet {
    background: url(../images/Sprite.png) repeat scroll 50px 342px transparent;
    padding-left: 30px;
}
.wk_rs_cart_green {
    color: #4ABC48;
}
.wk_rs_advertise_product_style {
    border-color: ghostwhite;
    border-width: 1px 1px 1px;
    color: #1E7EC8;
    border-style: ridge;
    border-left-color: yellow;
    padding: 10px !important;
    font-size: 23px;
    box-shadow: inset 0px 0px 4px 1px whitesmoke;
}
.wk_rs_product_greet {
    background: url(../images/Sprite.png) repeat scroll 50px 343px transparent;
    padding-left: 30px;
}
.wk_reward_required {
    color: #1E7EC8;
}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 100; /* Sit on top */
  padding-top: 5%; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgb(0 0 0 / 65%); /* Black w/ opacity */
}

/* Modal Content */
/*.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 50%;
}*/

/* The Close Button */
.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
  text-align: right;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

body .fieldset>.field {
    margin-bottom: 10px;
}
.page-title {
    margin: 20px 0;
}
.frm-left{float: left;padding: 0 10px;width:33%}
.control{color: #000000;font-size: large;}
.control-memid{
	padding: 5px;
    font-size: x-large;
    color: #000000;
}
.userlevel{
	border-radius: 5px;
    background: #000000;
    width: auto;
    margin-left: 0%;
    margin-bottom: 10px;
    text-align: center;
    font-size: 2rem;
    color: #ffffff;
    padding: 5px;	
}
.css-redeem-left{
	border-style: hidden;
	text-align: left;
	border-radius: 0px;
	padding: 10px;
	color: #ffffff;
	cursor: pointer;
	width: 50%;
	float: left;
}
.css-redeem-right{
	border-style: hidden;
	text-align: right;
	border-radius: 0px;
	padding: 10px;
	color: #ffffff;
	cursor: pointer;
	width: 50%;
	float: left;
}
.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
    font-size: small;
    font-weight: bolder;
}


@media (max-width: 767px) {
	/* Modal Content */
	.modal-content {
	  background-color: #fefefe;
	  margin: auto;
	  padding: 20px;
	  border: 1px solid #888;
	  width: 100%;
	}
	
	.wk_rs_points_details.wk_rs_total_points {
		float: none;
	}
	
}
@media (min-width: 481px) and (max-width: 767px) {
	/* Modal Content */
	.modal-content {
	  background-color: #fefefe;
	  margin: auto;
	  padding: 20px;
	  border: 1px solid #888;
	  width: 100%;
	}	
	.wk_rs_points_details.wk_rs_total_points {
		float: none;
	}
}
@media (max-width: 480px) {
	/* Modal Content */
	.modal-content {
	  background-color: #fefefe;
	  margin: auto;
	  padding: 20px;
	  border: 1px solid #888;
	  width: 100%;
	}
	.wk_rs_points_details.wk_rs_total_points {
		float: none;
	}
}