/* general styles */
body {
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
}

a {
  color:#084f09;
}

a:hover {
  color: #3e9c35;
}

.hide-me {
    display: none;
}

.bg-brown {
    background-color: #825736;
}

.cursor-hover {
  margin-bottom: 0px;
}

.cursor-hover:hover {
  cursor: pointer;
}

.smaller {
  font-size: 50% !important;
}

/* table sorter styles */
.header:after {
  font-family: 'Font Awesome 5 Free';
  content: " \f0dc";
}

.headerSortDown:after {
  font-family: 'Font Awesome 5 Free';
  content: " \f160";
}

.headerSortUp:after {
  font-family: 'Font Awesome 5 Free';
  content: " \f161";
}


/* bs overwrites */
.text-primary {
  color: #157811 !important;
}

.badge-primary {
    color: #fff;
    background-color: #4c3320;
}

.badge-secondary {
    color: #fff;
    background-color: #c89c7a;
}

.btn-primary {
 color:#fff !important;
 background-color:#4c3320;
 border-color:#4c3320;
}

.btn-primary:hover {
 color:#fff !important;
 background-color:#704b2f;
 border-color:#704b2f
}

.btn-primary.focus,
.btn-primary:focus {
 color:#fff !important;
 background-color:#704b2f;
 border-color:#704b2f;
 box-shadow:0 0 0 .2rem rgba(38,143,255,.5)
}

.btn-primary.disabled,
.btn-primary:disabled {
 color:#fff !important;
 background-color:#007bff;
 border-color:#007bff
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
 color:#fff !important;
 background-color:#704b2f;
 border-color:#704b2f
}

.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-primary.dropdown-toggle:focus {
 box-shadow:0 0 0 .2rem rgba(38,143,255,.5)
}

.badge-lg {
  font-size: 1rem;
}


/* navbar styles */
.nav-link:hover {
  text-decoration: underline;
}

/* home page styles */
.h1-home {

}

.bg-home {
  background-image: url("../img/home-bg.jpg");
  background-size: cover;
}

.h-200 { height: 200px; }
@media (min-width: 768px) {
  .h-md-200 { height: 200px; }
}


/* modal for login or signup */
.form-login input[type="email"] {
    margin-bottom: -1px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.form-login input[type="text"] {
    margin-bottom: -1px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.form-login input[type="password"] {
    margin-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.form-login .form-control {
    position: relative;
    box-sizing: border-box;
    height: auto;
}



/* bracket styles */
.logo-team {
  width: 50px;
  margin: 0 auto;
}

.logo-champ {
  width: 50px;
}

.media-body {
  margin-right: 30px;
  font-size: 11px;
}

.media-body h5 {
  font-size: 15px;
}


.champion {
  margin-top: -15px;
  text-align: center;
  padding-top: 0px;
}

.champion i {
  color: #a0a6a8; 
  font-size: 45px;
  padding: 10px 0; 
}

i.champion {
  color: #a0a6a8; 
  font-size: 45px;
  padding: 10px 0; 
}

.champion li, .round li {
  background-color: #fff;
  box-shadow: none; 
}

.championship li {
  text-align: left !important;
}


.round {display:block;float:left;display: -webkit-box;display: -moz-box;display: -ms-flexbox;display: -webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;width:95%;width:30.8333%\9;}
.split-two {}
.split-one .round {margin: 0 2.5% 0 0;}
.split-two .round {margin: 0 0 0 2.5%;}



.matchup {
  margin:0;
  width: 100%;
  padding: 0 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.picker {
  position: relative;
  z-index: 999;
  width: 100%;
}

.pick {
/*
  margin-top: auto;
  position: absolute;
  right: 5px;
  font-size: 13px;
*/
}

.pick label {
  width:100%;
}

.team-sub {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 105px;
  font-size: 70%;
  padding-bottom: 10px;
}

.team-top .pick {
  top: 5px;
}

.team-bottom .pick {
  bottom: 5px;
}

.logo-box {
  position:relative;
  display:inline-block;
}
.notify-badge {
  position: absolute;
  left:0px;
  top:5px;
  text-align: center;
  border-radius: 15px;
  font-size:10px;
}

.score {
  text-transform: uppercase;
  float: right;
  color: #2C7399;
  position: absolute;
  right: 5px;
  font-size: 22px;
}


.score-box-first {
  position: absolute;
  right: 15px;
  top: 10%;
}

.score-box-second {
  position: absolute;
  left: 15px;
  top: 10%;
}

.score-badge-first {
  position: absolute;
  right: 15px;
  top: 35%;
}

.score-badge-second {
  position: absolute;
  left: 15px;
  top: 35%;
}

.score-w {
  font-weight: bold;
  color: green;
}

.score-l {
  color:#6c757d;
}

.team-top .score {
  bottom: 0px;
}

.team-bottom .score {
  bottom: 0px;
}

.team {
  padding: 5px;
  margin: 0 0 3px 0;
  line-height: 1.2;
  position: relative;
}

.team-info {
  /*
  position: absolute;
  left: 0;
  right: 0;
  */
  margin: 0 auto;
  text-align: center;
  bottom: 5px;
  font-size: 65%;
  padding-top: 0px;
  padding-bottom: 5px;
  margin-top: -10px;
}

.round-three .matchup {
  margin:0; 
  height: 60px; 
  padding: 130px 0;
}

.matchup {
  /*
  margin-bottom: 25px;
  */
}

.round-champ .round-details {

}

.round-sb .champion {
}



.round-three .matchup-n {
  padding-top: 0px;
}

.round-three .matchup-a {
  padding-top: 260px;
}

.round-three .media-body {
  font-size: 16px;
}



.round-details {
  font-size: 70%;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  font-weight: 600;
  padding: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  background-color: #ccc;
}

.round-details-nfc {
  background: #013369;
}

.round-details-afc {
  background: #d50a0a;
}

.round-details-sb {
  /* fade bg
  background: linear-gradient(to right,  #013369 0%,#d50a0a 100%);
  */
  background: linear-gradient(to right,  #013369 0%,#013369 50%,#d50a0a 50%,#d50a0a 100%);
}

.date {
  font-size: 10px;
  color:#3F915F;
}



.current li {opacity: 1;}

.current li.team {
  background-color: #fff;
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.1);
  opacity: 1;
  padding-top: 0px;
  padding-bottom: 0px;
}

.vote-options {display: block;height: 52px;}
.share .container {margin: 0 auto; text-align: center;}
.share-icon {font-size: 24px; color: #fff;padding: 25px;}
.share-wrap {max-width: 1100px; text-align: center; margin: 60px auto;}
.final {margin: 4.5em 0;}

.current li.team-mute {
  opacity: 0.4;
  background-color: #f2f2f2;
}

.team-mute {
  opacity: 0.4;
  background-color: #f2f2f2;
}


/* Hiding the checkbox, but allowing it to be focused */
.badgebox {
  opacity: 0;
  display: none;
}

.badgebox + .badge {
  /* Makes the badge's width stay the same checked and unchecked */
  width: 15px;
  font-size: 15px;
  color: green;
  display: none;
}

.badgebox:focus + .badge {
  /* Adding a light border */
  box-shadow: inset 0px 0px 5px;
}

.badgebox:not(:checked) + .badge {
  /* Move the check mark away when unchecked */
  text-indent: -999999px;
}

.badgebox:checked + .badge {
  /* Move the check mark back when checked */
  display: inline;
  text-indent: 0;
  background-color: green;
  width: 100%;
  position: absolute;
  bottom: 10px;
  left: 0px;
  z-index: 999;
  color: #fff;
  font-size: 1rem;
}


.share-icon {color: #fff
  opacity: 0.35;
}

.share-icon:hover { 
  opacity:1;
  -webkit-animation: pulse 0.5s;
  animation: pulse 0.5s;
}

.round li.game-title {
  color: #fff;
  font-size: 11px;
  margin-bottom: -3px;
  padding: 3px;
  text-align: center;
  font-style: italic;
}

.round li.game-nfc {
  background-color: #013369;
}


.round li.game-afc {
  background-color: #d50a0a;
}


.round li.game-chp {
  background-color: #fff;
  border-bottom: 1px solid #ccc;
  color:#000;
  font-size: 20px;
}



/* squares page styles start */
  .box-grid {
    min-width: 770px;
    margin: 0 auto;
    overflow: auto;
    padding:0px 15px 15px 15px;
    overflow: scroll;
  }

  .div-grid {
    background-color: #c0c0c0;
    border: 1px solid #acacac;
    margin: 0;
    /*
    height: 10%;
    width: 10%;
    */
    min-height: 50px;
    max-width: 70px;
    border-radius: 0px;
  }

  .div-grid:hover {
    cursor: pointer;
    border:1px solid #666;
    background-color: #ccc;
  }

  .div-grid.picked {
    background-color: rgba(154, 0, 0, 0.8);
    text-align: center;
    padding-top: 5px;
    font-size: 10px;
    color: #fff;
  }

  .div-grid.picked.picked-user {
    background-color: rgba(0, 100, 0, 0.8);
    text-align: center;
    padding-top: 5px;
    font-size: 10px;
    color: #fff;
  }

  .div-grid.picked:hover {
    background-color: rgba(154, 0, 0, 1);
  }

  .div-grid.picked.picked-user:hover {
    background-color: rgba(0, 100, 0, 1);
  }
  
  .div-head {
    text-align: center;
    padding-top: 15px;
    border: 1px solid #acacac;
    max-width: 70px;
  }

  .div-col {
    text-align: center;
    padding-bottom: 10px;
    padding-top: 10px;
    border: 1px solid #acacac;
    max-width: 70px;
  }




  .div-grid-full {
    background-color: #c0c0c0;
    border: 1px solid #acacac;
    margin: 0;
    /*
    height: 10%;
    width: 10%;
    */
    min-height: 50px;
    max-width: 125px;
    border-radius: 0px;
  }

  .div-grid-full:hover {
    cursor: pointer;
    border:1px solid #666;
    background-color: #ccc;
  }

  .div-grid-full.picked {
    background-color: rgba(154, 0, 0, 0.8);
    text-align: center;
    padding-top: 5px;
    font-size: 10px;
    color: #fff;
  }

  .div-grid-full.picked.picked-user {
    background-color: rgba(0, 100, 0, 0.8);
    text-align: center;
    padding-top: 5px;
    font-size: 10px;
    color: #fff;
  }

  .div-grid-full.picked:hover {
    background-color: rgba(154, 0, 0, 1);
  }

  .div-grid-full.picked.picked-user:hover {
    background-color: rgba(0, 100, 0, 1);
  }
  
  .div-head-full {
    text-align: center;
    padding-top: 15px;
    border: 1px solid #acacac;
  }

  .div-col-full {
    text-align: center;
    padding-bottom: 10px;
    padding-top: 10px;
    border: 1px solid #acacac;
  }

  .grid-game {
    border-radius: 4px;
    background-color: #fff;
  }

  ul {
    margin: 0px;
  }

  ul li {
    margin: 0px;
    list-style: none;
  }

  .list-teams {
    text-align: center;
  }

  .list-payouts {
    margin: 0px;
    padding: 0px;
    font-size: 11px;
    text-align: right;
  }
/* squares page styles end */



/* bs template styles */
.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* stylelint-disable selector-list-comma-newline-after */

.blog-header {
  line-height: 1;
  border-bottom: 1px solid #e5e5e5;
}

.blog-header-logo {
  font-size: 1.75rem;
}

.blog-header-logo:hover {
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
}

.display-4 {
  font-size: 2.5rem;
}
@media (min-width: 768px) {
  .display-4 {
    font-size: 3rem;
  }
}

.nav-scroller {
  position: relative;
  z-index: 2;
  height: 2.75rem;
  overflow-y: hidden;
}

.nav-scroller .nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding-bottom: 1rem;
  margin-top: -1px;
  overflow-x: auto;
  text-align: center;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

.nav-scroller .nav-link {
  padding-top: .75rem;
  padding-bottom: .75rem;
  font-size: .875rem;
}

.card-img-right {
  height: 100%;
  border-radius: 0 3px 3px 0;
}

.flex-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.h-250 { height: 250px; }
@media (min-width: 768px) {
  .h-md-250 { height: 250px; }
}

/* Pagination */
.blog-pagination {
  margin-bottom: 4rem;
}
.blog-pagination > .btn {
  border-radius: 2rem;
}

/*
 * Blog posts
 */
.blog-post {
  margin-bottom: 4rem;
}
.blog-title {
  font-size: 2.5rem;
}
.blog-post-title {
  margin-bottom: .25rem;
  font-size: 1.5rem;
}
.blog-post-meta {
  margin-bottom: 1.25rem;
  color: #999;
  font-size: 70%;
}

/*
 * Footer
 */
.blog-footer {
  color: #999;
  text-align: center;
  background-color: #f9f9f9;
  border-top: .05rem solid #e5e5e5;
}
.blog-footer p:last-child {
  margin-bottom: 0;
}




/* responsive styles */
@media (min-width: 768px) {
    .bd-placeholder-img-lg {
        font-size: 3.5rem;
    }
  }

@media (max-width: 575px) {
    .h1-home {
      font-size: 2.5rem !important;
    }

    .p-home {
      font-size: 1rem !important;
    }

    .round {
      width: 100%;
    }

    .round-sb {
      margin-top: 15px;
    }

    .round-details-afc {
      margin-top: 0px !important;
    }
}