﻿body {
}

.row {
    margin: auto;
}

.row-flex {
    display: flex;
    flex-wrap: wrap;
}

.liMENU:hover {
    background-color: yellow;
    /*
    font-size: medium;
    font-weight: bold;
        */
}

.liMENU {
    margin-left: 4px;
}

.liMENU_PAGE {
    font-size: small;
}


    .liMENU_PAGE:hover {
        background-color: yellow;
    }


@font-face {
    font-family: coderBarre;
    src: url("../../App_Assest/fonts/Code39.ttf");
}

@font-face {
    font-family: Cairo;
    src: url("../../App_Assest/fonts/Cairo.ttf");
}
@font-face {
    font-family: Qr;
    src: url("../../App_Assest/fonts/QR.ttf");
}

@media print {
    .noPRINT {
        display: none;
    }
}

@media screen {
    .noSCREEN {
        display: none;
    }
}

.footer {
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
    margin-top: 8px;
}
/* Définition de la classe */
.image-animee {
    animation: anime-image 2s infinite;
}

/* Définition de l'animation */
@keyframes anime-image {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.5);
    }

    100% {
        transform: scale(1);
    }
}

.dvPRODUIT_CARD:hover {
    border: 2px solid blue;
}

.tdNUM {
    direction: ltr;
}

.Banner 
{
    background-image: url('../App_Assest/img/bg/immoBG.png');
    background-repeat: repeat-x;
    padding: 8px;
    background-color: white;
    margin-left: auto;
    margin-right: auto;
    color: White;
    margin-bottom: 12px;
}

.spLOGO {
    max-height: 80px;
    cursor: pointer;
}

.spLOGO_MOBILE {
    height: 36px;
    cursor: pointer;
}

.spONGLET {
    margin-bottom: 0px;
    padding-top: 4px;
    padding-bottom: 8px;
    padding-left: 8px;
    padding-right: 8px;
    text-align: center;
    /*border:1px solid silver;*/
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    background-color: whitesmoke;
    color: silver;
    margin-left: 0px;
    margin-top: 4px;
    cursor: pointer;
    min-width: 150px;
}


.spONGLET_ACTIVE {
    /*padding-top: 8px;*/
    /*background-color: white;*/
    background-image: linear-gradient(to bottom,bisque,white);
    color: navy;
    border: 1px solid silver;
    border-bottom: none;
}

.ar 
{
    text-align: right;
    direction: rtl;
    font-family: Cairo;
    /*float: right;*/
}

.td_ar {
    text-align: center;
    direction: rtl;
    font-family: Cairo;
    /*float: right;*/
}

.fr {
    text-align: left;
    direction: ltr;
    //font-family: sans-serif;
}


.txtar {
    text-align: center;
    direction: rtl;
    font-family: Cairo;
    /*float: right;*/
}

.txtfr {
    text-align: center;
    direction: ltr;
    //font-family: sans-serif;
}

.trGRID {
    vertical-align: middle;
}

.txt {
    vertical-align: middle;
}

.dat {
    text-align: center;
    max-width: 70px;
    white-space: nowrap;
    vertical-align: middle;
}

.int {
    text-align: center;
    max-width: 70px;
    white-space: nowrap;
    vertical-align: middle;
}

.dec {
    text-align: right;
    max-width: 100px;
    white-space: nowrap;
    vertical-align: middle;
}

.negative {
    font-weight: bold;
    color: red;
}
/*
.img 
{
  
    text-align: center;
    vertical-align: middle;
}
*/
.pho {
    text-align: center;
    vertical-align: middle;
}

.fil {
    max-width: 32px;
    text-align: center;
    vertical-align: middle;
}

.chk {
    max-width: 32px;
    text-align: center;
    vertical-align: middle;
}

.dvUNDO {
    text-align: center;
}

.trSUM_PAGE {
    background-color: lightgreen;
}

.trSUM_GLOBAL {
    background-color: darkseagreen;
}

.trSUM_POS {
    background-color: silver;
    color: aqua;
    font-size: large;
}

.icon32 {
    height: 32px;
    cursor: pointer;
}

    .icon32:hover {
        opacity: 0.5;
    }

.icon24 {
    height: 24px;
    cursor: pointer;
}

    .icon24:hover {
        opacity: 0.5;
    }

#dvCONTENT {
    min-height: 500px;
    background-color: white;
    background-image: linear-gradient(to bottom,lavender, white);
}

.grad {
    background-image: linear-gradient(to bottom,bisque,white);
}

.navy {
    background-image: linear-gradient(to bottom,navy,lavender);
}

.smok {
    background-image: linear-gradient(to bottom,white,whitesmoke);
}

.vend {
    background-image: linear-gradient(to bottom,lavender,white );
}

.Gsilver {
    background-image: linear-gradient(to bottom,DimGray,white);
}

.Gblack {
    background-image: linear-gradient(to bottom,silver,silver);
}

.Honey {
    background-image: linear-gradient(to bottom,HoneyDew,white);
}

.cPROGRESS 
{
    position: fixed;
    z-index: 99;
    top: 0px;
    left: 0px;
    background-color: #f8f8f8;
    width: 100%;
    height: 100%;
    filter: Alpha(Opacity=90);
    opacity: 0.9;
    background-position: center;
    background-image: url('../../App_Assest/img/progress/loading.gif');
    background-repeat: no-repeat;
    display: none;
}

.Lime 
{
    background-color: lime;
}
.rose {
    background-color: lightpink;
}
.search {
    /*
    background-image: url(../../App_Assest/img/icon/inputSEARCH20.png);
    background-position: right;
    background-repeat: no-repeat;
    */
}

.searchFR 
{
    background-image: url(../../App_Assest/img/icon/inputSEARCH20.png);
    background-position: right;
    background-repeat: no-repeat;
}

.searchAR {
    background-image: url(../../App_Assest/img/icon/inputSEARCH20.png);
    background-position: left;
    background-repeat: no-repeat;
}

.error {
    background-image: url(../../App_Assest/img/icon/inputERROR20.png);
    background-position: right;
    background-repeat: no-repeat;
}

.valid {
    background-image: url(../../App_Assest/img/icon/inputVALID20.png);
    background-position: right;
    background-repeat: no-repeat;
}

.search_ar {
    background-image: url(../../App_Assest/img/icon/inputSEARCH20.png);
    background-position: left;
    background-repeat: no-repeat;
}

.error_ar {
    background-image: url(../../App_Assest/img/icon/inputERROR20.png);
    background-position: left;
    background-repeat: no-repeat;
}

.valid_ar {
    background-image: url(../../App_Assest/img/icon/inputVALID20.png);
    background-position: left 7px;
    background-repeat: no-repeat;
}

.dpIMG {
    height: 32px;
    cursor: pointer;
}

    .dpIMG::after {
        display: none;
    }

.vpMENU {
    cursor: pointer;
}

    .vpMENU::after {
        display: none;
    }

.dp 
{
    background-image: url("../../App_Assest/img/icon/dpDOP.png");
    background-position: right center; /* meilleure précision : à droite et centré verticalement */
    background-repeat: no-repeat;
    background-size: 16px 16px; /* ajuste la taille de l’icône (optionnel) */
    cursor: pointer;
}

.dp::after 
{
        display: none;
}

.dpAR 
{
    background-image: url(../../App_Assest/img/icon/dpDOP.png);
    background-position: left;
    background-repeat: no-repeat;
    cursor: pointer;
}

    .dpAR::after 
    {
        display: none;
    }

.dpCAT 
{
    background-image: url(../../App_Assest/img/icon/dpCAT.png);
    /*background-position: right;*/
    background-repeat: no-repeat;
    cursor: pointer;
}

.dpCAT::after 
    {
        display: none;
    }
.dpCANVA 
{
    background-image: url(../../App_Assest/img/icon/dpCAT.png);
    background-position: right;
    background-repeat: no-repeat;
    cursor: pointer;
}
.dpCANVA::after 
{
  display: none;
}
.dpCANVA_AR 
{
    background-image: url(../../App_Assest/img/icon/dpCAT.png);
    background-position: left;
    background-repeat: no-repeat;
    cursor: pointer;
}

    .dpCANVA_AR::after {
        display: none;
    }
.pDATE {
    background-image: url(../../App_Assest/img/icon/calendar.png);
    /*background-position: right;*/
    background-repeat: no-repeat;
    /*height: 36px;*/
    cursor: pointer;
}

.mySpy {
    border-radius: 0px 5px 5px 0px;
    box-shadow: 1px 1px 12px #555;
    position: fixed;
    left: 0px;
    top: 250px;
    background-color: navy;
    color: blue;
    padding: 2px;
    display: none;
    z-index: 99;
}

.myUp {
    position: fixed;
    right: 32px;
    bottom: 12px;
    float: right;
    display: none;
    z-index: 99;
    width: 32px;
    text-align: center;
    padding: 2px;
}

#dvBAG {
    display: none;
}

.dvPAGE_PARM {
    display: none;
}

.nMAGIC {
    display: none;
}

.rMAGIC {
    display: none;
}

.tableMAGIC {
    display: none;
}

.header {
    position: sticky;
    top: 0;
    text-align: center;
    font-size: small;
    vertical-align: middle;
    z-index: 99;
}

.trGRID {
    cursor: pointer;
}

    .trGRID:hover {
        background-color: lightyellow;
    }

.trALT {
    background-color: whitesmoke;
}

.trUPDATE {
    background-color: honeydew;
}

.trNEW {
    background-color: lightpink;
}

.tdICON_MENU {
    width: 24px;
    text-align: center;
    vertical-align: middle;
}

.iconMENU {
    width: 32px;
}

.txtBAREE {
    text-decoration: line-through;
    color: red;
}

.myCALENDAR td:hover {
    background-color: yellow;
    color: red;
    cursor: pointer;
}

.onglet {
    border-left: 1px solid whitesmoke;
    border-right: 1px solid whitesmoke;
    border-bottom: 1px solid whitesmoke;
    border-top: none;
}

.rBANNER {
    display: none;
}

#tbECHEANCIER td {
    border: 1px solid silver;
}

.ongletPARENT {
    min-height: 350px;
    flex-grow: 1;
}

.ongletCHILD {
    min-height: 300px;
    background-color: white;
    /*flex-grow: 1;*/
}

.td_img {
    text-align: center;
    vertical-align: middle;
}

.td_vid {
    text-align: center;
    vertical-align: middle;
}

.note-editor.note-frame.fullscreen {
    background-color: white;
}

.timeline {
    position: relative;
    padding: 10px 0;
}

.timeline-item {
    display: flex;
    margin-bottom: 5px;
    width: 100%;
}

.timeline-preview {
    flex: 0 0 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.circle {
    width: 20px;
    height: 20px;
    background-color: #4CAF50;
    border-radius: 50%;
}

.timeline-content {
    flex: 1;
    border: 1px solid #ccc;
    padding: 5px;
    border-radius: 5px;
    background: #f9f9f9;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.timeline h3 {
    color: #4CAF50;
}

.timeline p {
    margin-top: 5px;
}

.google-visualization-axis-label {
    text-align: center !important;
}

.offcanvas-full {
    --bs-offcanvas-width: 100%; /* Variable Bootstrap pour la largeur */
    max-width: 100% !important; /* Override la valeur par défaut */
    width: 100% !important; /* Largeur fixe */
}

    /* Optionnel : Ajuster le contenu pour éviter le débordement */
    .offcanvas-full .offcanvas-body {
        padding: 1rem; /* Ajustez selon vos besoins */
    }

.cursor-pointer {
    cursor: pointer;
}
@media (max-width: 768px) {
/*    #pTITRE 
    {
        display: none;
    }
    #spLOGO 
    {
        display: none;
    }
*/}
.tab-rounded-left {
    /*display: block;*/
    width: 95%;
    margin-left: auto; /* Pour pousser le block vers la droite */
    padding: 8px 16px;
    background-color: white; /* Couleur de fond claire */
    border: 1px solid #dee2e6; /* Bordure légère */
    border-right: none; /* Pas de bord à droite */
    border-top-left-radius: 1rem; /* Arrondi haut gauche */
    border-bottom-left-radius: 1rem; /* Arrondi bas gauche */
    text-align: center; /* Centrer le texte à l'intérieur */
    font-weight: 500;
    cursor: pointer;
}

    .tab-rounded-left:hover 
    {
        background-color: yellow; /* Légère couleur au survol */
    }
.tab-rounded-left-selected {
    width: 95%;
    margin-left: auto;
    padding: 8px 16px;
    background-color: bisque; /* Couleur de fond plus grise */
    border: 1px solid #ced4da; /* Bordure un peu plus foncée */
    border-right: none;
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
    text-align: center;
    font-weight: 500;
    cursor: pointer;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Ombre vers le bas */
}
.offcanvas 
{
    z-index: 1070;
}
.maDiv {
    /* Dégradé gauche + droite */
    background: linear-gradient(to right, Coral, /* couleur côté gauche */
    transparent 30%, /* centre transparent */
    transparent 70%, navy); /* couleur côté droit */
    //border: 1px solid #ccc;
}
.icon-span {
    display: inline-block; /* pour pouvoir donner largeur et hauteur */
    /* padding-left: 24px; espace pour l'icône à gauche */
    background-image: url("../../App_Assest/img/icon/liste.png");
    background-size: 16px 16px; /* taille de l’icône */
    background-repeat: no-repeat;
    /*background-position: left center;  icône alignée à gauche et centrée verticalement */
    padding-right: 24px;
    background-position: right center;
    cursor: pointer;
}
.swAbsenceFull {
    width: 100% !important;
    height: 100% !important;
    margin: 0;
}



