html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

.w-15 {
    width: 15% !important;
}

.w-20 {
    width: 20% !important;
}

.fs-7 {
    font-size: 0.8rem !important;
}

td.details-control {
    background: url('icons/chevron-double-down.svg') no-repeat center center;
    color: green;
    cursor: pointer;
}

tr.shown td.details-control {
    background: url('icons/chevron-double-up.svg') no-repeat center center;
    color: red;
}

.bidsRow-1 {
    background-color: white !important;
    color: darkgray !important;
}

.bidsRow-2 {
    background-color: lightcyan !important;
    color: darkgray !important;
}

.bidsRow0 {
    background-color: white !important;
}

.bidsRow1 {
    background-color: lightgray !important;
}

.bidsRow2 {
    background-color: lightgreen !important;
}

.bidsRow3 {
    background-color: yellow !important;
}

.bidsRow4 {
    background-color: lightsalmon !important;
}