﻿/*******************************************************************************************************
/********************************************************************************************************

    SI DES CHANGEMENTS DANS LES FICHIERS CSS SONT NÉCESSAIRES
    VÉRIFIER DE CHANGER LE BON CSS

    CE CSS EST DÉDIÉ À MONETICO ONLINE ET DOIT ÊTRE UNIQUEMENT RÉSERVÉ À CET ENVIRONNEMENT

    SI CE CSS EST AJOUTÉ DANS SIMBAD SUR L'ANCIEN TDB, IL RISQUE DE CASSER PLUSIEURS INTERFACES

********************************************************************************************************
********************************************************************************************************/

/*Tout ce qui est tooltip*/
.tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black;
}

    .tooltip .tooltiptext {
        visibility: hidden;
        width: 250px;
        background-color: #555;
        color: #fff;
        text-align: center;
        border-radius: 6px;
        padding: 5px 0;
        position: absolute;
        z-index: 1;
        bottom: 125%;
        left: 50%;
        margin-left: -125px;
        opacity: 0;
        transition: opacity 0.3s;
    }

        .tooltip .tooltiptext::after {
            content: "";
            position: absolute;
            top: 100%;
            left: 50%;
            margin-left: -5px;
            border-width: 5px;
            border-style: solid;
            border-color: #555 transparent transparent transparent;
        }

    .tooltip:hover .tooltiptext {
        visibility: visible;
        opacity: 1;
    }

#panelPresentation {
    display: flex !important;
    flex-direction: column !important;
}



/*Tout ce qui concerne les popups*/
.box {
    width: 40%;
    margin: 0 auto;
    background: rgba(255,255,255,0.2);
    padding: 35px;
    border: 2px solid #fff;
    border-radius: 20px/50px;
    background-clip: padding-box;
    text-align: center;
}

.overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    transition: opacity 500ms;
    visibility: hidden;
    opacity: 0;
}

    .overlay:target {
        visibility: visible;
        opacity: 1;
        z-index: 99999;
        padding-right: 20px;
    }


.popup {
    margin: 50px auto;
    padding: 20px;
    background: #fff;
    border-radius: 5px;
    width: 33%;
    position: relative;
    transition: all 5s ease-in-out;
}

    .popup h2 {
        margin-top: 0;
        color: #333;
        font-family: Tahoma, Arial, sans-serif;
    }

    .popup .close {
        position: absolute;
        top: 15px;
        right: 15px;
        font-size: 30px;
        font-weight: bold;
    }

        .popup .close:hover {
            color: #298568;
        }

    .popup .content {
        max-height: 30%;
        overflow: auto;
    }

@media screen and (max-width: 700px) {
    .box {
        width: 70%;
    }

    .popup {
        width: 70%;
    }
}

.a_menuappli {
    margin-bottom: 5px;
}

/* Tout ce qui concerne les dropdowns*/
.dropbtn {
    border: none;
    cursor: pointer;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

    .dropdown-content a {
        color: black;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
    }

        .dropdown-content a:hover {
            background-color: #f1f1f1
        }

.dropdown:hover .dropdown-content {
    display: block;
}


/* Tout ce qui concerne l'impression*/
img.fg {
    height: 145px;
}

#__print_container {
    display: none;
}

@media print {
    body.printing * {
        visibility: hidden !important;
    }

    body.printing .print,
    body.printing .print * {
        visibility: visible !important;
    }

    body.printing .print {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
    }

    .print .table-responsive {
        overflow: visible !important;
        height: auto !important;
        max-height: none !important;
    }

    .print table {
        width: 100% !important;
        border-collapse: collapse !important;
    }

    .print thead {
        display: table-header-group !important;
    }

    .print tr {
        break-inside: avoid !important;
        page-break-inside: avoid !important;
    }

    .print td, .print th {
        display: table-cell !important;
        vertical-align: top !important;
    }

    .noprint {
        display: none;
    }
}


/* Surcharge css passage à la marque */
.lienTutoriel {
    display: flex;
}

#CodeSitePanel {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    margin-top: 5px;
}

#pnlPrincipal > .a_blocfctltitre {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
}

#blocfiltrage p {
    margin-left: 0px !important;
}


img.fg {
    margin: auto;
    margin-right: 40px;
}

#fancybox-close {
    right: -35px !important;
    display: block !important;
}

#fieldsetMoyenDePaiement {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
}


    #fieldsetMoyenDePaiement > center {
        margin-left: 10%;
    }

#pnlPrincipal {
    margin-top: 15px;
}

#m_LiensActions {
    text-align: right;
    display: flex;
    flex-direction: row-reverse;
}

#SelectionCritere.Reference > label {
    margin-right: 10px;
}

.act {
}

div#panelPresentation {
    display: flex !important;
    flex-direction: column !important;
    margin-top: 25px !important;
}

    div#panelPresentation > fieldset {
        display: flex;
        flex-direction: column;
    }

div#panelModification > fieldset {
    display: flex;
    flex-direction: column;
}

#m_CtrlBoutonEdit {
}

div#Popup_BinIndesirable > div > p {
    padding-right: 15px !important;
}

div#m_PanelGestionCodesSite + ul {
    padding-left: 0;
}

.d {
    padding-right: 10px !important;
}

#blocContenu {
    margin-top: 20px;
}

.oblig {
    color: #b71c1c;
    padding-right: 8px;
}

/* Detection fraude */

.hyperLinkParagraph {
    display: flex;
}

/* Pop up */
#m_PanelPopups .a_titre2 {
    margin-right: 10px;
}

/* Tutoriel */
#form_TutorielPaiement fieldset img {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    margin-top: 15px;
}

#form_Tutoriels fieldset img {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    margin-top: 15px;
}

