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;
}

/*
    nb - custom site css
*/


.panel-title {
    font-size: 10px;
}

.well {
    background: none;
    height: 230px;
}

.tableFixHeader {
    overflow-y: auto;
    height: 207px;
}

.tableFixHeader table {
    border-collapse: collapse;
    width: 100%;
}

.tableFixHeader th,
.tableFixHeader td {
    padding: 2px 6px;
}

.tableFixHeader th {
    position: sticky;
    top: 0;
    background: #eee;
}

.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
    padding: 0px;
}

.cnt1 {
    text-align: right;
    color: maroon
}

.cnt2 {
    flex: 0 0 75px;
    text-align: right;
}

.small-in {
    font-size: 10px;
    padding: 2px 2px 2px 2px;
    height: 20px;
    font-weight: bold;
}
.small-tx {
    font-size: 10px;
    padding: 0px 0px 0px 0px;
    height: 35px;
    font-weight: bold;
}

.small-pic {
    font-size: 10px;
    font-weight: bold;
}

.btn-group-xs > .btn, .btn-xs {
    font-size: .875rem;
    padding: 0px 0px 0px 0px;
    line-height: .5;
}

.xsmall-bt {
    font-size: 10px;
    padding: 2px 2px 2px 2px;
    font-weight: normal;
}


.table-scrollable {
    margin: 0;
    padding: 0;
}

.Shortdesc {
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 10px;
    text-align: Left;
    color: #000000;
    height: 25px;
}

.table td, .table th {
    padding: .10rem;
}

.table-menu td, .table th {
    padding: .10rem;
}
.form-control:focus {
    border-color: #b3ccff;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset, 0px 0px 8px rgba(179, 204, 255, 0.5);
}