html {
}

.nav .nav-item i {
  width: 25px;
}

.sidebar-custom {
  background-color: #1366a0;
  background-image: none;
  -webkit-box-shadow: 2px 1px 5px 0px rgba(0, 0, 0, 0.75) !important;
  -moz-box-shadow: 2px 1px 5px 0px rgba(0, 0, 0, 0.75) !important;
  box-shadow: 2px 1px 5px 0px rgba(0, 0, 0, 0.75) !important;
}

.layout-navbar-fixed
  .wrapper
  .sidebar-dark-primary
  .brand-link:not([class*="navbar"]) {
  background-color: #2661ab;
}

.sidebar-right-custom {
  background-color: #2661ab;
}

.brand-link {
  padding: 13px 17px;
}
.content-header {
  border-bottom: 1px solid #ccc;
  margin-bottom: 15px;
  padding-top: 12px;
  padding-bottom: 5px;
  background-color: #fff;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.125), 0 1px 3px rgba(0, 0, 0, 0.2);
}

.content-header h1 {
  font-size: 1.3rem;
}
.btn {
  font-size: 0.9rem;
}

.btn-primary {
  background-color: #037fc7;
  border-color: #037fc7;
}
.content-header .breadcrumb {
  display: none;
}

a {
  color: #057fc7;
}

.card-primary.card-outline {
  border-top: 1px solid #007bff;
}

tr {
  border-bottom: 1px solid #ccc;
}
.datepicker tr {
  border-bottom: 0 !important;
}

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

.wip-card .card-header {
  background: rgb(255, 255, 255);
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 1) 0%,
    rgba(231, 231, 231, 1) 100%
  );
}

.projects-review {
  margin-top: -28px;
  margin-left: -25px;
  margin-right: -25px;
}
.projects-review .card-body {
  padding: 10px 15px;
}

.tasks-review {
  display: none;
}

.nav-link i.right {
  width: 10px;
}

.nav-item li {
  padding-left: 15px;
}

.ghi_chu_bac_si img {
  max-width: 150px;
}


.table .thead-info th {
  color: #fff;
  background-color: #17a2b8;
  border-color: #dee2e6;
}
