body{
    background: #FFF !important;
    padding-top: 0px !important;
}

@page :footer {color: #fff }
@page :header {color: #fff}

.demande-approvisionnement{
    background-color: #AAA;
    border-bottom: 1px solid #EFEFEF;
}

.traitement-demande{
    display: none;
}

.signature{
    display: block;
    margin-top: 30px;
    font-weight: bold;
    padding: 0px 10%;
}

.header-approvisionnement {
    font-size: 1.2em;
    font-weight: bold;
    margin-top: 10px;
    line-height: 2em;
    border-bottom: 1px solid #EFEFEF;
}

.logo-demande-appro {
    height: 100px;
    width: 100px;
}

.header-approvisionnement .logo-demande-appro img{
    width: 100px;
}

.header-approvisionnement .titre-appro{
    text-align: center;
    margin-top: 15px;
}

.header-approvisionnement .infos-appro{
    text-align: left;
}

.header-approvisionnement .infos-appro .col-12 {
    line-height: 50px;
    /* border: 1px solid #AAA; */
}

.mat-tab-header{
    display: none !important;
}

.floating-action-button {
    display: none !important;
}

.not-printable {
    display: none !important;
}

.not-printable * {
    display: none !important;
}

.print-only {
    display: block !important;
}

textarea {
    resize: none !important;
    overflow: hidden !important;
}

.mat-column-article-designation, .mat-column-article-reference  {
    min-width: 100px;
    max-width: 100px;
}

.mat-column-attribution{
    min-width: 100px;
    max-width: 100px;
}

.mat-column-attribue {
    display: none !important;
}

.mat-column-article-famille  {
    min-width: 75px;
    max-width: 75px;
}

.mat-column-traite,
.mat-column-article-unite,
.mat-column-unite{
    min-width: 60px;
}

.mat-column-article-prix,
.mat-column-stock,
.mat-column-quantite,
.mat-column-quantiteFournie{
    min-width: 50px;
}

.mat-tooltip-panel{
    display : none !important;
}

@page { 
    margin: 15mm 0; 
} 

.unbreak {
    page-break-inside: avoid;
}

.newPage {
    margin-top : 200px !important;
    page-break-before: always;
}

#header {
    position: fixed;
    width: 950px;
    top: 0;
    z-index: -1;
}

#footer {
    position: fixed;
    width: 950px;
    bottom: 0;
    z-index: -1;
}

#pageNumber { content: counter(page) }


#planRetraitForm {
    margin-top : 145px;
}

#fiches {
    z-index: 99;
    margin-top : 0 !important;
    background: white;
}