html {
  font-size: 10px; }

body {
  background-color: #bbc4c9;
  height: calc(100vh - 100px); }

.no-padding {
  padding: 0; }

@media screen and (min-width: 768px) {
  html {
    font-size: 16px; } }

.site-nav {
  background-color: #014a53;
  background-image: none;
  border-color: black;
  border: none; }
  .site-nav .navbar-brand {
    color: #fff;
    font-family: "Lucida Handwriting"; }
  .site-nav .navbar-brand:focus,
  .site-nav .navbar-brand:hover {
    color: #cccccc; }
  .site-nav .navbar-nav > li > a {
    color: #cccccc; }
  .site-nav .navbar-nav > li > a:focus,
  .site-nav .navbar-nav > li > a:hover {
    color: #fff; }
  .site-nav .navbar-toggle .icon-bar {
    background-color: #cccccc; }
  .site-nav .navbar-toggle:focus,
  .site-nav .navbar-toggle:hover {
    background-color: #515f67; }

.navbar-brand,
.navbar-nav > li > a {
  text-shadow: none; }

@media screen and (max-width: 767px) {
  .navbar-nav.navbar-nav .open .dropdown-menu > li > a {
    color: #ccc; } }

@media screen and (min-width: 768px) {
  .site-nav {
    padding: 0 32px; } }

.page-container {
  margin-top: 80px; }

.login-page__container,
.register-page__container {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  margin-top: 0; }

.signin-form__container,
.register-form__container {
  width: 100%; }

.form-signin {
  max-width: 500px;
  width: 100%;
  padding: 19px 29px 29px;
  margin: 0 auto;
  background-color: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 5px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  font-family: Tahoma, Geneva, sans-serif;
  color: #000;
  font-weight: 100;
  min-height: 342px; }
  .form-signin .form-signin-heading {
    font-size: 1.875rem; }
  .form-signin input[type="text"],
  .form-signin input[type="password"],
  .form-signin input[type="email"] {
    font-size: 1.25rem;
    height: auto;
    padding: .5rem; }

.register-form__container .form-signin {
  max-width: 600px; }

.form-group--flex {
  align-items: center;
  display: flex;
  justify-content: space-between; }

.form-group--submit {
  padding-top: 61.45px; }

.form-forgot-password-link {
  font-size: .8rem; }

#btn-submit {
  height: 45px; }

.bid-builder__container {
  height: 200px; }

.bid-builder__form {
  background-color: #909fa7;
  background-color: rgba(1, 74, 83, 0.25);
  border: 1px solid #014a53;
  height: 200px;
  padding: 10px; }

.bid-builder__form span {
  display: block;
  margin-bottom: 10px; }

.query-label strong {
  display: block; }

@media screen and (min-width: 544px) {
  .bid-builder__container {
    height: 135px; }
  .bid-builder__form {
    height: 135px; }
  .bid-builder__form span {
    margin-bottom: 0; }
  .query-label strong {
    display: inline-block; } }

.table-bordered,
.table-bordered > thead > tr > th {
  border: 2px solid #16333a; }

thead {
  color: #fff; }

.active-bids__thead {
  background: #014a53; }

.current-roster__thead {
  background: #014a53; }

.bid-balances__thead {
  background: #014a53; }

.table-bordered > .bid-balances__thead > tr > th {
  border: 2px solid #303; }

.auction-results__thead {
  background: #027785; }

.auction-results__thead th,
.my-history__thead th {
  white-space: nowrap; }

.table-bordered > .auction-results__thead > tr > th {
  border: 2px solid #300; }

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

.add-tr--locked:hover {
  cursor: not-allowed; }

.add-tr--locked td {
  background-color: pink; }

.my-history__thead {
  background: #027785; }

table {
  table-layout: auto; }

.table-responsive {
  border-color: #333333; }

.player-to-add__table-container,
.player-to-drop__table-container {
  overflow: auto;
  height: 20em;
  border: 2px solid #014a53; }

.player-to-add__table, .player-to-drop__table {
  border: none; }

.player-to-add__thead, .player-to-drop__thead {
  background: #014a53;
  border: none; }

.player-to-add__filter, .player-to-add__table-container, .player-to-drop__filter, .player-to-drop__table-container {
  margin-bottom: 12px; }

.player-to-add__container, .player-to-drop__container, .bid-amount {
  padding-top: 12px;
  padding-bottom: 12px;
  border-bottom: 2px solid #999; }

.bid-amount {
  border-bottom: none; }

.injury {
  color: #c00;
  text-align: center; }

.injury:hover {
  cursor: help; }

@media screen and (min-width: 768px) {
  .player-to-add__container,
  .player-to-drop__container {
    border-right: 2px solid #999;
    border-bottom: none; }
  .player-to-add__container,
  .player-to-drop__container,
  .bid-amount {
    padding: 12px 8px; } }

.update-buttons__btn {
  height: 64px;
  margin-bottom: 24px;
  padding: 0; }

.btn-white a {
  color: #fff; }

.btn-black a {
  color: #000; }
  
.update-buttons__summary {
  align-items: center;
  background-color: #e3e3e3;
  border-radius: 1.2rem;
  display: flex;
  font-weight: bold;
  justify-content: center;
  margin: 1rem -.5rem;
  height: 36px;
  width: 12rem;
}

.update-buttons__summary:hover {
  cursor: pointer;
  background-color: #d3d3d3;
}

.update-buttons__btn a {
  display: block;
  line-height: 64px;
  text-shadow: none; }

.modal-header {
  color: #014a53; }

@media screen and (min-width: 768px) {
  .modal-dialog {
    width: 70%;
    min-width: 745px;
    max-width: 875px; } }

.gm-tracker__modal-header {
  background-color: #8a6d3b;
  color: #fff; }

.gm-tracker__modal-body {
  display: flex;
  justify-content: center;
  text-align: center; }

.gm-tracker__count {
  font-size: 8rem; }

.gm-tracker__figcaption {
  font-size: 2rem; }

.team-logo {
  border-radius: .8rem;
  height: 3rem;
  width: 3rem; }

html {
  position: relative;
  min-height: 100%; }

body {
  /* Margin bottom by negative value of footer height */
  margin-bottom: -100px; }

.site-footer {
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 100px;
  /* line-height: 150px; /* Vertically center the text there */ }

.site-footer {
  background-color: #014a53;
  color: #fff;
  align-content: center;
  display: flex;
  flex-direction: column;
  font-size: 16px;
  justify-content: center;
  text-align: center; }
  .site-footer a {
    color: #03bad1; }

.all-rights-reserved {
  display: block; }

@media screen and (min-width: 533px) {
  .all-rights-reserved {
    display: inline; }
    .all-rights-reserved:before {
      content: " \2014 \0020";
      white-space: pre; } }

/*# sourceMappingURL=global.css.map */
