/*BEGIN SECTIONS WE WANT CUSTOMISABLE BY COLOR PICKER OR IMAGE UPLOADER*/

body {
  /* Location of the image */
  background-image: url('/app/assets/images/backgrounds/bg-2.jpg');
  
  /* Background image doesn't tile */
  background-repeat: no-repeat;
  
  /* Background image is fixed in the viewport so that it doesn't move when 
     the content's height is greater than the image's height */
  background-attachment: fixed;
  
  /* This is what makes the background image rescale based
     on the container's size */
  background-size: cover;
  
  /* Set a background color that will be displayed
     while the background image is loading */
  background-color: #000;
}

.admin-no-season {
  padding:15px;
  background-color:orange;
  margin-bottom:10px;
}

.metrobox .help {
  margin-top:5px;
  margin-bottom:5px;
  font-size:13px;
}

.welcome-text-setup {
  background-color:#fff ;
  padding:10px;
}
.actions {
  margin-bottom:20px;
}

.select-sm {
  width:100px;
}

 .row.welcome {
  background: linear-gradient( rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0.85) ), url('/app/assets/images/headers/header.jpg') no-repeat;
  background-size: cover;
  margin-top: -15px;
  margin-bottom: 20px;
  color: #fff;
      padding: 20px 0px;
 }
 .row.stats {
    /*background: linear-gradient( rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0.85) ), url('/app/assets/images/headers/header-1.jpg') no-repeat;
    background-size: cover;
    background-attachment: fixed;
  */
    color: #000;
    padding: 20px 20px;
    background-color: #FFF;
}
.row.steps {
  padding: 30px 10px 10px 10px;
}

.page-head {
  background: linear-gradient( rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1) ), url('/app/assets/images/page-headers/page-header-1.jpg') no-repeat;
  margin-bottom: 10px;
  color: #fff;
  background-color: #444D58;
}

 .col-md-8.welcome {
  padding:20px 40px;
  color: #fff;
 }

 .col-md-12.twitter {
    float: none;
    text-align: center;
}

.col-md-5.club-name {
    padding-left: 38px;
}

/*END SECTIONS WE WANT CUSTOMISABLE BY COLOR PICKER OR IMAGE UPLOADER*/

.page-container {
    background-color: white;
}

.row.points {
  padding: 10px 20px;
}

body.page.container {
    margin: 0 auto ! important;
}


h1 {font-size: 38px ! important;}
h2 {font-size: 14px ! important;}

.h1, .h2, .h3, h1, h2, h3 {
    margin-top: 5px ! important;
    margin-bottom: 11px ! important;
}

h1.banner-intro {
    font-size: 38px;
    margin: 0px;
    color:#fff;
    font-weight: 700;
  margin-bottom:20px !important;
}


h4.quick-login {
    font-size: 14px;
    font-weight: 600;
    text-align: right;
    padding-right: 0px;
}

h4.quick-login a {
  color:#ffffff;
}

h4.quick-login a:hover {
  opacity: 0.8;
  text-decoration: none;
}

.page-title h1 {
    background-color: rgba(0,0,0,0.4);
    padding: 8px 20px;
    font-size: 28px ! important;
}

span.pc-url {
    padding-left: 10px;
    font-weight:bold;
}

p.sb-list {
    line-height: 2;
}

.portlet-body a {
    text-decoration: underline;
}

.table-responsive a {
    text-decoration: underline;
}

ul.team_cost {
  list-style-type: none;
}

.label-tsb {
    font-weight: 700;
}

ul.team_cost {
    background: #f2f2f2;
    margin: 0px;
    padding: 30px 50px;
}

.figure {
    
    font-style: italic;
    color: #0D8609;
    font-weight:600;
    margin-bottom: 20px;
    font-size:24px;
}

.terrors {
  background-color: #fbe1e3;
    border-color: #fbe1e3;
    color: #e73d4a;
    padding:15px;
}

.terrors li {
  margin-left:25px;
}

.hideme {
  display:none;
}

.left {
  color: #E7505A;
}

div#left {
    text-indent: 20px;
    font-style: italic;
    color: #E7505A;
    font-weight:600;
}

h3 {
  color: #32c5d2!important;
}

.btn {
  background-color:#0D8609;
  color:#fff;
  border-radius:0px;
}

.btn:hover {
  opacity: 0.7;
  color:#fff;
}

.site_message {
  background-color:#E3FFE2;
  color:green;
  padding:12px;
}

.metrobox {
  padding:32px;
  background-color:#f7f7f7;
  margin-bottom:10px;
}

.alert { border-radius:0px; box-shadow:none;}

input[type="checkbox"] {
  width:initial;
  height:initial;
}

.alert-success {
 color: #3c763d; 
 background-color: #dff0d8; 
 border-color: #d6e9c6; 
}

.introtext {
  border:0px;
}

.help-block {
    margin-top: 8px;
    margin-bottom: 0px;
}

.logout a {
  background-color: #8B8B8B;
}
/*BEGIN HOME PAGE CHANGES*/

.col-md-4.signup {
  padding:30px 50px;
  height:300px;
  text-align: right;
 }

.col-md-4.signup span.form-subtitle {
    font-size: 19px;
    margin-bottom:30px;
}

.col-md-4.signup .form-title {
  margin-bottom:20px;
}

 .col-md-12.season{
  text-align: center;
  margin-bottom: 20px;
 }

 .col-md-3.mt-step-col:hover {
    transition:all 0.3s ease;
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
}

.welcome a {
  color:#fff;
}

.welcome .not-registered {
  margin-top:10px;
  margin-bottom:10px;
}

/*END HOMEPAGE CHANGES*/


/*BEGIN PAGE HEADER*/
.page-header {
    height: auto ! important;
  margin-top: 20px ! important;
}
.page-header .page-header-top {
    height: 110px ! important;
    padding: 20px 0px 20px 0px ! important;
}
#club_logo {
    /*float: left;*/
    width: 100px;
    height: 100px;
    margin-right:20px;
}
#change_season_div {
  display:none ;
}
select#change_season_select {
  margin-top:10px;
    margin-bottom: 10px;
}
.season a.btn {
    margin-bottom:10px;
    margin-top:10px;
}
.page-header .page-header-top .page-logo {
    width: 580px ! important;
    height: auto ! important;
    padding-bottom: 15px;
}
img#img_logo {
    width: 100px;
    height: 100px;
    float: left;
}
/*END PAGE HEADING*/


/*BEGIN MAIN NAV CHANGES*/
.page-header .page-header-menu .hor-menu .navbar-nav>li>a {
    color: #ffffff ! important;
}
/*END MAIN NAV CHANGES*/

/*BEGIN NAV BAR RIGHT CHANGES*/
ul.nav.navbar-nav.pull-right {
    text-align: right;
}
/*END NAV BAR RIGHT CHANGES*/

/*ADVERTISING EDITS BEGINS*/
a:hover img {
    opacity: .75;
}

img {
    max-width: 100%;
    height: auto;
    transition: opacity .2s ease-in-out;
    -moz-transition: opacity .2s ease-in-out;
    -webkit-transition: opacity .2s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    backface-visibility: hidden;
}
/*ADVERTISING EDITS ENDS*/

/*ADVERT 728PX BEGINS*/
.ad728-wrapper {
    text-align: center;
    max-width: 728px;
    margin: 20px auto 0px;
}
.ad728-wrapper.footer {
    padding-bottom: 20px;
}
/*ADVERT 728PX ENDS*/

/*ADVERT 550PX BEGINS*/
.ad550-wrapper {
    text-align: center;
    max-width: 100%;
    margin: 0px auto;
    height: 110px;
    padding-top: 25px;
}
/*ADVERT 550PX ENDS*/

/*ADVERT WIDGET BEGINS*/
.adwidget {
    text-align: center;
    padding: 20px;
    border: 1px solid #dadada;
    margin-bottom: 50px;
}
/*ADVERT WIDGET ENDS*/


/*BEGIN CONTENT AREA CHANGES*/
#page_title .container {
    width: 100%;
}
.page-content {
    margin-bottom: 15px;
}
.checkbox input[type=checkbox], .checkbox-inline input[type=checkbox], .radio input[type=radio], .radio-inline input[type=radio] {
    margin-left: -10px ! important;
}
.season {
    width: 50%;
    margin: 0 auto;
}
.no-sort { pointer-events: none!important; cursor: default!important; }

.no-sort {background:none!important;}

/*END CONTENT AREA CHANGES*/


/*dataTables BEGIN*/

.table-responsive {
    overflow-x: visible ! important;
    }

#sample_2_filter, #sample_2_length, .dt-buttons {
    display: none;
}

/*dataTables END*/

/*START CUSTOM LI IMAGES*/
i.points-sys {
    padding: 10px 14px ! important;
}
.mt-step-number.bg-meadow.font-grey {
    border: 1px solid #0C640A;
}
/*END CUSTOM LI IMAGES*/

/*BEGIN FOOTER CHANGES*/
#signoff {
    border-top: 1px solid #e5e5e5;
    height: 50px;
    line-height: 50px;
    background-color: #fff;
    margin-top:0;
    padding-left: 15px;
}
.page-prefooter {
    background: #eff3f8 ! important;
}
/*END FOOTER CHANGES*/

/*BEGIN TABLE STYLING*/
.portlet li {
    list-style-type: none;
}
input.form-control.input-sm.input-small.input-inline {
    margin-left: 10px;
}
/*END TABLE SYTLING*/

/*BEGIN LOGIN/REGISTER FORM STYLING*/
.login .content {
  width: 400px;
  margin: 40px auto 40px auto; }

.login .form-title {
  margin-bottom: 20px; }

.login .form-title {
  color: #333 ! important;
  font-size: 19px;
  font-weight: 400 !important; }

.login .form-subtitle {
  color: #444D58;
  font-size: 17px;
  font-weight: 300 !important;
  padding-left: 10px; }

.login .content h4 {
  color: #555; }

.login .content .hint {
  color: #b7d1e2;
  padding: 0;
  font-size: 14px;
  margin: 15px 0 7px 0; }

.login .content .login-form,
.login .content .forget-form {
  padding: 0px;
  margin: 0px; }

.login .content .form-control {
  border: none;
  background-color: #6ba3c8;
  border: 1px solid #6ba3c8;
  height: 43px;
  color: #d9ecf9; }
  .login .content .form-control:focus,
  .login .content .form-control:active {
    border: 1px solid #83b8db; }
  .login .content .form-control::-moz-placeholder {
    color: #d9ecf9;
    opacity: 1; }
  .login .content .form-control:-ms-input-placeholder {
    color: #d9ecf9; }
  .login .content .form-control::-webkit-input-placeholder {
    color: #d9ecf9; }

.login .content select.form-control {
  padding-left: 9px;
  padding-right: 9px; }

.login .content .forget-form {
  display: none; }

.login .content .register-form {
  display: none; }

.login .content .form-title {
  font-weight: 300;
  margin-bottom: 25px; }

.login .content .form-actions {
  clear: both;
  border: 0px;
  padding: 0px 30px 25px 30px;
  margin-left: -30px;
  margin-right: -30px; }

.form-actions .forget-password-block {
  padding-top: 7px; }

.login-options {
  margin-top: 30px;
  padding-top: 20px;
  padding-bottom: 50px;
  border-top: 1px solid #69a0c4;
  border-bottom: 1px solid #69a0c4; }

.login-options h4 {
  margin-top: 8px;
  font-weight: 600;
  font-size: 15px;
  color: #b7d1e2 !important; }

.login .forget-password {
  font-size: 14px; }

.login-options .social-icons {
  float: right;
  padding-top: 3px; }

.login-options .social-icons li a {
  border-radius: 15px 15px 15px 15px !important;
  -moz-border-radius: 15px 15px 15px 15px !important;
  -webkit-border-radius: 15px 15px 15px 15px !important; }

.login .content .forget-form .form-actions {
  border: 0;
  margin-bottom: 0;
  padding-bottom: 20px; }

.login .content .register-form .form-actions {
  border: 0;
  margin-bottom: 0;
  padding-bottom: 0px; }

.login .content .form-actions .checkbox {
  margin-top: 8px;
  display: inline-block; }

.login .content .form-actions .btn {
  margin-top: 1px; }

.login .content .forget-password {
  color: #d7eaf7;
  font-size: 15px; }

.login .content .rememberme {
  margin-top: 8px; }

.login .content .check {
  color: #c9dce9 !important; }

.login .content .create-account {
  text-align: center;
  margin-top: 20px; }

.login .content .create-account p a {
  font-weight: 300;
  font-size: 16px;
  color: #ffffff; }

.login .content .create-account a {
  display: inline-block;
  margin-top: 5px; }

/* footer copyright */
.login .copyright {
  text-align: center;
  margin: 10px auto 30px 0;
  padding: 10px;
  color: #c9dce9;
  font-size: 13px; }

@media (max-width: 1400px) {
  .login .logo {
    margin-top: 100px; } }

@media (max-width: 480px) {
  /***
  Login page
  ***/
  .login .logo {
    margin-top: 30px;
    padding: 0px; }
  .login .content {
    width: 245px; }
  .login .content h3 {
    font-size: 22px; }
  .login .checkbox {
    font-size: 13px; } 
  }

/*END LOGIN/REGISTER FORM STYLING*/

/*BEGIN CLUB ADMIN STYLING*/
ul.steps {
    list-style: none;
}
.page-title .hor-menu {
    background: #E1E4E8;
}
/*END CLUB ADMIN STYLING*/

/*BEGIN MISC CHANGES*/
a.btn {
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
}

/* =Blockquote
-------------------------------------------------------------- */
blockquote {
    position: relative;
    text-align: center;
    padding: 10px 65px ! important;
    margin: 10px 10px 50px ! important;
    font-size: 17.5px ! important;
    border-left: 5px solid #fff ! important;
}
blockquote:before, blockquote:after {
    position: absolute;
    width: 60px;
    height: 60px;
    font-size: 72px;
    line-height: 1;
}
blockquote:before {
    top: 0;
    left: 0;
    content: "\201C";
}
blockquote:after {
    top: 0;
    right: 0;
    content: "\201D";
}
/*END MISC CHANGES*/

/*BEGIN MEDIA QUERY CHANGES*/

@media screen and (min-width: 1025px) { 
.mt-element-step .step-thin .done .mt-step-number {
    color: #fff!important;
}
.mt-element-step .step-thin .mt-step-number {
    margin-top: -25px ! important;
    margin-left: -25px ! important;
}
.mt-element-step .step-thin .mt-step-col {
    margin-left: 28px ! important;
    width: 22% ! important;
}
.bg-meadow {
    background: #0D760A!important;
}
.mt-element-step .step-thin .mt-step-title {
    padding-left: 50px ! important;
}
.mt-element-step .step-thin .mt-step-content {
    padding-left: 50px ! important;
}
}


@media (min-width: 992px) {
.row.welcome {
  margin-top: -63px;
}
.page-logo h1 {
    padding-top: 15px;
}
}


/*END MEDIA QUERY CHANGES*/