body {
	/*background-image:url('../img/bg.png');
	background-color:#E3E3DB !important;*/
	background: url(../img/themes/leetween17/left.png) left bottom no-repeat, url(../img/themes/leetween17/right.png) right bottom no-repeat,url(../img/themes/leetween17/bg_stars.png) center top repeat-x,url(../img/themes/leetween17/bg.png) center bottom repeat-x;
    background-color: #24233F !important;
	background-attachment: fixed;
	margin:0;
	padding:0;
}

/* docs overrides */
.highlight {
  background-color: #fff;
  border-color: #d3e0e9;
}


/* general overrides */
.list-group-item .glyphicon {
  line-height: 1.4;
}
.modal-header .close {
  margin-top: 4px;
}
strong {
  font-weight: bold;
}


/* navbar */
.app-navbar {
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
}
.app-navbar .form-control {
  box-shadow: none;
}
.app-navbar .navbar-brand img {
  width: 85px;
}
.app-navbar .navbar-collapse {
  max-height: inherit;
}
.app-navbar .navbar-collapse:after {
  height: 100vh;
}
.app-navbar .form-control {
  border-color: #1C73A5;
}
.app-navbar .app-notifications {
  margin-left: 1rem;
  padding-bottom: 4px !important;
  padding-top: 4px !important;
}
.app-notifications .icon:before {
  font-size: 20px;
}
@media (min-width: 768px) {
  .app-navbar .navbar-collapse:after {
    height: auto;
  }
}
@media (max-width: 768px) {
  .app-search {
    margin-top: -1px;
  }
}


/* misc */
.app-login-form {
  max-width: 280px;
  margin-top: -60px;
}
.app-new-msg {
  margin-right: 10px;
}
.app-brand {
  width: 40%;
  display: inline-block;
}
.app-brand img {
  width: 100%;
}

header {
	position:relative;
	width:100%;
	height:80px;
	background-color:#C0E0ED;
	background-image:url('../img/topbg_hw.png');
	border: 1px solid rgba(0, 0, 0, 0.2);
}

div.logo {
	position: relative;
	width: 250px;
	height: 83px;
	background-image: url('../img/habblet.png');
	margin-top: -5px;
}

div.onlineCount {
	float: right;
    position: relative;
    width: 176px;
    margin-top: -52px;
}

div.cBox {

	position:relative;
	width:100%;
	min-height:30px;
	background-color:#FFFFFF;
	padding:3px;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 5px;
	margin-bottom:15px;
}

div.cBox > div.inner {
	padding: 5px;
}

div.uTop {
	position: relative;
	width: 100%;
	padding: 5px;
	font-weight: bold;
	font-size: 14px;
	border-bottom: 1px solid #ff9900;
}

div.cTop {
	position: relative;
	width: 100%;
	padding: 5px;
	color: #FFFFFF;
	text-align: center;
	font-weight: bold;
	font-size: 14px;
	border-radius: 4px;
}

div.cTop.settings {	background-color: #595959; }

div.cTop.lightBlue {
	background-color: #629EDB;
}

div.cTop.darkBlue {
	background-color: #3667A6;
}

div.cTop.green {
	background-color: #20C124;
}

div.cTop.brown {
	background-color: #A67A3E;
}

div.cTop.orange {
	background-color: #F66200;
}

div.cTop.red {
	background-color: #D9534f;
}

div.error {
    background: #D30000;
    border-radius: 5px;
    color: white;
    min-height: 10px;
    width: 100%;
    padding: 5px;
    margin-bottom: 10px;
}

.landingView {
    background: center center;
    height: 200px;
    width: 100%;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
    border-radius: 4px;
    -webkit-border-radius: 4px;
    position: relative;
    color: #fff;
    margin-bottom: 10px;
}

.landingView .avatar {
    background: no-repeat;
    height: 225px;
    width: 50%;
    position: absolute;
    bottom: 0;
}

.landingView .username {
    font-size:28px;
    position: absolute;
    margin-left: 118px;
    margin-top: 40px;
}

.landingView .currencyAvailable {
	position: absolute;
	margin-left: 100px;
	margin-top: 130px;
	float: right;
}

.landingView .currencyAvailable .credits {
    font-size: 13px;
    font-weight: bold;
    display: inline-block;
    margin-right: 20px;
}

.landingView .currencyAvailable .credits .creditsIcon {
    background: url(../img/icons/credits.png) no-repeat;
    height: 15px;
    width: 15px;
    float: left;
    padding: 10px;
}

.landingView .currencyAvailable .duckets {
    font-size: 13px;
    font-weight: bold;
    display: inline-block;
    margin-right: 20px;
}

.landingView .currencyAvailable .duckets .ducketsIcon {
    background: url(../img/icons/duckets.png) no-repeat;
    height: 16px;
    width: 16px;
    float: left;
    padding: 10px;
}

.landingView .currencyAvailable .diamonds {
    font-size: 13px;
    font-weight: bold;
    display: inline-block;
	margin-right: 20px;
}

.landingView .currencyAvailable .diamonds .diamondsIcon {
    background: url(../img/icons/diamonds.png) no-repeat;
    height: 16px;
    width: 16px;
    float: left;
    padding: 10px;
}

.landingView .currencyAvailable .vip {
    font-size: 13px;
    font-weight: bold;
    display: inline-block;
	line-height: 18px;
}

.landingView .currencyAvailable .vip .vipIcon {
    background: url(../img/icons/vipIcon.png) no-repeat;
    height: 18px;
    width: 18px;
    float: left;
    padding: 10px;
}

.landingView .currencyAvailable .belCredits {
    font-size: 13px;
    font-weight: bold;
    display: inline-block;
    margin-right: 20px;
}

.landingView .currencyAvailable .belCredits .belCreditsIcon {
    background: url(../img/icons/belcredits.png) no-repeat;
    height: 15px;
    width: 15px;
    float: left;
    padding: 10px;
}

.landingView .clientButton {
    position: absolute;
    right: 30px;
    margin-top: 50px;
}

/* Profile - Hot Campaigns */
#hotCampaigns {
    list-style-type: none;
    padding: 0;
    margin: 0;
    position: relative;
}

#hotCampaigns .hotCampaigns-item {
    height: 90px;
    width: 100%;
    margin-top: 20px;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}

#hotCampaigns .hotCampaigns-item:last-child {
    border-bottom: none;
}

#hotCampaigns .hotCampaigns-item .hotCampaigns-item-image {
    background: no-repeat center center;
    position: absolute;
    height: 70px;
    width: 70px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    left: 30px;
}

#hotCampaigns .hotCampaigns-item .hotCampaigns-item-details-position {
    position: relative;
    height: 50px;
    width: 58%;
    margin-left: 120px;
}

#hotCampaigns .hotCampaigns-item .hotCampaigns-item-details-position .hotCampaigns-item-title {
    font-size: 13px;
    font-weight:bold;
}

#hotCampaigns .hotCampaigns-item .hotCampaigns-item-readmore {
    position: absolute;
    right: 0;
    margin-top: -35px;
}