/* Custom Side Bar*/
@media (min-width: 768px) {
  .side-bar-class {
    border-right: 1px solid;
  }
  .mobile-nav-hr {
    display: none;
  }
}

@media (max-width: 767px) {
  .non-mobile-nav-hr {
    display: none;
  }
}

.profile-side-bar a {
  color: #444444;
  height: 100%;
}

.profile-side-bar a:hover {
  color: #FFB713;

}

.side-active {
  color: #FFB713 !important;
}

/* Custom CSS */
.btn-save {
  font-weight: bold !important;
  float: right !important;
  width: 10rem;
  font-size: smaller !important;
  text-transform: uppercase !important;
}

.btn-deactivate-account{
  font-weight: bold !important;
  float: left !important;
  width: 10rem;
  font-size: smaller !important;
  text-transform: uppercase !important;
}

.btn-save:hover {
  font-weight: bold !important;
  float: right !important;
  width: 10rem;
  font-size: smaller !important;
  text-transform: uppercase !important;
  border: 1px solid;
}

.btn-change-password {
  font-weight: bold !important;
  font-size: smaller !important;
  text-transform: uppercase !important;
}

/* Custom Breadcrumbs */
a.breadcumb-link {
  color: #000000 !important;
}

a.breadcumb-link:hover {
  color: #FFB713 !important;
}

.breadcrumb-active {
  color: #58A6A2 !important;
}

/* Smaller screen buttons */
@media (max-width: 525px) {
  .btn {
    width: 100%;
    margin: 10px auto;
  }
}

.modal-backdrop {
  opacity: 0.8; !important;
}