/**** DEBUT: BODY */
body {
  padding-top: 60px;
  padding-bottom: 40px;
  background-color: #ffffff;
}
/**** FIN: BODY */


/**** DEBUT: BODY LOGIN */
body.body-login {
  padding-bottom: 40px;
  background-color: #f5f5f5;
}
/**** FIN: BODY LOGIN */


/**** DEBUT: LOGIN */
.form-signin {
  max-width: 380px;
  padding: 19px 29px 29px;
  margin: 0 auto 20px;
  background-color: #fff;
  border: 1px solid #e5e5e5;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
  -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.05);
     -moz-box-shadow: 0 1px 2px rgba(0,0,0,.05);
          box-shadow: 0 1px 2px rgba(0,0,0,.05);
}

.form-signin input[type="text"],
.form-signin input[type="password"] {
  font-size: 16px;
  height: auto;
  margin-bottom: 15px;
  padding: 7px 9px;
}
/**** FIN: LOGIN */



/**** DEBUT: LISTE DES PATIENT */
#list_patient div.arrow { background:transparent url(./img/arrows.png) no-repeat scroll 0px -16px; width:16px; height:16px; display:block;}
#list_patient div.up { background-position:0px 0px;}
div[id^=chart] {float:left; margin-right: 10px;}
.comp {float:left; margin-right:50px;margin-top:20px;}
#fade{
    position: absolute;
    width : 100%;
    height: 100%;
    top : 0;
    left: 0;
    z-index: 99999;
    background-color: rgba(0,0,0,0.3);
    display: none;
}
#popupQuest{
    clear: both;
    width : 50%;
    height: 500px;
    margin-top: 200px;
    margin-left: auto;
    margin-right: auto;
    background-color: #ffffff;
    z-index: 99999;
    border-bottom : 1px solid #AAAAAA;
    
}
#titlePopup{
    width:100%;
    text-align: center;
    background: #0088cc; 
    color: #ffffff;
}
#contentPopup{
    height: 360px;
    padding:40px;
    overflow-y: scroll;
    margin-top : -10px;
}
/**** FIN: LISTE DES PATIENT */    
    
    
    
    
    


td.secondTD{
    padding-top:30px;
}
#lookWarning{
    cursor:pointer;
    margin-left:0px;
    margin-top:15px;
}
#icon-move{
    margin-top: 260px;
    cursor:pointer;
}
#lookPanel{
    height: 100%;
    width:15%;
    float:left;
}
#lookPanel:hover{
    background: #FF7F7F;
}
#list{
    float:right;
    width:74%;
}
.Preview{
  display:bloack;
  overflow:auto;
  padding:5px;
  margin-left: 35px;
  background-color: #FCF8E3;
    border: 1px solid #FBEED5;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
  -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.05);
     -moz-box-shadow: 0 1px 2px rgba(0,0,0,.05);
          box-shadow: 0 1px 2px rgba(0,0,0,.05);
}
.Preview table{
  float:left;
  width:90%;
}
.Preview table td{
  padding: 2px;
}
.closePreview {
    background: #fc605a none repeat scroll 0 0;
    border: 0.01em solid #ffffff;
    color: #000000;
    cursor: pointer;
    float: right;
    font-size: 12px;
    font-weight: bold;
    height: 18px;
    opacity: 0.2;
    padding-bottom: 5px;
    padding-left: 3px;
    padding-top: 2px;
    text-shadow: 0 1px 0 #ffffff;
    width: 16px;
}
.closePreview:hover{
  opacity: 1;
  color:#FFFFFF;
  text-shadow: 0 1px 0 #000000;
}

.popup-ul{
  padding-left:12px;
}

.tooltip_text{
  cursor: pointer;
  font-weight: bold;
}

/* speed up collapse transition */
.collapsing{
 	-webkit-transition:height .01s ease;
  	transition:height .01s ease
}
.tdCollapse{
    display: none;
}