.bg-light-grey {
  background-color: #f7f7f7 !important;
}
.bg-dark-grey {
  background-color: #777777 !important;
}
.profile-picture {
  cursor: pointer;
}
.profile-picture:hover {
  background-color: #f4b042;
}
.cursor-pointer {
  cursor: pointer;
}
.cursor-move {
  cursor: move;
}
.card-default-bl {
  border-width: 1px;
  border-color: #cfdbe2;
}
.button-standard-bl {
  background-color: #fff;
  border-color: #eaeaea;
  color: #333;
  border-radius: 3px;
  font-size: 13px;
  -webkit-appearance: none;
  outline: none !important;
  transition: all 0.1s;
}
.button-standard-hover-bl {
  background-color: #f5f5f5;
  color: #212529;
  border-color: #e6e6e6;
  cursor: pointer;
}
.buttons-copy,
.buttons-excel,
.buttons-csv,
.buttons-pdf,
.buttons-print {
  background-color: #fff;
  border-color: #eaeaea;
  color: #333;
  border-radius: 3px;
  font-size: 13px;
  -webkit-appearance: none;
  outline: none !important;
  transition: all 0.1s;
}
.button-bl-standard,
.buttons-copy:hover,
.buttons-excel:hover,
.buttons-csv:hover,
.buttons-pdf:hover,
.buttons-print:hover {
  background-color: #f5f5f5;
  color: #212529;
  border-color: #e6e6e6;
  cursor: pointer;
}
.green-highlight {
  color: #7ABC64;
}
[data-toggle="collapse"] .collapse-toggle:before {
  content: "\f077";
}
[data-toggle="collapse"].collapsed .collapse-toggle:before {
  content: "\f078";
}
.card-bl {
  border-width: 1px;
  border-color: #cfdbe2;
}
.table-compact-mode td {
  padding: 0.1rem 0rem 0.1rem 0.25rem !important;
}
.checkbox-panel-checkbox-background {
  background-color: floralwhite;
}
.bg-pastal-blue {
  background-color: aliceblue !important;
}
.text-okay {
  background-color: #00B200 !important;
  color: #99FF99 !important;
}
.notification-bl {
  z-index: 25000;
}
.uk-notify-top-center {
  left: 50%;
  margin-left: -175px;
  z-index: 25000;
}
.remove-anchor-tag-effect {
  text-decoration: none;
  color: #656565;
}
.remove-anchor-tag-effect:hover {
  color: #656565;
}
.tab-header-text-disabled {
  color: lightgrey !important;
}
.btn-primary-bl {
  border-left-color: #2d63a7 !important;
}
.btn-primary-br {
  border-right-color: #2d63a7 !important;
}
.btn-primary-bx {
  border-left-color: #2d63a7 !important;
  border-right-color: #2d63a7 !important;
}
.font-m {
  font-size: 0.875rem;
}
.font-l {
  font-size: 1.5rem;
}
.font-xl {
  font-size: 2rem;
}
.font-xxl {
  font-size: 3rem;
}
.font-subheading {
  font-size: 1.25rem;
  font-weight: bold;
}
.ui-front {
  z-index: 25000 !important;
}
.ui-autocomplete {
  background-color: aliceblue !important;
  position: absolute;
  top: 0;
  left: 0;
  cursor: default;
  max-height: 25rem;
  overflow-y: auto;
  overflow-x: hidden;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.ui-menu .ui-menu-item {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.outline-highlight {
  outline: 5px solid #5d9cec;
}
.outline-groove-highlight {
  outline: 5px double #5d9cec;
}
.dropdown-submenu {
  position: relative;
}
.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  -webkit-border-radius: 0 6px 6px 6px;
  -moz-border-radius: 0 6px 6px;
  border-radius: 0 6px 6px 6px;
}
.dropdown-submenu:hover > .dropdown-menu {
  display: block;
}
.dropdown-submenu > a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #ccc;
  margin-top: 5px;
  margin-right: -10px;
}
.dropdown-submenu:hover > a:after {
  border-left-color: #fff;
}
.dropdown-submenu.pull-left {
  float: none;
}
.dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}
.opacity-100 {
  opacity: 1;
}
