/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 30 avr. 2020, 09:25:49
    Author     : jeanchris
*/
.btn-primary.btn-suivi.spoc-lu,
.btn-primary.btn-suivi.spoc-lu:active:focus,
.btn-primary.btn-suivi.spoc-assimile,
.btn-primary.btn-suivi.spoc-assimile:active:focus{
    background-color: #FAB331ff;
    border-color: #FAB331ff;
    cursor:default;
}

.cours-vu{
    color:#FAB331ff;;
}

.titre-campus{
    text-align:center;
}

#table-suivi{
   width:99.8%; 
}

.path-suivi-etudiants .form-group {
    margin-bottom: 15px;
    width: 200px;
    display: inline-block;
}

.path-suivi-etudiants label.control-label {
    margin-bottom: 5px;
}

.sur-bouton{
	text-align:center;
}

.error{
    color:red;
    font-weight:bold;
}

.jaimedeja {
    color: #4992b6;
    font-style: italic;
    font-weight: bold;
}

.bt-assimile,.bt-choisir {
    background-color: #98e868;
    color: white;
    padding: 2px 6px;
    border-radius: 9px;
    margin: 0px 2px;
    font-size: 9px;
    cursor: pointer;
    margin: 0px auto;
    width: 17px;
}

.bt-choisir.danscontenu {
    padding: 7px 1px;
    border-radius: 22px;
    font-size: 13px;
    width: 168px;
    text-align: center;
    margin-top: 5px;
}

.bt-assimile.assimile-non,.bt-choisir.non {
    background-color: #e87268;
}

.bt-suppr-entree {
    padding: 2px 3px;
    font-size: 10px;
}

tr.totaux {
    font-weight: bold;
}

.partages {
    font-size: 17px;
    text-align: center;
    background-color: #ddd;
    padding: 6px;
}
.partages.danscontenu {
    background-color: initial;
    padding: 0px;
    margin-top: 7px;
    line-height: 1.5em;
}

.partages.danscodex{
    text-align: left;
    margin-top: 8px;
    line-height: 1.5em;
}

.img-loader{
    display:none;
    text-align:center;
}

