.container {
    margin-left: 0;
}

#pageBody {
    display: none;
}

#loadingOverlay {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100vw;
    height: 100vh;
    background-color: #f1f2f3;
    background-image: url("../images/page_loading.gif");
    background-repeat: no-repeat;
    background-position: center;
}

.liste { 
    overflow-y: auto; 
    height: 100px;
    margin-bottom: 50px !important;
}
.liste thead th { 
    position: sticky; 
    top: 0; 
    z-index: 100;
    background-clip: padding-box;
}

.line-fixed-height {
    height:30px;
    overflow:hidden;
}

.liste td div {
    line-height:1;
}

.ui-tooltip {
    white-space: pre-line;
}

#onglets_historique {
    margin-top: 10px;
    padding-left: 177px;
}

#onglets_historique a {
    text-decoration: none;
    color: black;
}

.onglet_historique img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 2px;
}

.onglet_historique button {
    text-decoration: none;
    color: black;
    font-weight: 700;
    border: 0;
    padding: 0;
    background: none;
    font-size: 100%;
}

.onglet_historique {
    border-radius: 8px 8px 0px 0px;
    margin-right: 1px;
    background-color: #e1e1e1;
    display: inline-block;
    padding: 5px 4px;
}

.onglet_historique:hover {
    background-color: #4286f4;
}

.onglet_courant {
    background-color: #acddbc;
    color: white;
    font-weight: bold;
}

.onglet_courant a {
    text-decoration : none;
    color:white;
}

.fermer_onglet {
    background: none;
    border: none;
    font-size: 8px;
}

.fermer_onglet:hover {
    font-weight: bolder;
    color: red;
}

.alert div {
    text-align: left;
}

.cursor-grab {
  cursor: grab;
}

.cursor-pointer {
    cursor: pointer;
}

.draggable {
    cursor: move;
}

.draggable:hover {
    opacity: 0.8;
}

#avantEspaceErreurs {
    margin-left: 200px;
    margin-right: 50px;
    margin-top: 5px;
}

table.carcan td.g:first-letter {
    text-transform: uppercase;
}

.select2-results__option[aria-selected=true] {
    display: none;
}

.badge-violet {
    background-color: #c561fd;
    color: #fff;
}