@font-face {
    font-family: "Poppins-Medium";
    src: url("../fonts/Poppins-Medium.ttf");
}

body{
    background-color: #fff;
    font-family: 'Poppins-Medium',Helvetica,Arial,Lucida,sans-serif;
}

.panel-default{
    margin-top: 50px;
}

.navbar{
    border: none;
    background-color: #fff;
    box-shadow: 0px 1px 7px 0px #888;
}

.navbar .container-fluid{
    background-color: #eeeeee73;
}

.navbar-brand{
    padding: 7px;
}

.activeBrand .navbar-brand{
    background-color: transparent;
}

.activeBrand .navbar-brand:hover{
    background-color: transparent;
}

.navbar-header, .navbar-brand{
    height: 56px;
}

.navbar-brand i{
    margin-right: 10px;
}

.nav_list_new {
    float: left;
}

.nav_list_new li a{
    color: rgba(0,0,0,.6);
}

.nav_list_new .active a{
    color: #2ea3f2 !important;
    background-color: transparent !important;
}

.paginate_button.active a {
    background-color: #2ea3f2 !important;
    color: #fff !important;
    border: 1px solid #2ea3f2 !important;
    outline: none;
}

.nav_list_new li a:hover{
    opacity: .7;
    background-color: transparent;
}

.nav-pills  li{
    margin: 9px 5px;
}

.panel-default .panel-heading{
    color: #333 !important;
    border: none !important;
}

.panel-default .panel-heading select{
    margin-top: 15px;
    padding: 5px 10px;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.text-right a{
    padding: 7px 10px;
    border-radius: 7px;
}

.btn-dark, .btn-warning{
    color: #fff !important;
    background-color: #636f83;
    border-color: #636f83;    
}

.btn-success{
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da;
}

.btn-dark:hover{
    background-color: #586375;
}

.sidebar{
    box-shadow: 1px 1px 5px 0px #ccc;
    border: none;
}

.sidebar li{
    padding: 0px;
    background-color: #fff;
}

.sidebar li a{
    padding: 20px 30px;
    background-color: inherit;
    border-radius: 3px;
}

.sidebar li a:hover{
    background-color: #eeeeee73 !important;
}

.sidebar-selected{
    background-color: #eeeeee73 !important;
    border-left: 5px solid #2ea3f2;
}

.sidebar-selected a{
    color: #333 !important;
}

.sidebar-selected{
    color: #333 !important;
}

.dt-button{
    font-weight: 600;
}

.buttons-print, .buttons-collection, .buttons-select-all, .buttons-select-none, .buttons-colvis,a.btn-mail.envoyer{
    color: #2ea3f2 !important;
    background-color: transparent !important;
    border: 1px solid #2ea3f2 !important;
    background-image: none !important;
    padding: 8px 20px !important;
    border-radius: 5px !important;
}

.buttons-select-none.disabled{
    opacity: .5;
    cursor: not-allowed !important;
}

/*tr td:first-of-type{
    text-align: center;
}*/

.btn-xs{
    padding: 0px;
    margin: 0px 15px;
    background-color: transparent !important;
    color: #333 !important;
    border: none !important;
    text-decoration: none;
}

td a{
    color: rgba(0,0,0,.6);
    text-decoration: underline;
}
td a.ajaxpresence{
    text-decoration: none;
}

div.dataTables_scrollBody table tbody tr td:first-child{
    width: 45px;
}
.bgRougeProInsec {
    background-color : #636f83;
}
.bgRougeProInsec:hover {
    background-color : #5bc0de;
}
.btn-success-quiz{
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da;
}
.presentChecked  {
    color: green;
}
.absentChecked  {
    color: red;
}