html, body {
 height: 100%;
}

body {
	/*background:#6c3031;*/
	font-family:'Open Sans', arial;
	background-image:url('../../assets/images/bg.png');
	/*background-size: 600px 600px;*/
    background-repeat: no-repeat;
    /*background-position: left bottom;*/
}

.second-header {
	margin-top:-6px;
	margin-bottom:25px;
	color:#3A3A3A;
}
.container {
	width:1000px;
}

.white {
	background:#fff;
	border-radius:5px;
	border: 1px solid #CECECE;
}
.mtop70 {
	margin-top:70px;
}
.mtop25 {
	margin-top:25px;
}
.btn-green {
    color: #fff;
    background-color: #d26c27;
    font-size: 16px;
    height:40px;
}
.popover {
	z-index:2;
}
.progress {
	height:55px;
}
.btn-green:hover,
.btn-green:active,
.btn-green:focus {
    color: #fff;
    background-color: #d26c27;
    border-color: #d26c27;
}
#coupon,#btncoupon {
	height:50px;
}

.hide {
	display:none;
}
.rank img {
	width:40px;
	height:40px;
}
.rank .label {
	font-size:90%;
}
.rank .badge {
	background:#d26c27;
}
.footer {
	padding:20px;
}
.footer a {
	color:#333;
	margin-right:25px;
}
.footer a:hover {
	text-decoration:none;
}
a:hover {
	text-decoration:none;
}
.userhellopoints{
font-weight:bold;
font-size:34px;
}

.btn-start { 
	margin-top:40px;
	margin-bottom:10px;
	color: #ffffff;
    background-color: #458A1D;
    border-color: #7EAB42;
    height: 60px;
    min-width: 200px;
    font-weight: bold;
    font-size: 25px;
} 
.accept_privacy_wrapper {
	margin-bottom:30px;
}
 
.btn-start:hover, 
.btn-start:focus, 
.btn-start:active, 
.btn-start.active, 
.open .dropdown-toggle.btn-start { 
  color: #ffffff; 
  background-color: #44782A; 
  border-color: #7EAB42; 
} 
 
.btn-start:active, 
.btn-start.active, 
.open .dropdown-toggle.btn-start { 
  background-image: none; 
} 
 
.btn-start.disabled, 
.btn-start[disabled], 
fieldset[disabled] .btn-start, 
.btn-start.disabled:hover, 
.btn-start[disabled]:hover, 
fieldset[disabled] .btn-start:hover, 
.btn-start.disabled:focus, 
.btn-start[disabled]:focus, 
fieldset[disabled] .btn-start:focus, 
.btn-start.disabled:active, 
.btn-start[disabled]:active, 
fieldset[disabled] .btn-start:active, 
.btn-start.disabled.active, 
.btn-start[disabled].active, 
fieldset[disabled] .btn-start.active { 
  background-color: #458A1D; 
  border-color: #7EAB42; 
} 
 
.btn-start .badge { 
  color: #458A1D; 
  background-color: #ffffff; 
}

.notifications .alert-info {
	background:#D2B668;
	color:#fff;
	border-color:#B98A07;
}
.notifications a {
	color:#fff;
}

.userhelloheading {
    font-size: 28px;
    color: #6c3031;
    text-align: center;
    font-weight:bold;
    padding-top:55px;
}
.progress-bar-danger {
	background:#6c3031;
	border-right:4px solid #fff !important;
}
.progress-bar-warning {
	background:#168e44;
	border-right:4px solid #fff !important;
}
.progress-bar-success {
	background:#D2B668;
}
.footer a {
	font-weight: bold;
	color:#3A3A3A;
}
.progress .progress-bar {
	font-size: 15px;
	text-transform: uppercase;
    line-height: 55px;
}
.sidebar {
	margin-top:-25px;
}
.gbp {
	font-size:22px;
	padding-bottom:10px;
	font-weight:bold;
	margin-top:30px;
	text-align:center;
	color:#6c3031;
	border-bottom:2px solid #6c3031;
}
.pluspoint-bonus {
	font-size:31px;
	color:#168e44;
	font-family:'Open Sans',arial;
	font-weight:700;
}
.pluspoint-message {
	font-weight:bold;
	font-size:13.5px;
}
.sidebar .circle-points,.sendmessagetofriend .circle-points {
    width: 60px;
    height: 60px;
    background: #d26c27;
    border-radius: 50%;
    display: inline-block;
    margin-top: 5px;
    margin-right: 15px;
    position: relative;
}
.sidebar .circle-points i,.sendmessagetofriend .circle-points i{
    color: #fff;
    display: block;
    position: absolute;
    font-size: 35px;
    left: 15px;
    top: 13px;

}
.sidebar .list-group-item,.sendmessagetofriend .list-group-item {
	display:inline-block;
	width:100%;
	margin-top:8px;
	border-radius:10px;
}
.sidebar .circle-points.pointsnotavailable,.sendmessagetofriend .circle-points.pointsnotavailable {
	background:#CCADAD;
}
.link-bonus-points {
	display:block;
	margin-bottom:15px;
}
.link-bonus-points.disabled {
	opacity:0.6;
}
.pluspoint-message {
	color:#6c3031;
}
.progress {
	background:transparent;
	box-shadow:none;
}
.profile-image-wrapper {
    width: 175px;
    height: 175px;
    overflow: hidden;
    border-radius: 50%;
}
.profile-image-wrapper_small {
	width:40px;
	height:40px;
	border-radius: 50%;
	float:left;
	margin-right:15px;
	overflow: hidden;
}
.finals .list-group-item p,.finals .badge {
	margin-top:12px;
}
.finals .list-group-item {
	display:inline-block;
	width:100%;
}
.finals .me {
	color:#31708f;background-color:#d9edf7;border-color:#bce8f1
}
.search-profile-image-wrapper {
	width: 120px;
    height: 120px;
    overflow: hidden;
    border-radius: 50%;
}
.search-friends-modal .media-heading {
	font-size: 25px;
    margin-top: 40px;
    margin-left: 25px;
}

.finals .badge {
	background:#168e44;
}

.mainheader {
	color:#6c3031;font-weight:bold;font-size:40px;
}
@media (max-width:767px){
	.container {
		width:100%;
	}
	.sidebar {
		margin-top:40px !important;
	}
	.media {
		margin-bottom:25px;
	}
	.userhelloheading {
		padding:0px;
		padding:15px 0px 15px 0px;
	}
	.profile-image-wrapper {
		width:100%;
		height:100%;
	}
	.profile-image-wrapper img {
		margin:0 auto;
	}
	.pluspoint-message {
		font-size:12px;
	}
	.pluspoint-bonus {
		font-size:31px;
	}
	.mainheader { 
		font-size:30px;
	}
	.progress {
		margin-top:70px;
		height:100%;
	}
	.progress .progress-bar {
		width:100% !important;
		height: auto;
		padding:20px;
		line-height:20px;
		font-size:14px;
		float:none;
	}
	.progress-bar-danger,.progress-bar-success,.progress-bar-warning {
		border-right:0px !important;
	}
	.footer a {
	font-size: 13px;
    text-align: center;
    display: block;
    margin-right: 0px;
    margin-bottom: 5px;
    color: #424242;
	}
	.footer_bottom {
		padding-bottom:25px;
	}
	.toplogo img {
		margin:0 auto;
	}
}


.notifications {
  position: fixed;
  z-index: 9999;
}

/* Positioning */ 
.notifications.top-right {
  right: 10px;
  top: 25px;
}

.notifications.top-left {
  left: 10px;
  top: 25px;
}

.notifications.bottom-left {
  left: 10px;
  bottom: 25px;
}

.notifications.bottom-right {
  right: 10px;
  bottom: 25px;
}

/* Notification Element */
.notifications > div {
  position: relative;
  margin: 5px 0px;
}



/**
 * alert-blackgloss.css v1.0
 * --
 * Based off blackgloss growl theme.
 * Copyright 2012 Nijiko Yonskai
 * --
 * Usage: 
 *   Set style to `blackgloss` and include this css.
 *
 * Note: 
 *   The gloss is only supported in webkit based browsers. 
 *   Chrome and Safari.
 */
@-webkit-keyframes notification {
	0% { -webkit-transform: rotateY(-90deg); opacity: 0; }
	70% { -webkit-transform: rotateY(20deg); opacity: .8; }
	90% { -webkit-transform: rotateY(-10deg); opacity: 1; }
	100% { -webkit-transform: rotateY(-0deg); opacity: 1; }
}

@-moz-keyframes notification {
	0% { -webkit-transform: rotateY(-90deg); opacity: 0; }
	70% { -webkit-transform: rotateY(20deg); opacity: .8; }
	90% { -webkit-transform: rotateY(-10deg); opacity: 1; }
	100% { -webkit-transform: rotateY(-0deg); opacity: 1; }
}

@-o-keyframes notification {
	0% { -webkit-transform: rotateY(-90deg); opacity: 0; }
	70% { -webkit-transform: rotateY(20deg); opacity: .8; }
	90% { -webkit-transform: rotateY(-10deg); opacity: 1; }
	100% { -webkit-transform: rotateY(-0deg); opacity: 1; }
}

keyframes notification {
	0% { -webkit-transform: rotateY(-90deg); opacity: 0; }
	70% { -webkit-transform: rotateY(20deg); opacity: .8; }
	90% { -webkit-transform: rotateY(-10deg); opacity: 1; }
	100% { -webkit-transform: rotateY(-0deg); opacity: 1; }
}

/* Webkit Only */
.alert-blackgloss:before {
	background: -webkit-gradient(linear, 0% -16.5%, 16.5% -100%, from(rgba(255,255,255,.0)), to(rgba(255,255,255,.6)), color-stop(.99,rgba(255,255,255,.2)),color-stop(.5,rgba(255,255,255,.0))) no-repeat;
	-webkit-mask-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(255,255,255,.5)), color-stop(.8,rgba(255,255,255,.0)));
	position: absolute;
	content: '.';
	line-height: 0;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	overflow: hidden;
	text-indent: -99999px;
	-webkit-border-radius: 5px;
}

.alert-blackgloss {
	-webkit-animation: notification .75s linear;
	-moz-animation: notification .75s linear;
	-ms-animation: notification .75s linear;
	-o-animation: notification .75s linear;
	animation: notification .75s linear;
	background: rgba(0,0,0,1);
	-webkit-box-shadow: 0 2px 5px rgba(0,0,0,.5), inset 0 1px 0 rgba(255,255,255,.2), inset 0 0 0 1px rgba(255,255,255,.1);
	-moz-box-shadow: 0 2px 5px rgba(0,0,0,.5), inset 0 1px 0 rgba(255,255,255,.2), inset 0 0 0 1px rgba(255,255,255,.1);
	-ms-box-shadow: 0 2px 5px rgba(0,0,0,.5), inset 0 1px 0 rgba(255,255,255,.2), inset 0 0 0 1px rgba(255,255,255,.1);
	-o-box-shadow: 0 2px 5px rgba(0,0,0,.5), inset 0 1px 0 rgba(255,255,255,.2), inset 0 0 0 1px rgba(255,255,255,.1);
	box-shadow: 0 2px 5px rgba(0,0,0,.5), inset 0 1px 0 rgba(255,255,255,.2), inset 0 0 0 1px rgba(255,255,255,.1);
	border: 1px solid rgba(0,0,0,.95);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	-webkit-font-smoothing: antialiased;
	text-shadow: 0 1px 2px rgba(0,0,0,.5);
	color: #fff;
	-webkit-transform: rotateY(-0deg);
	-moz-transform: rotateY(-0deg);
	-o-transform: rotateY(-0deg);
	transform: rotateY(-0deg);
	position: relative;
	background-clip: padding-box;
}

.alert-blackgloss .close {
  position: relative;
  top: -3px;
  right: -25px;
	color: #fff;
	content: 'x';
}

.giftsmodal .alert-success {
	background:#D2B668;
	font-weight:bold;
	font-size:16px;
	color:#333;
}

.giftsmodal .alert-danger {
	background:#6c3031;
	font-weight:bold;
	font-size:16px;
	color:#fff;
}

.giftsmodal .alert-warning {
	background:#168e44;
	font-weight:bold;
	font-size:16px;
	color:#fff;
}
.giftsmodal .alert-info {
	background:#D2B668;
	font-weight:bold;
	font-size:16px;
	color:#333;
}
.giftsmodal .table>tbody>tr>td:nth-child(1){
	text-align:center !important;
	font-weight:bold !important;
}
.giftsmodal .table-bordered>tbody>tr>td {
	vertical-align: middle;
}