/*
Copyright 11/04/2023 michelgeny.
All rights reserved.
Created on : 11 april 2023, 16:41:16
Author     : michel geny
*/
/*----- tableau pseudo-select -----*/
table.pseudo-select {
    border-width: 1px;
    border-style: solid;
    background-color: #FFF;
    border-collapse: separate;
    border-spacing: 0px;
    height: 100%;
}
table.pseudo-select td {
    height: 1.5rem;
    vertical-align: top;
    padding: 0 0.5rem;
    border-top: none !important;
    border-bottom: none !important;
}
table.pseudo-select th {
    height: 1.875rem;
    vertical-align: middle;
    padding: 0 0.5rem;
    border-style: solid;
}
table.pseudo-select tr[data-id="0"] td {
    height: auto;
}
table thead th.freeze-vertical {
    position: -webkit-sticky; /* for Safari */
    position: sticky;
    top: 0;
    border-bottom-width: 1px;
}
table thead th.fixed-cell { /*coin supérieur gauche*/
    left: 0;
    z-index: 1;
}
table tbody td.freeze-horizontal { /*1ère colonne de chaque row du tbody*/
    position: -webkit-sticky; /* for Safari */
    position: sticky;
    left: 0;
    background-color: #FFF;
}
table tbody td.freeze-horizontal.table-danger {
    background-color: #f8d7da;
}
/*------ masque de désactivation ------*/
div.hiding-overlay {
    position: absolute;
    z-index: 1;
    opacity: 0.75;
    background-color: #fff;
    top: 0;
    bottom: 8px;
    left: 10px;
    right: 10px;
}

/*----- divs conteneurs de pseudo-select -----*/
div.pstable-wrapper {
    overflow-x: hidden;
    overflow-y: scroll;
}
div.pstable-static {
    overflow: hidden;
}
div.pstable-wrapper.page {
    height: 76vh !important;
} /* 76% de la hauteur d'écran' */
div.pstable-wrapper.novi {
    height: 346px;
}
div.pstable-wrapper.novi-x {
    height: 382px;
}
div.pstable-wrapper.link-obj {
    height: 455px !important;
}
div.pstable-wrapper.dipl {
    height: 210px !important;
}
div.pstable-wrapper.reliq {
    height: 290px !important;
}
div.pstable-wrapper.auth {
    height: 283px !important;
}
div.pstable-wrapper.pers {
    height: 364px !important;
}
div.pstable-wrapper.signat {
    height: 393px !important;
}
div.pstable-wrapper.recip {
    height: 352px !important;
}
div.pstable-wrapper.recip-dipl {
    height: 245px !important;
}
div.pstable-wrapper.recip-dial {
    height: 251px !important;
}
div.pstable-wrapper.medal {
    height: 232px !important;
}
div.pstable-wrapper.medal-links,
select.medal-links {
    height: 156px !important;
}
div.pstable-wrapper.district,
div.pstable-static.district,
div.pstable-wrapper.auteurs {
    height: 30.625rem !important;
}
div.pstable-wrapper.auteurs-x {
    height: 33rem !important;
}
div.pstable-wrapper.fonctions {
    height: 296px !important;
}
div.pstable-wrapper.etab-tm,
div.pstable-static.etab-tm {
    height: 296px !important;
}
div.pstable-wrapper.search-bro {
    height: 346px !important;
}
div.pstable-wrapper.search-com {
    height: 393px !important;
}
div.pstable-wrapper.reglas,
div.pstable-static.reglas {
    height: 273px !important;
}
