@import "fonts/kolektif.css";
body {
  font-family: "Kollektif";
  overflow: hidden;
  font-size: 16px;
  color: #212529;
  padding: 0;
  margin: 0;
  height: 100vh;
  width: 100vw;
}

html {
  padding: 0;
  margin: 0;
}

.has-error {
  color: #E06666;
}
.has-error i {
  display: inline !important;
}

.has-error-li {
  color: #E06666;
}

.CMS_Loading {
  z-index: 999999;
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  from {
    -moz-opacity: 0;
  }
  to {
    -moz-opacity: 1;
  }
}
@-ms-keyframes fadeIn {
  from {
    filter: alpha(opacity=10);
  }
  to {
    filter: alpha(opacity=100);
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-moz-keyframes fadeOut {
  from {
    -moz-opacity: 1;
  }
  to {
    -moz-opacity: 0;
  }
}
@-ms-keyframes fadeOut {
  from {
    filter: alpha(opacity=10);
  }
  to {
    filter: alpha(opacity=100);
  }
}
.CMS_Loading .CMS_Loading_process {
  width: 7rem;
  height: 7rem;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -3.5rem;
  margin-left: -3.5rem;
  border-radius: 50%;
}

.CMS_Loading .CMS_Loading_process div {
  width: 1rem;
  height: 1rem;
  position: absolute;
  border-radius: 50%;
  transform: scale(0.5);
  -webkit-transform: scale(0.5);
}

.CMS_Loading .CMS_Loading_process div:nth-child(1) {
  top: 0;
  left: 50%;
  margin-left: -0.5rem;
  animation: loading_process 1s 0s infinite;
  -webkit-animation: loading_process 1s 0s infinite;
}

.CMS_Loading .CMS_Loading_process div:nth-child(2) {
  top: 25%;
  right: 25%;
  margin-right: -1rem;
  margin-top: -0.75rem;
  animation: loading_process 1s 0.125s infinite;
  -webkit-animation: loading_process 1s 0.125s infinite;
}

.CMS_Loading .CMS_Loading_process div:nth-child(3) {
  top: 50%;
  right: 0;
  margin-top: -0.5rem;
  animation: loading_process 1s 0.25s infinite;
  -webkit-animation: loading_process 1s 0.25s infinite;
}

.CMS_Loading .CMS_Loading_process div:nth-child(4) {
  bottom: 25%;
  right: 25%;
  margin-right: -1rem;
  margin-bottom: -0.75rem;
  animation: loading_process 1s 0.375s infinite;
  -webkit-animation: loading_process 1s 0.375s infinite;
}

.CMS_Loading .CMS_Loading_process div:nth-child(5) {
  bottom: 0;
  left: 50%;
  margin-left: -0.5rem;
  animation: loading_process 1s 0.5s infinite;
  -webkit-animation: loading_process 1s 0.5s infinite;
}

.CMS_Loading .CMS_Loading_process div:nth-child(6) {
  bottom: 25%;
  left: 25%;
  margin-left: -1rem;
  margin-bottom: -0.75rem;
  animation: loading_process 1s 0.625s infinite;
  -webkit-animation: loading_process 1s 0.625s infinite;
}

.CMS_Loading .CMS_Loading_process div:nth-child(7) {
  bottom: 50%;
  left: 0;
  margin-bottom: -0.5rem;
  animation: loading_process 1s 0.75s infinite;
  -webkit-animation: loading_process 1s 0.75s infinite;
}

.CMS_Loading .CMS_Loading_process div:nth-child(8) {
  top: 25%;
  left: 25%;
  margin-left: -1rem;
  margin-top: -0.75rem;
  animation: loading_process 1s 0.875s infinite;
  -webkit-animation: loading_process 1s 0.875s infinite;
}

@keyframes loading_process {
  87.5% {
    transform: scale(1.1);
  }
  93.75% {
    transform: scale(1.5);
  }
  100% {
    transform: scale(1.1);
  }
}
@-webkit-keyframes loading_process {
  87.5% {
    -webkit-transform: scale(1.1);
  }
  93.75% {
    -webkit-transform: scale(1.5);
  }
  100% {
    -webkit-transform: scale(1.1);
  }
}
.CMS_Loading .CMS_Loading_process div {
  background-color: rgba(0, 0, 0, 0.65) !important;
}

.CMS_Loading {
  background-color: rgba(0, 0, 0, 0.3) !important;
}

.datepicker {
  padding: 0;
  z-index: 99999 !important;
}

.datepicker th {
  background-color: #2779A7;
  color: white;
  border-radius: 0;
}

.datepicker table tr td.active.active.day {
  background-color: #2779A7;
  background-image: linear-gradient(to bottom, #2779A7, #2779A7);
}

.datepicker .datepicker-switch:hover, .datepicker .next:hover, .datepicker .prev:hover, .datepicker tfoot tr th:hover {
  background-color: #2779A7;
  color: white;
}

.datepicker table thead {
  padding-right: 0;
  padding-left: 0;
  padding-top: 0;
}

.datepicker tbody {
  padding-left: 5px;
  padding-right: 5px;
}

.datepicker .next.disabled, .datepicker .prev.disabled {
  visibility: visible;
  color: #2779A7;
}

.datepicker table tr td.day.focused, .datepicker table tr td.day:hover {
  background: #2779A7;
  cursor: pointer;
  color: white;
}

div[data-notify] {
  z-index: 9999 !important;
}

.hide {
  display: none !important;
}

.bold {
  font-weight: bold !important;
}

.dataTable .odd {
  background-color: #fafcfc !important;
}
.dataTable .odd td {
  box-shadow: none !important;
}

.weight-bold {
  font-weight: bold;
  font-size: 23px;
}

.weight-lighter {
  font-weight: lighter;
  font-size: 23px;
}

*:focus-visible {
  outline: none !important;
}

.minispan {
  color: white;
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.ti-grid-dots {
  cursor: all-scroll;
}

/*# sourceMappingURL=style.css.map */
