.telegestion-container {
  background-color: white;
  padding: 10px 20px;
  margin: 10px 0px;
}

.telegestion-container .form-group .form-label {
  display: none;
}

.telegestion-container .btn-group label {
  border-radius: 0.25rem !important;
}

.telegestion-container .fw-bold {
  font-weight: bold !important;
}

.telegestion-container .react-datepicker__tab-loop {
  position: relative;
}

.telegestion-container .datepicker .react-datepicker-popper {
  z-index: 2 !important;
  top: -70px !important;
}
.telegestion-container .datepicker-range .react-datepicker-popper {
  z-index: 2 !important;
  top: -30px !important;
  left: -180px !important;
}

.telegestion-table td div,
.telegestion-table td table,
.rm-m-p,
.rm-m-p-cascade div {
  padding: 0px !important;
  margin: 0px !important;
}

.telegestion-table table tbody > tr {
  cursor: pointer;
}

.telegestion-table table table tbody tr,
.telegestion-table table table thead th {
  cursor: default !important;
}

.table-vertical-align table th,
.table-vertical-align table td {
  vertical-align: middle;
}

.telegestion-table #global-pointage-cell,
.dashboard-data-table > div.card {
  padding: 0px !important;
}

.telegestion-table #global-pointage-cell > div:first-child {
  padding: 5px 0px !important;
}
.telegestion-table #global-pointage-table > div {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  font-size: 0.9em;
}

.telegestion-table #global-pointage-table > div > div {
  width: 100%;
  border: 0.8px solid #edebeb;
}

.disabled-mode,
.disabled-mode button {
  color: #747474;
}

.telegestion-container button.btn-icon {
  background-color: transparent;
  border: 1px solid #545b62;
  border-radius: 0.25rem;
  margin: 0.2rem;
}

.telegestion-container button.filled-black {
  background-color: black !important;
  border: 1px solid black !important;
  color: white !important;
}

.telegestion-container button.btn-icon:hover,
button.btn-transparent:hover {
  background-color: #e9ecef !important;
}

.telegestion-container button.filled-black:hover,
.telegestion-container button.filled-black-disable-style:hover {
  background-color: #545b62 !important;
}

#pointingModal .react-datepicker-popper {
  top: -75px !important;
  z-index: 2 !important;
}

#pointingModal .react-datepicker__tab-loop {
  position: relative;
}

#pointingModal .react-datepicker-wrapper input {
  margin: 10px 0 10px 0 !important;
  border: 1px solid black !important;
  width: 50%;
}

#pointingModal .card {
  padding: 0 !important;
  margin: 0 !important;
  font-size: 0.9em !important;
}

.border-animation-danger {
  animation-duration: 0.8s;
  animation-name: clignoter-danger;
  animation-iteration-count: infinite;
  transition: none;
}

.border-animation-danger button.btn-danger-src{
  background-color: #e46a76 !important;
  color:white !important;
}
.border-animation-danger button.btn-danger-src:hover{
  background-color: #dc3545 !important;
}

@keyframes clignoter-danger {
  0% {
    outline: 2px solid #ffffff;
    overflow: hidden;
  }
  40% {
    outline: 2px solid #ff0000;
    overflow: hidden;
  }
  100% {
    outline: 2px solid #ffffff;
  }
}

#recherchePersonne {
  /*border-radius: 60px;*/
  border-color: transparent;
  transition: 0.2s ease-in;
  width: 250px;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

#identite {
  float: left;
  margin-top: 5px;
  margin-right: 10px;
}

.short-logo {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

.long-logo {
  width: 108px;
}

#rechercherAgence {
  display: inline-block;
  max-width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  line-height: 1.25;
  color: #464a4c;
  vertical-align: middle;
  background: #fff;
  background-size: 8px 10px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
  -moz-appearance: none;
  -webkit-appearance: none;
}

#header-table-activite {
  text-align: center;
}

.pointer {
  cursor: pointer;
}

.icone-dash {
  font-size: 22px;
}

.pagination .active .page-link {
  background-color: #ffe9e2;
  cursor: default;
}

.pagination .disabled .page-link {
  cursor: default;
  background-color: white;
}

.showOnOver .show {
  visibility: hidden;
}
.showOnOver:hover .show {
  visibility: visible;
}

input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.bgOnHover .hover:hover {
  background-color: #e9ecef;
}

.goodTd {
  white-space: pre;
  margin: 0 !important;
  padding: 0 !important;
  vertical-align: middle !important;
  overflow: hidden;
  text-align: start !important;
}

.goodTable {
  display: inline-table !important;
}

.btnShadow {
  box-shadow: 3px 4px 5px 0px #d2e1f9;
}

.vAlign {
  vertical-align: middle !important;
}

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

.content-editor {
  height: 300px !important;
  border: 1px solid #f1f1f1;
  padding: 5px;
  border-radius: 2px;
  background: white;
}

.reset-min-height {
  min-height: auto;
}

.btn-filter-wrapper {
  display: flex;
  margin-top: 10px;
  justify-content: center;
}

.btn-new-filter {
  display: inline-block;
  margin-left: 10px;
}
.comment-history strong, .comment-history b {
  font-weight: bold;
}
