/*2023.05.31 CSS de DEV*/

/* nav icône*/
.feather { width: 20px; height: 20px; vertical-align: text-bottom; }
.feather { /*width: 16px; height: 16px;*/ }

/*
 * Sidebar
 */

.sidebar {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 100; /* Behind the navbar */
  padding: 0;
  padding-top:15px; /*test*/
  box-shadow: inset -1px 0 0 rgba(0, 0, 0, .1);
}

.sidebar-sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 48px; /* Height of navbar */
  /* top: 96px; */
  /* height: calc(100vh - 48px); */
  height: calc(90vh - 50px);
  padding-top: .5rem;
  overflow-x: hidden;
  overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
}

.sidebar .nav-link {
  /* font-weight: 500; */
  color: #333;
}

.sidebar .nav-link .feather {
  margin-right: 4px;
  color: #999;
}

.sidebar .nav-link.active {
  color: #007bff;
}

.sidebar .nav-link:hover .feather,
.sidebar .nav-link.active .feather {
  color: inherit;
}

.sidebar-heading {
  /* font-size: .75rem; */
  text-transform: uppercase;
}

/*
 * Navbar
 */

.navbar .form-control {
  padding: .75rem 1rem;
  border-width: 0;
  border-radius: 0;
}

.form-control-dark {
  color: #fff;
  background-color: rgba(255, 255, 255, .1);
  border-color: rgba(255, 255, 255, .1);
}

.form-control-dark:focus {
  border-color: transparent;
  box-shadow: 0 0 0 3px rgba(255, 255, 255, .25);
}

/*
 * Utilities
 */

.border-top { border-top: 1px solid #e5e5e5; }
.border-bottom { border-bottom: 1px solid #e5e5e5; }



/*NG*/
/*.form-control input[type=text] {
  background-color: rgba(255, 255, 0, .1);
  border: 20px solid red;
}*/

#txt-annee{ width:60px; }
#dashboard{ font-size:0.8em; }
#dashboard #dashboard-chart{ height: 45vh; }

.sidebar-heading { margin: 20px 0 2px 0; padding-right:5%; padding-top:5px; height: 34px; font-size: large; font-weight: bold; text-align: center; }
/* .sidebar-heading { background-color: #0f0; } */

/* #dashboard nav ul :hover { background-color: #00ffee; } */

.sidebar .nav-item {
  margin-top: 5px;
  /* padding:5px 0px 5px 10px; */
  padding-left:15px;
  /* background-color: rgb(54, 162, 235); */
}

.sidebar .nav-item *{ padding:0;}
.sidebar .nav-item:hover{
  /* background-color: rgb(54, 162, 235); */
  background-color: rgb(255, 159, 64);
}



#dashboard .card .progress {
  height:20px;
  font-size: 1.4em;
}
#dashboard .card-header{
  padding:5px;
}
#dashboard .card-body{
  padding:5px;
}
#dashboard .card-footer{
  padding: 0px 8px 8px 8px;
}

#dashboard .card-sub, #dashboard .card-sub .badge {
  /* font-size:0.5em; */
}