/* Header Styles */

/* Header - Navigation Bar Styles */


/* Footer - Styling */

/* Unvisited Link */
.footerLinks a:link {
    color: #EAF8FC;
    text-decoration: none;
}

/* Visited Link */
.footerLinks a:visited {
    color: #EAF8FC;
    text-decoration: none;
}

/* Mouse Over Link */
.footerLinks a:hover {
  color: #92E1F6;
  text-decoration: none;
}

/* selected link */
a:active {
  color: #ffffff;
}

/*------- Boostrap Edits ----------*/


/*------- Boostrap Player Card ----------*/

#game-main-header {
  background-color: #193651;
  background-image: linear-gradient(#193651, #194976);
  color: #ffffff;
}

#event-header {
  background-color: #193651;
  background-image: linear-gradient(#194976, #1c5a94);
  color: #ffffff;
  border-top: none!important;
}

#event-table-head-1 {
  background-color: #ffffff;
  color: #1d3d5a;
}

#event-table-head {
  background-color: #193651;
  background-image: linear-gradient(#193651, #194976);
  color: #ffffff;
  border-bottom: none!important;
}

#event-table-head-left {
  background-color: #193651;
  background-image: linear-gradient(#193651, #194976);
  color: #ffffff;
  border-top-right-radius: 0px;
  border-top-left-radius: 6px;
  border-bottom: none!important;
  
}

#event-table-head-right {
  background-color: #193651;
  background-image: linear-gradient(#193651, #194976);
  color: #ffffff;
  border-top-right-radius: 6px;
  border-top-left-radius: 0px;
  border-bottom: none!important;
}

.player-thumbnail-border {
  border: 2px solid #1e3f5d;
}

.player-thumbnail-border-2 {
  border: 2px solid #ffffff;
}

.winner-badge {
  position:relative;
  padding-top:11px;
  display:inline-block;
}

.bye-badge {
  position:relative;
  padding-top:11px;
  display:inline-block;
}

.notify-winner-badge{
  position: absolute;
  right:-20px;
  top:10px;
  background:rgb(1, 90, 41);
  text-align: center;
  border-radius: 30px 30px 30px 30px;
  color:white;
  padding:2px 3px;
  font-size:9px;
}

.notify-bye-badge{
  position: absolute;
  right:-20px;
  top:10px;
  text-align: center;
  background:#6c757d;
  color:white;
  border-radius: 30px 30px 30px 30px;
  padding:2px 3px;
  font-size:9px;
}

/* Bootstrap 4 text input with search icon */

.has-search .form-control {
  padding-left: 2.375rem;
}

.has-search .form-control-feedback {
  position: absolute;
  z-index: 2;
  display: block;
  width: 2.375rem;
  height: 2.375rem;
  line-height: 2.375rem;
  text-align: center;
  pointer-events: none;
  color: #aaa;
}


/*----------- ------- Boostrap Player Card - Link Styling ----------- -----------*/

/*////////// Unvisited Link /////////////*/
#event-table-head-left a:link {
  color: #FFFFFF;
  text-decoration: none;
}

#event-table-head-right a:link {
  color: #FFFFFF;
  text-decoration: none;
}

#event-header a:link {
  color: #FFFFFF;
  text-decoration: none;
}

/*//////////  Visited Link  /////////////*/
#event-table-head-left a:visited {
  color: #ffffff;
  text-decoration: none;
}

#event-table-head-right a:visited {
  color: #ffffff;
  text-decoration: none;
}

#event-header a:visited {
  color: #FFFFFF;
  text-decoration: none;
}

/*////////// Mouse Over Link /////////////*/
#event-table-head-left a:hover {
  color: #92E1F6;
  text-decoration: none;
}

#event-table-head-right a:hover {
  color: #92E1F6;
  text-decoration: none;
}

#event-header a:hover {
  color: #92E1F6;
  text-decoration: none;
}

/*//////////  selected link /////////////*/
#event-table-head-left a:active {
color: #ffffff;
}

#event-table-head-right a:active {
color: #ffffff;
}

#event-header a:active {
    color: #FFFFFF;
    text-decoration: none;
} 

/*//////////  Player Card Modal Options /////////////*/

#player-card-photo {
  border: 3px solid #ffffff;
}

.player-profile-image-div {
  background-color: #1e3f5d;
  background-image: linear-gradient(#1d3d5a, #194976);
  color: #ffffff;
  border-top-right-radius: 6px;
  border-top-left-radius: 6px;
}
