/* body settings. Applies to landing page and dashboard. */

.promoter-event-detail-points {
 display:none;
}
.promoter-event-detail-free-tickets {
 display:none;
}

body {
margin: 0;
padding: 0;
color: #000;
background-color: #ffbe7a;
background-image: url(https://static.moshtix.com.au/directory/uploads/images/LC24_BG.jpg);
background-repeat: repeat;
background-position: center top;
background-attachment: fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
background-size:cover;
line-height: 25px;
font-family: Helvetica, sans-serif;
}

.body-small {
    background-color: #ffbe7a;
    background-image: url(https://static.moshtix.com.au/directory/uploads/images/LC24_BG.jpg);
}



/* logo header on landing page */


#home {
    background-image: url(https://static.moshtix.com.au/directory/uploads/images/Goodlife_Standard_Logo.png);
    height: 300px;
}

#homepage-header {
min-height: 250px;
background-repeat: no-repeat;
background-position: center top;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
background-size: cover;
background-color: #ffbe7a;
padding-top: 0px;
}

@media (max-width: 600px) {
#homepage-header {
background-repeat: no-repeat;
background-position: center top;
background-size: 100% auto;
min-height:218px;
background-color: #ffbe7a;
}
}

/* content area on landing page inlcuding buttons */

#homepage-content {
background-image: url(https://static.moshtix.com.au/directory/uploads/images/LC24_BG.gif);
background-repeat: no-repeat;
height: 630px;
text-align: center;
background-position: center top;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
background-size: cover;
padding-top: 50px;
margin-left: auto;
margin-right: auto;
}

#homepage-content h1{
font-size:60px;
}

@media (max-width: 600px) {
#homepage-content h1{
font-size:32px;
}
}

#homepage-content h1, #homepage-content h2{
color:#FFF;
font-weight: bold;
padding-bottom:40px;
}

#homepage-splash {
background-color: white;
}

#promotorbox {
    background-color: 000;
    padding-left: 30px;
}

.homepage-splash-content {
padding: 20px
}

/* footer on landing page */

#wrapper-single-page .footer {
display: none;
}

#homepage-footer {
background-color: #ffbe7a;
color: #FFF;
height: 200px;
text-align: center;
padding-top: 30px;
}

@media (max-width: 600px) {
#homepage-footer {
    background-color: #ffbe7a;
    color: #000;
height: 200px;
text-align: center;
padding-top: 30px;
font-size:12px;
}
}

/* logo settings in header area */


.img-logo {
display: block;
max-width: 100%;
height: 250px;
margin-left: auto;
margin-right: auto;
}

@media (max-width: 600px) {
.img-logo {
display: block;
max-width: 80%;
height:auto;
margin-left: auto;
margin-right: auto;
}
}

.img-responsive, .thumbnail>img, .thumbnail a>img, .carousel-inner>.item>img, .carousel-inner>.item>a>img {
display: block;
max-width: 100%;
height: auto;
margin-left: auto;
margin-right: auto;
}



/* button settings */

.navbar-default .nav > li > a:hover, .navbar-default .nav > li > a:focus, .nav > li.active > a, .navbar-nav > .active > a, .side-bar > li.active {
background: #323232 !important;
color: ffbe7a !important;
border: 0;
}

.side-bar > li.active, .side-bar > li.hover, .side-bar > li > a:hover, .side-bar > li > a:focus, .side-bar > li > a:active {
border-left: 4px solid <!-- NAV HIGHLIGHT-->;
}


.welcom-div {
padding-top: 20px;
}


.main-btn-login {
background: #000;
color: #ED1C25;
border: 0px;
border-radius: 0px;
}


/* landing page login button colour */

.login-div {
    background: #f2f4f8;
    color: black;
    margin-top: 150px;
    padding-bottom: 15px;
}


/* landing page login button colour */

a.btn.btn-primary.btn-lg.login {
background-color: #000;
text-transform: uppercase;
margin-left: 20px;
}

a.btn.btn-primary.btn-lg.login:hover {
color: #ffbe79;
background-color: #FFF;
text-transform: uppercase;
margin-left: 20px;
font-size:inherit;
}

/* landing page signup button colour */

a.btn.btn-primary.btn-lg.sign-up {
background-color: <!-- NAV HIGHLIGHT-->;
text-transform: uppercase;
}

a.btn.btn-primary.btn-lg.sign-up:hover {
color: <!-- NAV HIGHLIGHT-->;
background-color: #FFF;
text-transform: uppercase;font-size:inherit;
}

/* login page login button */

.btn-primary, .btn-primary:active, .btn-primary:after, .btn-primary:focus {
background: #000;
text-transform: uppercase;
font-size: 14px;
padding: 10px 15px;
color: #fff;
border: 0px;
border-radius: 0px;
}

.btn-primary:hover {
background: #000 !important;
border: 0px;
border-radius: 0px;font-size:inherit;
}

/* login page create button */

.login-btn-signup {
background-color: <!-- NAV HIGHLIGHT-->;
text-transform: uppercase;
padding: 10px 0px;
font-size: 14px;
}

.login-btn-signup:hover {
    background-color: #000;
    color: #FFF;font-size:inherit;
}

a.btn.btn-sm.btn-white.btn-block.login-btn-signup {
    background-color: <!-- NAV HIGHLIGHT-->;
    color: #FFF;
}

a.btn.btn-sm.btn-white.btn-block.login-btn-signup:hover {
    background-color: #000;
    color: #FFF;
	    font-size: 14px;
}


/* cancel button in dashboard */

.btn-white {
    color: #000;
    background: #ffbe7a;
    padding: 10px 15px;
    text-transform: uppercase;
    border: 0px;
    border-radius: 0px;
}

.btn-white:hover {
    color: #000;
    background: #f1f2f2;
    padding: 10px 15px;
    text-transform: uppercase;
    border: 0px;
    border-radius: 0px;font-size:inherit;
}



/* remove dashed line on login screen DO NOT DELETE OR CHANGE */

.hr-line-dashed {
border-top: 1px dashed #ffbe7a;
color: #ffffff;
background-color: #ffffff;
height: 1px;
margin: 20px 0;
display: none;
}


/* Settings for FAQ page */

.faq-contact-div {
    margin-top: 350px;
    background-color: #fff;
    width: 970px;
}

p {
    margin: 0px;
	color:#000;
}

h2 {
    font-size: 24px;
}

h3, h4, h5 {
    margin-top: 5px;
    font-weight: 600;
	color:#000;
}


/* Settings dashboard DO NOT DELETE OR CHANGE */

#fan-count-header {
display: none;
}

#menu-item-request-teamleader {
display: none;
}

.widget-free-tickets {
display: none;
}

#menu-item-request-moreflyers {
display: none;
}

.wrapper-content {
    padding: 30px;
}

/* url link colour */

a {
    color: #000;
    font-size: 12px;
}

a:hover {
    color: #000;
    font-size: 12px;
}

/* base style overrides */
body {
	background-color: <!-- NAV 2nd HIGHLIGHT-->;
	margin: 0;
	padding: 0;
	color: #000;
	background-attachment: fixed;

	background-repeat: no-repeat;
	background-position: center top;
	font-family: Helvetica, sans-serif;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
background-size: cover;
	/*font-size: medium;
	line-height: 25px;*/
}

.wrapper-content {
    padding: 15px;
}


.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-right: 5px;
    padding-left: 5px;
}

.footer {
    background: none repeat scroll 0 0 white;
    border-top: 1px solid #ffbe7a;
    bottom: 0;
    left: 0;
    padding: 0px 20px;
    position: absolute;
    right: 0;
    margin-top: 30px;
}

.dj-leaderboard-z {
    display: none;
}

.dj-leaderboard-SA {
    display: none;
}
.dj-leaderboard-WA {
    display: none;
}
/*
.dj-leaderboard-VIC {
    display: none;
}
*/



.dj-leaderboard-TAS {
    display: none;
}

.promoter-leaderboard-z {
    display: none;
}

.promoter-leaderboard-TAS {
    display: none;
}

.promoter-leaderboard-SA {
    display: none;
}
/*
.promoter-leaderboard-VIC {
    display: none;
}
*/
.promoter-leaderboard-WA {
    display: none;
}

.dj-leaderboard-NSW .groupHeader {
    font-weight: bold;
    border-bottom: 1px solid #000;
}

.dj-leaderboard-QLD .groupHeader {
    font-weight: bold;
    border-bottom: 1px solid #000;
}

.dj-leaderboard-SA .groupHeader {
    font-weight: bold;
    border-bottom: 1px solid #000;
}

.dj-leaderboard-VIC .groupHeader {
    font-weight: bold;
    border-bottom: 1px solid #000;
}
.dj-leaderboard-WA .groupHeader {
    font-weight: bold;
    border-bottom: 1px solid #000;
}



.promoter-leaderboard-NSW .groupHeader {
    font-weight: bold;
    border-bottom: 1px solid #000;
}

.promoter-leaderboard-QLD .groupHeader {
    font-weight: bold;
    border-bottom: 1px solid #000;
}

.promoter-leaderboard-VIC .groupHeader {
    font-weight: bold;
    border-bottom: 1px solid #000;
}

.promoter-leaderboard-WA .groupHeader {
    font-weight: bold;
    border-bottom: 1px solid #000;
}

/*dollar-commission-for-user div{
   display:none;
}*/

div[ng-show="dashboardCtrl.showEventSetSelection"]{display:none;}