.navbar .navbar-brand-wrapper {
  padding: 20px !important;
  height: 70px;
}

.navbar .navbar-menu-wrapper {
  height: 70px;
  padding: 15px 10px;
}

.page-body-wrapper {
  min-height: calc(100vh - 70px);
  padding-top: 70px;
}

.brand-logo {
  justify-content: center;
  align-items: center;
  display: flex;
  flex-direction: row;
  text-align: center;
}

.brand-logo.login-block {
  flex-direction: column !important;
}

.display-top-nav {
  border-bottom: 1px solid #ccc;
}

.app-name {
  font-size: 18px;
  font-weight: 700;
  color: #1f3bb9;
  margin: 5px 0 5px 0;
}

.office-name {
  font-size: 16px;
  color: #ab0107;
  font-weight: 600;
  margin: 10px 0;
}

.app-office-name.navbar-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.display-none {
  display: none;
}

table {
  word-wrap: break-word;
  width: 100%;
  border-collapse: collapse;
}

table tr td,
table tr th {
  padding: 3px 5px !important;
  white-space: normal !important;
  line-height: 18px !important;
  font-size: 13px !important;
}

table tr td .btn,
table tr th .btn {
  padding: 5px 8px;
  font-size: 12px;
  white-space: nowrap;
}

table tr td .btn i,
table tr th .btn i {
  font-size: 12px;
}

.text-right {
  text-align: right;
}

a {
  text-decoration: none;
}

.link-text {
  text-decoration: none;
  font-weight: 600;
}

.pull-right {
  float: right;
  clear: both;
}

.pull-left {
  float: left;
  clear: both;
}

@media (max-width: 767px) {
  .pull-right-not-xs,
  .pull-left-not-xs {
    float: none;
  }

  .pull-right-xs {
    float: right;
  }

  .pull-left-xs {
    float: left;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .pull-right-not-sm,
  .pull-left-not-sm {
    float: none;
  }

  .pull-right-sm {
    float: right;
  }

  .pull-left-sm {
    float: left;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .pull-right-not-md,
  .pull-left-not-md {
    float: none;
  }

  .pull-right-md {
    float: right;
  }

  .pull-left-md {
    float: left;
  }
}

@media (min-width: 1200px) {
  .pull-right-not-lg,
  .pull-left-not-lg {
    float: none;
  }

  .pull-right-lg {
    float: right;
  }

  .pull-left-lg {
    float: left;
  }
}

.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice:nth-child(5n + 1),
.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice:nth-child(5n + 4) {
  color: #fff;
}

.bg-light-danger {
  background: rgb(255, 212, 217) !important;
}

.font-bold {
  font-weight: bold;
}

.input-title {
  font-size: 1rem;
  margin: 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
}

form label {
  font-weight: 600;
}

.text-center {
  text-align: center;
}


.dashboard-new-sample .block-title {
  font-size: 21px;
    font-weight: 600;
    margin-bottom: 20px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 8px;
}

.dashboard-new-sample .lab-card {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.dashboard-new-sample .lab-card .icon-img{
  width: 70px;
}

.dashboard-new-sample .lab-card .lab-info{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.dashboard-new-sample .lab-card .lab-info .lab-name{
  font-weight: 600;
  border-bottom: 1px solid #dadada;
  padding-bottom: 5px;
  line-height: 25px;
}

.dashboard-new-sample .lab-card .lab-info .received-number {
  font-size: 20px;
  font-weight: bold;
}