.min-w-85 {
  max-width: 85px;
}

.max-w-75 {
  max-width: 75px;
}

.max-w-90 {
  max-width: 90px;
}

.max-w-100 {
  max-width: 100px;
}

.min-w-140 {
  width: 140px;
}

.min-w-175 {
  min-width: 175px;
}

.max-h-30 {
  max-height: 30px;
}

.col-form-label {
  text-align: right;
  font-weight: bold;
}

@media only screen and (max-width: 767.98px) {
  .col-form-label {
    text-align: left;
  }
}

.h-25p {
  height: 25px;
}

.h-15p {
  height: 15px;
}

.h-70p {
  height: 70px;
}

.button-row .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}

.table td, .table th {
  border: none;
}

table.table.table-condensed {
  border: 1px solid #CCCCCC;
}

table tr td{
  padding-top:3px !important;
  padding-bottom:3px !important;
}

.col-form-readonly {
  padding-top: calc(.375rem + 1px);
  padding-bottom: calc(.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}