/* The Modal (background) */
.divEcriture {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    /*padding-top: 350px;  Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto;  /*Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
    z-index: 4;
}

/* Modal Content */
.divEcriture-contenu {
    background-color: #fefefe;
    width: 100%;
    position: fixed;
    z-index: 4;
    display: block;
    min-height: 40%;
    max-height: 300px;
    bottom: 4px;
    overflow-y: scroll;
}

/* The Close Button */
.close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

/* mise en forme des inputs */
.input-table{
  width: 100%;
  height: 30px;
  margin: 0;
  padding: 2px 8px;
  border-radius: 4px;
  border: 1px solid #D1D1D1;
  box-shadow: none;
  box-sizing: border-box;
}

/*
* fermeture saisie d'écriture
*/
.divFermetureSaisie {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  z-index: 5;
}

/* Modal Content */
.divFermetureSaisie-contenu {
  background-color: #fefefe;
  width: 50%;
  position: center;
  z-index: 4;
  display: block;
  bottom: 0px;
  overflow-x: hidden;
  padding: 0 !important;
}

.divListeCompte-contenu {
  background-color: #fefefe;
  width: 50%;
  position: center;
  z-index: 4;
  display: block;
  bottom: 0;
  padding: 0 !important;
  height: 87%;
} 
.divFermetureCompte {
  padding-top: 100px; /* Location of the box */
  overflow: auto; /* Enable scroll if needed */
}
.date-compte{
  float: left;
  width: 100%;
  margin-bottom: 0;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
}

.has-totalerror .form-control{
  color: white;
  background-color: #F08080;
  border-color: #FF0000;
}

.maximum-hauteur{
  max-height: 96% !important;
  min-height: 25% !important;
}

.minimum-hauteur {
  max-height: 43% !important;
  min-height: 25% !important;
}

.maximum-hauteur-anal{
  max-height: 86% !important;
  min-height: 25% !important;
}

.minimum-hauteur-anal {
  max-height: 43% !important;
  min-height: 25% !important;
}