/* Set padding to keep content from hitting the edges */
.body-content {
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 8vh;
}

.sortOrder2 {
  background-color: rgb(0, 81, 157);
  font-size: 1rem;
  font-weight: none;
  color: white;
  padding: 0.375rem 0.75rem;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  color: #fff;
  border: 1px solid transparent;
  user-select: none;
  border-radius: 0.25rem;
  line-height: 1.5;
  font-family: Arial;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.sortOrder2:hover,
.sortOrder2:active {

  text-decoration: none;
  color: white;
  background: #255acc;

}

.sectionName {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #034066;
  color: white;
  font-size: 1.5rem;
  font-weight: bolder;
  margin-bottom: 0;
  padding: 1rem;
}

/* Start - For mobile devices*/

#isMobileDevice {
  text-align: right;
}

[onlyDesktop] {
  display: unset;
}

[onlyMobile] {
  display: none;
}

.loginBox {
  width: 300px;
  height: 250px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -150px;
  margin-top: -125px;
  background-color: #f6f7fb;
}

#particlesjs {
  background-color: #045080;
  height: 100vh;
  width: 100vw;
  overflow-y: hidden;
  overflow-x: hidden;
}

.dataMobile {
  height: calc(100vh - 260px);
  overflow-x: hidden;
  overflow-y: auto;
}

.dataMobile.day {
  height: calc(100vh - 240px);
  width: 50vh;
}

@media screen and (max-width: 890px) {
  .modal-dialog {
    width: 100%;
    max-height: calc(100vh - 10rem);
    height: auto;
    padding: 0 !important;
    margin: 0;
    left: 0;
    top: 0;
  }

  .modal-content {
    width: 100vw;
    border-radius: 0;
    font-size: 0.9em;
  }

  .modal-header {
    height: 27px;
    padding: 0;
    padding-left: 1em;
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
  }

  .modal-title {
    font-size: 1.2em !important;
  }

  #isMobileDevice {
    text-align: left;
  }

  [onlyDesktop] {
    display: none;
  }

  [onlyMobile] {
    display: unset;
  }
}

/*End - For mobile Devices*/

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
  white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
  max-width: 280px;
}

.table-even {
  background-color: #f2f2f2;
}

.table-even-scrollable {
  background-color: #f2f2f2;
  white-space: initial;
  overflow-y: auto;
}

.table-fixed tbody {
  overflow-y: auto;
  width: 100%;
}

@media screen and (max-width:890px) {
  .table-fixed tbody {
    margin-bottom: 5rem;
    overflow-y: auto;
    width: 100%;
  }
}


.table-fixed thead,
.table-fixed tbody,
.table-fixed tr,
.table-fixed td,
.table-fixed th,
.table-fixed tfoot {
  display: block;
}

.table-fixed tbody td,
.table-fixed tbody th,
.table-fixed tfoot th,
.table-fixed thead>tr>th {
  float: left;
  position: relative;
  height: 50px;
}

.table-fixed tbody td {
  white-space: nowrap;
}

.table-fixed tbody td::after,
.table-fixed tbody th::after,
.table-fixed tfoot th::after,
.table-fixed thead>tr>th::after {
  content: "";
  clear: both;
  display: block;
}

.table.mobile thead {
  background-color: #b6d8fb;
  white-space: nowrap;
}

.table.mobile thead tr th {
  font-size: small;
}

.table.mobile tbody {
  font-size: small;
}

.toolbar {
  background-color: #e8e8e8;
}

.tableHeader {
  white-space: nowrap;
}

.tableHeader,
.table-fixed thead th {
  background-color: #b6d8fb;
}

.tableHeader a {
  color: black;
}

.rowHeader {
  background-color: #e8e8e8;
}

.subTableHeader {
  background-color: #d0d0d0;
}

.summaryHeader {
  font-weight: bold;
  background-color: #e8e8e8;
  text-align: left;
  font-size: 0.9em;
  min-width: 130px;
  max-width: 130px;
}

.summaryData {
  background-color: #e8e8e8;
  font-size: 0.9em;
  font-weight: bold;
}

.border-tl-05 {
  border-top-left-radius: 0.5em;
}

.border-bl-05 {
  border-bottom-left-radius: 0.5em;
}

.border-tr-05 {
  border-top-right-radius: 0.5em;
}

.border-br-05 {
  border-bottom-right-radius: 0.5em;
}

.tableFooter tr td,
.table-fixed tfoot th {
  height: 35px;
  padding-top: 5px;
  background-color: #e8e8e8;
}

.tableFooter tr td.difference,
.table-fixed tfoot tr th.difference {
  font-weight: bold;
  height: 35px;
  padding-top: 5px;
  background-color: #e8e8e8;
  /* text-align: center; */
}

.table-hover tbody tr:hover td,
.table-hover tbody tr:hover th {
  background-color: #b6d8fb;
}

.actDay {
  font-weight: bold;
  font-style: italic;
}

.weekEndDay {
  background-color: blanchedalmond;
  font-style: italic;
}

.nav-item>.nav-link {
  color: black;
}

.rft-footer {
  display: block;
  right: 0;
  bottom: 0;
  left: 0;
  height: 30px;
  margin-top: 20px;
  text-align: center;
  width: 100%;
  background-color: #f3f3f3;
}

.rftHelpChapter {
  color: black;
  font-weight: 400;
  text-decoration: none;
}

.rftHelpChapter:hover {
  text-decoration: none;
  font-weight: 400;
  color: black;
}

.rftHelpChapter:focus {
  text-decoration: none;
}

.sidebar {
  margin: 0;
  padding-left: 0;
  /* width: 250px; */
  background-color: #f1f1f1;
/*   position: fixed; */
  /* height: 80vh; */
  overflow-y: auto;
  overflow-x: hidden;
}

.sidebar a {
  display: block;
  color: black;
  padding: 5px;
  text-decoration: none;
}

.sidebar a.active {
  background-color: #4CAF50;
  color: white;
}

.sidebar ul {
  list-style-type: none;
  padding: 0;
  padding-left: 0.5em;
  margin: 0;
}

.sidebar li {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.sidebar a:hover:not(.active) {
  background-color: #555;
  color: white;
}
div.sidebarContent {
  padding: 0.1rem 0.1rem;
  margin-left: 12.8rem;
}


.admin-content {
  margin-left: 13rem;
  padding-left: 0.1rem
}

@media screen and (max-width: 890px) {
  .admin-content {
    margin-left: 0rem;
  }
}

@media screen and (max-width: 700px) {
  .sidebar {
    width: 100%;
    height: auto;
    position: relative;
  }

  .sidebar a {
    float: left;
  }

  div.sidebarContent {
    margin-left: 0;
  }
}

@media screen and (max-width: 400px) {
  .sidebar a {
    text-align: center;
    float: none;
  }
}

@media screen and (max-width:890px) {
  div.sidebarContent {
    margin-left: 0rem;
    padding-left: 0.1rem;
  }
}

/*
  BEGIN DETAIL TABLE
*/
div.row.table.header {
  font-weight: bold;
  max-height: 10px;
}

div.table.body {
  max-height: 67vh;
  overflow-x: hidden;
  overflow-y: auto;
}

div.d-flex.table.header {
  font-weight: bold;
  margin: 0;
  margin-left: -1em;
}

div.table.body div.row.table.groupHeader {
  font-size: 0.9em;
  font-weight: bold;
  margin-bottom: 0;
  width: auto;
}

div.table.body div.row.table.groupData {
  font-size: 0.9em;
  margin: 0;
}

div.table.body div.row.table.groupData:hover div[class^="col"] {
  background-color: #b6d8fb;
  /* border-radius: 2px; */
  color: black;
}

div.table.body div.row.table.groupData:hover div[class^="col"]:first-child {
  background-color: unset !important;
  color: unset;
}

div.table.footer>div.row {
  background-color: #e8e8e8;
}

div.table.footer {
  width: auto;
  margin-bottom: 0;
  font-size: 0.9em;
  background-color: #e8e8e8;
  font-weight: bold;
}

div.table.footer div.data {
  font-weight: unset;
}

/*
  END DETAIL TABLE
*/

.animated {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

i.fixed {
  width: 20px;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

@keyframes fadeIn {
  from {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn
}

.modal-backdrop {
  /* bug fix - no overlay */
  display: none;
}

.modal {
  background: rgba(0, 0, 0, 0.5);
}

@media screen and (max-width:890px) {
  .modal {
    background: rgba(0, 0, 0, 0.5);
    max-height: calc(100vh - 5rem);
  }

}

[data-rft-overlay] {
  width: 100%;
  padding-top: 50px;
  /* opacity: 0.5; */
  /* background-color: gray; */
  vertical-align: middle;
  text-align: center;
}

a[disabled] {
  cursor: not-allowed;
  opacity: 0.5;
  color: currentColor;
  display: inline-block;
  /* For IE11/ MS Edge bug */
  pointer-events: none;
  text-decoration: none;
}

hr {
  height: 10px;
  border: 0;
  box-shadow: 0 10px 10px -10px #8c8b8b inset;
}

hr.style2 {
  border: 0;
  height: 1px;
  background-image: -webkit-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
  background-image: -moz-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
  background-image: -ms-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
  background-image: -o-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
}

hr.style3 {
  border: 0;
  height: 1px;
  background-image: -webkit-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
  background-image: -moz-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
  background-image: -ms-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
  background-image: -o-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
  margin-top: 0;
  margin-bottom: 0;
}

.divTable {
  display: table;
  width: 100%;
}

.divTableRow {
  display: table-row;
}

.divTableHeading {
  background-color: #EEE;
  display: table-header-group;
}

.divTableHead {
  font-weight: bold;
  display: table-cell;
  background-color: #EEE;
}

.divTableCell,
.divTableHead {
  /* border: 1px solid #999999; */
  display: table-cell;
  padding: 3px 10px;
}

.divTableHeading {
  background-color: #EEE;
  display: table-header-group;
  font-weight: bold;
}

.divTableFoot {
  background-color: #EEE;
  display: table-footer-group;
  font-weight: bold;
}

.divTableBody {
  display: table-row-group;
}


.printImgLogo {
  width: 100px;
  content: url("data:image/png;base64,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");
}

.printPageBody {
  padding-left: 20px;
  padding-top: 50px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.printOptions {
  border-color: black;
  border-width: 0.1rem;
  border-style: solid;
  border-radius: 0.6rem;
  padding:0.5rem;
  margin-bottom:0.1rem;
  margin-left:0.2rem;
  margin-right:0.2rem;
}

.printTableView {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  border-collapse: collapse;
  width: 100%;
}

.printTableView td,
.printTableView th {
  /*border: 1px solid #ddd;*/
  padding: 8px;
}

.printTableView tr:nth-child(even) {
  background-color: #f2f2f2;
}

.printTableView tr:hover {
  background-color: #ddd;
}

.printTableView th {
  padding-top: 6px;
  padding-bottom: 6px;
  text-align: left;
  background-color: burlywood;
  /*color: white;*/
}

.printTableView thead {
  display: table-header-group;
}

.printTableView table {
  border-collapse: collapse;
}

.printTableView table tr:nth-child(odd) {
  background-color: white;
}

.printTableView table tr:nth-child(even) {
  background-color: whitesmoke;
}

.printTableView tfoot tr th {
  background-color: rgb(189, 212, 189);
}

.printTableView table tr:hover {
  background-color: #ddd;
}
.printUserSelect{
  display:grid;
  grid-template-columns:1fr 1fr;
  align-self:center;
}


.column-margin-5px {
  margin-left: -5px;
}

.column-margin-5px-reset {
  margin-left: 0px;
}

.column-margin-5px-red {
  margin-left: -5px;
  color: red;
}

[data-tooltip] {
  position: relative;
  z-index: 10;
}

/* Positioning and visibility settings of the tooltip */
[data-tooltip]:before,
[data-tooltip]:after {
  position: absolute;
  visibility: hidden;
  opacity: 0;
  left: 50%;
  bottom: calc(100% + 5px);
  pointer-events: none;
  transition: 0.2s;
  will-change: transform;
}

/* The actual tooltip with a dynamic width */
[data-tooltip]:before {
  content: attr(data-tooltip);
  padding: 10px 18px;
  min-width: 50px;
  max-width: 50vw;
  width: max-content;
  width: -moz-max-content;
  border-radius: 6px;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  background-color: rgba(59, 72, 80, 0.9);
  background-image: linear-gradient(30deg,
      rgba(59, 72, 80, 0.44),
      rgba(59, 68, 75, 0.44),
      rgba(60, 82, 88, 0.44));
  box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.2);
  color: #fff;
  text-align: center;
  white-space: pre-wrap;
  transform: translate(-50%, -5px) scale(0.5);
}

/* Tooltip arrow */
[data-tooltip]:after {
  content: '';
  border-style: solid;
  border-width: 5px 5px 0px 5px;
  border-color: rgba(55, 64, 70, 0.9) transparent transparent transparent;
  transition-duration: 0s;
  /* If the mouse leaves the element, 
                                the transition effects for the 
                                tooltip arrow are "turned off" */
  transform-origin: top;
  /* Orientation setting for the
                                slide-down effect */
  transform: translateX(-50%) scaleY(0);
}

/* Tooltip becomes visible at hover */
[data-tooltip]:hover:before,
[data-tooltip]:hover:after {
  visibility: visible;
  opacity: 1;
}

/* Scales from 0.5 to 1 -> grow effect */
[data-tooltip]:hover:before {
  transition-delay: 0.3s;
  transform: translate(-50%, -5px) scale(1);
}

/* Slide down effect only on mouseenter (NOT on mouseleave) */
[data-tooltip]:hover:after {
  transition-delay: 0.5s;
  /* Starting after the grow effect */
  transition-duration: 0.2s;
  transform: translateX(-50%) scaleY(1);
}

/*
    That's it.
  */

/*
    If you want some adjustability
    here are some orientation settings you can use:
  */

/* LEFT */
/* Tooltip + arrow */
[data-tooltip-location="left"]:before,
[data-tooltip-location="left"]:after {
  left: auto;
  right: calc(100% + 5px);
  bottom: 50%;
}

/* Tooltip */
[data-tooltip-location="left"]:before {
  transform: translate(-5px, 50%) scale(0.5);
}

[data-tooltip-location="left"]:hover:before {
  transform: translate(-5px, 50%) scale(1);
}

/* Arrow */
[data-tooltip-location="left"]:after {
  border-width: 5px 0px 5px 5px;
  border-color: transparent transparent transparent rgba(55, 64, 70, 0.9);
  transform-origin: left;
  transform: translateY(50%) scaleX(0);
}

[data-tooltip-location="left"]:hover:after {
  transform: translateY(50%) scaleX(1);
}



/* RIGHT */
[data-tooltip-location="right"]:before,
[data-tooltip-location="right"]:after {
  left: calc(100% + 5px);
  bottom: 50%;
}

[data-tooltip-location="right"]:before {
  transform: translate(5px, 50%) scale(0.5);
}

[data-tooltip-location="right"]:hover:before {
  transform: translate(5px, 50%) scale(1);
}

[data-tooltip-location="right"]:after {
  border-width: 5px 5px 5px 0px;
  border-color: transparent rgba(55, 64, 70, 0.9) transparent transparent;
  transform-origin: right;
  transform: translateY(50%) scaleX(0);
}

[data-tooltip-location="right"]:hover:after {
  transform: translateY(50%) scaleX(1);
}



/* BOTTOM */
[data-tooltip-location="bottom"]:before,
[data-tooltip-location="bottom"]:after {
  top: calc(100% + 5px);
  bottom: auto;
}

[data-tooltip-location="bottom"]:before {
  transform: translate(-50%, 5px) scale(0.5);
}

[data-tooltip-location="bottom"]:hover:before {
  transform: translate(-50%, 5px) scale(1);
}

[data-tooltip-location="bottom"]:after {
  border-width: 0px 5px 5px 5px;
  border-color: transparent transparent rgba(55, 64, 70, 0.9) transparent;
  transform-origin: bottom;
}