.flex-center{
  display: flex;
  justify-content: center;
  align-items: center;
}
.float-left {
  float: left;
}
.width-auto {
  width: auto;
}
.margin-left-20 {
  margin-left: 20px;
}
.margin-top-2-rem {
  margin-top: 2rem;
}
.margin-top-20 {
  margin-top: 20px;
}
.item-content-center {
  text-align: center;
  vertical-align: middle;
}

.no-border-top > td {
  border-top: none !important;
}
.bold {
  font-weight: 400;
  color: #526069;
}

[data-tip] {
  display: inline-block;
  position: relative;
}

[data-tip]:hover:before {
  content: attr(data-tip);
  position: absolute;
  padding: 0 8px;
  height: 28px;
  line-height: 28px;
  background-color: rgba(0, 0, 0, 0.8);
  left: -10px;
  top: -38px;
  font-size: 14px;
  border-radius: 3px;
  white-space: nowrap;
  color: #fff;
  font-size: 11px;
  z-index: 500;
}

[data-tip]:hover:after {
  content: "";
  position: absolute;
  border-top: 8px solid rgba(0, 0, 0, 0.8);
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  left: 0;
  top: -10px;
}

a {
  text-decoration: none !important;
}

.pearl-icon .icon {
  margin: 0 !important;
}
.pearl.calcule .pearl-icon {
  color: #fff;
  background-color: #57c7d4;
  border-color: #57c7d4;
}
.pearl.valide .pearl-icon {
  color: #fff;
  background-color: #46be8a;
  border-color: #46be8a;
}
.pearl.suspendu .pearl-icon {
  color: #fff;
  background-color: #f2a654;
  border-color: #f2a654;
}
.pearl.perdu .pearl-icon {
  color: #fff;
  background-color: #f96868;
  border-color: #f96868;
}
.pearl.affecte .pearl-icon {
  color: #fff;
  background-color: #62a8ea;
  border-color: #62a8ea;
}

.commandeTable {
  background-color: rgba(98, 168, 234, 0.77);
  color: white;
  font-style: italic;
  font-weight: bold;
}
.commandeTable td {
  padding: 2px !important;
}
.commandeTable:hover {
  background-color: rgba(98, 168, 234, 0.77) !important;
}

.profile-nav {
  font-size: 20px;
  width: 50px;
  height: 60px;
  margin-right: 50px;
}

.updateCondition {
  margin-bottom: 5px;
}

.updateCondition,
.deleteCondition {
  width: 100%;
}
/*
############################################################################################
Helpers
############################################################################################
*/
.col_10_pourcent {
  width: 10% !important;
}
.col_30_pourcent {
  width: 30% !important;
}
.col_40_pourcent {
  width: 40% !important;
}
.col_80_pourcent {
  width: 80% !important;
}

/*
############################################################################################
LOGIN
############################################################################################
*/
.loginForm {
  margin-top: 1em;
  margin-bottom: 1em;
  max-width: 450px;
}
.errorLogin {
  color: #e60a0a;
  padding: 10px;
}
.color-white {
  color: #fff;
}

tr.dactocom-warning {
  background-color: rgba(247, 55, 55, 0.31);
}

table.table > tbody > tr:hover {
  background-color: rgba(98, 168, 234, 0.77);
  color: #ffffff;
}
table.table > tbody > tr:hover a {
  color: #ffffff;
}

.datePicker {
  color: #76838f !important;
}

.periode_form .dropdown-menu {
  top: 100%;
  bottom: auto;
}

.dactocom-checkbox {
  margin-left: 0px !important;
  appearance: auto !important;
  height: 20px;
  width: 20px;
  cursor: pointer;
}

.dactocom-select {
  margin-top: 30px;
}

form > #appbundle_objectif {
  height: 25rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
