:root {
  --dt-row-selected: transparent !important;
  --rouge-fede: #ca084c;
  --rouge-fede-w: #dc7b9d;
  --blanc: #FFFFFF;
  --bleu-fede-w: #8d95a6;
  --bleu-fede: #2b3b5e;
  --rouge-fede-fonce: #9d063b;
  --rouge-fede-clair: #c02360;
  --bleu-fede-fonce: #212e49;
  --bleu-fede-clair: #5c5c83;
}

table.dataTable tr.selected td, table.dataTable tr.selected {
  box-shadow: inset 0 0 0 999px var(--rouge-fede) !important;
  color: black;
}

table.dataTable tbody tr:hover, table.dataTable tbody tr:hover td {
  background-color: transparent !important;
}

.skin-blue .main-header .logo {
  background-color: var(--bleu-fede);
}

.skin-blue .main-header .logo:hover {
  background-color: var(--bleu-fede);
}

.skin-blue .main-header .navbar {
  background-color: var(--bleu-fede);
}

.skin-blue .main-sidebar {
  background-color: var(--bleu-fede);
}

.skin-blue .main-sidebar .sidebar .sidebar-menu a{
  background-color: var(--bleu-fede);
  border-left: 4px solid var(--bleu-fede-fonce);
  color: white;
}

.skin-blue .main-sidebar .sidebar .sidebar-menu .active a{
  background-color: var(--rouge-fede);
  border-left: 4px solid var(--rouge-fede-fonce);
  color: white;
}

.skin-blue .main-sidebar .sidebar .sidebar-menu a:hover{
  background-color: var(--rouge-fede-clair) !important;
  border-left: 4px solid var(--rouge-fede) !important;
}

.skin-blue .main-header .navbar .sidebar-toggle:hover{
  background-color: var(--bleu-fede);
}

.skin-blue .sidebar-menu li.active>.treeview-menu {
  background: var(--rouge-fede-clair);
  border-left: 4px solid var(--rouge-fede);
  color: var(--blanc) !important;
  padding-left: 0px;
  margin-left: 0px !important;
}

.skin-blue .treeview-menu>ul>a {
  color: white !important;
  background: var(--bleu-fede-clair);
  border-left: var(--bleu-fede);
}

.skin-blue .treeview-menu>ul>a:hover {
  color: white !important;
  background: var(--rouge-fede-clair) !important;
  border-left: var(--rouge-fede);
}

.skin-blue .treeview-menu>.active ul> a {
  color: white !important;
  background: var(--rouge-fede-clair) !important;
  border-left: var(--rouge-fede) !important;
}

.content-wrapper {
  overflow: auto;
}

.box.box.box-primary>.box-header {
  color: var(--blanc);
  background: var(--rouge-fede);
  text-align: center !important;
}

.box.box.box-primary{
  border-bottom-color: var(--rouge-fede);
  border-left-color: var(--rouge-fede);
  border-right-color: var(--rouge-fede);
  border-top-color: var(--rouge-fede);
}

.box.box-solid.box-primary>.box-header {
  color: var(--blanc);
  background: var(--rouge-fede);
  text-align: center !important;
}

.box.box-solid.box-primary{
  border-bottom-color: var(--rouge-fede);
  border-left-color: var(--rouge-fede);
  border-right-color: var(--rouge-fede);
  border-top-color: var(--rouge-fede);
}

.highlight {
  box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
}

.irs--shiny .irs-line {
  background: transparent !important;
  background-color: var(--rouge-fede) !important;
}

.irs--shiny .irs-from, .irs--shiny .irs-to, .irs--shiny .irs-single {
  background-color: var(--rouge-fede) !important;
}

.fa-check{
  color:green;
}

.text-admin{
  text-align: center;
  color: white;
  font: inter;
  font-size: 25px;
  margin-top: -10px;
}

.text-info{
  text-indent: 30px;
  font: inter;
  color: black;
  font-size: 16px;
  line-height: 22px;
  text-align: justify;
}

.text-info-list{
  text-indent: 20px;
  font: inter;
  color: black;
  font-size: 16px;
  margin-left: 50px;
  line-height: 22px;
}

.bouton{
  background-color: var(--rouge-fede);
  color: white;
  border-radius: 10px;
}

.bouton-files {
  background-color: var(--rouge-fede);
  color: white;
  border-radius: 10px;
  padding: 5px 10px;
}

.text-stat-home {
  text-align: center;
  font: inter;
  font-size: xx-large;
  font-weight: bold;
  color: black;
}

.text-descr {
  text-align: justify;
  font: inter;
  font-size: 16px;
  color: black;
  text-indent: 15px;
}

.text-lien {
  text-align: center;
  font: inter;
  color: black;
  font-size: 16px;
}

.text-box-airflow {
  text-align: center;
  font: inter;
  font-size: 16px;
  color: black;
  font-weight: bold;
}

.text-airflow-bouton {
  text-align: justify;
  font: inter;
  font-size: 13px;
  color: black;
}

.text-airflow-bouton-ita {
  text-align: justify;
  font: inter;
  font-size: 13px;
  color: black;
  font-style: italic;
}

.nav .nav-tabs {
  text-align: center;
}

.nav-tabs>li {
  width: 31.2%;
  border-left: 1px solid var(--bleu-fede-clair);
  border-right: 1px solid var(--bleu-fede-clair);
  border-top: 1px solid var(--bleu-fede-clair);
  border-radius: 10px 10px 0px 0px;
  margin : 0px 1% 0px 1%;
  text-align: center;
}

.nav-tabs>li a:hover {
  background-color: var(--bleu-fede-w);
  border-radius: 10px 10px 0px 0px;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus {
  background-color: var(--bleu-fede-clair);
  color: white;
  border-radius: 10px 10px 0px 0px;
  text-align: center;
}

.nav-tabs>li#tab_selection_post {
  width: 30 %;
}

#airflow-checkbox .checkbox-inline+.checkbox-inline {
  display: inline-block;
}

#export_tag_checkbox_sub>.shiny-options-group {
  column-count: 6;
}

.checkbox-inline+.checkbox-inline {
  width: 100%;
  margin-left: 0px;
}

.text-descr-select {
  text-align: center;
  font-weight: bold;
  color: black;
  font-size: 16px;
}

.daterangepicker {
  top: auto !important;
  bottom: 0 !important;
}

.panel-auth {
  background-color: var(--bleu-fede);
  font: inter;
  color: black;
}

.panel-body {
  border-color: var(--rouge-fede);
  color: black;
  font: inter;
}

.panel-primary {
  border-color: var(--rouge-fede);
  border-width: 1px;
}

#auth-go_auth {
  background-color: var(--rouge-fede);
  border-color: var(--rouge-fede);
  transition: transform 2s;
}

#auth-go_auth:hover {
  transform: translateY(-3px);
}

.logo-auth {
  width: 100%;
  height: auto;
}


.double-clic {
  font-style: italic;
  color: var(--bleu-fede);
  font-size: 20px;
  font-weight: bold;
}

.tooltip {
  width: 150px;
  z-index: 1000;
}

.text-stat-home-deux {
  text-align: center;
  font: inter;
  font-size: 25px;
  font-weight: bold;
  color: black;
}

.texte-post-jour {
  text-align: justify;
  font : inter;
  font-size: 15px;
  color: black;
  text-indent: 35px;
  height: 17vh;
  overflow-y: auto;
}

.date-post-jour {
  texte-align: center;
  font: inter;
  font-size: 20px;
  color: black;
}

.titre-post-jour {
  text-align: justify;
  font : inter;
  font-size: 18px;
  color: black;
}

.text-presentation {
  height: 42vh;
  overflow-y: auto;
}