.red,
.red:active,
.red:hover {
  color: red !important;
}

.blue,
.blue:active,
.blue:hover {
  color: blue !important;
}

.green {
  color: green;
}

.white {
  color: #fff;
}

.hidden {
  display: none
}

.show {
  display: all
}

.bold {
  font-weight: bold;
}

.bigger {
  font-size: 1.1rem
}

.settings-row {
  width: 100%;
  min-height: 2.5rem;
  border: 1px solid gray;
  margin-top: 0.5rem;
  list-style-type: none;
  padding-left: 0.5rem;
  padding-top: 0.3rem;
}

.settings-label {
  margin-left: 0.5rem
}

.container,
.container-lg,
.container-md,
.container-sm,
.container-xl {
  max-width: 100%;
}

.setting-header {
  font-size: 1.2rem;
}

.brand-image {
  height: 60px !important;
}
.navbar-brand image {height:70px;}

.dropdown-menu {
  margin-top: 0px;
  background-color: rgb(239, 239, 239);
}

.close {
  padding: 1rem;
  margin: -1rem -1rem -1rem auto;
}

.max-w2 {
  max-width: 9.5rem;
}

.max-w1 {
  max-width: 5rem;
}

.w2 {
  width: 15rem;
}

.w1 {
  width: 10rem;
}


.fb-sidebar {
  position: fixed;
  top: 3rem;
  right: -3000px;
  padding: 0.7rem 0 0.7rem 0.7rem;
  width: 40vw;
  z-index: 1100;
  background-color: transparent;
  display: all;
  overflow: auto;
  border: 0px solid #c5c5c5;
  height: 100vh;
  padding-bottom:5rem;

  /*
  position: fixed;
  top: 2%;
  right: 2%;
  padding: 10px;
  font-family: Arial;
  background: #fffea1;
  border: 1px solid #fc0;
*/

}

.fb-sidebar .card {
  box-shadow: -3px -3px 3px rgba(0, 0, 0, .125), 0 1px 5px rgba(0, 0, 0, .2)
}

.sidebar-open {
  animation: move_left 0.3s linear forwards;
  right: 0px;

}

.sidebar-close {
  animation: move_right 0.3s linear forwards;
  right: -3000px;

}

@keyframes move_left {
  from {
    transform: translateX(100%);
  }

  to {
    transform: translateX(0%);
  }
}

@keyframes move_right {
  from {
    transform: translateX(0%);
  }

  to {
    transform: translateX(100%);
  }
}


.callout {
  padding: 0.5rem;
}

.callout a,
.callout a:hover,
.callout a:active,
.callout a:visited {
  text-decoration: none;
  color: navy
}

.card {
  margin-bottom: 0;
}

.team-logo {
  width: 2.2rem;
  margin-right: 0.5rem
}

.player-photo {
  width: 5.5rem;
}
.player-photo-xl {
  width: 8rem;
}


.player-photo-sm {
  width: 3.2rem;
}

.fb_title {
  background-color: #e5e5e5;
  font-weight: bold;
  padding: 0.3rem;
}

.table-header th,
.table-header td {
  background-color: #e5e5e5;
}

.leader_score {
  font-size: 1.2rem;
  padding-right: 0.5rem;
}

.card-body.p-0 .table tbody>tr>td:first-of-type {
  padding-left: 0.5rem;
}

.card-body.p-0 .table tbody>tr>td:last-of-type,
.card-body.p-0 .table tbody>tr>th:last-of-type,
.card-body.p-0 .table tfoot>tr>td:last-of-type,
.card-body.p-0 .table tfoot>tr>th:last-of-type,
.card-body.p-0 .table thead>tr>td:last-of-type,
.card-body.p-0 .table thead>tr>th:last-of-type {
  padding-right: 0.5rem
}

.card-header {
  font-weight: bold;
}

ion-icon {
  float: right;
  font-size: 1.5rem
}


body.wait *,
body.wait {
  cursor: wait !important;
}

.table-score {
  width: 100%;
}

.table-score tr:odd {
  background-color: antiquewhite
}

.table-score tr:even {
  background-color: white
}

.table-score th {
  padding: 0.2rem;
  text-align: center;
  font-weight: bold;
  background-color: rgb(24, 24, 137);
  color: whitesmoke
}

.table-score td {
  padding: 0.5rem;
  margin: 0rem;
}



.special-alignment {
  width: 100%;
  height: 32rem;
  overflow: auto;
  font-size: 1rem;
  background-color: antiquewhite;
}

.special-alignment2 {
  width: 100%;
  height: 12rem;
  overflow: auto;
  font-size: 1rem;
  background-color: antiquewhite;
}

.special-button {
  width: 8rem;
  height:50%;
  font-size: 1rem;
  color:white;
  background-color: rgba(13, 97, 214, 0.817);
}

.special-button2 {
  width: 7rem;
  font-size: 1rem;
  color:white;
  background-color: rgba(13, 97, 214, 0.817);
}



@media (max-width: 1024px) {
  body {
    font-size: 0.7rem
  }

  .brand-text {
    font-size: 1rem;
  }

  .hide-m {
    display: none;
  }

  .show-a {
    display: all;
  }

  .bigger {
    font-size: 1rem
  }

  .card-body {
    margin: 0;
    padding: 0;
    margin-left: .5rem;
  }

  .table-score th {
    padding: 0.2rem;
    text-align: center;
    font-weight: bold;
    background-color: rgb(24, 24, 137);
    color: whitesmoke
  }

  .table-score td {
    padding: 0.2rem;
    margin: 0rem;
  }


  .score-field {
    text-align: center;
    line-height: 1rem;
    width: 100%;
    max-width: 4rem;
    min-width: 2rem;
    margin-right:0.2rem;
  }

  .score-field-xs {
    text-align: center;
    line-height: 1rem;
    width: 100%;
    max-width: 1.2rem;
    min-width: 1.2rem;
    margin-right:0.2rem;
  }

  .score-select {
    line-height: 1.5rem;
    width: 100%;
    max-width: 3rem;
    min-width: 1.5rem
    
  }

  .team-logo {
    display: none
  }



  .fb-sidebar {
    width: 95vw;


  }

}

.score-field {
  text-align: center;
  line-height: 1.5rem;
  width: 100%;
  max-width: 3rem;
  min-width: 1.5rem
  
}

.score-select {
  line-height: 1.5rem;
  width: 100%;
  max-width: 3rem;
  min-width: 1.5rem
  
}

.score-field-xs {
  text-align: center;
  line-height: 1.5rem;
  width: 100%;
  max-width: 2.2rem;
  min-width: 1.5rem;
  margin-right:0.2rem;
}

.error {
  color: rgb(174, 37, 37);
  padding:0.3rem;
  font-size:0.8rem;
}

.error_form {
  color: rgb(174, 37, 37);
  padding:0.3rem;
  font-size:0.8rem;
  border:1px solid red !important;
}


.bg-popup {background-color:rgb(30, 43, 219);color:white;
}

.noBold {font-weight:normal}