.am-sideleft-menu > .nav-item > .nav-link.active i:first-child,
.am-sideleft-menu .nav-sub .nav-link.active,
.am-header-right .dropdown-notification .dropdown-menu-header a:hover,
.am-header-right .dropdown-notification .dropdown-menu-header a:focus,
.am-sideleft-menu > .nav-item > .nav-link.active,
.fc-toolbar h2 {
  color: #5f7fc9;
}
.am-navicon,
.am-navicon:hover,
.am-navicon:focus {
  color: #fff;
}

.am-signin-box > .row > div:first-child,
.am-signup-box > .row > div:first-child {
  background-color: #5f7fc9;
  background-image: linear-gradient(to bottom, #5f7fc9 0%, #3963c4 100%);
}

.am-header-right .nav-link {
  color: rgba(255, 255, 255, 0.9);
}

.am-pagetitle .am-title {
  color: #fff;
}

.am-header {
  background-color: #5f7fc9;
}

.am-pagetitle {
  background-color: #526fb3;
}

.dropdown-notification .dropdown-menu {
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.21);
  background-color: #fff;
}

.am-header-right .dropdown-notification .dropdown-menu-header a,
.am-header-right .dropdown-notification .media-list-link strong {
  color: rgba(0, 0, 0, 0.8);
}

.am-header-right .dropdown-notification .media-list-link:hover,
.am-header-right .dropdown-notification .media-list-link:focus {
  background-color: rgba(0, 0, 0, 0.2);
}

.notification-item {
  border-left: 4px solid #526fb3;
}

.am-header-right .dropdown-notification .media-list-link .media {
  border-top: 1px solid #5f7fc9;
}

.fc-button-primary,
.am-signin-box .btn {
  color: #fff;
  background-color: #5f7fc9;
  border-color: #5f7fc9;
}

.fc-button-primary:hover,
.fc-button-primary:not(:disabled):active,
.fc-button-primary:not(:disabled).fc-button-active,
.am-signin-box .btn:hover,
.am-signin-box .btn:active,
.am-signin-box .btn:focus {
  color: #fff;
  background-color: #0263e0;
  border-color: #0263e0;
}

.fc-button-primary:focus {
  box-shadow: none !important;
}

.fc-button-primary:disabled {
  background-color: #dc3545;
  border-color: #dc3545;
}

.fc-event-dot,
.fc-event {
  border: 1px solid #5f7fc9;
  background-color: #5f7fc9;
}

.fc-list-item.disabled {
  opacity: 0.65;
}

.fc-event-dot.disabled,
.fc-event.disabled {
  border: 1px solid #dc3545;
  background-color: #dc3545;
  opacity: 0.65;
}

.fc-title {
  color: #fff;
  white-space: normal;
  font-size: 16px;
}

.fc-time,
.fc-list-item-time {
  display: none !important;
}
