/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification 


for details on configuring this project to bundle and minify static web assets. */
body {
    padding-bottom: 20px;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Carousel */
.carousel-caption p {
    font-size: 20px;
    line-height: 1.4;
}

/* Make .svg files in the carousel display properly in older browsers */
.carousel-inner .item img[src$=".svg"] {
    width: 100%;
}

td, th {
    /*border: 1px solid #dddddd;*/
    text-align: left;
    padding: 16px;
}

.sidenav {
    height: 100%;
    width: 20%;
    z-index: 1;
    top: 0;
    left: 0;
    transition: 0.5s;
    padding-top: 60px;
}

    .sidenav a {
        padding: 8px 8px 8px 32px;
        text-decoration: none;
        font-size: 17px;
        color: #818181;
        display: block;
        transition: 0.3s;
    }

/* QR code generator */
#qrCode {
    margin: 15px;
}

/* Hide/rearrange for smaller screens */
@media screen and (max-width: 1024px) {
    /* Hide captions */
    .carousel-caption {
        display: none;
    }
}

/* design NS */

.navbar {
    display: block;
}

a {
    color: rgb(158, 140, 98);
    font-size: 14px;
}

    a:hover, a:focus {
        color: rgb(198, 175, 122);
        text-decoration: none;
    }

.navbar-fixed-left {
    padding: 0px;
    padding-top: 0px;
    position: fixed;
    border-radius: 0;
    height: 100%;
    z-index: 1029;
    width: 210px;
}

    .navbar-fixed-left .navbar-nav {
        float: left;
        margin: 0;
    }

        .navbar-fixed-left .navbar-nav > li {
            float: none; /* Cancel default li float: left */
            width: 200px;
        }

            .navbar-fixed-left .navbar-nav > li > a {
                padding: 5px 10px 5px 10px;
                line-height: 20px;
            }

            .navbar-fixed-left .navbar-nav > li > .dropdown-menu {
                margin-top: -30px;
                margin-left: 150px;
            }

.navbar-fixed-center .navbar-nav > li {
    width: 100% !important;
}

.navbar-fixed-center {
    width: 100% !important;
    text-align: center;
    position: relative !important;
}

    .navbar-fixed-center .nav-item .nav-link i {
        display: inline !important;
    }

.navbar-fixed-left .navbar-nav .open .dropdown-menu {
    position: absolute;
    float: left;
    background-color: #fff;
    min-width: 260px;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-width: 0 1px 1px;
    border-radius: 0 0 4px 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}

.navbar-fixed-left + .container,
.navbar-fixed-left + .container-fluid {
    padding-left: 240px;
    padding-top: 10px;
}


.app-main-content {
    padding-top: 0px;
}



@media (max-width: 1024px) {
    .navbar-text {
        margin-top: 15px;
        margin-bottom: 15px;
        padding-right: 15px;
        padding-left: 15px;
    }

    .navbar-fixed-left {
        width: 60px;
    }

        .navbar-fixed-left + .container,
        .navbar-fixed-left + .container-fluid {
            padding-left: 80px;
            padding-right: 15px;
        }

        .navbar-fixed-left .navbar-nav > li {
            width: 59px;
        }

            .navbar-fixed-left .navbar-nav > li > .dropdown-menu {
                margin-top: -30px;
                margin-left: 50px;
            }

            .navbar-fixed-left .navbar-nav > li > a:hover,
            .navbar-fixed-left .navbar-nav > li > a:focus {
                color: rgb(198, 175, 122) !important;
                background-color: #f5f5f8;
            }

        .navbar-fixed-left .navbar-nav > .active > a,
        .navbar-fixed-left .navbar-nav > .active > a:hover,
        .navbar-fixed-left .navbar-nav > .active > a:focus {
            color: rgb(198, 175, 122) !important;
        }

        .navbar-fixed-left .navbar-nav > .disabled > a,
        .navbar-fixed-left .navbar-nav > .disabled > a:hover,
        .navbar-fixed-left .navbar-nav > .disabled > a:focus {
            color: #777;
            background-color: #000;
        }

    .container-fluid {
        padding-right: 15px;
    }

    #menu {
        display: block !important;
        padding-top: 5px;
        padding-left: 15px;
        padding-bottom: 5px;
        background-color: rgb(158, 140, 98) !important;
        cursor: pointer;
    }

    .deroule {
        width: 100%;
    }

    .icone {
        display: block !important;
    }

    .col-4 {
        -ms-flex: 0 0 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }
}

.navbar-default {
    background-color: #f5f5f8;
}

    .navbar-default .navbar-nav > li > a {
        color: rgb(158, 140, 98);
        font-weight: bold;
    }

        .navbar-default .navbar-nav > li > a:hover {
            color: #fff;
            background-color: rgb(158, 140, 98);
        }

.nav-item .active {
    color: #fff;
    background-color: rgb(158, 140, 98);
}

    .nav-item .active label {
        color: #fff;
    }

    .nav-item .active i {
        color: #fff;
    }

/* Permet d'ajouter la couleur or aux titres */
h1, h2 {
    color: rgb(198, 175, 122);
    margin-bottom: 20px;
    font-weight: bold;
}

h1 {
    margin-top: 5px;
}

h2 {
    font-size: 1.5rem;
}

/* alignement vertical pour les listes d�roulantes de type date */
input[type="date"].form-control, input[type="time"].form-control, input[type="datetime-local"].form-control, input[type="month"].form-control {
    line-height: 20px;
}

.btn-primary {
    background-color: rgb(198, 175, 122);
    border-color: transparent;
    font-weight: bold;
    margin-bottom: 20px;
}

    .btn-primary:hover {
        background-color: rgb(158, 140, 98);
        border-color: transparent;
        font-weight: bold;
    }

    .btn-primary:focus {
        background-color: rgb(158, 140, 98) !important;
        border-color: transparent !important;
        font-weight: bold;
    }


    .btn-primary:disabled,
    .btn-primary[disabled],
    .btn-primary[disabled=disabled] {
        background-color: #c6af7a;
        border-color: transparent;
        font-weight: bold;
    }

a.btn.disabled, fieldset:disabled a.btn {
    background-color: #c6af7a;
    border-color: transparent;
    font-weight: bold;
    margin-bottom: 20px;
    pointer-events: none;
}

.cursor-not-allowed {
    cursor: not-allowed;
}

.btn-secondary {
    background-color: rgb(143, 131, 105);
    border-color: transparent;
    font-weight: bold;
    margin-bottom: 20px;
}

    .btn-secondary:hover {
        background-color: rgb(158, 140, 98);
        border-color: transparent;
        font-weight: bold;
    }

    .btn-secondary:focus {
        background-color: rgb(158, 140, 98) !important;
        border-color: transparent !important;
        font-weight: bold;
    }

form {
    margin-bottom: 30px;
}

.container-fluid {
    padding-right: 30px;
}

.table th {
    background-color: rgb(158, 140, 98);
    color: #fff;
}

.alert-danger ul li {
    padding: 5px !important;
}

#bornes {
    padding: 10px;
}

.borne {
    background-color: #f5f5f8;
    padding: 20px;
}

.card {
    margin-bottom: 10px;
}

.form-check-label {
    margin-bottom: 5px;
}

#menu {
    display: none;
    padding-top: 5px;
    padding-left: 15px;
    padding-bottom: 5px;
    background-color: rgb(158, 140, 98) !important;
    cursor: pointer;
}

.nav-link {
    font-size: 12px;
}

#menu.deroule {
    display: block !important;
}

#navbar-custom.deroule .nav-link {
    font-weight: bold;
    width: 220px;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    padding-left: 45px;
}

#navbar-custom.deroule .nav {
    background-color: #f5f5f8;
}


#navbar-custom.deroule #menu {
    display: block;
}

.displayNone {
    display: none !important;
}

.icone {
    font-size: 23px;
    text-align: center;
    line-height: 22px !important;
    width: 40px;
}

.fa-coins {
    text-shadow: 0 0 3px black;
}

.nav-link label {
    margin-bottom: 0px;
    cursor: pointer;
}

#logo-licorne {
    margin-top: 50px;
    background-image: url("/images/logo-licorne.png");
    width: 580px;
    height: 220px;
}

.border-bottom {
    width: 100%;
    display: block;
    margin-bottom: 10px;
}

.dropdown-toggle {
    display: block;
}

.btn-group, .btn-group-vertical {
    display: block;
}

#recherche {
    cursor: pointer;
}

.fontawesome {
    font-family: 'Font Awesome\ 5 Free';
    font-weight: 900;
    color: red;
}

.btn-fixed-witdh {
    width: 100px;
}


.bg-gradient-red {
    background: linear-gradient(87deg, #f5365c 0, #f56036 100%) !important;
}

.bg-gradient-orange {
    background: linear-gradient(87deg, #fb6340 0, #fbb140 100%) !important;
}

.bg-gradient-yellow {
    background: linear-gradient(87deg, #ffd600 0, #e6ac00 100%) !important;
}

.bg-gradient-or {
    background: linear-gradient(87deg, #FFD700 0, #e6ac00 100%) !important;
}

.bg-gradient-argent {
    background: linear-gradient(87deg, #C0C0C0 0, #DCDCDC 100%) !important;
}

.bg-gradient-platine {
    background: linear-gradient(87deg, #E5E4E2 0, #A0AABF 100%) !important;
}

.bg-gradient-plaqueor {
    background: linear-gradient(80deg, #FFD700 0, #DCDCDC 80%) !important;
}

.bg-gradient-autrematiere {
    background: linear-gradient(196deg, rgba(2,0,36,1) 0%, rgba(146,213,242,1) 0%, rgba(255,255,255,1) 100%) !important;
}

.icon-shape {
    display: inline-flex;
    padding: 12px;
    text-align: center;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
}

.subTitleCQ {
    text-align: center !important;
    font-weight: bold !important;
    color: cornflowerblue !important;
    background-color: #f5f5f8 !important;
}

.blackRightBorder {
    border-right: 1px solid black !important;
}

/*//////////SPINNER//////////*/
#loading {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(192,189,189,0.8);
    z-index: 10000;
}

#loadingcontent {
    display: table;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

#loadingspinner {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    text-align: center;
    font-size: larger;
    padding-top: 80px;
}

html.loading {
    background: #333 url('../Images/Spin.gif') no-repeat 50% 50%;
    -webkit-transition: background-color 0;
    transition: background-color 0;
}

    html.loading body {
        opacity: 0.2;
        -webkit-transition: opacity 0;
        transition: opacity 0;
    }
/*////END SPINNER////*/



.collapsible {
    background-color: #777;
    color: white;
    cursor: pointer;
    padding: 8px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
}

    .collapsible:hover {
        background-color: #555;
    }

    .collapsible:after {
        content: '\002B';
        color: white;
        font-weight: bold;
        float: right;
        margin-left: 5px;
    }

.collapseContent {
    padding: 0 18px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    background-color: #f1f1f1;
}

.form-action {
    margin-bottom: 0px;
}

form .btn-primary {
    margin-bottom: 0px;
}

form .btn-secondary {
    margin-bottom: 0px;
}

.tr-zero {
    background-color: rgba(0,0,0,.16);
}

.textArea-noResize {
    resize: none;
}

.active {
    border-color: rgb(158, 140, 98);
    border-width: 3px;
}

.textBoxAsLabel {
    outline: none;
    background: none;
    border-top-style: hidden;
    border-right-style: hidden;
    border-left-style: hidden;
    border-bottom-style: hidden;
}

/* ********************************************************************* */

/* *** apparence d'un select quand on simule un readonly *************** */

/* ********************************************************************* */

select.readonly {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    border: none;
    color: #333333;
    position: relative;
    left: -2px;
}

.slider.slider-horizontal {
    margin-right: 20px !important;
    margin-left: 20px !important;
    width: 65% !important;
    height: 30px !important;
}

/*#slider1 .slider-track-high {
    background: red!important;
}

#slider1 .slider-track-low {
    background: green !important;
}*/

#slider1 .slider-selection {
    background: cornsilk !important;
}


.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
    background-color: rgb(198, 175, 122);
    border-color: rgb(198, 175, 122);
}

.toggle-handle {
    background-color: white;
}

.toggle-off {
    padding-left: 20px !important;
}

.toggle-on {
    padding-right: 30px !important;
}

#displayCheckboxIsOiTdId .toggle {
    min-height: 40px !important;
}

/* styles de base si JS est activ� */
.js .input-file-container {
    position: relative;
    width: 120px;
}

.js .input-file-trigger {
    display: block;
    padding: 14px 45px;
    background: rgb(158, 140, 98);
    color: #fff;
    font-size: 1em;
    transition: all .4s;
    cursor: pointer;
}

.js .input-file {
    position: absolute;
    top: 0;
    left: 0;
    width: 225px;
    padding: 14px 0;
    opacity: 0;
    cursor: pointer;
}

    /* quelques styles d'interactions */
    .js .input-file:hover + .input-file-trigger,
    .js .input-file:focus + .input-file-trigger,
    .js .input-file-trigger:hover,
    .js .input-file-trigger:focus {
        background: #34495E;
        color: #39D2B4;
    }

/* styles du retour visuel */
.file-return {
    margin: 0;
}

    .file-return:not(:empty) {
        margin: 1em 0;
    }

.js .file-return {
    font-style: italic;
    font-size: .9em;
    font-weight: bold;
}

    /* on compl�te l'information d'un contenu textuel uniquement lorsque le paragraphe n'est pas vide */
    .js .file-return:not(:empty):before {
        content: "Selected file(s): ";
        font-style: normal;
        font-weight: normal;
    }

.delete-file-btn {
    padding-left: 1em;
    border: none;
    background: none;
}

#retourFonteModale {
    z-index: 1052 !important;
}

.tooltip-wrapper {
    display: inline-block; /* display: block works as well */
}

.modal-backdrop:nth-of-type(3) {
    z-index: 1051 !important;
}

.tooltip-wrapper .btn[disabled] {
    /* don't let button block mouse events from reaching wrapper */
    pointer-events: none;
}

.tooltip-wrapper.disabled {
    /* OPTIONAL pointer-events setting above blocks cursor setting, so set it here */
    cursor: not-allowed;
}



.btn-add:focus {
    background-color: rgb(158, 140, 98) !important;
    border-color: rgb(158, 140, 98) !important;
}

.btn-add:active {
    background-color: rgb(158, 140, 98) !important;
    border-color: rgb(158, 140, 98) !important;
}

.btn-add::selection {
    background-color: rgb(158, 140, 98) !important;
    border-color: rgb(158, 140, 98) !important;
}

.btn-primary.fail:focus {
    background-color: #891520 !important;
    border-color: #8b221f !important;
}

.btn-primary.success:focus {
    background-color: #126825 !important;
    border-color: #4cae4c !important;
}

.btnModalEye {
    background: transparent;
    border: 0;
    color: #000000;
}

.labelButton {
    background-color: rgb(198, 175, 122) !important;
    border-color: transparent !important;
    font-weight: bold !important;
    color: #ffffff !important;
}

    .labelButton:hover {
        background-color: rgb(158, 140, 98) !important;
    }

.td-modal-mopa {
    max-width: 500px !important;
}

.modal-text-mopa {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: 600px;
}


.paiementAnnule {
    background-color: #F9C5AF !important;
}

.paiementNonAnnule {
    background-color: #B2DDDF !important;
}

.no-margin {
    margin: 0px;
}

.bg-gold {
    background-color: rgb(198, 175, 122);
}

.bg-lightpurple {
    background-color: rgb(195, 155, 211);
}

.table .td {
    vertical-align: inherit;
}

.paiementBloque {
    background-color: #DC3545 !important;
}

.documentIsActiveAndValid {
    background-color: #C4E2D7 !important;
}

.documentIsActiveAndInvalid {
    background-color: #FAC075 !important;
}

.documentIsInactive{
    background-color: #F9C5AF !important;
}

fieldset.dateRange {
    border: 1px groove #ddd !important;
    padding: 0 0.5em 1em 0.5em !important;
    margin: 0 1em 1.2em 1em !important;
    -webkit-box-shadow: 0px 0px 0px 0px #000;
    box-shadow: 0px 0px 0px 0px #000;
}

legend.dateRange {
    font-size: 16px;
    width: auto;
    padding: 0 10px;
}

/* Styles pour la boîte de la ligne temporelle */
.time-line-box {
    height: 25px;
    padding: 5px 0;
    width: 100%;
    /* Arrière-plan : #dadefe; */
}

    /* Styles pour la liste de la ligne temporelle */
    .time-line-box .timeline {
        list-style-type: none;
        display: flex;
        padding: 0;
        text-align: center;
    }

    /* Styles pour les points de repère temporels */
    .time-line-box .timestamp {
        margin: auto;
        margin-bottom: 5px;
        padding: 0px 4px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    /* Styles pour les états de la ligne temporelle */
    .time-line-box .status {
        padding: 0px 10px;
        display: flex;
        justify-content: center;
        border-top: 3px solid #455EFC;
        position: relative;
        transition: all 200ms ease-in;
    }

        /* Styles pour l'icône de l'état */
        .time-line-box .status span {
            padding-top: 8px;
        }

            .time-line-box .status span:before {
                content: '';
                width: 12px;
                height: 12px;
                background-color: #455EFC;
                border-radius: 12px;
                border: 2px solid #455EFC;
                position: absolute;
                left: 50%;
                top: 0%;
                -webkit-transform: translate(-50%, -50%);
                -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
                transition: all 200ms ease-in;
            }

/* Styles pour le conteneur du carrousel */
.swiper-container {
    width: 95%;
    margin: auto;
    overflow-y: auto;
}

/* Styles pour la structure du carrousel */
.swiper-wrapper {
    display: inline-flex;
    flex-direction: row;
    overflow-y: auto;
    justify-content: center;
}

/* Styles pour la barre de défilement du carrousel */
.swiper-container::-webkit-scrollbar-track {
    background: #a8a8a8b6;
}

.swiper-container::-webkit-scrollbar {
    height: 2px;
}

.swiper-container::-webkit-scrollbar-thumb {
    background: #4F4F4F !important;
}

/* Styles pour les diapositives du carrousel */
.swiper-slide {
    text-align: center;
    font-size: 8px;
    width: 125px;
    height: 100%;
    position: relative;
}

/* Styles pour un bouton désactivé */
.disabledbutton {
    pointer-events: none;
    opacity: 0.4;
}