﻿@charset "UTF-8";
:root {
  --bs-calendar-bg: #e9ecef;
  --bs-calendar-border-color: var(--bs-body-bg);
}
:root input.dxbl-text-edit-input:disabled,
:root input[disabled].dxbl-text-edit-input,
:root .dxbl-text-edit-template:disabled,
:root .dxbl-text-edit-template[disabled],
:root .dxbl-text-edit.dxbl-disabled .dxbl-text-edit-template,
:root .dxbl-combo-box:disabled,
:root .dxbl-combo-box[disabled],
:root .dxbl-memo:disabled,
:root .dxbl-memo[disabled] {
  background-color: #f1f1f1 !important;
}

@font-face {
  font-family: "hicons";
  src: url("/icons/font/hicons.eot?82817766");
  src: url("/icons/font/hicons.eot?82817766#iefix") format("embedded-opentype"), url("/icons/font/hicons.woff2?82817766") format("woff2"), url("/icons/font/hicons.woff?82817766") format("woff"), url("/icons/font/hicons.ttf?82817766") format("truetype"), url("/icons/font/hicons.svg?82817766#hicons") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'hicons';
    src: url('/icons/font/hicons.svg?82817766#hicons') format('svg');
  }
}
*/
[class^=h-]:before, [class*=" h-"]:before {
  font-family: "hicons";
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: 0.2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.h-ok:before {
  content: "\e800";
} /* '' */
.h-cancel:before {
  content: "\e801";
} /* '' */
.h-zoom:before {
  content: "\e802";
} /* '' */
.h-attention:before {
  content: "\e803";
} /* '' */
.h-check:before {
  content: "\e804";
} /* '' */
.h-plus:before {
  content: "\e805";
} /* '' */
.h-undo:before {
  content: "\e806";
} /* '' */
.h-action:before {
  content: "\f101";
} /* '' */
.h-window-maximize:before {
  content: "\f2d0";
} /* '' */
.h-window-minimize:before {
  content: "\f2d1";
} /* '' */
.h-window-restore:before {
  content: "\f2d2";
} /* '' */
.dockmodal {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.dockmodal * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.dockmodal *:before, .dockmodal *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.dock_fullscreen {
  inset: 0 !important;
}
.dock_fullscreen .dockmodal-header {
  display: none;
}
.dock_fullscreen .dockmodal-body {
  top: 0;
}

.modal-placeholder {
  display: none;
  visibility: hidden;
  height: 0;
  width: 0;
}

.dockmodal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 55;
  background: #000;
  opacity: 0.7;
  display: none;
}

.dockmodal {
  position: fixed;
  right: 50px;
  bottom: 0;
  top: auto;
  z-index: 50;
  background: transparent;
  /*overflow: hidden;*/
  border: 0;
  transition: right 0.4s ease 0s, left 0.4s ease 0s, top 0.4s ease 0s, bottom 0.4s ease 0s, height 0.4s ease 0s, width 0.4s ease 0s;
  width: 400px;
  left: auto;
  top: auto;
  height: 450px;
  z-index: 999;
  box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.2), 0 0 15px 0 rgba(0, 0, 0, 0.3);
}

.dockmodal-header {
  height: 36px;
  padding: 5px 15px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: #667695;
  overflow: hidden;
  cursor: pointer;
  z-index: 10;
  border-top-right-radius: 2px;
  border-top-left-radius: 2px;
}

.dockmodal-body {
  background: #FFF;
  position: absolute;
  top: 36px;
  bottom: 40px;
  left: 0;
  right: 0;
  overflow: auto;
  padding: 15px;
  /*border-right:1px solid #ccc;
  border-left:1px solid #ccc;*/
}

.dockmodal-body {
  overflow: hidden !important;
  padding: 0px !important;
}

.dockmodal-footer {
  padding: 5px 10px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: #CCC;
  overflow: hidden;
  text-align: right;
}

.dockmodal-footer-buttonset {
  height: 30px;
  line-height: 30px;
}

.dockmodal.no-footer .dockmodal-body {
  bottom: 0;
}

.dockmodal-header .title-text {
  color: #FFFFFF;
  vertical-align: top;
  white-space: nowrap;
  max-width: 100%;
  margin: 0px 50px 0 0;
  /*padding:5px 0;*/
  overflow: hidden;
  text-overflow: ellipsis;
}
.dockmodal-header .header-action {
  padding: 5px;
  float: right;
  margin-right: 1px;
  line-height: 16px;
}
.dockmodal-header .header-action i {
  vertical-align: top;
  display: inline-block;
  *display: inline;
  zoom: 1;
  font-family: "hicons";
  font-size: 65%;
  font-weight: 600;
  color: #fff;
  font-style: normal;
}
.dockmodal-header .header-action .icon-close::before {
  content: "\e801";
}
.dockmodal-header .header-action .icon-popin::before, .dockmodal-header .header-action .icon-popout::before {
  content: "\f2d2";
}

/*.dockmodal-header .header-action:hover {
  background: #474a5e;
}*/
.dockmodal.popped-out .header-action .icon-popout::before {
  content: "\f2d0";
}

.dockmodal-header .header-action .icon-minimize::before, .dockmodal-header .header-action .icon-restore::before {
  content: "\f2d1";
}

.dockmodal.minimized .header-action .icon-minimize::before {
  content: "\e806";
}
.dockmodal.popped-out {
  border: 0;
  z-index: 1501;
  height: auto;
  transition: right 0.4s ease 0s, left 0.4s ease 0s, top 0.4s ease 0s, bottom 0.4s ease 0s, height 0.4s ease 0s, width 0.4s ease 0s;
  width: auto;
  left: 6%;
  right: 6%;
  top: 6%;
  bottom: 6%;
}
.dockmodal.minimized {
  height: 36px;
  top: auto;
  left: auto;
  right: 50px;
  bottom: 0;
  z-index: 50;
  width: 250px;
}
.dockmodal .dockmodal-footer-buttonset > a {
  min-width: 60px;
}
.dockmodal .dockmodal-footer-buttonset > a + a {
  margin-left: 5px;
}

.holder-style {
  display: block;
  color: #AAA;
  background-color: #f1f1f1;
  outline: 2px dashed #d9d9d9 !important;
  border: 0;
  -webkit-transition: all 0.15s ease;
  -moz-transition: all 0.15s ease;
  transition: all 0.15s ease;
  padding: 15px !important;
  margin-bottom: 20px !important;
}
.holder-style:hover, .holder-style:focus {
  cursor: pointer;
  color: #777;
  background-color: #EEE;
  outline: 2px dashed #aaa !important;
  border: 0;
  text-decoration: none;
}
.holder-style.holder-active {
  background-color: #FFF;
  outline-color: #70ca63;
}
.holder-style .holder-icon {
  color: #AAA;
  font-size: 30px;
  padding-bottom: 10px;
}
.holder-style:hover .holder-icon, .holder-style:focus .holder-icon, .holder-style.holder-active .holder-icon {
  color: #70ca63;
}

.dialog-content-block {
  margin: 0px;
}
.dialog-content-block li {
  border-bottom: 1px solid #eee;
  margin-bottom: 10px;
}
.dialog-content-block li:last-child {
  border-bottom: none;
}

.dockmodal .vert {
  -webkit-animation: vert 3s linear infinite;
  animation: vert 3s linear infinite;
}

@-webkit-keyframes vert {
  0% {
    color: rgb(40, 167, 69);
  }
  50% {
    color: rgba(40, 167, 69, 0);
  }
  100% {
    color: rgb(40, 167, 69);
  }
}
@keyframes vert {
  0% {
    color: rgb(40, 167, 69);
  }
  50% {
    color: rgba(40, 167, 69, 0);
  }
  100% {
    color: rgb(40, 167, 69);
  }
}
#call {
  display: none;
}
#call #videos {
  position: relative;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}
#call #subscriber {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  display: flex;
}
#call #subscriber-wait {
  display: none;
  width: 100%;
  height: 100%;
  z-index: 11;
}
#call #subscriber-wait iframe {
  width: min(100%, 20rem);
  height: 20rem;
  margin-top: 2rem;
}
#call #redirect-list {
  display: flex;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 100;
  width: 100%;
}
#call #redirect-list div {
  background-color: rgba(255, 255, 255, 0.8156862745);
  padding: 0.3rem 0.5rem;
  flex-shrink: 1;
  border: 1px solid #111;
  border-radius: 2px;
  cursor: pointer;
  padding: 5px;
}
#call #publisher {
  position: absolute;
  bottom: 0px;
  left: 0px;
  z-index: 100;
  border: 3px solid white;
  border-radius: 3px;
}
#call.windowmodal #publisher {
  width: min(100%, 360px);
  height: min(100%, 240px);
}
#call.windowpopup #publisher {
  width: 120px;
  height: 80px;
}

@media screen and (max-width: 800px) {
  #call.windowmodal #subscriber {
    height: calc(100% - 240px);
  }
  #call.windowmodal #publisher {
    width: 100%;
  }
}
.search-box {
  position: relative;
  width: 20rem;
}
.search-box .search-box-icon {
  position: absolute;
  color: var(--bs-quaternary-color);
  top: 50%;
  left: 1rem;
  transform: translateY(-48%);
}
.search-box .search-input {
  padding-left: 2.5rem;
  padding-right: 2rem;
  border-radius: 0.375rem;
  box-shadow: none;
}
.search-box .search-input::-webkit-search-cancel-button {
  display: none;
}
.search-box [data-bs-toggle=search]:not(.show) + [data-bs-dismiss=search] {
  display: none;
}
.search-box .file-thumbnail {
  width: 1.75rem;
  height: 1.75rem;
}
.search-box.ecommerce-search-box {
  width: 31.25rem;
}
.search-box.ecommerce-search-box .search-input {
  border-radius: 3rem;
}
.search-box.navbar-top-search-box .search-input:focus {
  border-color: var(--bs-border-color);
}
.search-box.navbar-top-search-box .show .search-input {
  border-radius: 0.375rem 0.375rem 0 0 !important;
}
.search-box.navbar-top-search-box .dropdown-menu {
  margin-top: 0;
}
.search-box.navbar-top-search-box .dropdown-menu.show {
  border-top: 0 !important;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.search-box.navbar-top-search-box .dropdown-menu .dropdown-item:hover {
  background: var(--bs-body-highlight-bg);
}

:root {
  --bs-calendar-bg: #e9ecef;
  --bs-calendar-border-color: var(--bs-body-bg);
}

.fc {
  --fc-page-bg-color: transparent;
  --fc-event-text-color: var(--bs-body-color);
}
.fc .fc-button .fc-icon {
  line-height: 1rem;
  font-size: 1.2em;
}
.fc .fc-scrollgrid {
  border-color: var(--bs-calendar-border-color);
}
.fc .fc-timegrid-body {
  background-color: var(--bs-calendar-bg);
}
.fc .fc-timegrid-axis-frame {
  background-color: var(--bs-calendar-bg);
}
.fc.fc-theme-standard a:not([href]) {
  color: inherit;
}
.fc.fc-theme-standard .fc-list,
.fc.fc-theme-standard td,
.fc.fc-theme-standard th {
  border: 1px solid var(--bs-calendar-border-color);
}
.fc.fc-theme-standard .fc-daygrid-day {
  background-color: var(--bs-calendar-bg);
}
.fc.fc-theme-standard .fc-daygrid-day.fc-day-other {
  opacity: 0.4;
}
.fc.fc-theme-standard .fc-daygrid-day.fc-day-other .fc-daygrid-day-top {
  opacity: 1;
}
.fc.fc-theme-standard .fc-daygrid-day.fc-day-sun, .fc.fc-theme-standard .fc-daygrid-day.fc-day-sat {
  color: var(--bs-warning-dark) !important;
}
.fc .fc-col-header {
  background-color: var(--bs-body-highlight-bg);
}
.fc .fc-col-header th {
  border-bottom-width: 1px;
  color: var(--bs-tertiary-color);
}
.fc .fc-col-header-cell-cushion {
  text-decoration: none !important;
  padding-top: 12px;
  padding-bottom: 8px;
  white-space: nowrap;
}
@media (min-width: 992px) {
  .fc .fc-timeGridWeek-view .fc-col-header-cell-cushion {
    width: 70px;
  }
}
.fc .fc-timeGridWeek-view .fc-timegrid-divider {
  display: none;
}
.fc .fc-timeGridWeek-view .fc-col-header-cell.fc-day-today .fc-col-header-cell-cushion {
  position: relative;
  color: var(--bs-primary);
}
@media (min-width: 1200px) {
  .fc .fc-timeGridWeek-view .fc-col-header-cell.fc-day-today .fc-col-header-cell-cushion {
    color: var(--bs-body-color);
  }
  .fc .fc-timeGridWeek-view .fc-col-header-cell.fc-day-today .fc-col-header-cell-cushion::after {
    content: "";
    position: absolute;
    left: -8px;
    top: 43%;
    width: 0;
    height: 0;
    border: 4px solid var(--bs-primary);
    border-radius: 4px;
  }
}
.fc .fc-daygrid-day-frame {
  border: 2px solid transparent;
  padding: 2px !important;
  transition: all 0.2s ease-in-out;
}
.fc .fc-daygrid-day-frame:active {
  background-color: var(--bs-tertiary-bg) !important;
}
.fc .fc-daygrid-day-top {
  justify-content: flex-end;
  margin-bottom: 0.25rem;
}
.fc .fc-daygrid-day-number {
  width: 1.875rem;
  height: 1.875rem;
  text-align: center;
  text-decoration: none !important;
  border-radius: 50%;
  line-height: 1.875rem;
  padding: 0 !important;
  transition: all 0.2s ease-in-out;
}
.fc .fc-daygrid-bg-harness {
  top: -2px;
}
.fc .fc-daygrid-event {
  border-radius: 0.375rem !important;
  margin-top: 0;
  margin-bottom: 0.25rem !important;
  padding: 0.5rem 0.5rem !important;
  border: 1px solid var(--bs-border-color) !important;
}
.fc .fc-h-event,
.fc .fc-daygrid-event {
  background-color: var(--bs-emphasis-bg) !important;
}
.fc .fc-h-event .fc-event-main,
.fc .fc-daygrid-event .fc-event-main {
  padding-left: 15px;
}
.fc .fc-h-event .fc-event-main::after,
.fc .fc-daygrid-event .fc-event-main::after {
  content: "";
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
  margin: 0 4px;
  box-sizing: content-box;
  width: 0;
  height: 0;
  border: 4px solid var(--bs-primary);
  border-radius: 4px;
}
.fc .fc-h-event .fc-event-time,
.fc .fc-h-event .fc-event-title,
.fc .fc-daygrid-event .fc-event-time,
.fc .fc-daygrid-event .fc-event-title {
  font-weight: 600 !important;
  line-height: 1;
  display: flex;
  align-items: center;
}
.fc .fc-event:focus {
  box-shadow: none;
}
.fc .fc-event:focus::after {
  border-radius: 0.375rem;
}
.fc .fc-event-title {
  font-weight: normal !important;
}
.fc .fc-daygrid-event-dot {
  border-color: var(--bs-border-color) !important;
}
.fc .fc-daygrid-dot-event {
  align-items: baseline !important;
}
.fc .fc-day-today:not(.fc-popover).fc-timegrid-col {
  background-color: transparent !important;
}
.fc .fc-day-today:not(.fc-popover) .fc-daygrid-day-number {
  background-color: var(--bs-primary) !important;
  color: #fff;
}
.fc .fc-day-today:not(.fc-popover) .fc-daygrid-day-number:hover, .fc .fc-day-today:not(.fc-popover) .fc-daygrid-day-number:focus {
  background-color: var(--bs-primary-dark) !important;
}
.fc.fc-direction-rtl .fc-daygrid-event.fc-event-start, .fc.fc-direction-rtl .fc-daygrid-event.fc-event-end, .fc.fc-direction-ltr .fc-daygrid-event.fc-event-start, .fc.fc-direction-ltr .fc-daygrid-event.fc-event-end {
  margin-left: 0;
  margin-right: 0;
}
.fc .fc-popover {
  border-color: var(--bs-border-color-translucent);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  background-color: var(--bs-emphasis-bg);
  z-index: 1000;
  border-radius: var(--bs-border-radius);
}
.fc .fc-popover .fc-popover-title {
  font-family: var(--bs-font-sans-serif);
}
.fc .fc-popover .fc-daygrid-event {
  margin-left: 0 !important;
  margin-right: 0 !important;
  margin-bottom: 6px !important;
}
.fc .fc-popover-header {
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 1rem;
  font-size: 0.875rem;
  font-weight: 600;
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
  background: var(--bs-emphasis-bg);
}
.fc .fc-more-popover .fc-popover-body {
  padding-left: 1rem;
  padding-right: 1rem;
  padding-bottom: 1rem;
}
.fc .fc-daygrid-more-link {
  display: block;
  text-align: center;
  color: var(--bs-quaternary-color) !important;
}
.fc .fc-daygrid-more-link:hover, .fc .fc-daygrid-more-link:focus {
  text-decoration: none;
  color: var(--bs-tertiary-color) !important;
}
.fc .fc-daygrid-dot-event {
  color: var(--bs-quaternary-color) !important;
}
.fc .fc-daygrid-dot-event:hover, .fc .fc-daygrid-dot-event:focus {
  background-color: var(--bs-body-highlight-bg) !important;
}
.fc .fc-day:not(.fc-popover) .fc-daygrid-dot-event {
  display: flex;
  justify-content: center;
}
.fc .fc-list-event:hover td {
  background-color: unset;
}
.fc .fc-dayGridMonth-view .fc-event-time {
  display: none;
}
.fc .fc-timeGridDay-view .fc-scrollgrid-sync-inner {
  text-align: left;
}
.fc .fc-timeGridDay-view .fc-daygrid-day-events,
.fc .fc-timeGridWeek-view .fc-daygrid-day-events {
  margin-bottom: 0;
}
.fc .fc-timeGridDay-view .fc-v-event .fc-event-main,
.fc .fc-timeGridWeek-view .fc-v-event .fc-event-main {
  padding-left: 1rem;
  color: var(--bs-tertiary-color);
}
.fc .fc-timeGridDay-view .fc-v-event .fc-event-main:after,
.fc .fc-timeGridWeek-view .fc-v-event .fc-event-main:after {
  content: "";
  position: absolute;
  height: 0.625rem;
  width: 0.625rem;
  border-radius: 50%;
  background-color: var(--bs-quaternary-bg);
  top: 0.3125rem;
  left: 0;
}
.fc .fc-timeGridDay-view .fc-timegrid-event,
.fc .fc-timeGridWeek-view .fc-timegrid-event {
  padding: 0.5rem;
  background-color: transparent;
  border: 0;
  border-radius: 0.5rem;
}
.fc .fc-timeGridDay-view .fc-timegrid-event:hover, .fc .fc-timeGridDay-view .fc-timegrid-event:focus,
.fc .fc-timeGridWeek-view .fc-timegrid-event:hover,
.fc .fc-timeGridWeek-view .fc-timegrid-event:focus {
  background-color: var(--bs-secondary-bg);
}
.fc .fc-timeGridDay-view .fc-timegrid-slot,
.fc .fc-timeGridWeek-view .fc-timegrid-slot {
  height: 2rem;
}
.fc .fc-timeGridDay-view .fc-timegrid-slot-lane,
.fc .fc-timeGridWeek-view .fc-timegrid-slot-lane {
  cursor: pointer;
}
.fc .fc-timeGridDay-view .fc-timegrid-slot-lane:active,
.fc .fc-timeGridWeek-view .fc-timegrid-slot-lane:active {
  background-color: var(--bs-body-highlight-bg);
}
.fc .fc-timeGridDay-view .fc-timegrid-col,
.fc .fc-timeGridWeek-view .fc-timegrid-col {
  padding: 0.375rem !important;
}
.fc .fc-list .fc-list-day-cushion {
  padding: 0.5rem 1.25rem;
  background-color: var(--fc-button-list-day-cushion);
}
.fc .fc-list .fc-list-day:not(:first-child) .fc-list-day-cushion {
  margin-top: 1.5rem;
}
.fc .fc-list .fc-list-event-time {
  padding-left: 1.25rem;
}
.fc .fc-list .fc-list-event-title {
  padding-right: 1.25rem;
}
.fc .fc-list-empty {
  background-color: var(--bs-body-highlight-bg);
}
.fc .fc-list-event-dot {
  border-color: var(--bs-border-color);
}
.fc .fc-timegrid .text-primary .fc-event-main:after {
  background-color: #0d6efd !important;
}
.fc .text-primary .fc-event-main:after {
  background-color: #0d6efd !important;
}
.fc .text-primary.fc-v-event {
  border: 1px solid var(--bs-border-color) !important;
  background-color: var(--bs-body-highlight-bg) !important;
}
.fc .text-primary.fc-daygrid-event .fc-event-main {
  color: var(--bs-primary) !important;
}
.fc .text-primary.fc-daygrid-event .fc-event-main::after {
  border: 4px solid var(--bs-primary);
}
.fc .text-primary.fc-daygrid-event .fc-daygrid-event-dot {
  border-color: var(--bs-primary) !important;
}
.fc .fc-timegrid .text-secondary .fc-event-main:after {
  background-color: #6c757d !important;
}
.fc .text-secondary .fc-event-main:after {
  background-color: #6c757d !important;
}
.fc .text-secondary.fc-v-event {
  border: 1px solid var(--bs-border-color) !important;
  background-color: var(--bs-body-highlight-bg) !important;
}
.fc .text-secondary.fc-daygrid-event .fc-event-main {
  color: var(--bs-secondary) !important;
}
.fc .text-secondary.fc-daygrid-event .fc-event-main::after {
  border: 4px solid var(--bs-secondary);
}
.fc .text-secondary.fc-daygrid-event .fc-daygrid-event-dot {
  border-color: var(--bs-secondary) !important;
}
.fc .fc-timegrid .text-success .fc-event-main:after {
  background-color: #198754 !important;
}
.fc .text-success .fc-event-main:after {
  background-color: #198754 !important;
}
.fc .text-success.fc-v-event {
  border: 1px solid var(--bs-border-color) !important;
  background-color: var(--bs-body-highlight-bg) !important;
}
.fc .text-success.fc-daygrid-event .fc-event-main {
  color: var(--bs-success) !important;
}
.fc .text-success.fc-daygrid-event .fc-event-main::after {
  border: 4px solid var(--bs-success);
}
.fc .text-success.fc-daygrid-event .fc-daygrid-event-dot {
  border-color: var(--bs-success) !important;
}
.fc .fc-timegrid .text-info .fc-event-main:after {
  background-color: #0dcaf0 !important;
}
.fc .text-info .fc-event-main:after {
  background-color: #0dcaf0 !important;
}
.fc .text-info.fc-v-event {
  border: 1px solid var(--bs-border-color) !important;
  background-color: var(--bs-body-highlight-bg) !important;
}
.fc .text-info.fc-daygrid-event .fc-event-main {
  color: var(--bs-info) !important;
}
.fc .text-info.fc-daygrid-event .fc-event-main::after {
  border: 4px solid var(--bs-info);
}
.fc .text-info.fc-daygrid-event .fc-daygrid-event-dot {
  border-color: var(--bs-info) !important;
}
.fc .fc-timegrid .text-warning .fc-event-main:after {
  background-color: #ffc107 !important;
}
.fc .text-warning .fc-event-main:after {
  background-color: #ffc107 !important;
}
.fc .text-warning.fc-v-event {
  border: 1px solid var(--bs-border-color) !important;
  background-color: var(--bs-body-highlight-bg) !important;
}
.fc .text-warning.fc-daygrid-event .fc-event-main {
  color: var(--bs-warning) !important;
}
.fc .text-warning.fc-daygrid-event .fc-event-main::after {
  border: 4px solid var(--bs-warning);
}
.fc .text-warning.fc-daygrid-event .fc-daygrid-event-dot {
  border-color: var(--bs-warning) !important;
}
.fc .fc-timegrid .text-danger .fc-event-main:after {
  background-color: #dc3545 !important;
}
.fc .text-danger .fc-event-main:after {
  background-color: #dc3545 !important;
}
.fc .text-danger.fc-v-event {
  border: 1px solid var(--bs-border-color) !important;
  background-color: var(--bs-body-highlight-bg) !important;
}
.fc .text-danger.fc-daygrid-event .fc-event-main {
  color: var(--bs-danger) !important;
}
.fc .text-danger.fc-daygrid-event .fc-event-main::after {
  border: 4px solid var(--bs-danger);
}
.fc .text-danger.fc-daygrid-event .fc-daygrid-event-dot {
  border-color: var(--bs-danger) !important;
}
.fc .fc-timegrid .text-light .fc-event-main:after {
  background-color: #f8f9fa !important;
}
.fc .text-light .fc-event-main:after {
  background-color: #f8f9fa !important;
}
.fc .text-light.fc-v-event {
  border: 1px solid var(--bs-border-color) !important;
  background-color: var(--bs-body-highlight-bg) !important;
}
.fc .text-light.fc-daygrid-event .fc-event-main {
  color: var(--bs-light) !important;
}
.fc .text-light.fc-daygrid-event .fc-event-main::after {
  border: 4px solid var(--bs-light);
}
.fc .text-light.fc-daygrid-event .fc-daygrid-event-dot {
  border-color: var(--bs-light) !important;
}
.fc .fc-timegrid .text-dark .fc-event-main:after {
  background-color: #212529 !important;
}
.fc .text-dark .fc-event-main:after {
  background-color: #212529 !important;
}
.fc .text-dark.fc-v-event {
  border: 1px solid var(--bs-border-color) !important;
  background-color: var(--bs-body-highlight-bg) !important;
}
.fc .text-dark.fc-daygrid-event .fc-event-main {
  color: var(--bs-dark) !important;
}
.fc .text-dark.fc-daygrid-event .fc-event-main::after {
  border: 4px solid var(--bs-dark);
}
.fc .text-dark.fc-daygrid-event .fc-daygrid-event-dot {
  border-color: var(--bs-dark) !important;
}

.timeline li {
  position: relative;
  padding-left: 1.5rem;
}
.timeline li:after {
  position: absolute;
  content: "";
  height: 0.625rem;
  width: 0.625rem;
  border-radius: 50%;
  background: var(--bs-secondary-bg);
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.timeline li:not(:last-child):before {
  position: absolute;
  content: "";
  height: 100%;
  width: 1px;
  background-color: var(--bs-secondary-bg);
  top: 50%;
  left: 0.3125rem;
}

/*.windows {
  &.chrome {
    .fc-scroller {
      overflow: hidden auto !important;
      @include chrome-scrollbar;
    }
  }
  &.firefox {
    .fc-scroller {
      overflow: hidden auto !important;
      @include firefox-scrollbar;
    }
  }
}

.firefox {
  .fc {
    table {
      border-collapse: unset;
    }
  }
}*/
@media (min-width: 768px) {
  .fc .fc-daygrid-day-frame {
    padding: 0.375rem !important;
  }
  .fc .fc-daygrid-more-link {
    margin-left: 0.625rem;
    text-align: left;
  }
}
.ie .fc-daygrid-event {
  overflow: hidden;
}

.fc .fc-timegrid-axis-frame,
.fc-list-event-time {
  text-transform: capitalize;
}

[data-fc-view].active-view {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
}

#reconnect-modal {
  display: none;
  background: rgba(248, 249, 250, 0.9);
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 100050;
}
#reconnect-modal .rec {
  color: #222;
  font-size: 2rem;
}

html, body {
  height: 100%;
}

app {
  display: block;
  height: 100%;
  background-color: rgb(248, 250, 252);
}

.header-logo {
  flex-shrink: 0;
  width: 180px;
  height: 35px;
  display: flex;
  justify-content: flex-start;
}
.header-logo img {
  height: 100%;
}

#blazor-error-ui {
  background: inherit;
  bottom: 0;
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 100001;
}

.xaf-nav-link {
  text-decoration: none !important;
}

.dxbl-navigation-filter {
  display: none !important;
}

.dxbl-accordion {
  --dxbl-accordion-group-item-line-height: 1.5rem;
}
.dxbl-accordion .dxbl-group-header > .dxbl-btn {
  background-color: #F2F2F2 !important;
}

.dxbl-group-header {
  background-color: white !important;
  color: #000 !important;
  font-weight: bold !important;
  font-size: 14px !important;
}

input[type=text], .dxbl-text-edit-template {
  background-color: white !important;
}

button, .dxbl-text-edit-input, dxbl-input-editor, dxbl-spinedit, dxbl-combo-box, dxbl-date-edit {
  border-radius: 0.375rem !important;
}

.dxbl-btn {
  background-color: white !important;
  font-size: 14px !important;
  color: var(--bs-dark) !important;
}

tr.dxbs-data-row {
  transition: background-color 100ms;
  background-color: inherit;
  color: inherit;
}
tr.dxbs-data-row:hover {
  background-color: #b6ffff;
  color: var(--bs-dark);
}

.dxbl-checkbox:not(.dxbl-checkbox-switch):not(.dxbl-checkbox-radio):not(.dxbl-disabled):not(:disabled):not(.dxbl-readonly).dxbl-checkbox-checked .dxbl-checkbox-check-element,
.dxbl-checkbox:not(.dxbl-checkbox-switch):not(.dxbl-checkbox-radio):not(.dxbl-disabled):not(:disabled):not(.dxbl-readonly).dxbl-checkbox-indeterminate .dxbl-checkbox-check-element {
  background-color: white !important;
}

*[role=tabpanel], *[role=tablist] {
  background-color: white !important;
}

*[role=tablist] * {
  font-family: var(--phoenix-body-font-family) !important;
  font-weight: bold;
  font-size: 14px !important;
}

*[role=tablist] *[role=tab] {
  background-color: white;
  margin: 4px 10px;
  padding: 2px 5px 5px 2px !important;
  border: none !important;
}

*[role=tablist] *[role=tab].dxbl-active,
*[role=tablist] *[role=tab]:hover {
  border-bottom: 3px solid #2C4CC4 !important;
}

.dxbl-grid-table {
  border-radius: 0.375rem !important;
}

.dxbl-grid table {
  background-color: white !important;
}
.dxbl-grid table tr.dxbl-grid-selected-row {
  background-color: #E2E8F0 !important;
}
.dxbl-grid table tr {
  height: 2.5rem;
}
.dxbl-grid table tr:nth-child(odd) {
  background-color: rgb(248, 250, 252);
}
.dxbl-grid .dxbl-checkbox-check-element input {
  color: #475569;
}
.dxbl-grid table tfoot * {
  background-color: white !important;
}
.dxbl-grid table th {
  background-color: white !important;
  height: 3rem !important;
  font-weight: bold !important;
}
.dxbl-grid table tr, .dxbl-grid table tbody {
  border-left: none !important;
  border-right: none !important;
}
.dxbl-grid .dxbl-align-right {
  text-align: left !important;
}

.dxbl-image {
  filter: invert(48%) sepia(64%) saturate(250%) hue-rotate(170deg) brightness(70%) contrast(92%) !important;
}

.dxbl-modal-content {
  background-color: white !important;
}

dxbl-group-control {
  border: none !important;
}

.dxbl-group-body-content, .dxbl-tabs, .dxbl-group-header {
  background-color: white !important;
  border: 1px solid rgb(229, 231, 235) !important;
}

.dxbl-group-header {
  border-bottom: none !important;
}

dxbl-dropdown-dialog, .dxbl-dropdown-header, .dxbl-dropdown-footer, dxbl-window-dialog {
  background-color: white !important;
}

.bullet-item {
  height: 0.5rem;
  width: 1rem;
  border-radius: 2px;
}

.avatar {
  position: relative;
  display: inline-block;
}
.avatar img {
  width: 20px;
  height: 20px;
}

.trequired {
  border-right: 2px solid #ef6c00 !important;
}

.swal2-container {
  z-index: 10000;
}
