.form-signin {
  max-width: 330px;
  padding: 15px;
  margin: 0 auto;
}
.panel-signin {
  max-width: 530px;
  /*padding: 15px;*/
  margin: 0 auto;
}
.green{
  color: #3c763d;
}
.blue{
  color: #31708f;
}
.white{
  color: white;
}



.background-blue{
  background-color: #d9edf7;
}
.background-green{
  background-color: #dff0d8;
}

.form-resetPass{
  max-width: 350px;
  padding: 15px;
  margin: 0 auto;
}

.resetPasswordForm{
  max-width: 330px;
  padding: 15px;
  margin: 0 auto;
}

.clickedTdRow{
  background-color: #595959 !important;
  color:white !important;
}

.table-hover tbody tr:hover td, .table-hover tbody tr:hover th {
  background-color: #595959 !important;
  color:white !important;
}
.table-hover-blue tbody tr:hover td, .table-hover tbody tr:hover th {
  background-color: #4B839F !important;
  color:white !important;
}

.table-hover-green tbody tr:hover td, .table-hover-green tbody tr:hover th {
  background-color: #006400 !important;
  color:white !important;
}

.botton_buffer{
  padding-bottom: 30px
}

.line_top{
  border-top: 1px solid  #e6e6e6;
  padding-top: 1px;
}

.gif-loading{
  height: 50px;
}

.resetPassword{
  padding-bottom: 10px;
}

#errorReset{
  display: none;
  padding-bottom: 10px;
}

/*Depot table styles */
.columnDepotId{
  min-width: 18px;
  max-width: 25px;
 }

.columnDepotSource{
  min-width: 90px;
}

.columnDepotMois{
   width: 45px;
}

.columnDepotDateA{
  min-width: 100px;
}

.columnDepotDateB{
  min-width: 80px;
}

.columnDepotStatut{
  width: 61px;
}

.columnDepotEnvoi{
  min-width: 30px;
}

.columnDepotComment{
    min-width: 120px;
}

.columnDepotCreation{
  min-width: 125px;
}

/* .columnDepotClient{
  display: none;
 } */

/*Livraison table styles */
.columnLivrableId{
  min-width: 18px;
  max-width: 25px;
}

.columnLivrableLib{
  min-width: 100px;
}

.columnLivrableClient{
  min-width: 70px;
}

.columnLivrableMois{
  width: 50px;
}

.columnLivrableDateA{
  min-width: 100px;
}

.columnLivrableDateB{
  min-width: 80px;
}

.columnLivrableDateStatut{
  width: 61px;
}

.columnLivrableDateComent{
    min-width: 120px;
}

.btn-depot{
    color:#fff;
    background-color:green;
    border-color:#4cae4c;
}

.btn-depot.focus,.btn-depot:focus{
    color:#fff;
    background-color:#449d44;
    border-color:#255625;
}

.btn-depot:hover
{
    color:#fff;
    background-color:#449d44;
    border-color:#398439;
}

.btn-depot.active,.btn-depot:active,.open>.dropdown-toggle.btn-depot{
    color:#fff;
    background-color:#449d44;
    border-color:#398439;
}

.btn-depot.active.focus,.btn-depot.active:focus,.btn-depot.active:hover,.btn-depot:active.focus,.btn-depot:active:focus,.btn-depot:active:hover,.open>.dropdown-toggle.btn-depot.focus,.open>.dropdown-toggle.btn-depot:focus,.open>.dropdown-toggle.btn-depot:hover{
    color:#fff;
    background-color:#398439;
    border-color:#255625;
}

.btn-depot.active,.btn-depot:active,.open>.dropdown-toggle.btn-depot{
    background-image:none;
}

.btn-depot.disabled.focus,.btn-depot.disabled:focus,.btn-depot.disabled:hover,.btn-depot[disabled].focus,.btn-depot[disabled]:focus,.btn-depot[disabled]:hover,fieldset[disabled] .btn-depot.focus,fieldset[disabled] .btn-depot:focus,fieldset[disabled] .btn-depot:hover{
    background-color:green;
    border-color:#4cae4c;
}

.btn-depot .badge{
    color:green;
    background-color:#fff;
}
