
.navbar.main .nav > li > a {
	color:white;
}

.sidebar > .sidebarMenuWrapper {
top : 0;
	}

.sidebar > .sidebarMenuWrapper img {
max-width : 100px;
	}

.tdpdwclear, .tdpdw {
	
	cursor: pointer;
}
.tdpdwclear {
	display:none;
	
}

.resident_lot {
    border-bottom : 2px solid grey;;
    padding : 20px;
    
}

//-- chargement ajax



 @-webkit-keyframes borderLoading {
    0%{background-position:51% 0%}
    50%{background-position:50% 100%}
    100%{background-position:51% 0%}
}
@-moz-keyframes borderLoading {
    0%{background-position:51% 0%}
    50%{background-position:50% 100%}
    100%{background-position:51% 0%}
}
@-o-keyframes borderLoading {
    0%{background-position:51% 0%}
    50%{background-position:50% 100%}
    100%{background-position:51% 0%}
}
@keyframes borderLoading {
    0%{background-position:51% 0%}
    50%{background-position:50% 100%}
    100%{background-position:51% 0%}
}
table#table_participations tr[data-xtradatas-status="toload"] td:nth-child(10) {
    
     background: linear-gradient(0deg, #fdf3e3, #f08229);
background-size: 100%  1px;
background-position: bottom;
background-repeat:repeat-x;

-webkit-animation: borderLoading 2s ease infinite;
-moz-animation: borderLoading 2s ease infinite;
-o-animation: borderLoading 2s ease infinite;
animation: borderLoading 2s ease infinite;
}
table#table_participations tr[data-xtradatas-status="loading"] td:nth-child(10){
   
    
      background: linear-gradient(0deg, #d2e4ec, #29abf0);
background-size:  100%  1px;
background-position: bottom;
background-repeat:repeat-x;

    -webkit-animation: borderLoading 2s ease infinite;
-moz-animation: borderLoading 2s ease infinite;
-o-animation: borderLoading 2s ease infinite;
animation: borderLoading 2s ease infinite;
}

#serveurbkp {
    background : red;
    color:white;
    text-align: center;
    padding: px 10px;
    border:5px solid white;
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background: #dedede;
}


.badge.error,.badge.hard {
    background: red;
    color:white;
}

.badge.warning,.badge.soft {
    background: orange;
    color:white;
}

.badge.valid{
    background: green;
    color:white;
}

#mod_residents .openfilters, #filterTabledatasresidents, #mod_lots .openfilters, #filterTabledataslots {
    display:none;
}