.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: #830005;
}
.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: #830005;
  background-image: linear-gradient(to bottom, #830005 0%, #ca282a 100%);
}

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

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

.am-header {
  background-color: #830005;
}

.am-pagetitle {
  background-color: #ba2d2d;
}

.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 #ba2d2d;
}

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

.fc-button-primary {
  color: #fff;
  background-color: #96a3be;
  border-color: #96a3be;
}

.am-signin-box .btn {
  background-color: #ba2d2d;
  border-color: #ba2d2d;
}

.am-signin-box .btn:hover,
.am-signin-box .btn:active,
.am-signin-box .btn:focus {
  background-color: #c82333;
  border-color: #bd2130;
}

.fc-button-primary:hover,
.fc-button-primary:not(:disabled):active,
.fc-button-primary:not(:disabled).fc-button-active {
  color: #fff;
  background-color: #68748e;
  border-color: #68748e;
}

.fc-header-toolbar .fc-left h2 {
  color: #68748e;
}

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

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

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

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

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

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

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

.text-primary {
  color: #68748e !important;
}

a.text-primary:focus,
a.text-primary:hover {
  color: #3c4961 !important;
}

.btn-primary {
  background-color: #68748e;
  border-color: #68748e;
}

.btn-primary:hover {
  background-color: #3c4961;
  border-color: #3c4961;
}

.btn-primary.disabled,
.btn-primary:disabled {
  background-color: #68748e;
  border-color: #68748e;
}

.btn-primary:active,
.btn-primary.active,
.show > .btn-primary.dropdown-toggle {
  background-color: #3c4961;
  border-color: #3c4961;
}

.btn-danger {
  background-color: #ba2d2d;
  border-color: #ba2d2d;
}

.btn-danger:hover {
  background-color: #c82333;
  border-color: #bd2130;
}

.btn-danger.disabled,
.btn-danger:disabled {
  background-color: #ba2d2d;
  border-color: #ba2d2d;
}

.btn-danger:active,
.btn-danger.active,
.show > .btn-danger.dropdown-toggle {
  background-color: #c82333;
  border-color: #bd2130;
}
