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;
}


div.isscard {
   border-color: #720000;
}

div.isscard-header {
   background-color: #720000;
   color: white;
   font-weight: bold;
}

tr.memSel {
   background-color: lightskyblue;
}

div.validation-summary-errors {
   color: red;
}

span.field-validation-error {
   color: red;
}


th.numRight, td.numRight {
   text-align: right;
}

div.prg {
   float: left;
   width: 160px;
   height: 120px;
   border: 1px dotted black;
   margin-right: 10px;
   margin-bottom: 10px;
   text-align: center;
}

div.prgnr {
   width: 50px;
   height: 50px;
   background-color: palegoldenrod;
   margin-top: 10px;
   margin-bottom: 10px;
   text-align: center;
   line-height: 50px;
   font-size: 1.5em;
   font-weight: bold;
   color: white;
   display: inline-block;
}

div.prgnractive {
   background-color: gold;
   color: black;
}
