/* Content wrapper to fix footer height */
.content-wrapper {
  min-height: calc(100vh - calc(3.5rem + 0px) - calc(3.5rem + 0px)) !important;
}
/* Center columns */
.col-center{
  float: none !important;
  margin: 0 auto !important;
}
/* Main sidebar brand customization */
.brand-link {
  line-height: 1.6 !important;
}
.main-sidebar .brand-text {
  padding-left: 0.5rem !important;
}
/* Equal content header height to brand link height from main sidebar */
.content-header-title {
  line-height: 1.45 !important;
}
/* Navbar */
.layout-navbar-fixed.sidebar-mini.sidebar-collapse .wrapper .brand-link {
  height: auto !important;
}
/* Users card header */
.card-header-users {
  border-radius: .25rem !important;
}
/* Accordion links customization */
.alert-accordion-button {
  background-color: #f8f9fa !important;
  border-color: #006fe6 !important;
  color: #006fe6 !important;
}
/* Reposition toasts */
.toasts-top-right {
    right: 0.75rem !important;
    top: 4.5rem !important;
    z-index: 9999 !important;
}
/* Links to delete (red links) */
.link-delete a {
  cursor: pointer !important;
  color: #F33 !important;
}
.link-delete a:hover {
  color: #dc3545 !important;
}
.link-js {
  cursor: pointer !important;
  color: #007bff !important;
}
.link-js a:hover {
  color: #0056b3 !important;
}

.function {
  cursor: pointer;
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}
.function:hover {
  color: #0056b3;
  text-decoration: none;
}
td {
  vertical-align: middle !important;
}



/* Login Page, authentication-card vertical size correction to allow footer */
.authentication-card {
  height: 100vh !important;
}
/* Select2, Text vertical align correction */
.select2-container .select2-selection--single .select2-selection__rendered {
  padding-top: 2px !important;
}
/* Lobibox Notify height correction */
.lobibox-notify-msg {
  max-height: 120px !important;
}
/* Global CSS Classes */
.w-0 {
  width: 0 !important;
}
.w-100 {
  width: 100% !important;
}



.img-fluid {
  height: 100% !important;
}


