/*
 * Loader
 */

/* Paste this css to your style sheet file or under head tag */
/* This only works with JavaScript,
if it's not present, don't show loader */
.no-js #loader { display: none;  }
.js #loader { display: block; position: absolute; left: 100px; top: 0; }
.se-pre-con {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url(images/Preloader_1.gif) center no-repeat #fff;
}

/*
 * End Loader
 */

/*
 * Custom Datatable
 */

#datagrid_magasin.dataTable tbody th, #datagrid_magasin.dataTable tbody td {
    padding: 2px;
}

/*
 * End Custom Datatable
 */


 /* Ajout logo groupe */
.navbar-brand{
    background-color:#eee;
}
.marque_groupe{
    height:21px;
}
.text_groupe{
    color:black;
    font-size:9px;
}
.logo_groupe{
    object-fit:contain;
}
 
.box{
    min-height:108px;
}
.badge-td{
    width:30px;
    height:22px;
}


/* Resetting Password */

a.unsecure:link, a.unsecure:active, a.unsecure:visited{
    color:#2B7BBF;
}
#loginform a:hover{
    color:white
}
.user_resetting_request {
    color:white;
}
.user_resetting_request > strong{
    color:red;
}