.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #e5d7aa; }

.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #abd1d7; }
  .alert-info .list-group-item {
    background-color: #d1ecf1;
    border-color: #abd1d7; }

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb; }

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb; }

.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca; }

.badge-success-light {
  border-color: rgba(20, 139, 61, 0.25);
  background-color: rgba(26, 184, 81, 0.15);
  color: #0da541; }

.badge-warning-light {
  color: #856404;
  background-color: #fff3cd;
  border-color: rgba(83, 63, 3, 0.25); }

.badge-danger-light {
  border-color: rgba(73, 18, 23, 0.25);
  color: #721c24;
  background-color: #f8d7da; }

.badge-info-light {
  border-color: rgba(6, 44, 51, 0.25);
  background-color: #d1ecf1;
  color: #0c5460; }

.dropdown .dropdown-item.active, .dropdown .dropdown-item:active {
  background-color: #f1f4f8;
  color: #147ec2; }

.custom-control-input:checked ~ .custom-control-label::before {
  color: #FFFFFF;
  border-color: #147ec2;
  background-color: #147ec2; }

.scrolling-y {
  overflow-y: auto; }

.font-xl {
  font-size: 1.125rem; }

.font-lg {
  font-size: 1rem; }

.font-md {
  font-size: .95rem; }

.font-sm {
  font-size: .875rem; }

.font-xs {
  font-size: .75rem; }

#crudTable_wrapper #crudTable:not(.has-hidden-columns) .table-child tr td:first-child,
#crudTable_wrapper table.dataTable:not(.has-hidden-columns) .table-child tr td:first-child,
#crudTable_wrapper #crudTable .table-child tr td {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
  display: table-cell; }

#crudTable_wrapper #crudTable .table-child {
  margin: 0;
  border: 1px solid rgba(0, 40, 100, 0.12); }

.max-height-100px {
  max-height: 100px; }

.z-index-99 {
  z-index: 99; }

#calendar {
  --fc-today-bg-color: #147ec217; }
  #calendar .fc-toolbar.fc-header-toolbar {
    padding: .5rem;
    margin: 0; }
  #calendar .fc-toolbar > * > :not(:first-child) {
    margin-left: 0.25em; }
  #calendar .fc-button-primary {
    border-radius: .2rem;
    font-size: .875rem;
    line-height: 1.5;
    padding: .25rem .5rem;
    background-color: #147ec2;
    border-color: #147ec2;
    color: #fff; }
  #calendar .fc-button .fc-icon {
    font-size: 1.125em; }
  #calendar .fc-toolbar-title {
    text-transform: capitalize;
    font-size: 1.25em; }
  #calendar .fc-view {
    padding: 5px; }
  #calendar th.fc-col-header-cell.fc-resource {
    font-weight: 500;
    text-transform: uppercase;
    font-size: .875rem;
    letter-spacing: 1px; }
  #calendar .fc-v-event.fc-timegrid-event {
    border-width: 0 0 0 5px; }
  #calendar .fc-timegrid-event .fc-event-main {
    padding: 2px 5px;
    overflow: hidden; }
    #calendar .fc-timegrid-event .fc-event-main .badges {
      position: relative;
      left: -5px;
      top: -1px; }
      #calendar .fc-timegrid-event .fc-event-main .badges .badge {
        max-width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        font-size: 11px; }
    #calendar .fc-timegrid-event .fc-event-main .title {
      line-height: 1.2;
      font-size: 12px; }
    #calendar .fc-timegrid-event .fc-event-main .phone {
      line-height: 1.2;
      font-size: 12px; }
  #calendar .fc-timegrid-col-events {
    margin: 0 2px 0 2px; }
  #calendar .fc-timegrid-event .fc-event-time {
    font-size: .75rem;
    line-height: 1.25;
    margin-bottom: 0; }
  #calendar .fc-timegrid-axis-cushion {
    font-size: 12px;
    line-height: 1.1; }
  #calendar .fc-button-primary:not(:disabled).fc-button-active:focus, #calendar .fc .fc-button-primary:not(:disabled):active:focus {
    box-shadow: 0 0 0 0.2rem rgba(76, 91, 106, 0.125); }

#datepicker-planning .datepicker-inline, #datepicker-planning .datepicker table {
  width: 100%; }
#datepicker-planning .datepicker table tr th {
  font-size: 1.5rem;
  height: 40px;
  font-weight: normal; }
#datepicker-planning .datepicker table tr td {
  font-size: 1.15rem;
  height: 40px; }
#datepicker-planning .datepicker table tr td.today {
  color: #fff;
  background-color: #147ec2;
  border-color: #147ec2; }
#datepicker-planning .datepicker table tr td.active.active,
#datepicker-planning .datepicker table tr td.active:active,
#datepicker-planning .datepicker table tr td.active.highlighted:active,
#datepicker-planning .datepicker table tr td.active.active,
#datepicker-planning .datepicker table tr td.active.highlighted.active {
  color: #fff;
  background-color: #004284;
  border-color: #004284; }

@media (max-width: 440px) {
  #calendar .fc-button-primary {
    font-size: 0.75rem;
    line-height: 1;
    padding: 0.25rem 0.25rem; }
    #calendar .fc-button-primary.fc-today-button {
      display: none; }
  #calendar .fc-toolbar-title {
    font-size: 1em; }
  #calendar .fc-toolbar-chunk:nth-child(2) {
    flex-grow: 1;
    text-align: center; }
  #calendar .fc-toolbar-chunk:nth-child(3) {
    display: none; }
  #calendar .fc-timegrid-slot-label-cushion {
    font-size: 12px; } }
.multiple-select .ms-choice {
  border: 1px solid rgba(0, 40, 100, 0.12);
  color: #506690;
  line-height: 30px;
  height: 30px;
  font-size: .875rem; }

.multiple-select .ms-drop {
  color: #506690;
  border: 1px solid rgba(0, 40, 100, 0.12);
  box-shadow: none; }

.multiple-select .ms-search input {
  padding: 4px; }

.multiple-select .ms-search input {
  color: #506690;
  border: 1px solid rgba(0, 40, 100, 0.12);
  border-radius: 0; }

select.multiple-select {
  visibility: hidden; }

.ms-drop ul > li label {
  font-size: 14px;
  text-align: left; }

.ms-choice > span.placeholder {
  color: #506690; }

form .select2.select2-container.select2-container--focus, form .select2.select2-container.select2-container--open {
  background-color: #fff;
  border: 1px solid #147ec2 !important;
  box-shadow: 0 0 0 2px #147ec22e !important; }

.ms-drop ul > li > label > input {
  width: 1em;
  height: 1em;
  margin-top: 0.25em;
  vertical-align: top;
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid rgba(0, 0, 0, 0.25);
  appearance: none;
  print-color-adjust: exact; }
  .ms-drop ul > li > label > input[type="checkbox"] {
    border-radius: 0.25em; }
  .ms-drop ul > li > label > input[type="radio"] {
    border-radius: 50%; }
  .ms-drop ul > li > label > input:active {
    filter: brightness(90%); }
  .ms-drop ul > li > label > input:focus {
    border-color: #8abfe1;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(20, 126, 194, 0.25); }
  .ms-drop ul > li > label > input:checked {
    background-color: #147ec2;
    border-color: #147ec2; }
    .ms-drop ul > li > label > input:checked[type="checkbox"] {
      background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e"); }
    .ms-drop ul > li > label > input:checked[type="radio"] {
      background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23ffffff'/%3e%3c/svg%3e"); }
  .ms-drop ul > li > label > input[type="checkbox"]:indeterminate {
    background-color: #147ec2;
    border-color: #147ec2;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e"); }
  .ms-drop ul > li > label > input:disabled {
    pointer-events: none;
    filter: none;
    opacity: 0.5; }
  .ms-drop ul > li > label > input[disabled] ~ .form-check-label, .ms-drop ul > li > label > input:disabled ~ .form-check-label {
    cursor: default;
    opacity: 0.5; }

@media (min-width: 768px) {
  .modal-xxl {
    width: 98%;
    max-width: 1140px; }

  .modal-xxxl {
    width: 98%;
    max-width: 98%;
    height: calc(100% - 3.5rem); } }
.modal-xxxl {
  max-width: 98%; }

.row.gutter-1 {
  margin-right: -2.5px;
  margin-left: -2.5px; }
  .row.gutter-1 > [class*='col'] {
    padding-right: 2.5px;
    padding-left: 2.5px; }
.row.gutter-2 {
  margin-right: -5px;
  margin-left: -5px; }
  .row.gutter-2 > [class*='col'] {
    padding-right: 5px;
    padding-left: 5px; }
.row.gutter-3 {
  margin-right: -10px;
  margin-left: -10px; }
  .row.gutter-3 > [class*='col'] {
    padding-right: 10px;
    padding-left: 10px; }

/* colors */
.bg-primary, .btn-primary:disabled {
  background-color: #147ec2 !important;
  border-color: #147ec2 !important; }

.btn-link {
  color: #147ec2; }

a {
  color: #147ec2; }
  a:hover, a:focus {
    color: #12679d; }

.btn-xs, .btn-group-xs > .btn {
  padding: 0.125rem 0.35rem;
  font-size: 0.75rem;
  line-height: 1.3;
  border-radius: 0.2rem; }

.text-primary {
  color: #147ec2 !important; }

.btn-primary, .dataTables_wrapper .dataTables_paginate .paginate_button.current {
  color: #FFFFFF;
  background-color: #147ec2;
  border-color: #147ec2; }

.btn-primary:hover, .btn-primary:active, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  color: #FFFFFF;
  background-color: #12679d;
  border-color: #12679d; }

.btn-primary:not(:disabled):not(.disabled):active, .dataTables_wrapper .dataTables_paginate .paginate_button.current:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .dataTables_wrapper .dataTables_paginate .paginate_button.current:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle, .dataTables_wrapper .dataTables_paginate .show > .dropdown-toggle.paginate_button.current {
  color: #FFFFFF;
  background-color: #12679d;
  border-color: #12679d; }

.sidebar.bg-white .nav-link.active,
.sidebar.bg-white .nav-link.active .nav-icon,
.sidebar.bg-white .nav-link.active:hover .nav-icon {
  color: #147ec2 !important; }

.sidebar .nav-link:hover {
  background: #147ec2; }

.sidebar .nav-dropdown-items .nav-link:hover {
  background: #147ec212;
  color: #147ec2 !important; }

.page-item.active .page-link {
  background-color: #12679d;
  border-color: #12679d; }

.form-control:focus, .dataTables_wrapper .dataTables_length select:focus, .dataTables_wrapper .dataTables_filter input:focus {
  color: #495057;
  background-color: #FFFFFF;
  border-color: #147ec2;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(20, 126, 194, 0.4); }

.dropdown-item.active, .dropdown-item:active {
  background-color: #147ec2; }

/* general */
button:focus {
  outline: none; }

.form-group {
  --ck-color-toolbar-border: #e7e6e7;
  --ck-color-base-border: #e7e6e7; }

.custom-select {
  border: 1px solid rgba(0, 40, 100, 0.12); }

.line-height-xs {
  line-height: 1; }

.line-height-sm {
  line-height: 1.2; }

.line-height-md {
  line-height: 1.4; }

.line-height-lg {
  line-height: 1.6; }

.line-height-xl {
  line-height: 1.8; }

.form-select {
  display: block;
  width: 100%;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  -moz-padding-start: calc(0.75rem - 3px);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

/* header */
.app-header .navbar-brand {
  color: #fff; }

.app-header .navbar-nav {
  height: 100%; }

.app-header .nav-item {
  height: 100%;
  display: flex;
  align-items: center; }

.app-header .navbar-nav .dropdown-menu-right {
  margin: 2px 0 0;
  border-radius: 0;
  padding: 0; }

.app-header .dropdown-item {
  padding: 0.5rem 1.5rem;
  border-bottom: 1px solid rgba(0, 40, 100, 0.12); }

.app-header .dropdown-item:last-child {
  border-bottom: 0; }

.app-header .dropdown-item:focus, .app-header .dropdown-item:hover {
  background-color: #00a65a0d; }
  .app-header .dropdown-item:focus:active, .app-header .dropdown-item:hover:active {
    color: #161C2D; }

.app-header .backpack-avatar-menu-container {
  background: #00a65a;
  min-width: 35px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  color: #fff; }

.app-header ul.nav.navbar-nav.d-md-down-none {
  border-right: 1px solid rgba(0, 40, 100, 0.12); }

.app-header .navbar-brand {
  width: 185px;
  padding-left: 20px; }

.app-header .navbar-toggler {
  outline: none;
  color: #73818f;
  margin-right: 5px; }

.app-header .dropdown-item.active {
  pointer-events: none; }

.app-header .navbar-toggler-icon,
.app-header .navbar-toggler:hover .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23fff' viewBox='0 0 16 16'%3e%3cpath fill-rule='evenodd' d='M2.5 12a.5.5 0 0 1 .5-.5h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm0-4a.5.5 0 0 1 .5-.5h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm0-4a.5.5 0 0 1 .5-.5h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5z'/%3e%3c/svg%3e"); }

.app-header .navbar-toggler:hover {
  background: #ffffff30; }

@media (max-width: 991.98px) {
  .app-header .navbar-brand {
    width: auto;
    left: 0;
    margin-left: 0;
    padding-left: 0;
    position: relative; } }
.app-footer {
  flex: 0 0 55px !important; }

#layout-control {
  position: fixed;
  z-index: 999;
  bottom: 12px; }

/* sidebar */
.app-body .sidebar {
  flex: 0 0 240px; }

html:not([dir=rtl]) .sidebar {
  margin-left: -241px; }

.sidebar .nav, .sidebar .sidebar-nav, .sidebar .sidebar-scroll {
  width: 239px; }

.sidebar .nav-item {
  border-bottom: 1px solid rgba(0, 40, 100, 0.12); }

.sidebar .nav-link {
  padding: 0.5rem 1rem; }

.sidebar .nav-dropdown-items .nav-item {
  border-top: 1px solid rgba(0, 40, 100, 0.12);
  border-bottom: 0; }

.sidebar .nav-dropdown.open > .nav-dropdown-items {
  border-top: 1px solid rgba(0, 40, 100, 0.12);
  list-style: none;
  border-left: 4px solid #147ec2; }

@media (max-width: 991.98px) {
  .sidebar {
    width: 240px; }

  .app-header .navbar-brand img {
    height: 40px;
    width: 160px; } }
/* footer */
.app-footer {
  border-top: 1px solid rgba(0, 40, 100, 0.12);
  padding: 0 30px;
  flex: 0 0 40px;
  background: #fff;
  box-shadow: 0 0.125rem 0.375rem 0 rgba(161, 172, 184, 0.12); }

/* form */
#saveActions {
  position: fixed;
  bottom: 0;
  padding: 0.5rem 1rem;
  margin: 0;
  left: 0;
  width: 100%;
  background: white;
  border-top: 1px solid rgba(0, 40, 100, 0.12);
  display: flex;
  justify-content: flex-end;
  z-index: 99;
  gap: 5px; }

/* Ck editor */
/* This selector targets the editable element (excluding comments). */
.ck-editor__editable_inline:not(.ck-comment__input *) {
  height: 250px;
  overflow-y: auto; }

/* Cards */
.card > .card-table .table tr th:first-child, .card > .card-table .table tr td:first-child {
  padding-left: 1.25rem; }
.card > .card-table .table tr th:last-child, .card > .card-table .table tr td:last-child {
  padding-right: 1.25rem; }

.card-header {
  gap: 10px; }

/* Datatable */
.custom-datatable div.dataTables_wrapper div.dataTables_info {
  padding-top: 0;
  text-align: left; }
.custom-datatable div.dataTables_wrapper div.dataTables_filter label {
  margin: 0; }
.custom-datatable table.dataTable {
  border-top: 1px solid #D9E2EF;
  margin-top: 0 !important; }
.custom-datatable table.dataTable.dtr-inline.collapsed > tbody > tr > td.dtr-control:before, .custom-datatable table.dataTable.dtr-inline.collapsed > tbody > tr > th.dtr-control:before {
  background-color: transparent;
  color: #636161;
  font-family: "Line Awesome Free";
  font-weight: 900;
  width: 16px;
  content: "\f142";
  font-size: 21px;
  box-shadow: none;
  border: none;
  display: inline;
  position: relative;
  top: 0;
  left: 0;
  margin: 0 0 0 -0.25rem;
  margin-right: 0.4rem !important; }
.custom-datatable table.dataTable.dtr-inline.collapsed > tbody > tr > td.dtr-control, .custom-datatable table.dataTable.dtr-inline.collapsed > tbody > tr > th.dtr-control {
  display: flex;
  align-items: center;
  padding-top: 1.1rem !important;
  padding-bottom: 1.1rem !important;
  padding-left: 0.6rem !important; }
.custom-datatable div.dataTables_wrapper div.dataTables_length select {
  height: 2.125rem;
  padding: 0.375rem 0.35rem; }
@media (max-width: 576px) {
  .custom-datatable div.dataTables_wrapper div.dataTables_filter input {
    margin-left: 0;
    width: 100%; } }

.dtr-bs-modal .modal-header, .dtr-bs-modal .btn-close {
  display: none; }
.dtr-bs-modal .modal-body {
  padding: 10px !important; }
.dtr-bs-modal tr[data-dt-column="0"] {
  display: none; }

.modal-title {
  font-weight: 600; }

/* Navs */
.nav-pills .nav-link {
  padding: 0.25rem 0.75rem; }

/* Filters */
.navbar-filters.navbar-expand-lg {
  background: #fff;
  border: 1px solid rgba(0, 40, 100, 0.12); }
  @media (max-width: 991.98px) {
    .navbar-filters.navbar-expand-lg .navbar-toggler {
      outline: none;
      padding: 0.25rem 0;
      display: block;
      width: 100%;
      text-align: left;
      color: #147ec2;
      font-size: 1.125rem; }
    .navbar-filters.navbar-expand-lg .navbar-nav > li {
      margin: 2px 0; }
    .navbar-filters.navbar-expand-lg .navbar-nav > li > a {
      padding-left: 10px;
      padding-right: 10px;
      border-bottom: 1px solid rgba(0, 40, 100, 0.12);
      display: flex;
      align-items: center;
      justify-content: space-between; }
      .navbar-filters.navbar-expand-lg .navbar-nav > li > a#remove_filters_button {
        border-bottom: 0;
        justify-content: flex-start;
        gap: 5px; } }

.navbar-filters #bp-filters-navbar .navbar-nav > .active > a {
  background-color: #147ec224;
  color: #147ec2; }

.navbar-filters li[filter-type="select2"] .dropdown-menu {
  border: 0;
  min-width: 200px;
  box-shadow: 0 0.5rem 1rem rgba(22, 28, 45, 0.15); }
  .navbar-filters li[filter-type="select2"] .dropdown-menu .select2.select2-container {
    border: 1px solid rgba(0, 40, 100, 0.12) !important;
    border-bottom: none !important; }
  .navbar-filters li[filter-type="select2"] .dropdown-menu .select2-dropdown.select2-dropdown--below {
    border: 1px solid rgba(0, 40, 100, 0.12) !important;
    border-top: none !important;
    box-shadow: 0 0.5rem 1rem rgba(22, 28, 45, 0.15);
    box-sizing: border-box;
    margin-left: 0 !important; }
  .navbar-filters li[filter-type="select2"] .dropdown-menu .select2-container--bootstrap .select2-results__option--highlighted[aria-selected] {
    background-color: #147ec2; }
  .navbar-filters li[filter-type="select2"] .dropdown-menu .select2-results {
    display: block;
    padding: 1px 0 2px; }

.navbar-filters li[filter-type="date_range"] .dropdown-menu {
  box-shadow: 0 0.5rem 1rem rgba(22, 28, 45, 0.15);
  border: 0; }
.navbar-filters li[filter-type="date_range"] .input-group-text {
  border-color: rgba(0, 40, 100, 0.12);
  border-radius: 0; }
.navbar-filters li[filter-type="date_range"] .input-group.date {
  padding: 2px; }
  .navbar-filters li[filter-type="date_range"] .input-group.date .input-group-text:first-child {
    border-right: 0; }
  .navbar-filters li[filter-type="date_range"] .input-group.date .input-group-text:last-child {
    border-left: 0; }
.navbar-filters li[filter-type="date_range"] .form-control {
  border-color: rgba(0, 40, 100, 0.12); }
  .navbar-filters li[filter-type="date_range"] .form-control:focus {
    border-color: #12679d;
    box-shadow: none; }

.navbar-filters li[filter-type="text"] .dropdown-menu {
  min-width: 240px; }

@media (min-width: 992px) {
  .navbar-filters li[filter-type="select2"].show:after,
  .navbar-filters li[filter-type="date_range"].show:after,
  .navbar-filters li[filter-type="text"].show:after,
  .navbar-filters li[filter-type="dropdown"].show:after {
    content: '';
    background-color: rgba(0, 0, 0, 0.4);
    display: block;
    position: fixed;
    z-index: 10;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0; } }
/* Data Range */
.daterangepicker .ranges li.active,
.daterangepicker td.active,
.daterangepicker td.active:hover {
  background-color: #147ec2 !important; }

.switch-primary .switch-input:checked + .switch-slider {
  background-color: #147ec2;
  border-color: #147ec2; }

/* Scroolbar */
html:not(.touch-device), body:not(.touch-device) {
  scrollbar-width: thin;
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */ }
  html:not(.touch-device) ::-webkit-scrollbar, body:not(.touch-device) ::-webkit-scrollbar {
    width: 10px;
    height: 10px; }
  html:not(.touch-device) ::-webkit-scrollbar-track, body:not(.touch-device) ::-webkit-scrollbar-track {
    background: transparent; }
  html:not(.touch-device) ::-webkit-scrollbar-thumb, body:not(.touch-device) ::-webkit-scrollbar-thumb {
    background: rgba(20, 126, 194, 0.5); }
  html:not(.touch-device) ::-webkit-scrollbar-thumb:hover, body:not(.touch-device) ::-webkit-scrollbar-thumb:hover {
    background: #147ec2; }

/* Elfinder */
.elfinder.ui-widget.ui-widget-content {
  box-shadow: none !important; }

/* Checkbox */
.form-check {
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5em;
  margin-bottom: 0.125rem; }
  .form-check .form-check-input {
    float: left;
    margin-left: -1.5em;
    top: 0.25rem; }
  .form-check.no-label .form-check-input {
    margin-left: -1.25em; }

.form-check-input {
  width: 15px;
  height: 15px;
  vertical-align: top;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid rgba(0, 40, 100, 0.24);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-print-color-adjust: exact;
  color-adjust: exact;
  position: relative;
  margin-top: 0;
  margin-left: 0; }
  .form-check-input[type=checkbox] {
    border-radius: 0.125em; }
  .form-check-input[type=radio] {
    border-radius: 50%; }
  .form-check-input:active {
    filter: brightness(90%); }
  .form-check-input:focus {
    outline: 0; }
  .form-check-input:checked {
    background-color: #147ec2;
    border-color: #147ec2; }
  .form-check-input:checked[type=checkbox] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e"); }
  .form-check-input:checked[type=radio] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e"); }
  .form-check-input[type=checkbox]:indeterminate {
    background-color: #147ec2;
    border-color: #147ec2;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e"); }
  .form-check-input:disabled {
    pointer-events: none;
    filter: none;
    opacity: 0.5; }
  .form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
    opacity: 0.5; }

/* Toolbar */
@media (min-width: 767px) {
  #toolbar-actions.sticky {
    position: fixed;
    bottom: -0.5rem;
    z-index: 999;
    background: white;
    padding: 8px 0;
    border-top: 1px solid rgba(0, 40, 100, 0.12); }

  body.sidebar-lg-show #toolbar-actions.sticky {
    width: calc(100% - 239px); }

  body:not(.sidebar-lg-show) #toolbar-actions.sticky {
    width: 100%;
    padding-left: 100px; } }
/* Crud Table */
#crudTable_wrapper #crudTable:not(.has-hidden-columns) tr th[data-column-name='custom_html'],
#crudTable_wrapper #crudTable:not(.has-hidden-columns) tfoot tr th:first-child,
#crudTable_wrapper #crudTable:not(.has-hidden-columns) tr td.dtr-control {
  display: table-cell; }
#crudTable_wrapper #crudTable.has-hidden-columns tr th[data-column-name='custom_html'],
#crudTable_wrapper #crudTable.has-hidden-columns tfoot tr th:first-child {
  display: table-cell; }
#crudTable_wrapper #crudTable.has-hidden-columns tr td.dtr-control {
  display: table-cell; }
#crudTable_wrapper #crudTable input[type="editable_text"]:focus {
  outline: 1px solid #147ec2;
  padding: 5px;
  border-bottom-color: transparent !important; }
#crudTable_wrapper #crudTable.table-striped > tbody > tr:nth-of-type(2n+1):hover, #crudTable_wrapper #crudTable.table-striped > tbody > tr:nth-of-type(even):hover {
  background-color: rgba(20, 126, 194, 0.1); }
#crudTable_wrapper #crudTable .dropdown-menu .dropdown-item {
  padding: 0.35rem 1rem; }

#crudTable_wrapper #crudTable td,
#crudTable_wrapper #crudTable th,
#crudTable_wrapper table.dataTable td,
#crudTable_wrapper table.dataTable th {
  line-height: 1.3; }

.dtfh-floatingparent {
  border-bottom: 1px solid rgba(0, 40, 100, 0.12); }
  .dtfh-floatingparent table.dataTable {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    line-height: 1;
    font-size: 14px; }

/* Form */
.has-float-label {
  display: block;
  position: relative; }

.has-float-label > label {
  cursor: text;
  opacity: 1;
  -webkit-transition: all .2s;
  transition: all .2s;
  top: -7px;
  left: 0.75rem;
  z-index: 3;
  line-height: 1;
  padding: 0 1px;
  font-weight: 600;
  margin: 0;
  font-size: 13px; }

.has-float-label > label.floated {
  position: absolute;
  top: -0.55em;
  left: 0.5rem;
  max-width: calc(100% - 0.65rem);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }
  .has-float-label > label.floated:after {
    content: " ";
    display: block;
    position: absolute;
    background: white;
    height: 2px;
    top: 50%;
    left: -0.2em;
    right: -0.2em;
    z-index: -1; }

/*# sourceMappingURL=coreuiv2-theme.css.map */
