body {
  padding-top: 40px;
  padding-bottom: 40px;
}
.form-signin {
  max-width: 330px;
  padding: 15px;
  margin: 0 auto;
}
.form-signin .form-signin-heading,
.form-signin .checkbox {
  margin-bottom: 10px;
}
.form-signin .checkbox {
  font-weight: normal;
}
.form-signin .form-control {
  position: relative;
  height: auto;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
  font-size: 16px;
}
.form-signin .form-control:focus {
  z-index: 2;
}
.form-signin input[type="email"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
#tableau_rdv td{
    text-align:center;
    vertical-align: middle;
}
.tableau_rdv td{
    text-align:center;
    vertical-align: middle !important;
    padding: 0px !important;
}
.fullscreen_bg {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-size: cover;
    background-position: 50% 50%;
    background-image: url('/img/wall_login.png');
    background-repeat:repeat;
} 
.form-signin-heading {
    color: #fff;
    text-align: center;
    text-shadow: 0 2px 2px rgba(0,0,0,0.5);
}  
.etat_1{
    background-color: white;
}
.etat_2{
    background-color: #098ddf;
}
.etat_3{
    background-color: #f0c040;
}
.etat_4{
    background-color: crimson;
}
.etat_5{
    background-color: #009900;
}
.my-legend .legend-title {
    text-align: left;
    margin-bottom: 5px;
    font-weight: bold;
    font-size: 90%;
}
.my-legend ul {
    margin: 0;
    margin-bottom: 5px;
    padding: 0;
    float: left;
    list-style: none;
    list-style-type : none;
}
.my-legend ul li {
    font-size: 80%;
    list-style: none;
    margin-left: 0;
    line-height: 18px;
    margin-bottom: 2px;
    list-style-type : none;
}
.my-legend ul.legend-labels li span {
    display: block;
    float: left;
    height: 16px;
    width: 30px;
    margin-right: 5px;
    margin-left: 0;
    border: 1px solid #999;
}
.icon-success-rdv{
    color:green;
}
.icon-warning-rdv{
    color:#f0c040;
}
.disabled{
    background: #F0F0F0;
    color:#F0F0F0;
    border: 1px solid #ddd !important;
    cursor: default !important;
}
.div-invisible{
    display: none
}
.error {
    border-color: #FF0000; 
}
.select-padding{
    padding-left: 0px;
    padding-right: 0px;
}
.table-width{
    width:100%
}
.table-cellspacing{
    border-collapse: collapse; 
    border-spacing: 0;
}
.div-hidden{
    visibility: hidden;
}
.cursor-pointer{
    cursor: pointer !important;
}
.cursor-default{
    cursor: default !important;
}
li.jstree-leaf > a .jstree-icon { 
    background:url("/img/leaf.png") ; 
    background-position: center ; 
    background-size: 15px 15px; 
    background-repeat: no-repeat !important; 
}

.color-span-sup{
    color: #FF0000;
}
.color-span-mod{
    color: #337AB7;
    cursor: pointer !important;
}