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;
}
.nav-link.dropdown-toggle.active {
    font-weight: bold;
}



html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

input[maxlength='2'] {
    width: 4.5em;
}
.number {
    text-align: right;
}

select.site {
    max-width: 5em;
}
#plivoNav {
    width: 14em;
    display: inline-block;
    margin-right: .5em;
}
#dataview {
    display: inline-block;
    width: 65em;
    vertical-align: top;
}
/*
.dropdown-menu {
    top: 0;
    z-index: 9999 !important;
}
    .dropdown-menu li {
        position: sticky !important;
        z-index: 9999 !important;
    }
    */
.standard-scrollable-list {
    max-height: 45em;
    overflow: auto;
}
td.table-active {
    background-color: lightyellow;
    box-shadow: none;
}
tr[onclick], td[onclick] {
    cursor: pointer;
}
.hide-footer .modal-footer {
    display: none;
}