.hero-image{
    position: relative;
    min-height: 300px;
    background-image: url(/public/home/hero.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
}



.course-records-table tbody tr.odd{
    background-color: var(--sgt-md-gray);
}


.course-records-table tbody tr.odd td:first-child{
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
}


.course-records-table tbody tr.odd td:last-child{
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
}

.course-records-table tbody tr.odd td.sgt-player,
.course-records-table tbody tr.odd td.low-score{
  border-left: solid 1px var(--sgt-dark-gray);
}

.course-records-table tbody tr.even td.sgt-player,
.course-records-table tbody tr.even td.low-score{
  border-left: solid 1px var(--sgt-md-gray);
}





.expand-cell{
    width:99%;
}

.attempt-button{
    display:none;
}


.player-avatar-wrapper{
    height:32px;
    width:32px;
    margin-right:9px;
  }

  .player-avatar{
    width:32px;
    height:32px;
    border-radius:50%;
    overflow: hidden;

  }

  .player-avatar img{
    width: 100%;
    height:auto;
  }

  .player-flag{
    position: absolute;
    bottom:0;
    right:-9px;
    height:18px;
    width: 18px !important;;
    border-radius: 50%;
  }



  @media (max-width:768px){


    .course-records-table{
        font-size: 60%;
    }

    .course-records-table .three-quarter-font{
        font-size: 75% !important;
    }


    .attempt-button{
        font-size: 75% !important; 
    }


    .player-avatar-wrapper:not(.no-shrink){
        height:24px;
        width:24px;
        margin-right:6px;
      }
    
      .player-avatar:not(.no-shrink){
        width:24px;
        height:24px;
        border-radius:50%;
        overflow: hidden;
    
      }
    
      .player-avatar:not(.no-shrink) img{
        width: 100%;
        height:auto;
      }
    
      .player-flag:not(.no-shrink){
        position: absolute;
        bottom:0;
        right:-6px;
        height:12px;
        width: 12px !important;;
        border-radius: 50%;
      }
    


}


.close-view-all-list {
  height: 36px;
  width: 36px;
  line-height: 36px;
  font-size: 24px;
}

.course-card-button{
  height: 36PX;
  width: 36PX;
  line-height: 36PX;
}

.modal-fullscreen {
  width: calc(100vw - 40px) !important;
  height: calc(100% - 40px) !important;
  margin-left: auto !important;
  margin-right: auto !important;
  margin-top: 20px !important;
}


.flyover-iframe{
  width:100%;
  height:calc(100% - 32px);
}



.filter-select .dropdown-toggle::after {
  display: none;
}


.filter-select button {
  color: var(--sgt-dark-gray) !important;
  background-color: var(--sgt-white) !important;
  border-color: var(--sgt-light-gray) !important;
}


.filter-select .dropdown-menu {
  min-width: 300px;
  box-sizing: border-box;
}



.filter-select-item{

  padding-left:12px;
  padding-right:12px;
  cursor:pointer;
  color:var(--sgt-dark-gray) !important;

}

.filter-select-item.active, .filter-select-item:active{

  background-color:var(--sgt-light) !important;

}

.filter-select-item.selected .fa-square{
  display: none;
}

.filter-select-item:not(.selected) .fa-square-check{
  display: none;
}



#sort-select .dropdown-toggle {
  min-width: 175px;
  box-sizing: border-box;
}


#sort-select .dropdown-toggle::after {
  display: none;
}


#sort-select button {
  color: var(--sgt-dark-gray);
  background-color: var(--sgt-white);
  border-color: var(--sgt-light-gray);
}

#sort-select-arrow{
  position: absolute;
    right: 10px;
    top: 7px;
}


#sort-select .dropdown-menu {
  min-width: 175px;
  box-sizing: border-box;
}


.sort-select-item{

  padding-left:12px;
  padding-right:12px;
  cursor:pointer;
  color:var(--sgt-dark-gray) !important;

}

.sort-select-item.active, .sort-select-item:active{

  background-color:var(--sgt-light) !important;

}





#format-select .dropdown-toggle {
  min-width: 175px;
  box-sizing: border-box;
}


#format-select .dropdown-toggle::after {
  display: none;
}


#format-select button {
  color: var(--sgt-dark-gray);
  background-color: var(--sgt-white);
  border-color: var(--sgt-light-gray);
}

#format-select-arrow{
  position: absolute;
    right: 10px;
    top: 7px;
}


#format-select .dropdown-menu {
  min-width: 175px;
  box-sizing: border-box;
}


.format-select-item{

  padding-left:12px;
  padding-right:12px;
  cursor:pointer;
  color:var(--sgt-dark-gray) !important;

}

.format-select-item.active, .format-select-item:active{

  background-color:var(--sgt-light) !important;

}


#course-search-group{
  height:40px;
  max-width:250px;
}

#course-search-group .input-group-text{
  background-color: var(--sgt-light-gray);
  color: var(--sgt-light);
  border-right: 0px !important;
}

#course-search-input{
  background-color: var(--sgt-light-gray);
  border-color: var(--sgt-light);
  height:40px;
  font-size:16px;
  line-height: 16px;
  color: var(--sgt-light);
  border-left: 0px !important;
}


#course-search-input:focus{
  color: var(--sgt-light);
  background-color: var(--sgt-light-gray);
  border-color: var(--sgt-light);
  outline: 0;
  box-shadow: 0 0 0 0px rgba(208, 63, 37, 1.0);
}



.member-select{
    border-color: var(--sgt-light) !important;
    color: var(--sgt-dark-gray) !important;
    font-size: 16px !important;
}


.member-select:focus{
    color: var(--sgt-dark-gray) !important;
    border-color: var(--sgt-red) !important;
    outline: 0 !important;
    box-shadow: 0 0 0 0px rgba(208, 63, 37, 1.0) !important;
}



.clear-member-select {
    position: absolute;
    top: 5px;
    right: 5px;
    font-size: 20px;
    color: var(--sgt-red);
  }
  
  
  .autocomplete-suggestions{
    background-color:white;
    border-radius: 0.375rem;
    padding-left:10px;
    padding-right:10px; 
    overflow-y:hidden;
  }
  
  .autocomplete-suggestion{
    cursor: pointer;
  }

  .accepted{
    color:green;
  }