.page_header {
 	background: #007fd8;
 }

 .footer-menu .active, .footer-menu .active span.glyphicon {
	color: #007fd8;
}

.dialogbox {
	border-top: 4px solid #007fd8;
}

.label-primary {
	background: #007fd8;
}

ul[role="datalist2"] {
	border: 4px solid #007fd8;
}
ul[role="datalist2"] li:first-child {
	border-bottom: 4px solid #007fd8;
}
.well {
	margin-bottom:58px; background:#007fd8; color:#fff;
}

.mylist ul li i {
	color: #007fd8;
}

.nav-items .active {
	background: #007fd8;
}

.top {
	border: 1px #007fd8 solid;
}

.top-title {
	background: #007fd8;
}
.top-title span {
	color: #fff;
}
.coupons .coupon-num {
	color: #007fd8;
}
.scorelist thead, .prizelist thead {
	background: #007fd8;
}
span.price {
    font-size: 14px;
    color: #007fd8;
}
/*****new style******/
.d-desc .list-group-item.active {
    background-color: #007fd8;
    color: #fff;
    border-color: #007fd8;
}
#accordian span.icon {
    position: absolute;
    border: 5px solid #007fd8;
    background-color: #007fd8;
    border-radius: 100%;
    box-sizing: content-box;
}
#c-more .fc {
    color: #007fd8;
}