a,
.btn-link {
  color: #2c5cc5;
}

.btn-sm,
.btn-group-sm>.btn {
  font-size: 0.8rem;
}

label {
  margin-bottom: 0.2rem;
}

a:hover,
.btn-link:hover {
  color: #2f80eb;
}

.card-header {
  padding: 0.75rem 1rem;
}

.form-control {
  font-size: 0.8rem;
}

.text-muted {
  font-size: 0.7rem;
}

.layout-navbar-fixed .wrapper .content-wrapper {
  background-color: #ebeff3;
  position: relative;
  padding-top: 105px;
  overflow-x: hidden;
}

section .breadcrumb {
  font-weight: 500;
}

.breadcrumb>li+li::before {
  font-family: "Font Awesome 5 Pro";
}

.breadcrumb-item+.breadcrumb-item::before {
  content: "\f054";
}

.breadcrumb-item {
  font-size: 0.9rem;
}

.card-title {
  font-size: 1rem;
}

.dropdown-item {
  font-size: 0.9rem;
}

.dropdown-item:hover {
  background-color: #e9ecef;
  color: #2b2b2b;
}

.divider-vertical {
  width: 1px;
  height: 30px;
  margin: 0 0.5rem;
  overflow: hidden;
  border-left: 1px solid #e9ecef;
}

.empty-list {
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  height: 100%;
  text-align: center;
  background: #fff;
  justify-content: flex-start;
  padding: 30px 0;
}

.table-container {}

.dropdown-icon::after {
  font-family: "Font Awesome 5 Pro";
  display: inline-block;
  margin-left: 2px;
  margin-top: 0px;
  margin-right: 2px;
  content: "\f142";
  border: 0 !important;
  vertical-align: 0px;
}

.content.content-full {
  min-height: 350px;
  padding: 0px;
  background-color: #ebeff3;
  overflow-x: auto;
}

.gallery-sm {
  text-align: center;
}

.gallery-sm img {
  max-width: 35px;
  max-height: 35px;
  margin-right: 3px;
  margin-bottom: 3px;
  border: 1px solid #ccc;
  border: 1px solid #ccc;
}

#full-table thead th {
  vertical-align: middle;
  font-size: 10pt;
  padding: 10px 10px;
}

.table-middle {
  vertical-align: middle !important;
}

@media (min-width: 576px) {
  .inventory-note-card {
    margin: 0px 8px;
    /* border: 1px solid #e9ecef; */
    /* border-radius: 6px; */
  }
}
@media (max-width: 576px) {
  .inventory-note-card {
    margin: 0px 8px;
    /* border: 1px solid #e9ecef; */
    /* border-radius: 6px; */
  }
}
