:root {
  --fc-border-color: #b2b2b2;
}

@font-face {
  font-family: "Titillium";
  font-weight: normal;
  src: url(../font/TitR.woff2) format("woff2");
}

@font-face {
  font-family: "Titillium";
  font-weight: bold;
  src: url(../font/TitB.woff2) format("woff2");
}

@font-face {
  font-family: "Titillium";
  font-style: italic;
  src: url(../font/TitI.woff2) format("woff2");
}

@font-face {
  font-display: block;
  font-family: bootstrap-icons;
  src: url("../font/bootstrap-icons.woff2?e34853135f9e39acf64315236852cd5a") format("woff2")
}

body {
  font-family: Titillium, sans-serif;
}

html:not([data-bs-theme="dark"]) body {
  background-color: #ededeb;
}

html:not([data-bs-theme="dark"]) body.white {
  background-color: #fff;
}

html:not([data-bs-theme="dark"]) .box-bg {
  background-color: #fff;
}

.bg-white-dark {
  background-color: inherit;
}

html:not([data-bs-theme="dark"]) .bg-white-dark {
  background-color: #fff;
}

a {
  text-decoration: none;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

.divBox {
  background-color: #fff;
  border: .14rem solid #f2f2f2;
  box-shadow: 0 6px 10px -4px rgba(0, 0, 0, .15);
  border-radius: 1rem;
}

.logout {
  width: 2rem;
  height: 2rem;
  background-image: url(../img/logout.svg);
}

.logout:hover {
  background-image: url(../img/logoutHover.svg);
}

.top-box {
  background-color: #212120;
}

.bottom-box {
  background-color: #212120;
  border-top-right-radius: .8rem;
  border-top-left-radius: .8rem;
}

.menu-box {
  background-color: #212120;
  width: 10rem;
}

.content-box {
  padding-left: 10rem;
}

.menu-button {
  height: 2rem;
  color: #bcbcbb;
  font-weight: bold;
  background-position: right center;
  background-repeat: no-repeat;
  background-size: contain;
  background-origin: content-box;
}

.menu-button-icon.active,
.menu-button-icon.active:hover {
  color: #51bcda;
}

.menu-button-icon:hover {
  color: fff;
}

.menu-button.active,
.menu-button.active:hover {
  color: #51bcda;
}

.menu-button:hover {
  color: #fff;
}

.d-flex-center {
  display: flex;
  align-items: center;
}

.flex-fill {
  min-width: 0px;
  min-height: 0px;
}

.flex-1 {
  flex: 1;
  min-width: 0px;
  min-height: 0px;
}

.grid-box-sm {
  grid-template-columns: repeat(auto-fill, minmax(10rem, 1fr));
  grid-gap: .8rem;
}

.grid-box {
  grid-template-columns: repeat(auto-fill, minmax(20rem, 1fr));
  grid-gap: .8rem;
}

.img-fit {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.aspect-1-1 {
  aspect-ratio: 1 / 1;
}

.overflow-xy {
  overflow-x: hidden;
  overflow-y: auto;
}

.w-1-rem {
  width: 1rem;
}

.w-1-2-rem {
  width: 1.2rem;
}

.w-1-5-rem {
  width: 1.5rem;
}

.w-2-rem {
  width: 2rem;
}

.w-3-rem {
  width: 3rem;
}

.w-4-rem {
  width: 4rem;
}

.w-5-rem {
  width: 5rem;
}

.w-6-rem {
  width: 6rem;
}

.w-7-rem {
  width: 7rem;
}

.w-8-rem {
  width: 8rem;
}

.w-9-rem {
  width: 9rem;
}

.w-10-rem {
  width: 10rem;
}

.w-11-rem {
  width: 11rem;
}

.w-12-rem {
  width: 12rem;
}

.w-13-rem {
  width: 13rem;
}

.w-13-5-rem {
  width: 13.5rem;
}

.w-14-rem {
  width: 14rem;
}

.w-15-rem {
  width: 15rem;
}

.w-16-rem {
  width: 16rem;
}

.w-17-rem {
  width: 17rem;
}

.w-18-rem {
  width: 18rem;
}

.w-19-rem {
  width: 19rem;
}

.w-20-rem {
  width: 20rem;
}

.w-21-rem {
  width: 21rem;
}

.h-1-rem {
  height: 1rem;
}

.h-1-2-rem {
  height: 1.2rem;
}

.h-2-rem {
  height: 2rem;
}

.h-3-rem {
  height: 3rem;
}

.h-3-5-rem {
  height: 3.5rem;
}

.h-4-rem {
  height: 4rem;
}

.h-5-rem {
  height: 5rem;
}

.h-10-rem {
  height: 10rem;
}

.h-12-rem {
  height: 12rem;
}

.h-15-rem {
  height: 15rem;
}

.h-30-rem {
  height: 30rem;
}

.h-50-vh {
  height: 50vh;
}

.h-75-vh {
  height: 75vh;
}

.h-100-vh {
  height: 100vh;
}

.mw-1-rem {
  min-width: 1rem;
}

.mw-1-4-rem {
  min-width: 1.4rem;
}

.mw-2-rem {
  min-width: 2rem;
}

.mw-3-rem {
  min-width: 3rem;
}

.mw-4-rem {
  min-width: 4rem;
}

.mw-5-rem {
  min-width: 5rem;
}

.mw-6-rem {
  min-width: 6rem;
}

.mw-11-rem {
  min-width: 11rem;
}

.mh-3-1-rem {
  min-height: 3.1rem;
}

.mh-6-rem {
  min-height: 6rem;
}

.mh-15-rem {
  min-height: 15rem;
}

.mh-20-rem {
  min-height: 20rem;
}

.mh-35-rem {
  min-height: 35rem;
}

.mx-6-rem {
  max-height: 6rem;
}

.mw-90 {
  max-width: 90%;
}

.mh-90 {
  max-height: 90%;
}

.h7 {
  font-size: .8rem;
}

.border-light2 {
  border-color: #ececec;
}

.text-light2 {
  color: #999;
}

.text-truncate-2 {
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.table-fixed {
  table-layout: fixed;
}

.table-nofluid {
  width: auto;
}

.cursor-move {
  cursor: move;
}

.cursor-pointer {
  cursor: pointer;
}

.cursor-default {
  cursor: default;
}

.cursor-disabled {
  cursor: not-allowed !important;
}

::-webkit-scrollbar {
  width: 12px;
}

::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #b2b2b2;
}

.opacity-disabled {
  filter: grayscale(100%) opacity(0.3);
}

.bg-picture {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-origin: content-box;
}

.buttonsBox {
  border: .1rem solid #d2d2d2;
  border-radius: .6rem;
}

.amount {
  color: #548dd4;
  background-color: #fff;
  border: 2px solid #548dd4;
  border-radius: 0.3rem;
  text-align: center;
  font-weight: bold;
  padding: 0.05rem 0.5rem;
}

.amount.green {
  color: #00b050;
  border: 2px solid #00b050;
}

.amount.red {
  color: #ff2a2a;
  border: 2px solid #ff2a2a;
}

.amount.purple {
  color: #7030a0;
  border: 2px solid #7030a0;
}

.amount.calculated {
  border: 2px solid #b2b2b2;
  color: #b2b2b2;
  font-style: italic;
}

.amount.invisible {
  opacity: 0;
}

.amount.newmessage {
  color: #fff;
  background-color: #00b050;
  border: 2px solid #00b050;
}

/*working*/
.workingBox {
  display: none;
  position: fixed;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100vh;
  z-index: 2000;
}

.workingSubBox,
.workingSubBox1 {
  width: 150px;
  height: 150px;
  background-color: rgba(0, 0, 0, 0.5);
  background-image: url(../img/working.svg);
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 15px;
}

.workingSubBox1 {
  background-image: url(../img/loading.svg);
}

/*bootstrap tune*/

.a-inherit {
  color: inherit;
}

.a-inherit:hover {
  color: inherit;
  text-decoration: none;
}

.form-control:focus {
  border-color: var(--bs-indigo);
  box-shadow: 0 0 0.6rem 0.2rem rgba(102, 16, 242, 0.8);
}

html:not([data-bs-theme="dark"]) .form-control:focus {
  border-color: #9fcef1;
  box-shadow: 0 0 0.6rem 0.2rem rgba(159, 206, 241, 0.8);
}

.modal-open .modal {
  overflow-y: hidden !important;
}

.modal-content {
  box-shadow: 0 0 8rem 2rem rgba(0, 0, 0, 0.3);
  border-radius: .6rem !important;
}

.modal-header {
  background-color: var(--bs-indigo);
  color: #fff;
  padding: .6rem 1rem !important;
  border-bottom: 3px solid rgba(255, 255, 255, 0.4) !important;
  border-top-left-radius: .5rem !important;
  border-top-right-radius: .5rem !important;
}

html:not([data-bs-theme="dark"]) .modal-header {
  background-color: #548dd4;
}

.btn-close {
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
  opacity: 1;
}

.modal-body {
  max-height: 80vh;
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-body-iframe {
  min-height: 70vh;
  max-height: 70vh;
}

.modal-back {
  width: 1.5rem;
  height: 1.5rem;
  background-image: url(../img/iconBack.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

label {
  margin-bottom: 0;
}

.btn {
  font-weight: bold;
  color: #fff;
}

.btn:focus,
.btn:hover,
.btn:active {
  color: #fff;
}

.btn-xs {
  padding: 0.1rem 0.3rem;
  font-size: 0.8rem;
  line-height: 1.5;
  border-radius: .25rem;
}

.btn-warning {
  color: #fff;
  background-color: #ffa500;
}

.btn-search {
  background-image: url(../img/iconSearch.svg);
  background-position: left 1rem center;
  background-repeat: no-repeat;
}

.btn:disabled {
  background-color: #999;
  color: #fff;
  border: 1px solid #999;
  cursor: not-allowed;
}

a.btn.disabled {
  background-color: #999;
  color: #fff;
  border: 1px solid #999;
  cursor: not-allowed;
}

.btn-purple,
.badge-purple,
.bg-purple {
  color: #fff;
  background-color: #7030a0;
}

.btn-purple:hover {
  background-color: #5f2889;
}

.btn-outline-purple {
  color: #7030a0;
  border-color: #7030a0;
}

.btn-orange,
.badge-orange {
  color: #fff;
  background-color: #ed6b47;
}

.btn-orange:hover {
  background-color: #e84516;
}

.card {
  cursor: pointer;
}

.card-body {
  cursor: default;
}

.card-header,
.list-group-item {
  padding: .4rem .6rem;
}

.list-group-shadow {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, .15);
}

.collapseHeader[aria-expanded="true"],
.collapseHeader[aria-expanded="false"] {
  padding-left: 1.5rem;
  background-image: url(../img/iconCollapseOn.svg);
  background-position: left center;
  background-repeat: no-repeat;
}

.collapseHeader[aria-expanded="false"] {
  background-image: url(../img/iconCollapseOff.svg);
  min-width: 0;
  min-height: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.trumbowyg-box {
  margin: 0 auto !important;
  min-height: 10rem !important;
}

.trumbowyg-editor {
  min-height: 10rem !important;
  max-height: 10rem !important;
}

.trumbowyg-editor svg {
  width: auto !important;
  height: auto !important;
}

.trumbowyg-button-pane svg {
  width: 17px;
  height: 100%;
}

.noty_theme__metroui.noty_bar {
  box-shadow: 0 0 8rem 2rem rgba(0, 0, 0, 0.3) !important;
}

.noty_body {
  text-align: center !important;
  font-size: 1.5rem !important;
  font-weight: bold;
}

.noty_buttons {
  text-align: center !important;
  padding: 0 0 1rem 0 !important;
}

.table.dataTable {
  table-layout: fixed;
}

/*responsive*/
@media (max-width: 1199.98px) {
  html {
    font-size: 80%;
  }
}

@media (max-width: 767.98px) {
  .menu-box {
    width: 4rem;
  }

  .content-box {
    padding-left: 4rem;
  }

  .menu-button {
    background-size: 10px 20px;
  }
}

/* calendar */
#calendar {
  height: 91vh;
}

.fc .fc-toolbar-title {
  font-size: 1.25em;
  font-weight: bold;
}

.fc .fc-button {
  font-size: .8rem;
  font-weight: bold;
  padding: 0.2rem 0.5rem;
}

.fc .fc-toolbar.fc-header-toolbar {
  margin-bottom: 1rem;
}

html:not([data-bs-theme="dark"]) .fc .fc-col-header-cell-cushion {
  color: #212120;
}

html:not([data-bs-theme="dark"]) .fc .fc-daygrid-day-number {
  color: #212120;
}

.fc .fc-col-header-cell-cushion {
  color: #bcbcbb;
}

.fc .fc-daygrid-day-number {
  color: #bcbcbb;
}