label {
    margin-bottom: 0px !important;
}

@media (max-width: 1281px) {
    .form-control {
        height: calc(2.5rem + 2px);
        padding: .375rem .75rem;
        font-size: 1.3rem;
    }
}

.text-cip {
    color: #17202A;
}

/* ---------------------------------------------------
    Login  		   
----------------------------------------------------- */
.login-boite{
    background-color: #fff;
    padding: 50px;
}

.login-logo{
    margin-bottom: 0px !important;
    padding-bottom: 30px;
}

.titre-appli{
    font-size: 60px;
    color: #ff3700;
    padding-top: 15px;
}

/* ---------------------------------------------------
    Boutons  		   
----------------------------------------------------- */
.btn-xl {
  padding: 15px 25px;
  font-size: 1.2rem;
  border-radius: 5px;
}

.btn-xxl {
  padding: 30px 20px;
  font-size: 1.5rem;
  border-radius: 8px;
  width: 100%;
}

.btn-admin {
  padding: 15px 15px;
  font-size: 1.3rem;
  border-radius: 8px;
  width: 100%;
}
.btn-admin:hover {
    color: #007bff;
    background-color: transparent;
}

@media (max-width: 992px) {
    .btn-xxl {
        padding: 30px 20px;
        font-size: 1.5rem;
        border-radius: 8px;
        width: 100%;
    }
}

/* ---------------------------------------------------
    Timeline accueil  		   
----------------------------------------------------- */
ul.timeline {
    list-style-type: none;
    position: relative;
}
ul.timeline:before {
    content: ' ';
    background: #d4d9df;
    display: inline-block;
    position: absolute;
    left: 29px;
    width: 2px;
    height: 100%;
    z-index: 0;
}
ul.timeline > li {
    margin: 20px 0;
    padding-left: 20px;
}
ul.timeline > li:before {
    content: ' ';
    background: white;
    display: inline-block;
    position: absolute;
    border-radius: 50%;
    border: 3px solid #007bff;
    left: 20px;
    width: 20px;
    height: 20px;
    z-index: 0;
}

/* ---------------------------------------------------
    Activité  		   
----------------------------------------------------- */
#activite_dateDebut_date {
    max-width: 150px !important;
}

#activite_dateFin_date {
    max-width: 150px !important;
}

.consommation-colonne-qte{
    width: 100px !important;
}

/* ---------------------------------------------------
    Statistiques  		   
----------------------------------------------------- */
.chart {
  width: 100%; 
  min-height: 450px;
}

/* ---------------------------------------------------
    Historique  		   
----------------------------------------------------- */
.nom-fichier {
    font-size: 22px;
}

/* ---------------------------------------------------
    Documents  		   
----------------------------------------------------- */
.dossier {
    white-space: normal;
    font-size: 1.5rem;
    font-weight: 400;
}

.badge-dossier {
    display: inline-block;
    padding: .25em .4em;
    font-size: 75%;
    font-weight: 400;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem;
    color: #fff;
    background-color: #17a2b8;
 }

.document {
    background-color: transparent;
    font-size: 1.4rem !important;
    font-weight: 400;
    padding-left: 3px !important;
}

/* Remove default bullets */
ul, #liste-dossiers {
  list-style-type: none;
}

/* Remove margins and padding from the parent ul */
#liste-dossiers {
  margin: 0;
  padding: 0;
}

/* Style the caret/arrow */
.caret {
  cursor: pointer;
  user-select: none; /* Prevent text selection */
}

/* Create the caret/arrow with a unicode, and style it */
.caret::before {
  content: "\1F4C1";
  display: inline-block;
  margin-right: 6px;
}

/* Rotate the caret/arrow icon when clicked on (using JavaScript) */
.caret-down::before {
  content: "\25B6";
  color: black;
  display: inline-block;
  margin-right: 16px;
  transform: rotate(90deg);
}

/* Hide the nested list */
.nested {
  display: none;
}

/* Show the nested list when the user clicks on the caret/arrow (with JavaScript) */
.active {
  display: block;
}

/* ---------------------------------------------------
    Modal de mvts de stock 		   
----------------------------------------------------- */
.modal-mvt-stock {
    max-width: 1000px;
}

.modal-content-recherche-piece {
    background-color: #f2f1ef;
}

#order-listing-recherche-piece {
    width: 100% !important;
}

#order-listing-recherche-piece_filter input {
    font-size : 18px;
    height: 34px;
}

.ligne-active{
    background-color: rgba(0,123,255,0.25) !important;
}

.label-mvt-stock{
    font-size: 24px;
}

.input-quantite{
    margin-left: 10px;
    height: 50px;
    width: 80px;
    font-size: 30px;
    display: inline;
    text-align: center; 
}

.form-check-inline .form-check-input{
    height: 30px;
    width: 30px;
}

.input-emplacement{
    font-size: 24px;
}

/* ---------------------------------------------------
    Tableau Gestion
----------------------------------------------------- */
.lien-ligne-table{
    display:block !important;
    height:100%;
    width:100%;
}

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

table.dataTable tbody th, table.dataTable tbody td {
    padding: 4px 10px !important;
}
    
#order-listing_filter input {
    font-size : 18px;
    height: 34px;
}

.dataTables_filter {
    padding-bottom: 6px;
}


.ligne-table-active{
    background-color: rgba(0,123,255,0.25) !important;
}

table.dataTable>thead .sorting:before, table.dataTable>thead .sorting:after, table.dataTable>thead .sorting_asc:before, table.dataTable>thead .sorting_asc:after, table.dataTable>thead .sorting_desc:before, table.dataTable>thead .sorting_desc:after, table.dataTable>thead .sorting_asc_disabled:before, table.dataTable>thead .sorting_asc_disabled:after, table.dataTable>thead .sorting_desc_disabled:before, table.dataTable>thead .sorting_desc_disabled:after {
    display: none !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    padding: 0 !important;
}

/*Filtres multiples*/
.dtsb-titleRow {
    display: none;
}

.dtsb-searchBuilder {
    margin-bottom: 4px !important;
}

.dtsb-group {
    margin-bottom: 4px !important;
}

.pointer {
    cursor: pointer;
}

/* ---------------------------------------------------
    Fonds
----------------------------------------------------- */
.back-dark{
    background-color: #212529;
}

.back-white{
    background-color: #FFFFFF;
}

/* ---------------------------------------------------
    Couleurs
----------------------------------------------------- */
.dark{
    color: #212529;
}

.white{
    color: #FFFFFF;
}

/* ---------------------------------------------------
    Marges et bordures
----------------------------------------------------- */
.marge-haute-20{
    margin-top: 20px !important;
}
.marge-gauche-20{
    margin-left: 20px !important;
}

.marge-droite-10{
    margin-right: 10px !important;
}
.marge-basse-10{
    margin-bottom: 10px !important;
}

.padding-5{
    padding: 5px !important;
}

.padding-10{
    padding: 10px !important;
}

.padding-15{
    padding: 15px !important;
}

.bordure-gauche-filtre{
    border-left: 1px solid rgba(0,0,0,.125)
}
