.bi {
  display: inline-block;
  width: 1rem;
  height: 1rem;
}
.bg-dark{
  background-color: #0b3678 !important;
}
/*
 * Sidebar
 */

@media (min-width: 768px) {
  .sidebar .offcanvas-lg {
    position: -webkit-sticky;
    position: sticky;
    top: 48px;
  }
  .navbar-search {
    display: block;
  }
}

.sidebar .nav-link {
  font-size: .875rem;
  font-weight: 500;
}

.sidebar .nav-link.active {
  color: #2470dc;
}

.sidebar-heading {
  font-size: .75rem;
}

/*
 * Navbar
 */

.navbar-brand {
  padding-top: .75rem;
  padding-bottom: .75rem;
  background-color: rgba(0, 0, 0, .25);
  box-shadow: inset -1px 0 0 rgba(0, 0, 0, .25);
}

.navbar .form-control {
  padding: .75rem 1rem;
}


#divLoadingMaster,
#divLoadingMasterParallel {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 999999999;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    display: table;
}

#divLoadingMasterIn,
#divLoadingMasterParallelIn {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

#divLoadingMasterFooter {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    text-align: right;
}


.table-xs td {
    padding: 2px !important;
    font-size: 12px;
}

.table-xs th {
  font-size: 13px;
}