.main-dropdown:after {
  content: none;
}

@media (min-width: 1200px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1890px;
  }
}

body {
  background-color: #f4f6f9
}

.nav-sidebar>.nav-item>.nav-link {
  color: black;
}

[class*=sidebar-dark-] .nav-sidebar>.nav-item.menu-open>.nav-link, [class*=sidebar-dark-] .nav-sidebar>.nav-item:hover>.nav-link, [class*=sidebar-dark-] .nav-sidebar>.nav-item>.nav-link:focus {
  background-color: #ffffff1a;
  color: #BAC6AD;
}

.fc .fc-button-primary {
  background-color: #BAC6AD;
}

.btn-link {
  color: black;
}

.card-primary.card-outline {
  border-top: 3px solid #BAC6AD;
}

.nav-pills .nav-link:not(.active):hover {
  color: #BAC6AD;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
  color: #fff;
  background-color: #BAC6AD;
}

.btn-light {
  color: #1f2d3d;
  background-color: #BAC6AD;
  border-color: #f8f9fa;
  box-shadow: none;
}

.btn-link:hover {
  color: #BAC6AD;;
}

.form-control:focus {
  border-color: #BAC6AD;
}

.tabulator .tabulator-footer .tabulator-page:not(.disabled):hover {
  cursor: pointer;
  background: #BAC6AD;
  color: #fff;
}

.tabulator .tabulator-footer .tabulator-page.active {
  color: #BAC6AD;
}

.dropdown-item:hover, .dropdown-item:focus {
  color: #fff;
  text-decoration: none;
  background-color: #BAC6AD;
}

a:hover {
  color:#BAC6AD;
}

.sidebar-dark-primary .nav-sidebar>.nav-item>.nav-link.active, .sidebar-light-primary .nav-sidebar>.nav-item>.nav-link.active {
  background-color: #BAC6AD;
  color: #fff;
}

.avatar {
  font-size: 16px;
  width: 3em;
  height: 3em;
  border-radius: 50%;
  background: #555555;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.small-avatar {
  font-size: 14px;
  width: 2.5em;
  height: 2.5em;
}

.big-avatar {
  font-size: 20px;
  width: 3.5em;
  height: 3.5em;
}

.avatar::after {
  content: attr(data-label);
  font-family: "Readex Pro", sans-serif;
  color: #ffffff;
}

form .form-control {
  width: 240px;
}

.bg-info {
  background-color: #BAC6AD!important;
}

.alert-dialog {
  top: 10px;
  width: 300px;
  position: absolute;
  z-index: 100;
  right: 30px;
  background-color: #c3e6cb;
  color: black;
}

#togglePassword {
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 5;
  cursor: pointer;
}