.status-bar{
    background-color:yellow,
    margin-top:-200px;
}
.sl{
    padding: 5px 0px 5px 0px;
    margin-right:-20px;
    display:flex;
    flex-direction:row;
}
.sl select{
    border:1px solid #E5E7E9;
    height:30px;
    border-radius:5px;
    float:left;
}
.sl input[type="text"]{
    border:1px solid #3498DB;
    margin-right:-5px;
    padding: 0px 3px ;
}
.antr{
    text-transform:uppercase;
}
.antd{
    font-weight:bold;
    text-align:center;
}
.ens-dash-item{
    background: #a6dff2;
}

/*---- BULLETIN ETUDIANT ----*/
.main-bull{
    border:1px solid #21618C;
    background:#fff;
    width:100%;
}
.usp-info{
    width:100%;
    background:#008001;
}
.usp-info-content{
   color:#fff;
   text-align:center;
   width:100%;
}
.usp-info-content img{
   float:left;
}
.usp-info-content span{
   font-size:40px;
}
.usp-info-etudiant{
    width:100%;
    background:#D6EAF8;
    padding: 15px;
}
.usp-info-etudiant p span{
    padding:0px 25px 5px 0px;
}
.body-bull{
    width:90%;
    background:#fff; /* #a6dff2 */
    margin: 40px 10px 5px 10px;
}
.body-bull table{
    width:100%;
    margin-right:10px;
}
.body-bull table tr{
    height:-15px;
}
.btd{
    width:70px;
    text-align:center
}
.ue-m{
    text-align:center;
}
.main-foot-div{
    width:90%;
    margin: 40px 10px 5px 10px;
}
.bull-foot{
    border:3px solid #F2F4F4;
    background:#fff;
    margin:3px 0px 3px 0px;
    height:200px;
}
.bull-ft-content{
    border:1px solid #F2F4F4;
    height:30%;
    padding:10px;
    font-size:18px;
}
.empdt-hd{
    color:red;
}
.info-bulle{
    color:red;
    background-color:#fff;
    font-size:26px;
    padding:10px;
    border:2px solid red;
}