.connexion{  

    box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.2), 0 2px 20px 0 rgba(0, 0, 0, 0.19);
    border: solid 2px rgba(235,235,235,1); 
    padding: 6px;
    margin-top: 5px;
    border-radius: 3px;
    background-color: white;
   
}
.titreLogin{  
  text-align:center;
  font-family: verdana;
  color: white;/*#17a2b8;*/
  padding: 7px;
  height: 60px;
  font-weight: bold;
   background-image: linear-gradient(to right, #2A3F54, #106dd0, #2A3F54);
  margin-left: -6px;
  margin-right: -6px;
   margin-top: -6px;
   padding: 15px; 
  /* box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);*/
}
.boutConnect {
    width: 100%;
    height: 50px;
    border-radius: 25px;
    margin: 1rem 0;
    font-size: 1.2rem;
    outline: none;
    border: none;
    cursor: pointer;
    color: white;
    background-image: linear-gradient(to right, #2A3F54, #106dd0, #2A3F54);
    background-size: 200%;
    transition: .5s;
    background-color: #2A3F54;
}
.theme-pharmacie{
    background-color: #2A3F54 !important;
}
.input-container{
  position:relative;
  margin-bottom:5px;
}
.input-container .icon{

  position:absolute;
  margin-left: -24px;
  /*background-color: #eee;*/
  height: 100%;
  padding: 5px;

}
.input-container .label_text{
  position:absolute;
  top:0px;
  left:0px;
  font-size:16px;
  color:#fff; 
  pointer-event:none;
  transition: all 0.5s ease-in-out;
}
.input-container .input_text{ 
  border:0;
  border-bottom:1px solid #555;  
  background:transparent;
  width:100%;
  padding:8px 0 5px 0;
  font-size:16px;
  color:#fff;
}

.titre_menu_pharma{
   background-color:#445c74;/*#2A3F54;*/
   color:white;
   padding:6px;cursor:pointer;
  }

#liste_ordonnance{

    border:solid 2px #eee;
    max-height: 300px;
    overflow-x: hidden;
    border-radius: 3px;

}

.blockinfo{
  background-color: #eee;
  box-shadow: 1px 2px 5px 0px gray;
  width:200px; height: ;

}
.blockinfo p{
  font-weight: bold;
  float: center;
  font-size: 20px;
  color: white;/*#1b6726;*/
  text-align: center;
  text-transform: uppercase;
  background-color:  #1ABB9C;
  /*box-shadow: 1px 2px 5px 0px gray;*/
}
.infoplus{
  width: 100%;
  float: center;
  /*#1b6726;*/
  text-align: center;
  background-color:#ccc;
  box-shadow: 1px 2px 5px 0px gray;
}

.infoplus a{ color:white !important; }
.nombre{
  float: center;
  font-size: 50px;
  color: gray;
  font-weight: bold;
  text-align: center;
}

.menu_recherche_ambony_datatable{
  background-color:#3D5064;margin-left:0px!important;margin-right:0px!important;color:white!important;
}
