.box {
    padding: 10px;
}
button.lien{
    border: 0px;
    background-color: white;
}

thead > tr > th {
    /*width: 10%;*/
    background-color: #006699;
    color:white; border-left: 1px solid white;"
}



.statistique {
text-align :right;
}
.milieu {
	vertical-align: middle;
}

.login input{
    height: 45px;
    border-radius: 5px;
}
.login .form-control-feedback{
    line-height: 45px;
    color: #5081bc;
}
.login input::placeholder {
    color: #5081bc;
    font-size: 16px;
}
.login-page{
    background: url('../img/pattern1.png');
}
.w-100 {
    width: 100%!important;
}
.img-fluid {
    max-width: 100%;
    height: auto;
}
.mr-t{
    margin-top: 8rem!important;
}
.mt-5, .my-5 {
    margin-top: 2rem!important;
}
.d-lg-block {
    display: block!important;
}
.login-box-body{
    border-radius: 10px;
}
.eror_session_unique,.eror_exam{
    width: 100%;
    margin-top: .25rem;
    font-size: 85%;
    color: #dc3545;
}
.eror_exam{
    font-size: 14px;
}

#statAcp td{
    text-align: center;
    vertical-align: middle;
}


#listeEns tr td,#listeEns tr th{
    text-align: center;
}

span.small-text {
    font-size: 1.4rem;
}
.prelative {
    position: relative;
}


/************ autocomplete ***************/

ul.ui-autocomplete{
    width: 100%!important;
    top: 59px!important;
}


.d-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;

}

.info-resultat {
    margin-left: 5rem;
    font-size: 1.5rem;
}



.d-flex {
    display: flex;
}

form.mr-3 {
    margin-right: 2px;
}