body {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  position: relative; }

.form-check-input {
  width: 25px;
  min-width: 25px;
  height: 25px;
  min-height: 25px;
  cursor: pointer;
  margin: 0; }

label {
  cursor: pointer; }

.mobile-menu-overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 997;
  visibility: hidden;
  opacity: 0; }
  .mobile-menu-overlay.open {
    visibility: visible;
    opacity: 1; }
  @media screen and (min-width: 768px) {
    .mobile-menu-overlay {
      display: none; } }

.side-menu {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #f8f9fa;
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  width: 200px;
  z-index: 998;
  transition: left .3s;
  overflow: auto; }
  @media screen and (max-width: 767px) {
    .side-menu {
      left: -200px; }
      .side-menu.open {
        left: 0; } }

.mobile-menu-toggle {
  position: fixed;
  top: 15px;
  right: 15px;
  text-transform: uppercase;
  z-index: 999; }
  .mobile-menu-toggle:not(.open) > i:last-of-type {
    display: none; }
  .mobile-menu-toggle.open > i:first-of-type {
    display: none; }
  @media screen and (min-width: 768px) {
    .mobile-menu-toggle {
      display: none; } }

.smaller {
  font-size: .75em; }

.page-content {
  padding: 15px; }
  .page-content.side-margin {
    margin-left: 200px; }
    @media screen and (max-width: 767px) {
      .page-content.side-margin {
        margin-left: 0; } }

@media screen and (max-width: 767px) {
  div.dataTables_wrapper div.dataTables_length,
  div.dataTables_wrapper div.dataTables_filter,
  div.dataTables_wrapper div.dataTables_info {
    text-align: left;
    margin-bottom: 12px; }
  div.dataTables_wrapper div.dataTables_paginate {
    text-align: left; }
    div.dataTables_wrapper div.dataTables_paginate ul.pagination {
      justify-content: start !important; } }

.cursor-pointer {
  cursor: pointer; }
.cursor-not-allowed {
  cursor: not-allowed; }

.jqte {
  margin: 0;
  box-shadow: none !important;
  border: 1px solid #ccc; }
  .jqte_toolbar > .jqte_tool:not(:first-child) {
    margin-left: 8px; }
  .jqte_tool.jqte_tool_1 .jqte_tool_label {
    position: relative;
    display: block;
    padding: 3px;
    width: 70px;
    height: 21px;
    overflow: hidden; }
  .jqte_tool_label {
    padding-top: 1px !important;
    height: 25px !important; }
  .jqte_editor, .jqte_source {
    min-height: 200px; }

/*# sourceMappingURL=style.css.map */
