.display-none {
  display: none;
}

.menu-title {
  font-size: 9pt;
  text-transform: none;
}

.btn-outline-secondary {
  color: #495057;
  border-color: #ced4da;
}

::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

::-webkit-scrollbar-thumb {
  background: #a7a7a7;
}

::-webkit-scrollbar-track {
  background: #dde;
}

.panel-grid .card-body {
  padding-top: 0.2rem !important;
}

.card-title {
  text-transform: uppercase !important;
}

.card .card-footer {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

body table.dataTable {
  margin-bottom: 0;
}

.table-responsive {
  margin-bottom: 1rem;
}

.table:not(.table-bordered) tr:first-child,
.table:not(.table-bordered) th:first-child,
.table:not(.table-bordered) td:first-child {
  padding-left: 1rem !important;
}

table.dataTable > thead > tr > th:not(.sorting_disabled),
table.dataTable > thead > tr > td:not(.sorting_disabled) {
  padding-right: unset;
}

table.dataTable thead > tr > td.sorting,
table.dataTable thead > tr > td.sorting_asc,
table.dataTable thead > tr > td.sorting_desc,
table.dataTable thead > tr > th.sorting,
table.dataTable thead > tr > th.sorting_asc,
table.dataTable thead > tr > th.sorting_desc {
  padding-right: 10px;
}

body table.dataTable thead .sorting:before,
body table.dataTable thead .sorting_asc:before,
body table.dataTable thead .sorting_asc_disabled:before,
body table.dataTable thead .sorting_desc:before,
body table.dataTable thead .sorting_desc_disabled:before {
  content: "" !important;
}

body table.dataTable thead .sorting:after,
body table.dataTable thead .sorting_asc:after,
body table.dataTable thead .sorting_asc_disabled:after,
body table.dataTable thead .sorting_desc:after,
body table.dataTable thead .sorting_desc_disabled:after {
  position: relative;
  display: inline-block;
  width: 0.75rem;
  height: 0.75rem;
  content: " ";
  bottom: auto;
  right: auto;
  left: auto;
  margin-left: 0.5rem;
}

table.dataTable > thead .sorting:before,
table.dataTable > thead .sorting:after,
table.dataTable > thead .sorting_asc:before,
table.dataTable > thead .sorting_asc:after,
table.dataTable > thead .sorting_desc:before,
table.dataTable > thead .sorting_desc:after,
table.dataTable > thead .sorting_asc_disabled:before,
table.dataTable > thead .sorting_asc_disabled:after,
table.dataTable > thead .sorting_desc_disabled:before,
table.dataTable > thead .sorting_desc_disabled:after {
  opacity: 1 !important;
}

.search-tab,
.table-responsive .dataTable > tbody > tr > td,
.table-responsive .dataTable > tbody > tr > th,
.table-responsive .dataTable > tfoot > tr > td,
.table-responsive .dataTable > tfoot > tr > th,
.table-responsive .dataTable > thead > tr > td,
.table-responsive .dataTable > thead > tr > th,
.widget-inline-list,
.widget-rating-star,
.widget-user-list {
  white-space: nowrap;
}

table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_desc_disabled {
  cursor: pointer;
  position: relative;
  white-space: nowrap;
}

table.dataTable thead th {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align: middle !important;
}

table.dataTable.table-striped > tbody > tr:nth-of-type(2n + 1) > * {
  box-shadow: inset 0 0 0 9999px var(--bs-table-striped-bg);
}

.pagination li input.page-link {
  text-align: center;
  width: 3rem;
  padding: 0.5rem 0.2rem;
  font-size: 0.75rem;
}

.dataTables_filter {
  float: right;
}

.pagination-panel {
  display: inline-flex;
  vertical-align: middle;
}

.pagination-panel .pagination {
  margin-bottom: 0;
}

.dataTables_info,
.pagination-panel .text-pagination {
  margin: 0.4rem !important;
}

.pagination-panel .text-pagination:last-child {
  margin-right: 0 !important;
}

.dataTables_info {
  margin-left: 0 !important;
}

.form-check .form-check-input {
  cursor: pointer;
}

.input-append .input-group-addon {
  border-radius: 0;
  border-top-right-radius: 4px !important;
  border-bottom-right-radius: 4px !important;
}

.parsley-error {
  border-color: #ec4561 !important;
}

.btn-file input[type="file"] {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  font-size: 999px;
  text-align: right;
  opacity: 0;
  outline: 0;
  background: #fff;
  cursor: pointer;
  display: block;
}

.card.card-expand {
  border-radius: 0;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10000;
  margin: 0;
}

.card.card-inverse {
  color: #fff;
  background: #2a2a3c;
}

.card-preview {
  border-radius: 0 !important;
}

.btn-file {
  position: relative;
  overflow: hidden;
}

table.dataTable tbody .dt-center {
  text-align: center;
}

table.dataTable tbody .dt-left {
  text-align: left;
}

table.dataTable tbody .dt-right {
  text-align: right;
}

.dataTable th .checkbox {
  text-align: center;
}

.collapse.in {
  display: block;
}

.dataTable > tbody > tr > td.white-space-normal {
  white-space: normal !important;
}

.list-notification .notification-item .media {
  border-bottom: 1px solid #eee;
}

.list-notification .notification-item:last-child .media {
  border-bottom: 0 solid #eee;
}

.loading-message-boxed {
  margin-left: -25px;
  margin-right: -25px;
  border-radius: 50%;
  overflow: hidden;
  background-color: transparent;
  width: 60px;
  height: 60px;
  text-align: center;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  padding: 1.05rem;
  background-image: url(../img/loader.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.loading-message-boxed .percentage {
  color: #fff;
  text-align: center;
  font-size: 0.75rem;
}

.dataTables_filter input {
  display: inline-block;
  width: auto;
}

.dataTables_filter label {
  text-align: left;
}

.dataTables_filter label,
.dataTables_length label {
  white-space: nowrap;
}

@media (max-width: 480px) {
  .dataTables_info {
    display: none;
  }

  .pagination-panel {
    text-align: center !important;
    float: none !important;
  }

  .dataTables_filter input {
    width: 135px !important;
  }

  .dataTables_paginate {
    text-align: center !important;
  }

  .main-content .content {
    padding: 0;
  }

  .table-responsive {
    width: auto !important;
  }

  .layout-table {
    margin: 0.3rem -1.25rem 0.5rem !important;
  }
}

.bootstrap-datetimepicker-widget:after,
.bootstrap-datetimepicker-widget:before {
  content: "";
  display: inline-block;
  border-top: 0;
  position: absolute;
}

.datepicker .datepicker-days {
  display: block;
}

.pagination-panel-input {
  margin-right: 4px;
}

.btn-sm,
.btn-group-sm > .btn {
  padding: 0.6rem 0.7rem;
}

.custom-select {
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%233b4863' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e")
    no-repeat right 0.75rem center/8px 10px;
  background-color: rgba(0, 0, 0, 0);
}

.dd-item > button {
  margin: 13px 0;
}

.dd3-handle:before {
  top: 16px;
}
