/* === Main components === */
/*** Headings and titles ***/
/*** Links ***/
/* === Fonts === */
/* === Navbar === */
/*** Navbar Dropdown ***/
/*** Mega Menu ***/
/* Options (First Level) */
/* Collapse (Second Level) */
/* List (Third Level) */
/*** Dropdown Item list (Fourth Level) ***/
/*** User dropdown ***/
/*** Menu help ***/
/*** Navbar Toggler ***/
/* === Sidebar === */
/*** Sidebar Dropdown ***/
/* === Forms components === */
/*** Helpers ***/
/*** Labels ***/
/*** Placeholders ***/
/*** Form controls ***/
/*** Input groups***/
/*** Custom controls (Checkboxes and Radios ) ***/
/*** Datetimepicker Bootstrap ***/
/*** Bootstrap select ***/
/*** Inputs and Buttons ***/
/* === Report components === */
/*** Filters ***/
/***  Group Filters ***/
/*** Tables ***/
/*** Pagination ***/
/* === Dashboard === */
/* === Other components === */
/*** Cards ***/
/*** Tabs***/
/*** Wizards ***/
/*** User register ***/
/*** Loaders / Spinners***/
/*** Dfw file ***/
/* Calendar (Full calendar) */
/* Image actions */
/* Dfw Cropper */
/* Push modal */
/* Layouts */
/*** Buttons variants ***/
/*** Main components ***/
/* Headings and Titles */
.title {
  font-size: 2rem; }

/* Links */
a {
  color: #c4ce17; }

a:hover,
a:focus {
  color: #899010; }

/* Fix: XML editor header over system menu */
div.xml_editor_container div.xml_editor_header_backing,
div.xml_editor_container div.xml_editor_header {
  z-index: 99; }

/* Menu help */
.menu-help-container {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  text-align: right; }

.menu-help {
  color: white; }

.menu-help:hover,
.menu-help:focus {
  color: #000029; }

/* Loaders / Spinners */
.pwa-loader-bar {
  width: 100%;
  height: 10px;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0), #777777) left -50px top 0/50px 20px no-repeat #e4e4ed;
  animation: loaderbar1 1s infinite linear;
  position: fixed;
  top: 0;
  z-index: 999999; }

@keyframes loaderbar1 {
  100% {
    background-position: right -50px top 0; } }

/* Image actions */
.dfw-images-container {
  position: relative; }

.dfw-images-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  margin-bottom: 15px;
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 999; }

.btn-rotate-img {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  cursor: pointer;
  border-width: 0;
  border-style: solid;
  background-color: rgba(0, 0, 0, 0.54902);
  border-color: rgba(0, 0, 0, 0.54902); }

.btn-rotate-img svg {
  height: 18px;
  fill: white; }

.dfw-images-content img {
  transition: width 0.5s, height 0.5s, transform 0.5s;
  user-select: none; }

.card-heading {
  color: #c4ce17;
  margin-bottom: 0; }

.card-collapse-header {
  background-color: white;
  border-bottom: none; }

.card-collapse-header a.card-collapse-link::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f054";
  font-size: 14px;
  font-style: normal;
  float: right;
  color: #c4ce17; }

.card-collapse-header a.card-collapse-link.collapsed::before {
  content: "\f078"; }

/* Card home */
.card-home {
  text-align: center;
  padding: 0;
  box-shadow: 0px 5px 10px #03124026;
  margin-bottom: 30px; }

.card-home a {
  text-decoration: none;
  font-weight: bold; }

.card-home h5 {
  font-size: 1rem;
  font-weight: bold; }

.card-home .icon {
  font-size: 50px;
  width: 50px;
  margin: auto; }

/* Card contextual */
.card-primary {
  background-color: #c4ce17;
  color: white;
  border-color: #c4ce17; }

@media (min-width: 992px) {
  .card-home {
    margin-bottom: 0; }
  .card-home h5 {
    font-size: 1rem; } }

/**** Tabs ***/
.tab-footer {
  padding: 1rem; }

.tab-content {
  padding-top: 40px;
  padding-bottom: 40px; }

.nav-tabs .nav-link {
  color: #c4ce17;
  background-color: white;
  border-color: #e9ecef; }

.nav-tabs .nav-link.active {
  color: white;
  background-color: #c4ce17;
  border-color: #c4ce17; }

/*** Dropdown submenu ***/
.dropdown-submenu:not(.sidebar-item) > .dropdown-menu {
  top: 0 !important;
  left: 100% !important;
  margin-top: -1px;
  margin-left: -1px;
  border-radius: 0 4px 4px; }

.dropdown-submenu:not(.sidebar-item) {
  position: relative; }

.dropdown-submenu:not(.sidebar-item):hover > .dropdown-menu {
  display: block; }

.dropdown-toggle-right::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0da";
  float: right;
  padding-left: 5px;
  padding-right: 5px; }

/* Wizard Modal */
.wizard-modal {
  background: linear-gradient(to bottom, #c4ce17, #000029); }

.wizard-modal .modal-content {
  min-height: calc(100vh - (1.75rem*2));
  border: none;
  box-shadow: 0px 2px 12px 0px black; }

.wizard-modal .modal-body {
  position: relative;
  padding: 30px; }

.wizard-modal .wizard-content {
  margin-top: 70px; }

.wizard-modal .wizard-footer {
  position: absolute;
  bottom: 1.75rem;
  right: 1.75rem;
  text-align: right; }

/* Wizard Card */
.wizard-card {
  padding: 5px;
  margin-bottom: 20px;
  min-height: 140px;
  display: flex;
  align-items: center;
  justify-content: center; }

.wizard-card:hover {
  cursor: pointer; }

.wizard-card-title {
  text-align: center; }

.wizard-icon svg,
.wizard-icon i {
  font-size: 40px; }

/* Bootstrap modal */
.modal-title {
  font-size: 1.3rem;
  font-weight: bold; }

.dfw-theme .fc-button-primary {
  background-color: #c4ce17;
  border-color: #c4ce17;
  color: white; }

.dfw-theme .fc-button-primary:hover {
  background-color: #899010;
  border-color: #899010;
  color: white; }

.dfw-theme .fc-button-primary:disabled {
  background-color: #e4e4e4;
  border-color: #e4e4e4;
  color: black; }

.dfw-theme .fc-button-primary:not(:disabled).fc-button-active, .fc-button-primary:not(:disabled):active {
  background-color: #899010 !important;
  border-color: #899010 !important;
  color: #899010 !important; }

.legend-grid {
  padding: 0; }

.legend-item {
  display: flex;
  align-items: center;
  column-gap: 10px; }

.legend-text {
  font-weight: 500; }

.legend-badge {
  display: inline-block;
  width: 20px;
  height: 20px; }

@media (min-width: 992px) {
  .legend-container {
    display: flex;
    justify-content: end;
    width: 100%;
    padding: 0; }
  .legend-item {
    justify-content: end; } }
