
#rt-logo {
    background: rgba(0, 0, 0, 0) url("../img/agendapremier_smalllogo.png") no-repeat scroll 40% 0 !important;
}
#rt-logo {
    display: block;
    height: 45px;
    margin: 0;
    position: relative;
    width: 145px;
    z-index: 2;
    margin-top: 2px;
    margin-right:20px;
}


.starter-template {
    padding: 40px 15px;
    text-align: center;
}

/**** 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: 520px;
  padding: 10px 10px 10px;
  margin: 0 auto 10px;
  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);
}


}
/**** 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{
  float:right;
  width:16px;
  height:16px;
  padding-left:5px;
  padding-bottom: 5px;
  
  background: #FC605A;
  color: #000000;
  font-size: 20px;
  font-weight: bold;
  cursor: pointer;
  text-shadow: 0 1px 0 #FFFFFF;
  opacity: 0.2;
  border: 0.01em solid #FFFFFF;
}
.closePreview:hover{
  opacity: 1;
  color:#FFFFFF;
  text-shadow: 0 1px 0 #000000;
}

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

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