 body {
  font-family:'Segoe UI', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
  font-size: 14px;
  color: #333;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
 }
 
 .w3-red, .w3-hover-red:hover {
    color: #fff!important;
    background-color: #03787c!important;
 }

 h1 { font-size: 34px; }
 header img {
     background: white;
     padding: 10px;
     width: 120px;
     border-radius: 12px;
 }

 /* score page stylesheet */

 /* The grid: Three equal columns that floats next to each other */
.column {
  float: left;
  width: 33.33%;
  padding: 50px;
  text-align: center;
  font-size: 25px;
  cursor: pointer;
  color: white;
}

.containerTab {
  padding: 20px;
  color: white;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Closable button inside the container tab */
.closebtn {
  float: right;
  color: white;
  font-size: 35px;
  cursor: pointer;
}

.w3-padding-24 {
  padding-top: 24px !important;
  padding-bottom: 24px !important;
}

.w3-white {
  color: #03787c !important;
}

.w3-black { transition: .1s }

.w3-black.btn-standings {
  min-width: 152px;
}

.w3-black:hover {
  background-color: #024c4f !important;
  color: #FFF !important;
  transition: .1s
}

.w3-black.btn-standings:hover .fa-arrow-right {
  position: relative;
  left: 7px;
  transition: .1s
}

.jumbo-title {
  margin: 60px 16px 16px !important;
  line-height: 36px;
}

.grey-border-box {
  border: 1px solid #CCC;
  padding-left: 10px;
  margin-bottom: 10px
}

/********** ALL NEW **********/
.navbar-collapse {
  padding-top: 15px
}

.logo_img {
  margin-right: 10px;
  width: 60px
}
.curr-season-banner {
  max-height: 260px;
  overflow: hidden
}
.season-duration {
  text-align: center;
  padding: 10px;
  color: #333;
  background: #ffc107b5;
  margin: 0 -16px;
  margin-bottom: 2rem;
  font-size: 18px
}

.content-container {
  padding: 15px
}

.list-group-item {
  border: 1px solid rgba(0, 0, 0, 0.2);
  margin-bottom: 5px;
  padding: 10px
}

.list-group-item+.list-group-item {
  border-top-width: 1px;
}

.list-group-item.active {
  background-color: #4c67b0
}
.list-group-item.ply-win {
  border-left: 8px solid #28a745 !important;
}
.list-group-item.ply-loss {
  border-left: 8px solid #dc3545 !important
}
.list-group-item.ply-muted {
    color: #9dadbd;
    font-style: italic;
}

/**/
.card>.list-group { border-bottom : none }
.card-body {
  padding: 0.75rem;
  border-color: rgba(0,0,0,.2);
  border-radius: 0
}

.group-btn {
  width: 100%;
  font-size: 1.2rem;
  text-transform: uppercase;
  padding: .875rem .5rem
}

.list-group-item {
  font-size: 1.2rem
}

.list-group a .list-group-item {
  color: #3851ae;
  text-decoration: none
}

a.home-page-links {
  color: #333;
  text-decoration: none
}
.home-page-links h3 {
  font-weight: 400 !important;
  margin-bottom: 40px;
  text-align: center;
  background: #c9d3f9;
  padding: 15px;
  margin-left: -15px;
  margin-right: -15px
}
.home-page-links h3:active {
  background: #CCC;
}

.page-back-btn {
  display: flex
}
.page-back-btn i:before {
  font-size: 20px;
  font-weight: 600 !important
}
.group-rank {
  float: left;
  background: #fff;
  color: #007bff;
  font-weight: 700;
  padding: 0 15px;
  margin: -5px 0 -5px -10px;
  font-size: 30px;
  border-radius: 0
}
.criteria {
  background: #EDEDED;
  padding: 0
}
.criteria-title {
  background: #CCC;
  padding: 0.25rem 15px 0.25rem;
  white-space: nowrap;
  border-right: 1px solid #fff;
}
.criteria-title:first-child { padding-left: 0; }

.card-body .bi-sort-alpha-up {
  font-size: 22px;
    margin: -5px 0 5px 0;
    border: 1px solid #ccc;
    padding: 0 5px;
    border-radius: 4px
}
.card-body .sort {
  color: #999 !important;
  display: inline-block;
  margin-bottom: 5px
}
.list-group-item-action {
  padding: 5px 8px
}
.list-group-item-action.match-win {
  border-left: 8px solid #28a745 !important;
}
.list-group-item-action.match-loss {
  border-left: 8px solid #dc3545 !important
}
.list-group-item-action small,
.list-group-item-action .text-secondary {
    font-size: 14px;
}

.spinner-border {
  display: none
}

.table-striped tbody tr:nth-of-type(even) {
    background-color: rgba(0, 0, 0, .05);
}
.table-striped tbody tr:nth-of-type(odd) {
    background-color: #fff;
}

.stages {}

.stage {
    /*background: #ededed;*/
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    color: #333;
}
.stage .btn {
    position: relative;
}
.stage .btn.selected:after {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    border-top: 10px solid #3851ae;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    bottom: -10px;
    left: 40%;
}

.qf-draw .list-group .list-group-item span {
    font-style: italic;
    display: inline-block;
    width: 70px;
    font-size: 15px;
}
.qf-draw .list-group .list-group-item {
    margin-bottom: 5px;
}
.qf-draw .list-group:after {
    content: "Vs";
    border: 1px solid rgba(0, 0, 0, .3);
    position: absolute;
    left: 47%;
    padding: 2px 5px;
    border-radius: 6px;
    background: white;
    margin-top: 45px;
}

.list-group-item .call-icon {
    padding: 1px 7px;
    border-radius: 50%;
    background: #28a745;
    margin-right: 20px;
    margin-top: -3px;
}

.bi-telephone::before {
    color: #FFF;
}

footer {
    background-color: #666;
    color: #fff;
    padding: 7px 20px;
    text-align: center;
    margin-top: auto;
}

.table_sorter {
    position: sticky;
    top: 10px;
    padding: 5px;
    background: #3851ae;
}
.btn-primary,
.btn-primary:focus {
    color: #FFF;
    background-color: #3851ae;
    border-color: #3851ae;
    border-radius: 0;
}
.btn-primary:focus {
    color: #FFFFFF;
    background-color: #3851ae;
    box-shadow: none;
}
.btn-outline-primary {
    color: #3851ae;
    border-color: #3851ae;
}
.btn-outline-primary:disabled {
    color: #666;
    border: 1px solid #666
}
.bg-img {
    background: url(../img/card-hero.jpg) no-repeat 50% top;
    background-size: cover;
    filter: blur(8px);
    -webkit-filter: blur(8px);
}
a i.bi.bi-table {
    color: #3851ae;
    font-size: 1.5rem;
}